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: Fri, 16 Jul 2004 23:11:45 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.33 emacs/etc/NEWS:1.690.2.34
*** emacs/etc/NEWS:1.690.2.33   Thu Jul  8 08:13:15 2004
--- emacs/etc/NEWS      Sat Jul 17 02:49:30 2004
***************
*** 2171,2177 ****
  ** New package benchmark.el contains simple support for convenient
  timing measurements of code (including the garbage collection component).
  
! ** The new Lisp library fringe.el controls the apperance of fringes.
  
  ** `cfengine-mode' is a major mode for editing GNU Cfengine
  configuration files.
--- 2171,2177 ----
  ** New package benchmark.el contains simple support for convenient
  timing measurements of code (including the garbage collection component).
  
! ** The new Lisp library fringe.el controls the appearance of fringes.
  
  ** `cfengine-mode' is a major mode for editing GNU Cfengine
  configuration files.
***************
*** 2179,2185 ****
  * Lisp Changes in Emacs 21.4
  
  ** If a command sets transient-mark-mode to `only', that 
! enables Transient Mark mode for the following command, only.
  
  +++
  ** Cleaner way to enter key sequences.
--- 2179,2188 ----
  * Lisp Changes in Emacs 21.4
  
  ** If a command sets transient-mark-mode to `only', that 
! enables Transient Mark mode for the following command only.
! During that following command, the value of transient-mark-mode
! is `identity'.  If it is still `identity' at the end of the command,
! it changes to nil.
  
  +++
  ** Cleaner way to enter key sequences.
***************
*** 3564,3569 ****
--- 3567,3577 ----
  properties from surrounding text.
  
  +++
+ ** `(match-data t)' will append the buffer as a final element of the
+ match data if the last match was on a buffer.  `set-match-data' will
+ accept this for restoring the match state.
+ 
+ +++
  ** New function `buffer-local-value'.
  
  This function returns the buffer-local binding of VARIABLE (a symbol)




reply via email to

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