diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14963f0ef8c..67e62e7025a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2004-01-05 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/copyright.el (copyright-regexp): might as well allow | ||
| 4 | / and *, too. | ||
| 5 | |||
| 6 | 2003-12-31 Simon Josefsson <jas@extundo.com> | ||
| 7 | |||
| 8 | * files.el (before-save-hook): Add. | ||
| 9 | (basic-save-buffer): Use before-save-hook. | ||
| 10 | |||
| 11 | * emacs-lisp/copyright.el: Fix comment to recommend | ||
| 12 | before-save-hook instead of write-file-functions. | ||
| 13 | |||
| 14 | 2004-01-05 Richard M. Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * finder.el (finder-commentary): Call delete-other-windows. | ||
| 17 | |||
| 18 | * net/ange-ftp.el (ange-ftp-file-attributes): | ||
| 19 | Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil. | ||
| 20 | |||
| 1 | 2004-01-04 Karl Berry <karl@gnu.org> | 21 | 2004-01-04 Karl Berry <karl@gnu.org> |
| 2 | 22 | ||
| 3 | * emacs-lisp/copyright.el (copyright-regexp): allow the common | 23 | * emacs-lisp/copyright.el (copyright-regexp): allow the common |