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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [emacs-unicode-2]
Date: Sun, 11 Jul 2004 18:11:06 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.6 emacs/etc/NEWS:1.841.2.7
*** emacs/etc/NEWS:1.841.2.6    Tue Jul  6 02:55:07 2004
--- emacs/etc/NEWS      Sun Jul 11 22:07:26 2004
***************
*** 2246,2252 ****
  ** 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.
--- 2246,2252 ----
  ** 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.
***************
*** 2254,2260 ****
  * 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.
--- 2254,2263 ----
  * 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.
***************
*** 3027,3032 ****
--- 3030,3040 ----
  ** The new variable `read-file-name-function' can be used by lisp code
  to override the internal read-file-name function.
  
+ 
+ ** The new variable `read-file-name-completion-ignore-case' specifies
+ whether completion ignores case when reading a file name with the
+ `read-file-name' function.
+ 
  +++
  ** The new function `read-directory-name' can be used instead of
  `read-file-name' to read a directory name; when used, completion
***************
*** 3634,3639 ****
--- 3642,3652 ----
  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]