From: Richard M. Stallman Date: Thu, 24 Jun 2004 20:26:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8c379f8163b64077080c5dc059cb962815546e7;p=emacs.git *** empty log message *** --- diff --git a/etc/FOR-RELEASE b/etc/FOR-RELEASE index f79bdad041d..2bf27858bcc 100644 --- a/etc/FOR-RELEASE +++ b/etc/FOR-RELEASE @@ -10,7 +10,9 @@ Tasks needed before the next release. ** 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 @@ Tasks needed before the next release. ** Make GTK scrollbars behave like others w.r.t. overscrolling. ** Make GTK toolbar look OK on monochrome displays. + diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ea4ade8c30d..0d5cd08b78e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 6fae7580745..ada85adaa1b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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