*** empty log message ***
This commit is contained in:
parent
cca1bedc7f
commit
0b0dea7bb7
4 changed files with 26 additions and 1 deletions
2
etc/NEWS
2
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
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue