From: Juanma Barranquero Date: Mon, 7 Jun 2004 21:03:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5881 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b0dea7bb759a28e629abe3020e0d5e54b1b691d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index e71562a0cdd..a9959b189f2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2043,7 +2043,7 @@ configuration files. * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index fc3eae5e813..95bcab0215f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/nt/ChangeLog b/nt/ChangeLog index 9091da843cf..77c8305b0e5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 583537d889d..d4fc708db9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.