diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-02 23:46:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-02 23:46:12 +0000 |
commit | 19996af44a96f16399730a49a38c85a274bd5981 (patch) | |
tree | 6e74167e39892315c9efce7229778e6abd9ef545 | |
parent | 27af61fe6c2bb7e9e16ae864eb76dd3be2f6587e (diff) | |
download | emacs-19996af44a96f16399730a49a38c85a274bd5981.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 605b099b558..fbaa3b10e50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-01-02 Richard M. Stallman <rms@gnu.org> + * loadhist.el (file-loadhist-lookup): New function. + (file-provides, file-requires): Use it. + * electric.el (Electric-pop-up-window): Use fit-window-to-buffer instead of calculating the right size. diff --git a/src/ChangeLog b/src/ChangeLog index 6e725eef287..37477cba800 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-02 Richard M. Stallman <rms@gnu.org> + + * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers. + 2004-12-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xterm.c (handle_one_xevent): Clear area in expose event for GTK. |