bpt/emacs.git
18 years ago* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Jan Djärv [Mon, 11 Jul 2005 14:28:43 +0000 (14:28 +0000)]
* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Lucid if X_I18N, font otherwise.

18 years ago*** empty log message ***
Jay Belanger [Mon, 11 Jul 2005 07:11:48 +0000 (07:11 +0000)]
*** empty log message ***

18 years ago(calc-embedded-announce-formula-alist)
Jay Belanger [Mon, 11 Jul 2005 06:43:39 +0000 (06:43 +0000)]
(calc-embedded-announce-formula-alist)
(calc-embedded-open-close-plain-alist)
(calc-embedded-open-close-mode-alist): Added checks for additional
major modes (due to Robert J. Chassell  <bob@rattlesnake.com>).

18 years ago(custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'
Juanma Barranquero [Mon, 11 Jul 2005 06:12:55 +0000 (06:12 +0000)]
(custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'
because there is no setf-method for `delq'.

18 years ago(custom-declare-variable): Doc fix.
Richard M. Stallman [Mon, 11 Jul 2005 05:41:57 +0000 (05:41 +0000)]
(custom-declare-variable): Doc fix.

18 years ago(dired-compare-directories): Remove "." and ".." from the alists.
Richard M. Stallman [Mon, 11 Jul 2005 04:25:01 +0000 (04:25 +0000)]
(dired-compare-directories): Remove "." and ".." from the alists.

18 years ago(edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.
Richard M. Stallman [Mon, 11 Jul 2005 04:05:39 +0000 (04:05 +0000)]
(edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.

(edebug-enter): Don't do with-timeout-suspend here.
(edebug-display): Do it here instead.

18 years agoFix previous change.
Richard M. Stallman [Mon, 11 Jul 2005 01:05:17 +0000 (01:05 +0000)]
Fix previous change.

18 years ago(custom-push-theme): Maintain list of the settings
Richard M. Stallman [Mon, 11 Jul 2005 00:57:23 +0000 (00:57 +0000)]
(custom-push-theme): Maintain list of the settings
of a given theme in its theme-settings property.
Maintain position of old settings in the theme-value or theme-face property.
(custom-enabled-themes): New variable.
(custom-theme-enabled-p): New function.
(provide-theme): Update custom-enabled-themes.
Disable and reenable the `user' theme.
(require-theme): Doc fix.
(custom-do-theme-reset, custom-remove-theme): Functions deleted.
(custom-theme-value, custom-theme-variable-value): Likewise.
(custom-theme-reset-internal): Likewise.
(custom-theme-load-themes): Fix bugs and use custom-disable-theme.
(custom-enable-theme, custom-disable-theme): New functions.
(custom-variable-theme-value, custom-face-theme-value): Likewise.
(custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
(custom-theme-reset-variables): Simplify.
(deftheme, custom-declare-theme, custom-make-theme-feature):
Definitions moved.

18 years ago(custom-theme-set-faces): Make it work.
Richard M. Stallman [Mon, 11 Jul 2005 00:56:53 +0000 (00:56 +0000)]
(custom-theme-set-faces): Make it work.
(custom-reset-faces): Doc fix.
(custom-theme-reset-internal-face, custom-theme-face-value): Functions deleted.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Jul 2005 00:36:10 +0000 (00:36 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Jul 2005 22:32:00 +0000 (22:32 +0000)]
*** empty log message ***

18 years ago(longlines-show-region, longlines-unshow-hard-newlines):
Richard M. Stallman [Sun, 10 Jul 2005 20:37:20 +0000 (20:37 +0000)]
(longlines-show-region, longlines-unshow-hard-newlines):
Recognize hard newlines by non-nil hard property, instead of t.

18 years ago* viper-cmd.el (viper--key-maps): new variable.
Michael Kifer [Sun, 10 Jul 2005 18:46:24 +0000 (18:46 +0000)]
* viper-cmd.el (viper--key-maps): new variable.
(viper-normalize-minor-mode-map-alist): use viper--key-maps and
emulation-mode-map-alists.
(viper-envelop-ESC-key): use viper-subseq.
(viper-search-forward/backward/next): disable debug-on-error.

* viper-keym.el (viper-toggle-key,viper-quoted-insert-key,
viper-ESC-key): new defcustoms.

* viper-macs.el (ex-map-read-args): use viper-subseq.

* viper-util.el (viper-key-to-emacs-key): use viper-subseq.
(viper-subseq): copy of subseq from cl.el.

* viper.el (viper-go-away,viper-set-hooks): use
emulation-mode-map-alists, advise self-insert-command, add-minor-mode.

* viper-mous.el (viper-current-frame-saved): use defvar.

* viper-init.el: got rid of -face in face names.

* ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3):
Make it work with longlines mode

* ediff-mult.el (ediff-meta-mode-hook): new variable.

* ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp.

* ediff-init: got rid of -face in face names.

18 years agoAdding in functions for setting and retrieving file type info
Steven Tamm [Sun, 10 Jul 2005 18:17:18 +0000 (18:17 +0000)]
Adding in functions for setting and retrieving file type info
mac.c (Fmac_get_file_type, Fmac_get_file_creator): Added.
(Fmac_set_file_type, Fmac_set_file_creator): Added
(mac_get_object_from_code, mac_get_code_from_arg): Added

18 years ago(edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.
Richard M. Stallman [Sun, 10 Jul 2005 17:23:54 +0000 (17:23 +0000)]
(edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.

18 years ago(facemenu-read-color): Do case-insensitive matching.
Richard M. Stallman [Sun, 10 Jul 2005 17:20:02 +0000 (17:20 +0000)]
(facemenu-read-color): Do case-insensitive matching.

18 years ago(timezone-parse-date): Changed first regexp
Richard M. Stallman [Sun, 10 Jul 2005 17:19:28 +0000 (17:19 +0000)]
(timezone-parse-date): Changed first regexp
so it will not mistakenly match dates with no time zone.

18 years ago(debug): Call with-timeout-suspend and with-timeout-unsuspend.
Richard M. Stallman [Sun, 10 Jul 2005 17:19:07 +0000 (17:19 +0000)]
(debug): Call with-timeout-suspend and with-timeout-unsuspend.

18 years ago(with-timeout-timers): New variable.
Richard M. Stallman [Sun, 10 Jul 2005 17:18:25 +0000 (17:18 +0000)]
(with-timeout-timers): New variable.
(with-timeout): Bind that variable to record timers.
(with-timeout-suspend, with-timeout-unsuspend): New functions.

18 years agoMove debugger-mode to a more natural place.
Richard M. Stallman [Sun, 10 Jul 2005 17:07:19 +0000 (17:07 +0000)]
Move debugger-mode to a more natural place.

18 years ago(debug-help-follow): New function.
Richard M. Stallman [Sun, 10 Jul 2005 17:06:33 +0000 (17:06 +0000)]
(debug-help-follow): New function.
(debugger-mode-map): Use that instead of help-follow.
(debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.

18 years ago(Qeval_buffer_list, Veval_buffer_list): New vars.
Richard M. Stallman [Sun, 10 Jul 2005 17:02:49 +0000 (17:02 +0000)]
(Qeval_buffer_list, Veval_buffer_list): New vars.
(syms_of_lread): Set up eval-buffer-list.
(Feval_buffer, Feval_region): Bind eval-buffer-list.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 10 Jul 2005 17:01:34 +0000 (17:01 +0000)]
*** empty log message ***

18 years ago(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Luc Teirlinck [Sun, 10 Jul 2005 16:43:39 +0000 (16:43 +0000)]
(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.

18 years ago(tooltip-mode): Use custom-initialize-safe-default and simplify
Luc Teirlinck [Sun, 10 Jul 2005 16:40:11 +0000 (16:40 +0000)]
(tooltip-mode): Use custom-initialize-safe-default and simplify
:init-value.  Delete obsolete comment.

18 years ago(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
Luc Teirlinck [Sun, 10 Jul 2005 16:36:04 +0000 (16:36 +0000)]
(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value.

18 years ago(custom-initialize-safe-set, custom-initialize-safe-default): New functions.
Luc Teirlinck [Sun, 10 Jul 2005 16:32:59 +0000 (16:32 +0000)]
(custom-initialize-safe-set, custom-initialize-safe-default): New functions.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 10 Jul 2005 14:47:45 +0000 (14:47 +0000)]
*** empty log message ***

18 years ago(set-visited-file-name): Avoid calling file-name-nondirectory with a
Luc Teirlinck [Sun, 10 Jul 2005 14:42:02 +0000 (14:42 +0000)]
(set-visited-file-name): Avoid calling file-name-nondirectory with a
nil argument.

18 years ago(ispell-command-loop): Add current dictionary name and program name
Juri Linkov [Sat, 9 Jul 2005 20:49:10 +0000 (20:49 +0000)]
(ispell-command-loop): Add current dictionary name and program name
to mode-line-format.
(ispell-region, ispell-process-line): Add current dictionary name
and program name to messages.

18 years ago(next-error-hook): New variable.
Juri Linkov [Sat, 9 Jul 2005 20:46:26 +0000 (20:46 +0000)]
(next-error-hook): New variable.
(next-error): Use it.  Doc fix.

18 years ago(compilation-mode-hook, compilation-mode): Doc fix.
Juri Linkov [Sat, 9 Jul 2005 20:45:26 +0000 (20:45 +0000)]
(compilation-mode-hook, compilation-mode): Doc fix.

18 years ago(dired-marker-char): Avoid quotations for `do' and `mark'
Juri Linkov [Sat, 9 Jul 2005 20:44:05 +0000 (20:44 +0000)]
(dired-marker-char): Avoid quotations for `do' and `mark'
to not create links to unrelated functions in the Help buffer.

18 years ago(fringe-mode): Add period in docstring.
Juri Linkov [Sat, 9 Jul 2005 20:43:32 +0000 (20:43 +0000)]
(fringe-mode): Add period in docstring.
(fringe-query-style): Build prompt depending on `all-frames' arg.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Jul 2005 16:16:54 +0000 (16:16 +0000)]
*** empty log message ***

18 years ago(Add missing years in copyright notices of all files):
Thien-Thi Nguyen [Sat, 9 Jul 2005 10:08:34 +0000 (10:08 +0000)]
(Add missing years in copyright notices of all files):
Update "in charge" field for lisp/mh-e.

18 years ago(debugger-setup-buffer): When eval-buffer
Richard M. Stallman [Sat, 9 Jul 2005 04:14:26 +0000 (04:14 +0000)]
(debugger-setup-buffer): When eval-buffer
was called with nil for the buffer, handle the read position right.
Handle read position for eval-region, too.

18 years ago*** empty log message ***
Jay Belanger [Sat, 9 Jul 2005 04:14:06 +0000 (04:14 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Jul 2005 04:00:06 +0000 (04:00 +0000)]
*** empty log message ***

18 years ago(calc-embedded-firsttime, calc-embedded-firsttime-buf,
Jay Belanger [Sat, 9 Jul 2005 03:42:56 +0000 (03:42 +0000)]
(calc-embedded-firsttime, calc-embedded-firsttime-buf,
calc-embedded-firsttime-formula): New variables.
(calc-do-embedded): Use calc-embedded-firsttime,
calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
determine whether or not to run hooks.
(calc-embedded-make-info) Set calc-embedded-firsttime-buf and
calc-embedded-firsttime-formula appropriately.
Set calc-embedded delimiter variables according to mode.

18 years ago(Fdefvar): Allow defvaring a constant to itself quoted.
Richard M. Stallman [Sat, 9 Jul 2005 03:42:43 +0000 (03:42 +0000)]
(Fdefvar): Allow defvaring a constant to itself quoted.

18 years ago(calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
Jay Belanger [Sat, 9 Jul 2005 03:41:40 +0000 (03:41 +0000)]
(calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
calc-embedded-open-close-word-alist, calc-embedded-open-close-plain-alist,
calc-embedded-open-close-new-formula-alist, calc-embedded-open-close-mode-alist,
calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook,
calc-embedded-mode-hook): New variables.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Jul 2005 22:55:36 +0000 (22:55 +0000)]
*** empty log message ***

18 years ago(checkdoc-proper-noun-list):
Richard M. Stallman [Fri, 8 Jul 2005 22:54:57 +0000 (22:54 +0000)]
(checkdoc-proper-noun-list):
Check for "emacs", etc., as entire symbol, not just as word.
(checkdoc-file-comments-engine): Use regexp-quote on FN.

18 years ago(set-visited-file-name): Report the error for "empty filename" earlier.
Richard M. Stallman [Fri, 8 Jul 2005 22:53:47 +0000 (22:53 +0000)]
(set-visited-file-name): Report the error for "empty filename" earlier.
(kill-some-buffers): Ignore buffers already dead.

18 years ago(fringe-mode): Doc fix.
Richard M. Stallman [Fri, 8 Jul 2005 22:50:50 +0000 (22:50 +0000)]
(fringe-mode): Doc fix.

18 years ago(byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
Richard M. Stallman [Fri, 8 Jul 2005 22:49:47 +0000 (22:49 +0000)]
(byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
off warnings in what it guards.  Use unwind-protect to ensure
byte-compile-unresolved-functions is updated.

18 years ago(whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
Richard M. Stallman [Fri, 8 Jul 2005 22:33:00 +0000 (22:33 +0000)]
(whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
(whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.

18 years ago(rmail-only-expunge): Fix paren error.
Richard M. Stallman [Fri, 8 Jul 2005 22:31:32 +0000 (22:31 +0000)]
(rmail-only-expunge): Fix paren error.
Unconditionally try to leave point at the same old place.

18 years agoUpdate edition number and size estimate.
Richard M. Stallman [Fri, 8 Jul 2005 22:30:17 +0000 (22:30 +0000)]
Update edition number and size estimate.

18 years ago(VERSION): Set to 2.9.
Richard M. Stallman [Fri, 8 Jul 2005 22:29:35 +0000 (22:29 +0000)]
(VERSION): Set to 2.9.

18 years agoFix previous change.
Richard M. Stallman [Fri, 8 Jul 2005 16:09:32 +0000 (16:09 +0000)]
Fix previous change.

18 years ago(menu_bar_items): Don't GCPRO menu_bar_items_vector here.
Kim F. Storm [Fri, 8 Jul 2005 14:48:03 +0000 (14:48 +0000)]
(menu_bar_items): Don't GCPRO menu_bar_items_vector here.
(syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 14:47:41 +0000 (14:47 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 8 Jul 2005 13:48:57 +0000 (13:48 +0000)]
*** empty log message ***

18 years ago(gnus-article-next-page, gnus-article-next-page-1)
Eli Zaretskii [Fri, 8 Jul 2005 13:48:33 +0000 (13:48 +0000)]
(gnus-article-next-page, gnus-article-next-page-1)
(gnus-article-prev-page): Take scroll-margin into consideration.

18 years ago(comint-postoutput-scroll-to-bottom)
Eli Zaretskii [Fri, 8 Jul 2005 13:44:42 +0000 (13:44 +0000)]
(comint-postoutput-scroll-to-bottom)
(comint-show-maximum-output): Take scroll-margin into consideration.

18 years ago* ido.el (ido-use-filename-at-point): New choice `guess'.
Kim F. Storm [Fri, 8 Jul 2005 10:07:39 +0000 (10:07 +0000)]
* ido.el (ido-use-filename-at-point): New choice `guess'.
(ido-file-internal): Try ffap-guesser if selected.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 10:07:19 +0000 (10:07 +0000)]
*** empty log message ***

18 years ago(ido-before-fallback-functions): New hook.
Kim F. Storm [Fri, 8 Jul 2005 09:44:47 +0000 (09:44 +0000)]
(ido-before-fallback-functions): New hook.
(ido-buffer-internal, ido-file-internal, ido-read-buffer)
(ido-read-file-name): Run it.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 09:44:33 +0000 (09:44 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jay Belanger [Fri, 8 Jul 2005 05:01:47 +0000 (05:01 +0000)]
*** empty log message ***

18 years ago(math-apply-units): Change the places in which units are simplified.
Jay Belanger [Fri, 8 Jul 2005 04:32:51 +0000 (04:32 +0000)]
(math-apply-units):  Change the places in which units are simplified.

18 years agoUpdate Emacs version.
Richard M. Stallman [Fri, 8 Jul 2005 02:23:51 +0000 (02:23 +0000)]
Update Emacs version.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Jul 2005 01:52:05 +0000 (01:52 +0000)]
*** empty log message ***

18 years ago(Recognize Coding): Recommend revert-buffer-with-coding-system instead
Kenichi Handa [Fri, 8 Jul 2005 01:51:07 +0000 (01:51 +0000)]
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
of revert-buffer.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Jul 2005 01:10:12 +0000 (01:10 +0000)]
*** empty log message ***

18 years ago(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:10:01 +0000 (01:10 +0000)]
(Antinews): Mention mode-line-inverse-video.

18 years ago(Inverse Video): Delete mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:08:09 +0000 (01:08 +0000)]
(Inverse Video): Delete mode-line-inverse-video.

18 years ago(Saving): Minor correction about C-x C-w.
Richard M. Stallman [Fri, 8 Jul 2005 01:07:22 +0000 (01:07 +0000)]
(Saving): Minor correction about C-x C-w.

18 years ago(Display Custom): Don't mention mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:06:03 +0000 (01:06 +0000)]
(Display Custom): Don't mention mode-line-inverse-video.

18 years ago(quail-japanese-kanji-kkc): Fix order of
Kenichi Handa [Fri, 8 Jul 2005 00:52:05 +0000 (00:52 +0000)]
(quail-japanese-kanji-kkc): Fix order of
insertion and deletion.

18 years ago(customize-option, customize-option-other-window): Make them handle aliases.
Luc Teirlinck [Thu, 7 Jul 2005 23:19:43 +0000 (23:19 +0000)]
(customize-option, customize-option-other-window): Make them handle aliases.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Jul 2005 23:18:26 +0000 (23:18 +0000)]
*** empty log message ***

18 years ago(custom-variable-p): Make it recursively follow aliases. Mention that
Luc Teirlinck [Thu, 7 Jul 2005 23:12:43 +0000 (23:12 +0000)]
(custom-variable-p): Make it recursively follow aliases.  Mention that
in the docstring.

18 years ago(Isearch Scroll): Add example of using the `isearch-scroll' property.
Luc Teirlinck [Thu, 7 Jul 2005 23:09:00 +0000 (23:09 +0000)]
(Isearch Scroll): Add example of using the `isearch-scroll' property.
(Slow Isearch): Reference anchor for `baud-rate' instead of entire
`Display Custom' node.
(Regexp Replace): Put text that requires Emacs Lisp knowledge last
and de-emphasize it.
(Other Repeating Search): `occur' currently can not correctly
handle multiline matches.  Correct, clarify and update description
of `flush-lines' and `keep-lines'.

18 years agoUndo last erroneous change.
Luc Teirlinck [Thu, 7 Jul 2005 23:05:28 +0000 (23:05 +0000)]
Undo last erroneous change.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Jul 2005 23:03:02 +0000 (23:03 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Jul 2005 22:57:21 +0000 (22:57 +0000)]
*** empty log message ***

18 years agoUpdate where to get GNU status; add refs for how to help.
Richard M. Stallman [Thu, 7 Jul 2005 22:54:34 +0000 (22:54 +0000)]
Update where to get GNU status; add refs for how to help.
Add footnotes 6 and 7.

18 years agoClarify footnote 7.
Richard M. Stallman [Thu, 7 Jul 2005 22:52:58 +0000 (22:52 +0000)]
Clarify footnote 7.

18 years ago(Display Custom): Add anchor for `baud-rate'.
Luc Teirlinck [Thu, 7 Jul 2005 22:48:46 +0000 (22:48 +0000)]
(Display Custom): Add anchor for `baud-rate'.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Jul 2005 22:38:37 +0000 (22:38 +0000)]
*** empty log message ***

18 years agoUpdate how to help.
Richard M. Stallman [Thu, 7 Jul 2005 22:38:14 +0000 (22:38 +0000)]
Update how to help.

18 years ago(exec-path): Fix tag for nil.
Richard M. Stallman [Thu, 7 Jul 2005 22:04:28 +0000 (22:04 +0000)]
(exec-path): Fix tag for nil.

18 years ago(exec-path): Use `directory' instead of `file'.
Richard M. Stallman [Thu, 7 Jul 2005 21:50:31 +0000 (21:50 +0000)]
(exec-path): Use `directory' instead of `file'.

18 years ago*** empty log message ***
Lute Kamstra [Thu, 7 Jul 2005 11:20:45 +0000 (11:20 +0000)]
*** empty log message ***

18 years ago(occur-rename-buffer): Use `generate-new-buffer' also when called
Juanma Barranquero [Thu, 7 Jul 2005 10:04:01 +0000 (10:04 +0000)]
(occur-rename-buffer): Use `generate-new-buffer' also when called
non-interactively.  Doc fix.

18 years ago(Frecenter): Remove superfluous settings of iarg.
Kim F. Storm [Thu, 7 Jul 2005 09:36:18 +0000 (09:36 +0000)]
(Frecenter): Remove superfluous settings of iarg.

18 years ago(Frecenter): Fix last change (set iarg before use).
Kim F. Storm [Thu, 7 Jul 2005 09:33:29 +0000 (09:33 +0000)]
(Frecenter): Fix last change (set iarg before use).

18 years ago*** empty log message ***
Kim F. Storm [Thu, 7 Jul 2005 09:33:13 +0000 (09:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Lute Kamstra [Thu, 7 Jul 2005 09:27:54 +0000 (09:27 +0000)]
*** empty log message ***

18 years ago(elide-head-headers-to-hide): Recognize the FSF's new address as well.
Lute Kamstra [Thu, 7 Jul 2005 09:27:04 +0000 (09:27 +0000)]
(elide-head-headers-to-hide): Recognize the FSF's new address as well.

18 years agoDelete file. The GNU Task List is obsolete and has been replaced by
Lute Kamstra [Thu, 7 Jul 2005 08:39:54 +0000 (08:39 +0000)]
Delete file.  The GNU Task List is obsolete and has been replaced by
http://savannah.gnu.org/projects/tasklist.

18 years agoUpdate `versionnumber' and `year'. Update Emacs's version to 22.
Lute Kamstra [Thu, 7 Jul 2005 08:07:37 +0000 (08:07 +0000)]
Update `versionnumber' and `year'.  Update Emacs's version to 22.
(Starting Emacs): Delete sentence to fix formatting problems.
(Multiple Windows): Clarify first sentence.  Mention C-x 5 1.
(Formatting): Update the binding of set face.
(International Character Sets): set-language-environment is bound to
C-x RET l

18 years ago(make-coding-system): Describe
Kenichi Handa [Thu, 7 Jul 2005 06:23:10 +0000 (06:23 +0000)]
(make-coding-system): Describe
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.

18 years ago(set-default-coding-systems): Don't
Kenichi Handa [Thu, 7 Jul 2005 06:20:13 +0000 (06:20 +0000)]
(set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.

18 years agoDeclare that all UTF-16-based coding
Kenichi Handa [Thu, 7 Jul 2005 06:18:59 +0000 (06:18 +0000)]
Declare that all UTF-16-based coding
systems ASCII-incompatible.

18 years ago(CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
Stefan Monnier [Thu, 7 Jul 2005 04:59:32 +0000 (04:59 +0000)]
(CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
(GOLD-SS3-map): Initialize in declaration.
(tpu-set-mode-line): Don't throw away other minor mode strings when
turning off the mode.
(tpu-set-match, tpu-match-beginning, tpu-check-match)
(tpu-show-match-markers): Use the insertion-type rather than the +1
offset kludge for tpu-match-beginning-mark.
(tpu-edt-mode): Use define-minor-mode.
(minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid
using the escape sequence and use the real key name instead.
(tpu-reset-control-keys): Don't copy a keymap needlessly.
(tpu-arrow-history): Simplify.
(tpu-edt-on): Set control keys after changing the global map.
(tpu-edt-on, tpu-edt-off): Work unconditionally.