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:56:20 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.25 emacs/etc/NEWS:1.690.2.26
*** emacs/etc/NEWS:1.690.2.25   Tue Jul  6 09:44:39 2004
--- emacs/etc/NEWS      Tue Jul  6 09:47:50 2004
***************
*** 2043,2049 ****
  
  * 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
--- 2043,2049 ----
  
  * Lisp Changes in Emacs 21.4
  
! ** 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
***************
*** 3052,3057 ****
--- 3052,3064 ----
  ** New functions face-attribute-relative-p and merge-face-attribute
  help with handling relative face attributes.
  
+ ** The priority of faces in an :inherit attribute face-list is reversed.
+ If a face contains an :inherit attribute with a list of faces, earlier
+ faces in the list override later faces in the list; in previous releases
+ of Emacs, the order was the opposite.  This change was made so that
+ :inherit face-lists operate identically to face-lists in text `face'
+ properties.
+ 
  +++
  ** Enhancements to process support
  




reply via email to

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