emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Tue, 06 Jul 2004 05:57:21 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.24 emacs/etc/NEWS:1.690.2.25
*** emacs/etc/NEWS:1.690.2.24   Tue Jul  6 09:42:23 2004
--- emacs/etc/NEWS      Tue Jul  6 09:44:39 2004
***************
*** 105,111 ****
  ** Commands winner-redo and winner-undo, from winner.el, are now bound to
  C-c <left> and C-c <right>, respectively.  This is an incompatible change.
  
! ** Help commands `describe-funcion' and `describe-key' now show function
  arguments in lowercase italics on displays that support it.  To change the
  default, customize face `help-argument-name' or redefine the function
  `help-default-arg-highlight'.
--- 105,111 ----
  ** Commands winner-redo and winner-undo, from winner.el, are now bound to
  C-c <left> and C-c <right>, respectively.  This is an incompatible change.
  
! ** Help commands `describe-function' and `describe-key' now show function
  arguments in lowercase italics on displays that support it.  To change the
  default, customize face `help-argument-name' or redefine the function
  `help-default-arg-highlight'.
***************
*** 2043,2048 ****
--- 2043,2054 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** The sentinel is now called whan 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
+ changed to "connection broken by remote peer".
+ 
  ** If the buffer's undo list for the current command gets longer than
  undo-outer-limit, garbage collection empties it.  This is to prevent
  it from using up the available memory and choking Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]