Mercurial > emacs
comparison lisp/ChangeLog @ 66949:cd0310cf5638
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Nov 2005 22:25:16 +0000 |
parents | 3d572e08dd1d |
children | e4b45b2f12d7 |
comparison
equal
deleted
inserted
replaced
66948:043fa9c73c77 | 66949:cd0310cf5638 |
---|---|
1 2005-11-16 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * net/eudcb-ph.el (eudc-ph-open-session): | |
4 Use set-process-query-on-exit-flag. | |
5 | |
6 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents. | |
7 | |
8 * international/ucs-tables.el (ucs-set-table-for-input): | |
9 Use make-local-variable, not make-variable-buffer-local. | |
10 | |
11 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
12 Improve warning message text. | |
13 | |
14 * savehist.el (savehist-save-hook): Add :group. | |
15 | |
16 * menu-bar.el (menu-bar-help-menu): | |
17 Rename Find Extra Packages to External Packages. | |
18 | |
19 * cus-edit.el (Custom-reset-standard): Verify that | |
20 :custom-standard-value prop exists before calling it. | |
21 | |
22 * apropos.el (apropos-calc-scores): Use apropos-pattern. | |
23 | |
24 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change) | |
25 | |
26 * wid-edit.el (color): Enclose %t in %{...%}. | |
27 | |
28 * cus-edit.el (face): Enclose %t in %{...%}. | |
29 | |
1 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org> | 30 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org> |
2 | 31 |
3 * savehist.el (savehist-mode-hook): Re-add the var. | 32 * savehist.el (savehist-mode-hook): Re-add the var. |
4 (savehist-mode): Use it. | 33 (savehist-mode): Use it. |
5 | 34 |
205 (flyspell-delete-all-overlays): Call that. | 234 (flyspell-delete-all-overlays): Call that. |
206 | 235 |
207 2005-11-13 Richard M. Stallman <rms@gnu.org> | 236 2005-11-13 Richard M. Stallman <rms@gnu.org> |
208 | 237 |
209 * help.el (help-for-help-internal): Improve doc of C-h a. | 238 * help.el (help-for-help-internal): Improve doc of C-h a. |
210 | 239 (describe-key): Improve prompt; doc fix. |
240 | |
211 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 241 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
212 | 242 |
213 * vc-svn.el (vc-svn-registered): Catch all errors. | 243 * vc-svn.el (vc-svn-registered): Catch all errors. |
214 | 244 |
215 * cus-dep.el (custom-make-dependencies): Typo. | 245 * cus-dep.el (custom-make-dependencies): Typo. |