From: Richard M. Stallman Date: Mon, 28 Aug 2006 10:01:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24d8984e70c0623f8d004cec369e68e1cef0a627;p=emacs.git *** empty log message *** --- diff --git a/man/ChangeLog b/man/ChangeLog index ee0dac8359c..c43e6cf55ae 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,16 @@ +2006-08-28 Richard Stallman + + * windows.texi (Split Window): Update xref. + + * basic.texi (Continuation Lines): Update xref. + + * indent.texi (Tab Stops): Update xref. + + * emacs.texi (Top): Update subnode menu. + + * display.texi (Line Truncation, Displaying Boundaries): New nodes, + split out of Display Custom. + 2006-08-25 Kim F. Storm * display.texi (Display Custom): Add variables overline-margin diff --git a/src/ChangeLog b/src/ChangeLog index 5eef31bb142..19625735579 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -73,6 +73,10 @@ (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): Simplify; remove NO_ARG_ARRAY stuff, use list2. +2006-08-25 Richard Stallman + + * buffer.c (Fswitch_to_buffer): Fix previous change. + 2006-08-25 Kim F. Storm * keyboard.c (Fcurrent_idle_time): Simplify.