Mercurial > emacs
changeset 72561:e97dbc216b2d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Aug 2006 10:01:29 +0000 |
parents | 53d9c140485f |
children | b82cda33a421 |
files | man/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Mon Aug 28 10:01:22 2006 +0000 +++ b/man/ChangeLog Mon Aug 28 10:01:29 2006 +0000 @@ -1,3 +1,16 @@ +2006-08-28 Richard Stallman <rms@gnu.org> + + * 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 <storm@cua.dk> * display.texi (Display Custom): Add variables overline-margin
--- a/src/ChangeLog Mon Aug 28 10:01:22 2006 +0000 +++ b/src/ChangeLog Mon Aug 28 10:01:29 2006 +0000 @@ -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 <rms@gnu.org> + + * buffer.c (Fswitch_to_buffer): Fix previous change. + 2006-08-25 Kim F. Storm <storm@cua.dk> * keyboard.c (Fcurrent_idle_time): Simplify.