diff options
| author | Richard M. Stallman | 2000-07-19 22:00:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-07-19 22:00:37 +0000 |
| commit | 8b7bc6282eba1267a4bcbb588a6c6c4f577529df (patch) | |
| tree | 5eadba9cf9e3f90cf3df7b247c906c97c05ab561 | |
| parent | 82d221935c6d173b4e84ca80fd04ebcc2b85470d (diff) | |
| download | emacs-8b7bc6282eba1267a4bcbb588a6c6c4f577529df.tar.gz emacs-8b7bc6282eba1267a4bcbb588a6c6c4f577529df.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 85 |
1 files changed, 46 insertions, 39 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a35106dcdc..937878fa70f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-07-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * mail/mail-utils.el (mail-strip-quoted-names): | ||
| 4 | Handle case where <...> appears inside "...". | ||
| 5 | Use replace-match to edit the string more simply. | ||
| 6 | (rmail-dont-reply-to): Cope with an unmatched ". | ||
| 7 | |||
| 1 | 2000-07-19 Dave Love <fx@gnu.org> | 8 | 2000-07-19 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | 10 | * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs |
| @@ -417,7 +424,7 @@ | |||
| 417 | 424 | ||
| 418 | * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. | 425 | * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
| 419 | 426 | ||
| 420 | 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu> | 427 | 2000-07-03 Richard Stallman <rms@gnu.org> |
| 421 | 428 | ||
| 422 | * window.el (walk-windows): Guarantee termination by keeping a list | 429 | * window.el (walk-windows): Guarantee termination by keeping a list |
| 423 | of all the windows already handled. | 430 | of all the windows already handled. |
| @@ -2572,7 +2579,7 @@ | |||
| 2572 | * ps-mule.el: Customization fix, doc fix. | 2579 | * ps-mule.el: Customization fix, doc fix. |
| 2573 | (ps-multibyte-buffer): Customization fix. | 2580 | (ps-multibyte-buffer): Customization fix. |
| 2574 | 2581 | ||
| 2575 | 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 2582 | 2000-04-17 Richard M. Stallman <rms@gnu.org> |
| 2576 | 2583 | ||
| 2577 | * subr.el (read-passwd): Use read-char-exclusive. | 2584 | * subr.el (read-passwd): Use read-char-exclusive. |
| 2578 | 2585 | ||
| @@ -3289,7 +3296,7 @@ | |||
| 3289 | * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment | 3296 | * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
| 3290 | about behavior of set-buffer-modified-p wrt redisplay. | 3297 | about behavior of set-buffer-modified-p wrt redisplay. |
| 3291 | 3298 | ||
| 3292 | 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 3299 | 2000-03-19 Richard M. Stallman <rms@gnu.org> |
| 3293 | 3300 | ||
| 3294 | * view.el (view-mode-disable): Kill local binding of view-read-only. | 3301 | * view.el (view-mode-disable): Kill local binding of view-read-only. |
| 3295 | 3302 | ||
| @@ -3785,7 +3792,7 @@ | |||
| 3785 | * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' | 3792 | * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
| 3786 | properly. | 3793 | properly. |
| 3787 | 3794 | ||
| 3788 | 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 3795 | 2000-02-25 Richard M. Stallman <rms@gnu.org> |
| 3789 | 3796 | ||
| 3790 | * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | 3797 | * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. |
| 3791 | 3798 | ||
| @@ -4642,13 +4649,13 @@ | |||
| 4642 | * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | 4649 | * term/w32-win.el (w32_create_initial_fontsets): Disabled as it |
| 4643 | conflicts with new face support. | 4650 | conflicts with new face support. |
| 4644 | 4651 | ||
| 4645 | 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4652 | 2000-01-22 Richard M. Stallman <rms@gnu.org> |
| 4646 | 4653 | ||
| 4647 | * replace.el (query-replace): Rename last arg to DELIMITED. | 4654 | * replace.el (query-replace): Rename last arg to DELIMITED. |
| 4648 | (map-query-replace-regexp, query-replace-regexp-eval): Likewise. | 4655 | (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
| 4649 | (query-replace-regexp): Likewise. | 4656 | (query-replace-regexp): Likewise. |
| 4650 | 4657 | ||
| 4651 | 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4658 | 2000-01-20 Richard M. Stallman <rms@gnu.org> |
| 4652 | 4659 | ||
| 4653 | * subr.el (with-syntax-table): Use make-symbol, not gensym. | 4660 | * subr.el (with-syntax-table): Use make-symbol, not gensym. |
| 4654 | 4661 | ||
| @@ -4713,7 +4720,7 @@ | |||
| 4713 | (frame-notice-user-settings): Don't modify frame parameters | 4720 | (frame-notice-user-settings): Don't modify frame parameters |
| 4714 | if called a second time. | 4721 | if called a second time. |
| 4715 | 4722 | ||
| 4716 | 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4723 | 2000-01-13 Richard M. Stallman <rms@gnu.org> |
| 4717 | 4724 | ||
| 4718 | * frame.el (frame-notice-user-settings): | 4725 | * frame.el (frame-notice-user-settings): |
| 4719 | Notice default-frame-parameters even for non-window frames. | 4726 | Notice default-frame-parameters even for non-window frames. |
| @@ -4751,7 +4758,7 @@ | |||
| 4751 | eval-expression-debug-on-error is non-nil, | 4758 | eval-expression-debug-on-error is non-nil, |
| 4752 | (eval-expression-debug-on-error): Change doc string. | 4759 | (eval-expression-debug-on-error): Change doc string. |
| 4753 | 4760 | ||
| 4754 | 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4761 | 2000-01-11 Richard M. Stallman <rms@gnu.org> |
| 4755 | 4762 | ||
| 4756 | * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. | 4763 | * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. |
| 4757 | 4764 | ||
| @@ -4771,7 +4778,7 @@ | |||
| 4771 | (fill-context-prefix): Use the longest common prefix of first | 4778 | (fill-context-prefix): Use the longest common prefix of first |
| 4772 | and second line fill prefix, if there is one. | 4779 | and second line fill prefix, if there is one. |
| 4773 | 4780 | ||
| 4774 | 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4781 | 2000-01-11 Richard M. Stallman <rms@gnu.org> |
| 4775 | 4782 | ||
| 4776 | * array.el (array-mode): Don't use make-variable-buffer-local. | 4783 | * array.el (array-mode): Don't use make-variable-buffer-local. |
| 4777 | Use make-local-variable for `truncate-lines'. | 4784 | Use make-local-variable for `truncate-lines'. |
| @@ -4851,7 +4858,7 @@ | |||
| 4851 | starting with math characters. Doesn't resend a line already sent | 4858 | starting with math characters. Doesn't resend a line already sent |
| 4852 | to ispell process. Fixes alignment error bug. | 4859 | to ispell process. Fixes alignment error bug. |
| 4853 | 4860 | ||
| 4854 | 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 4861 | 2000-01-10 Richard M. Stallman <rms@gnu.org> |
| 4855 | 4862 | ||
| 4856 | * dired-x.el (dired-guess-shell-alist-default): | 4863 | * dired-x.el (dired-guess-shell-alist-default): |
| 4857 | Suggest xloadimage, which is free, not xv, which isn't. | 4864 | Suggest xloadimage, which is free, not xv, which isn't. |
| @@ -5092,7 +5099,7 @@ | |||
| 5092 | (image-type-from-file-header): Use it. | 5099 | (image-type-from-file-header): Use it. |
| 5093 | (create-image): Add parameter DATA-P. | 5100 | (create-image): Add parameter DATA-P. |
| 5094 | 5101 | ||
| 5095 | 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5102 | 1999-12-31 Richard M. Stallman <rms@gnu.org> |
| 5096 | 5103 | ||
| 5097 | * echistory.el (electric-command-history): Call Command-history-setup | 5104 | * echistory.el (electric-command-history): Call Command-history-setup |
| 5098 | and command-history-mode using their new conventions. | 5105 | and command-history-mode using their new conventions. |
| @@ -5105,7 +5112,7 @@ | |||
| 5105 | Command-history-setup. | 5112 | Command-history-setup. |
| 5106 | (command-history): Renamed from command-history-mode. | 5113 | (command-history): Renamed from command-history-mode. |
| 5107 | 5114 | ||
| 5108 | 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5115 | 1999-12-31 Richard M. Stallman <rms@gnu.org> |
| 5109 | 5116 | ||
| 5110 | * arc-mode.el (archive-mode-map): Bind q to quit-window. | 5117 | * arc-mode.el (archive-mode-map): Bind q to quit-window. |
| 5111 | 5118 | ||
| @@ -5114,12 +5121,12 @@ | |||
| 5114 | * image.el (defimage): Images with the `:data' keyword should be | 5121 | * image.el (defimage): Images with the `:data' keyword should be |
| 5115 | considered valid as well. | 5122 | considered valid as well. |
| 5116 | 5123 | ||
| 5117 | 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5124 | 1999-12-31 Richard M. Stallman <rms@gnu.org> |
| 5118 | 5125 | ||
| 5119 | * dired.el (dired-get-filename): Don't call file-name-absolute-p | 5126 | * dired.el (dired-get-filename): Don't call file-name-absolute-p |
| 5120 | with FILE if FILE is nil. | 5127 | with FILE if FILE is nil. |
| 5121 | 5128 | ||
| 5122 | 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5129 | 1999-12-30 Richard M. Stallman <rms@gnu.org> |
| 5123 | 5130 | ||
| 5124 | * simple.el (choose-completion-string): In minibuffer, | 5131 | * simple.el (choose-completion-string): In minibuffer, |
| 5125 | do not delete the prompt string. | 5132 | do not delete the prompt string. |
| @@ -5135,7 +5142,7 @@ | |||
| 5135 | * expand.el (expand-abbrev-hook): Return t if expansion was | 5142 | * expand.el (expand-abbrev-hook): Return t if expansion was |
| 5136 | done, nil otherwise. | 5143 | done, nil otherwise. |
| 5137 | 5144 | ||
| 5138 | 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5145 | 1999-12-29 Richard M. Stallman <rms@gnu.org> |
| 5139 | 5146 | ||
| 5140 | * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. | 5147 | * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. |
| 5141 | (tar-quit): Function deleted. | 5148 | (tar-quit): Function deleted. |
| @@ -5166,13 +5173,13 @@ | |||
| 5166 | 5173 | ||
| 5167 | * bs.el: New file. | 5174 | * bs.el: New file. |
| 5168 | 5175 | ||
| 5169 | 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5176 | 1999-12-28 Richard M. Stallman <rms@gnu.org> |
| 5170 | 5177 | ||
| 5171 | * textmodes/ispell.el (ispell-process-line): | 5178 | * textmodes/ispell.el (ispell-process-line): |
| 5172 | Add local var line-offset to adjust for the change | 5179 | Add local var line-offset to adjust for the change |
| 5173 | in positions within the line, due to previous replacements. | 5180 | in positions within the line, due to previous replacements. |
| 5174 | 5181 | ||
| 5175 | 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5182 | 1999-12-27 Richard M. Stallman <rms@gnu.org> |
| 5176 | 5183 | ||
| 5177 | * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): | 5184 | * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
| 5178 | Doc fixes. | 5185 | Doc fixes. |
| @@ -5247,7 +5254,7 @@ | |||
| 5247 | 5254 | ||
| 5248 | When constructing menu, use `[(shift button2)]' notation. | 5255 | When constructing menu, use `[(shift button2)]' notation. |
| 5249 | 5256 | ||
| 5250 | 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5257 | 1999-12-25 Richard M. Stallman <rms@gnu.org> |
| 5251 | 5258 | ||
| 5252 | * jka-compr.el (jka-compr-info-file-magic-bytes): New function. | 5259 | * jka-compr.el (jka-compr-info-file-magic-bytes): New function. |
| 5253 | (jka-compr-compression-info-list): Add new elt to each vector. | 5260 | (jka-compr-compression-info-list): Add new elt to each vector. |
| @@ -6045,7 +6052,7 @@ | |||
| 6045 | * help.el (where-is): Use `commandp' as predicate for | 6052 | * help.el (where-is): Use `commandp' as predicate for |
| 6046 | `completing-read' | 6053 | `completing-read' |
| 6047 | 6054 | ||
| 6048 | 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6055 | 1999-12-10 Richard M. Stallman <rms@gnu.org> |
| 6049 | 6056 | ||
| 6050 | * cus-edit.el (custom-save-delete): Delete all occurrences, | 6057 | * cus-edit.el (custom-save-delete): Delete all occurrences, |
| 6051 | leave point where the first occurrence was. | 6058 | leave point where the first occurrence was. |
| @@ -6084,7 +6091,7 @@ | |||
| 6084 | (font-lock-fontify-keywords-region): Only handle multiline strings | 6091 | (font-lock-fontify-keywords-region): Only handle multiline strings |
| 6085 | if necessary (avoids a pathological behavior in (f.ex) diff-mode). | 6092 | if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
| 6086 | 6093 | ||
| 6087 | 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6094 | 1999-12-08 Richard M. Stallman <rms@gnu.org> |
| 6088 | 6095 | ||
| 6089 | * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. | 6096 | * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
| 6090 | 6097 | ||
| @@ -6323,7 +6330,7 @@ | |||
| 6323 | 6330 | ||
| 6324 | * delsel.el: Grok skeleton-pair-insert-maybe. | 6331 | * delsel.el: Grok skeleton-pair-insert-maybe. |
| 6325 | 6332 | ||
| 6326 | 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6333 | 1999-11-30 Richard M. Stallman <rms@gnu.org> |
| 6327 | 6334 | ||
| 6328 | * progmodes/cperl-mode.el (cperl-under-as-char): | 6335 | * progmodes/cperl-mode.el (cperl-under-as-char): |
| 6329 | Use nil as default. | 6336 | Use nil as default. |
| @@ -6366,7 +6373,7 @@ | |||
| 6366 | 6373 | ||
| 6367 | * emacs-lisp/advice.el: Fix last change. | 6374 | * emacs-lisp/advice.el: Fix last change. |
| 6368 | 6375 | ||
| 6369 | 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6376 | 1999-11-26 Richard M. Stallman <rms@gnu.org> |
| 6370 | 6377 | ||
| 6371 | * cus-edit.el (Custom-reset-standard): Doc fix. | 6378 | * cus-edit.el (Custom-reset-standard): Doc fix. |
| 6372 | (custom-variable-reset-standard): Doc fix. | 6379 | (custom-variable-reset-standard): Doc fix. |
| @@ -6390,13 +6397,13 @@ | |||
| 6390 | (add-log-current-defun): Use | 6397 | (add-log-current-defun): Use |
| 6391 | fortran-{beginning,end}-of-subprogram. | 6398 | fortran-{beginning,end}-of-subprogram. |
| 6392 | 6399 | ||
| 6393 | 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6400 | 1999-11-26 Richard M. Stallman <rms@gnu.org> |
| 6394 | 6401 | ||
| 6395 | * emacs-lisp/advice.el: Many doc fixes. | 6402 | * emacs-lisp/advice.el: Many doc fixes. |
| 6396 | 6403 | ||
| 6397 | * comint.el (comint-preoutput-filter-functions): Doc fix. | 6404 | * comint.el (comint-preoutput-filter-functions): Doc fix. |
| 6398 | 6405 | ||
| 6399 | 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6406 | 1999-11-26 Richard M. Stallman <rms@gnu.org> |
| 6400 | 6407 | ||
| 6401 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | 6408 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
| 6402 | Improve messages for capitalization of arg names, | 6409 | Improve messages for capitalization of arg names, |
| @@ -6411,7 +6418,7 @@ | |||
| 6411 | (checkdoc-triple-semi-comment-check-flag): Variable deleted. | 6418 | (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
| 6412 | (checkdoc-comments): Don't bind that variable. | 6419 | (checkdoc-comments): Don't bind that variable. |
| 6413 | 6420 | ||
| 6414 | 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6421 | 1999-11-26 Richard M. Stallman <rms@gnu.org> |
| 6415 | 6422 | ||
| 6416 | * files.el (write-file-hooks): Doc fix. | 6423 | * files.el (write-file-hooks): Doc fix. |
| 6417 | 6424 | ||
| @@ -6611,7 +6618,7 @@ | |||
| 6611 | quickurl-completion-ignore-case for the duration of the call to | 6618 | quickurl-completion-ignore-case for the duration of the call to |
| 6612 | completing-read. | 6619 | completing-read. |
| 6613 | 6620 | ||
| 6614 | 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6621 | 1999-11-18 Richard M. Stallman <rms@gnu.org> |
| 6615 | 6622 | ||
| 6616 | * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | 6623 | * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. |
| 6617 | 6624 | ||
| @@ -6843,7 +6850,7 @@ | |||
| 6843 | * diary-lib.el (simple-diary-display): Reset modeline even if | 6850 | * diary-lib.el (simple-diary-display): Reset modeline even if |
| 6844 | there are no diary entries since the diary buffer may be displayed. | 6851 | there are no diary entries since the diary buffer may be displayed. |
| 6845 | 6852 | ||
| 6846 | 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6853 | 1999-11-03 Richard M. Stallman <rms@gnu.org> |
| 6847 | 6854 | ||
| 6848 | * emacs-lisp/debug.el (debug): If noninteractive, display the | 6855 | * emacs-lisp/debug.el (debug): If noninteractive, display the |
| 6849 | backtrace using `message', then exit Emacs. | 6856 | backtrace using `message', then exit Emacs. |
| @@ -6866,7 +6873,7 @@ | |||
| 6866 | * dired-x.el (dired-smart-shell-command): Use | 6873 | * dired-x.el (dired-smart-shell-command): Use |
| 6867 | shell-command-history as in shell-command. | 6874 | shell-command-history as in shell-command. |
| 6868 | 6875 | ||
| 6869 | 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6876 | 1999-11-01 Richard M. Stallman <rms@gnu.org> |
| 6870 | 6877 | ||
| 6871 | * userlock.el (ask-user-about-lock): Doc fix. | 6878 | * userlock.el (ask-user-about-lock): Doc fix. |
| 6872 | 6879 | ||
| @@ -6880,7 +6887,7 @@ | |||
| 6880 | 6887 | ||
| 6881 | * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. | 6888 | * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
| 6882 | 6889 | ||
| 6883 | 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6890 | 1999-11-01 Richard M. Stallman <rms@gnu.org> |
| 6884 | 6891 | ||
| 6885 | * window.el (walk-windows): If ALL-FRAMES is a frame, | 6892 | * window.el (walk-windows): If ALL-FRAMES is a frame, |
| 6886 | start on that frame. Use save-selected-window. | 6893 | start on that frame. Use save-selected-window. |
| @@ -7023,12 +7030,12 @@ | |||
| 7023 | * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | 7030 | * ange-ftp.el (ange-ftp-insert-file-contents): Don't change |
| 7024 | last-coding-system-used by the call of ange-ftp-set-ascii-mode. | 7031 | last-coding-system-used by the call of ange-ftp-set-ascii-mode. |
| 7025 | 7032 | ||
| 7026 | 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7033 | 1999-10-24 Richard M. Stallman <rms@gnu.org> |
| 7027 | 7034 | ||
| 7028 | * window.el (walk-windows): If ALL-FRAMES is a frame, | 7035 | * window.el (walk-windows): If ALL-FRAMES is a frame, |
| 7029 | start on that frame. Use save-selected-window. | 7036 | start on that frame. Use save-selected-window. |
| 7030 | 7037 | ||
| 7031 | 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7038 | 1999-10-27 Richard M. Stallman <rms@gnu.org> |
| 7032 | 7039 | ||
| 7033 | * emacs-lisp/advice.el (ad-activate-internal): Renamed from | 7040 | * emacs-lisp/advice.el (ad-activate-internal): Renamed from |
| 7034 | ad-activate. All callers changed, including those in data.c. | 7041 | ad-activate. All callers changed, including those in data.c. |
| @@ -7065,7 +7072,7 @@ | |||
| 7065 | * info.el (Info-build-node-completions): Add '("*") to the | 7072 | * info.el (Info-build-node-completions): Add '("*") to the |
| 7066 | completion list. | 7073 | completion list. |
| 7067 | 7074 | ||
| 7068 | 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7075 | 1999-10-25 Richard M. Stallman <rms@gnu.org> |
| 7069 | 7076 | ||
| 7070 | * frame.el (auto-raise-mode): When enabling the mode, | 7077 | * frame.el (auto-raise-mode): When enabling the mode, |
| 7071 | immediately raise the selected frame. | 7078 | immediately raise the selected frame. |
| @@ -7395,7 +7402,7 @@ | |||
| 7395 | * smtpmail.el (smtpmail-via-smtp): Add support for | 7402 | * smtpmail.el (smtpmail-via-smtp): Add support for |
| 7396 | automatically appending a domain to RCPT TO: addresses. | 7403 | automatically appending a domain to RCPT TO: addresses. |
| 7397 | 7404 | ||
| 7398 | 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7405 | 1999-10-14 Richard M. Stallman <rms@gnu.org> |
| 7399 | 7406 | ||
| 7400 | * dired.el (dired-insert-directory): Insert the amount of | 7407 | * dired.el (dired-insert-directory): Insert the amount of |
| 7401 | free space after the total size. | 7408 | free space after the total size. |
| @@ -7635,7 +7642,7 @@ | |||
| 7635 | 7642 | ||
| 7636 | * help-macro.el (three-step-help): Customize. | 7643 | * help-macro.el (three-step-help): Customize. |
| 7637 | 7644 | ||
| 7638 | 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7645 | 1999-10-04 Richard M. Stallman <rms@gnu.org> |
| 7639 | 7646 | ||
| 7640 | * hexl.el (hexlify-buffer): Move point in proper range | 7647 | * hexl.el (hexlify-buffer): Move point in proper range |
| 7641 | if it is too large. | 7648 | if it is too large. |
| @@ -7682,7 +7689,7 @@ | |||
| 7682 | (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | 7689 | (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when |
| 7683 | setting font-lock-defaults' SYNTAX-ALIST. | 7690 | setting font-lock-defaults' SYNTAX-ALIST. |
| 7684 | 7691 | ||
| 7685 | 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7692 | 1999-09-28 Richard M. Stallman <rms@gnu.org> |
| 7686 | 7693 | ||
| 7687 | * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | 7694 | * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard |
| 7688 | macro, try again. | 7695 | macro, try again. |
| @@ -7697,11 +7704,11 @@ | |||
| 7697 | (custom-variable-reset-standard, custom-face-set) | 7704 | (custom-variable-reset-standard, custom-face-set) |
| 7698 | (custom-face-save): Use it. | 7705 | (custom-face-save): Use it. |
| 7699 | 7706 | ||
| 7700 | 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7707 | 1999-09-27 Richard M. Stallman <rms@gnu.org> |
| 7701 | 7708 | ||
| 7702 | * hexl.el (hexl-mode): Do nothing if already in hexl mode. | 7709 | * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 7703 | 7710 | ||
| 7704 | 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7711 | 1999-09-27 Richard M. Stallman <rms@gnu.org> |
| 7705 | 7712 | ||
| 7706 | * faces.el (region): Doc fix. | 7713 | * faces.el (region): Doc fix. |
| 7707 | 7714 | ||
| @@ -7738,7 +7745,7 @@ | |||
| 7738 | * dired.el (dired-move-to-filename-regexp): Make it work | 7745 | * dired.el (dired-move-to-filename-regexp): Make it work |
| 7739 | for LANG=de_DE.iso88591 on HPUX 11.0. | 7746 | for LANG=de_DE.iso88591 on HPUX 11.0. |
| 7740 | 7747 | ||
| 7741 | 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7748 | 1999-09-24 Richard M. Stallman <rms@gnu.org> |
| 7742 | 7749 | ||
| 7743 | * info.el (info-initialize): Don't test existence of ALTERNATIVE | 7750 | * info.el (info-initialize): Don't test existence of ALTERNATIVE |
| 7744 | if we know for some other reason it should not be used. | 7751 | if we know for some other reason it should not be used. |
| @@ -10696,7 +10703,7 @@ | |||
| 10696 | 10703 | ||
| 10697 | * progmodes/sql.el (SQL): Add defgroup :version. | 10704 | * progmodes/sql.el (SQL): Add defgroup :version. |
| 10698 | 10705 | ||
| 10699 | 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 10706 | 1999-03-31 Richard M. Stallman <rms@gnu.org> |
| 10700 | 10707 | ||
| 10701 | * emacs-lisp/bytecomp.el (byte-compile-file): Clear | 10708 | * emacs-lisp/bytecomp.el (byte-compile-file): Clear |
| 10702 | buffer-file-coding-system. If the coding system used is raw-text, | 10709 | buffer-file-coding-system. If the coding system used is raw-text, |