diff options
| author | Richard M. Stallman | 2005-04-10 23:38:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-10 23:38:37 +0000 |
| commit | 6695c528d4bf53c198befee30831b0e67c1c32d5 (patch) | |
| tree | b49d130870f03568e3560b8fd8fb502eb7a537db /lisp | |
| parent | dc58296ddc6c421df3356880be8b9d53088971c1 (diff) | |
| download | emacs-6695c528d4bf53c198befee30831b0e67c1c32d5.tar.gz emacs-6695c528d4bf53c198befee30831b0e67c1c32d5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 393c2331fa7..1ddf9f5594c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 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. |
| @@ -43,6 +67,11 @@ | |||
| 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. |
| 45 | 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)". | ||
| 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 |