Mercurial > emacs
comparison lisp/ChangeLog @ 61453:9e9819183ce3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Apr 2005 23:38:37 +0000 |
parents | 0f3d9a7cad2f |
children | 014fcf8d4038 |
comparison
equal
deleted
inserted
replaced
61452:b9d559315c0a | 61453:9e9819183ce3 |
---|---|
1 2005-04-10 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * startup.el (fancy-splash-tail): Update copyright year. | |
4 (command-line): Split part of -Q into -D. | |
5 (emacs-basic-display): New defvar. | |
6 (fancy-splash-text): Correct name of menu item. | |
7 | |
8 * saveplace.el (save-place-alist-to-file): Catch errors writing file. | |
9 | |
10 * info.el (Info-fontify-node): Handle fontification of multiple * Menu | |
11 lines in one node. | |
12 | |
13 * comint.el (comint-send-input): New arg ARTIFICIAL. | |
14 Callers in this file changed. | |
15 | |
16 * abbrev.el (define-abbrevs): Read system abbrevs properly. | |
17 | |
18 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message. | |
19 | |
20 2005-04-10 Chong Yidong <cyd@stupidchicken.com> | |
21 | |
22 * url/url-ldap.el (url-ldap): Add docstring. Fix call to | |
23 `ldap-search-internal'. | |
24 | |
1 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | 25 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 26 |
3 * files.el (set-auto-mode-1): Use line-end-position. | 27 * files.el (set-auto-mode-1): Use line-end-position. |
4 | 28 |
5 * international/latin-1.el: | 29 * international/latin-1.el: |
40 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> | 64 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> |
41 | 65 |
42 * calendar/time-date.el (time-to-seconds, seconds-to-time) | 66 * calendar/time-date.el (time-to-seconds, seconds-to-time) |
43 (days-to-time, time-subtract, time-add): Don't use the #xhhhh | 67 (days-to-time, time-subtract, time-add): Don't use the #xhhhh |
44 syntax which Emacs 20 doesn't support. | 68 syntax which Emacs 20 doesn't support. |
69 | |
70 2005-04-09 Richard M. Stallman <rms@gnu.org> | |
71 | |
72 * help.el (describe-key-briefly, describe-key): Replace | |
73 strings as event types with "(any string)". | |
45 | 74 |
46 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 75 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
47 | 76 |
48 * arc-mode.el (archive-mode-map): Move initialization into | 77 * arc-mode.el (archive-mode-map): Move initialization into |
49 the declaration. Override *all* bindings of `undo'. | 78 the declaration. Override *all* bindings of `undo'. |