]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jun 2004 21:03:48 +0000 (21:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jun 2004 21:03:48 +0000 (21:03 +0000)
etc/NEWS
lisp/ChangeLog
nt/ChangeLog
src/ChangeLog

index e71562a0cdd0a44264aeb06206d8bbb978c55125..a9959b189f252e2ab7567551e0bc504e520daf48 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2043,7 +2043,7 @@ configuration files.
 \f
 * 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
index fc3eae5e813e16d5d2406a00a0bf685ba049a826..95bcab0215f96e6b0f4a881b3b223e2b4720f4db 100644 (file)
@@ -1,3 +1,17 @@
+2004-06-07  Juanma Barranquero  <lektu@terra.es>
+
+       * 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  <teirllm@auburn.edu>
 
        * dired.el (dired-undo): Call `dired-build-subdir-alist'.
index 9091da843cf9ce06ff6d2c4fe79111cbdaf326b8..77c8305b0e510d6f6f29ed66f077017fea3e44a7 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-07  Juanma Barranquero  <lektu@terra.es>
+
+       * INSTALL: Clarify paragraph about compatibility between image
+       libraries and builds of Emacs with several compilers.
+
 2004-06-06  Juanma Barranquero  <lektu@terra.es>
 
        * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
index 583537d889dcc5994e119dd6db48621a93a3c021..d4fc708db9d4f57a85226d9caed3d7f35ca1e92b 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-07  Juanma Barranquero  <lektu@terra.es>
+
+       * 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  <miles@gnu.org>
 
        * xfaces.c (struct named_merge_point): New type.