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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 18 May 2003 15:34:14 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.814 emacs/etc/NEWS:1.815
*** emacs/etc/NEWS:1.814        Tue May 13 16:13:06 2003
--- emacs/etc/NEWS      Sun May 18 15:34:14 2003
***************
*** 1235,1240 ****
--- 1235,1249 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** The `local-map' property now also works at the ends of overlays and
+ text-properties, according to their stickiness.  This also means that it
+ works with empty overlays.  The same hold for the `keymap' property.
+ 
+ ** `select-window' takes a second optional argument `norecord', like
+ `switch-to-buffer'.  `with-selected-window' is a new macro that uses
+ this to temporarily switch the selected window without impacting
+ the order of buffer-list.
+ 
  ** (map-keymap FUNCTION KEYMAP) applies the function to each binding
  in the keymap.
  




reply via email to

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