Mercurial > emacs
changeset 56237:b8ba538f6095
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Jun 2004 20:26:49 +0000 |
parents | 69f225b794b1 |
children | f186f03b4d6b |
files | etc/FOR-RELEASE lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 30 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. +
--- 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 <rms@gnu.org> + + * 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 <david.ponce@wanadoo.fr> + + * 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 <teirllm@auburn.edu> * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
--- 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 <rms@gnu.org> + + * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted. + (syms_of_emacs): Lisp variables deleted. + 2004-06-23 David Kastrup <dak@gnu.org> * search.c (Freplace_match): Adjust the match-data more