diff options
| author | Richard M. Stallman | 2005-10-23 18:32:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-23 18:32:58 +0000 |
| commit | 24c324f9938b25711377e5513d7eb08430f9848e (patch) | |
| tree | 091ce03ea8dfb915ace8ec9f4c8641ba6ed4e0a9 | |
| parent | 5fddd8e6dd07eb5338debdb93e5e22909735cd02 (diff) | |
| download | emacs-24c324f9938b25711377e5513d7eb08430f9848e.tar.gz emacs-24c324f9938b25711377e5513d7eb08430f9848e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 32 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 36 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbdcd33b89c..7b4eef15c56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2005-10-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults. | ||
| 4 | Eliminate nil as possible value. | ||
| 5 | (tooltip-hide-delay): Reduce internal-border-width. | ||
| 6 | |||
| 7 | * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string. | ||
| 8 | (menu-bar-file-menu) <new-file>: Likewise. | ||
| 9 | |||
| 10 | * simple.el (line-move-finish): Ignore fields computing LINE-END. | ||
| 11 | |||
| 12 | * international/mule.el (load-with-code-conversion): | ||
| 13 | Pass full file name to `eval-buffer' unless preloading. | ||
| 14 | |||
| 15 | * textmodes/flyspell.el (flyspell-large-region): | ||
| 16 | Call ispell-check-version. | ||
| 17 | |||
| 18 | * textmodes/ispell.el (ispell-local-dictionary-overridden): | ||
| 19 | Fix the make-variable-buffer-local call that was supposed | ||
| 20 | to be for this variable. | ||
| 21 | (ispell-aspell-supports-utf8): Doc fix. | ||
| 22 | (ispell-find-aspell-dictionaries): Preserve elements of | ||
| 23 | ispell-dictionary-alist for dictionaries that aspell doesn't report. | ||
| 24 | (ispell-aspell-find-dictionary): Return nil on error. | ||
| 25 | |||
| 26 | * play/doctor.el (doctor-doc): Don't say "psychiatrist". | ||
| 27 | (doctor-symptoms): Likewise. | ||
| 28 | |||
| 29 | * add-log.el (add-log-current-defun): Clean up handling of DEFUNs. | ||
| 30 | |||
| 1 | 2005-10-23 Chong Yidong <cyd@stupidchicken.com> | 31 | 2005-10-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 32 | ||
| 3 | * cus-edit.el (custom-button, custom-button-pressed): New vars. | 33 | * cus-edit.el (custom-button, custom-button-pressed): New vars. |
| @@ -108,6 +138,8 @@ | |||
| 108 | 138 | ||
| 109 | 2005-10-22 Richard M. Stallman <rms@gnu.org> | 139 | 2005-10-22 Richard M. Stallman <rms@gnu.org> |
| 110 | 140 | ||
| 141 | * textmodes/ispell.el (ispell-local-dictionary-overridden): | ||
| 142 | |||
| 111 | * files.el (make-temp-file): Moved from subr.el. | 143 | * files.el (make-temp-file): Moved from subr.el. |
| 112 | * subr.el (make-temp-file): Moved to files.el. | 144 | * subr.el (make-temp-file): Moved to files.el. |
| 113 | 145 | ||
diff --git a/man/ChangeLog b/man/ChangeLog index ea24ff05dc0..24ae8af7ad8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Init File): Recommend when to use site-start.el. | ||
| 4 | |||
| 1 | 2005-10-23 Lars Hansen <larsh@soem.dk> | 5 | 2005-10-23 Lars Hansen <larsh@soem.dk> |
| 2 | 6 | ||
| 3 | * dired-x.texi (Miscellaneous Commands): Replace | 7 | * dired-x.texi (Miscellaneous Commands): Replace |