From: Eli Zaretskii Date: Sat, 6 Nov 2004 12:12:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27540e81513199d5d4ec300b4cffd0ae1db74af1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e80952a256a..618633a9704 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-06 Peter Heslin (tiny change) + + * outline.el (hide-body): Don't hide lines at the top of the file + that precede the first header line. + 2004-11-06 Paul Pogonyshev * align.el (align-areas): Delete whitespace before reindenting, so diff --git a/src/ChangeLog b/src/ChangeLog index e633c8e00d6..879b635d81d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-11-06 Eli Zaretskii + + * frame.c (syms_of_frame): Fix the example in the doc string. + 2004-11-06 Jan Dj,Ad(Brv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.