diff options
| author | Richard M. Stallman | 2005-10-22 15:36:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-22 15:36:08 +0000 |
| commit | db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7 (patch) | |
| tree | 586f9877d2ca6505688d5e4ffd4dcce536d120cb /lisp/ChangeLog | |
| parent | 229ffb5a07c2b87eb55fb36f504d68dfccc8ad0a (diff) | |
| download | emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.tar.gz emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f1e04dd8240..fed628ba939 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-10-22 Richard M. Stallman <rms@gnu.org> | 1 | 2005-10-22 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (make-temp-file): Moved from subr.el. | ||
| 4 | * subr.el (make-temp-file): Moved to files.el. | ||
| 5 | |||
| 6 | * window.el (get-buffer-window-list): Moved from subr.el. | ||
| 7 | * subr.el (get-buffer-window-list): Moved to window.el. | ||
| 8 | |||
| 3 | * image.el (image-load-path): Use eval-at-startup to initialize. | 9 | * image.el (image-load-path): Use eval-at-startup to initialize. |
| 4 | 10 | ||
| 5 | * subr.el (eval-at-startup): New macro. | 11 | * subr.el (eval-at-startup): New macro. |