diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ebce39590e..4e6757a9cc2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-04-09 Gerd Moellmann + * obsolete/profile.el: Moved from emacs-lisp/. + * Makefile.in (nonobsolete_setwins): New macro. (finder-data): Use it instead of `setwins'. From: Dave Love . diff --git a/src/ChangeLog b/src/ChangeLog index 61598c01b0b..9edf4d73e09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-04-09 Gerd Moellmann + * fns.c (Fplist_get, Fplist_put): Add QUITs. + * window.c (window_internal_height): Return 1 less if the window has a header line.