diff options
-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. |