From: Richard M. Stallman Date: Wed, 29 Dec 2004 20:41:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99ec74b9643d563b104d791b3372f77ddb78235e;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2ae6b155b80..7ed6bea903e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-12-29 Richard M. Stallman + + * os.texi (Timers): Discuss timers vs editing the buffer and undo. + 2004-12-28 Richard M. Stallman * commands.texi (Quitting): Clarify value of with-local-quit. diff --git a/man/ChangeLog b/man/ChangeLog index f12807c77d5..4e761e227c2 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-12-29 Richard M. Stallman + + * custom.texi (File Variables): Clarify previous change. + 2004-12-27 Jan Dj,Ad(Brv * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is diff --git a/src/ChangeLog b/src/ChangeLog index fa6e2280cbf..e7a901fd183 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-12-29 Richard M. Stallman + + * buffer.c (syms_of_buffer) : Doc fix. + 2004-12-29 YAMAMOTO Mitsuharu * macfns.c (install_window_handler): Modify extern to return OSErr