# HG changeset patch # User Juanma Barranquero # Date 1086642228 0 # Node ID 9bc2875f484288bf8cdf2544c6ca20294650ded1 # Parent a1a91a32f86533582b9370e4b9625c9139faf63b *** empty log message *** diff -r a1a91a32f865 -r 9bc2875f4842 etc/NEWS --- a/etc/NEWS Mon Jun 07 21:02:00 2004 +0000 +++ b/etc/NEWS Mon Jun 07 21:03:48 2004 +0000 @@ -2043,7 +2043,7 @@ * Lisp Changes in Emacs 21.4 -** The sentinel is now called whan a network process is deleted with +** The sentinel is now called when a network process is deleted with delete-process. The status message passed to the sentinel for a deleted network process is "deleted". The message passed to the sentinel when the connection is closed by the remote peer has been diff -r a1a91a32f865 -r 9bc2875f4842 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 07 21:02:00 2004 +0000 +++ b/lisp/ChangeLog Mon Jun 07 21:03:48 2004 +0000 @@ -1,3 +1,17 @@ +2004-06-07 Juanma Barranquero + + * completion.el (completion-kill-region): Doc fix. + + * format.el (format-insert-annotations) + (format-annotate-location): Doc fixes. + (format-subtract-regions): Make arguments match their use in + docstring. + + * simple.el (kill-region): Doc fix. + + * subr.el (insert-buffer-substring-no-properties) + (insert-buffer-substring-as-yank): Doc fixes. + 2004-06-07 Luc Teirlinck * dired.el (dired-undo): Call `dired-build-subdir-alist'. diff -r a1a91a32f865 -r 9bc2875f4842 nt/ChangeLog --- a/nt/ChangeLog Mon Jun 07 21:02:00 2004 +0000 +++ b/nt/ChangeLog Mon Jun 07 21:03:48 2004 +0000 @@ -1,3 +1,8 @@ +2004-06-07 Juanma Barranquero + + * INSTALL: Clarify paragraph about compatibility between image + libraries and builds of Emacs with several compilers. + 2004-06-06 Juanma Barranquero * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on diff -r a1a91a32f865 -r 9bc2875f4842 src/ChangeLog --- a/src/ChangeLog Mon Jun 07 21:02:00 2004 +0000 +++ b/src/ChangeLog Mon Jun 07 21:03:48 2004 +0000 @@ -1,3 +1,9 @@ +2004-06-07 Juanma Barranquero + + * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time) + (Fcurrent_time_string, Fcurrent_time_zone) + (Finsert_buffer_substring, Ftranspose_regions): Doc fixes. + 2004-06-07 Miles Bader * xfaces.c (struct named_merge_point): New type.