comparison lisp/ChangeLog @ 66349:e024b37a96f0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Oct 2005 18:32:58 +0000
parents d9a2701e02cd
children c2d76d4f59b4
comparison
equal deleted inserted replaced
66348:834a001192cb 66349:e024b37a96f0
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.
4 (custom-raised-buttons): Add :set spec. 34 (custom-raised-buttons): Add :set spec.
5 (custom-button-unraised, custom-button-pressed-unraised): New 35 (custom-button-unraised, custom-button-pressed-unraised): New
105 * subr.el (eval-after-load): Convert library name to an absolute 135 * subr.el (eval-after-load): Convert library name to an absolute
106 file name using locate-library, since load-history no longer has 136 file name using locate-library, since load-history no longer has
107 library names in it. 137 library names in it.
108 138
109 2005-10-22 Richard M. Stallman <rms@gnu.org> 139 2005-10-22 Richard M. Stallman <rms@gnu.org>
140
141 * textmodes/ispell.el (ispell-local-dictionary-overridden):
110 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
114 * window.el (get-buffer-window-list): Moved from subr.el. 146 * window.el (get-buffer-window-list): Moved from subr.el.