aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12005-10-22 Richard M. Stallman <rms@gnu.org> 12005-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.