# HG changeset patch # User Richard M. Stallman # Date 1088108809 0 # Node ID b8ba538f6095d2f872268eb3f3ec9c5f6d949c52 # Parent 69f225b794b129e12d10d577f7fb184c5f913a10 *** empty log message *** diff -r 69f225b794b1 -r b8ba538f6095 etc/FOR-RELEASE --- a/etc/FOR-RELEASE Thu Jun 24 20:24:52 2004 +0000 +++ b/etc/FOR-RELEASE Thu Jun 24 20:26:49 2004 +0000 @@ -10,7 +10,9 @@ ** Update the Emacs manual. -** Check the Emacs manual. +** Check the Emacs Manual. + +** Add missing years in copyright notices of all files. ** Update man/info.texi. @@ -19,3 +21,4 @@ ** Make GTK scrollbars behave like others w.r.t. overscrolling. ** Make GTK toolbar look OK on monochrome displays. + diff -r 69f225b794b1 -r b8ba538f6095 lispref/ChangeLog --- a/lispref/ChangeLog Thu Jun 24 20:24:52 2004 +0000 +++ b/lispref/ChangeLog Thu Jun 24 20:26:49 2004 +0000 @@ -1,3 +1,24 @@ +2004-06-24 Richard M. Stallman + + * customize.texi (Variable Definitions): Note about doc strings + and :set. + + * keymaps.texi (Keymap Terminology): Document `kbd'. + (Changing Key Bindings, Key Binding Commands): Use kbd in examples. + + * display.texi (Invisible Text): Setting buffer-invisibility-spec + makes it buffer-local. + + * files.texi (Saving Buffers): Correct previous change. + + * commands.texi (Accessing Events): + Clarify posn-col-row and posn-actual-col-row. + +2004-06-24 David Ponce + + * commands.texi (Accessing Events): New functions + posn-at-point and posn-at-x-y. Add example to posn-x-y. + 2004-06-23 Luc Teirlinck * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: diff -r 69f225b794b1 -r b8ba538f6095 src/ChangeLog --- a/src/ChangeLog Thu Jun 24 20:24:52 2004 +0000 +++ b/src/ChangeLog Thu Jun 24 20:26:49 2004 +0000 @@ -1,3 +1,8 @@ +2004-06-24 Richard M. Stallman + + * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted. + (syms_of_emacs): Lisp variables deleted. + 2004-06-23 David Kastrup * search.c (Freplace_match): Adjust the match-data more