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: Tue, 13 May 2003 16:13:07 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.813 emacs/etc/NEWS:1.814
*** emacs/etc/NEWS:1.813        Thu May  8 13:54:14 2003
--- emacs/etc/NEWS      Tue May 13 16:13:06 2003
***************
*** 88,93 ****
--- 88,102 ----
  
  * Changes in Emacs 21.4
  
+ ** `undo-only' (bound to C-x U) does an undo which does not redo any
+ previous undo.
+ 
+ ** `uniquify-strip-common-suffix' tells uniquify to prefer
+ `file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'.
+ 
+ ** If the user visits a file larger than `large-file-warning-threshold',
+ Emacs will prompt her for confirmation.
+ 
  ** A UTF-7 coding system is available in the library `utf-7'.
  
  ** GUD mode has its own tool bar for controlling execution of the inferior
***************
*** 348,353 ****
--- 357,364 ----
  *** verbatim environments are now highlighted in courier by font-lock
  and super/sub-scripts are made into super/sub-scripts.
  
+ *** New major mode doctex-mode for *.dtx files.
+ 
  +++
  ** New display feature: focus follows the mouse from one Emacs window
  to another, even within a frame.  If you set the variable
***************
*** 775,780 ****
--- 786,793 ----
  allows you to specify a compression level using the "-z#" option for
  CVS.
  
+ *** New backends for Subversion and Meta-CVS.
+ 
  ** EDiff changes.
  
  +++
***************
*** 1222,1227 ****
--- 1235,1250 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** (map-keymap FUNCTION KEYMAP) applies the function to each binding
+ in the keymap.
+ 
+ ** VC changes for backends:
+ *** (vc-switches BACKEND OPERATION) is a new function for use by backends.
+ *** The new `find-version' backend function replaces the `destfile'
+ parameter of the `checkout' backend function.
+ Old code still works thanks to a default `find-version' behavior that
+ uses the old `destfile' parameter.
+ 
  ** `minor-mode-list' now holds a list of minor mode commands.
  
  ** The new command `modify-all-frames-parameters' modifies parameters
***************
*** 1911,1916 ****
--- 1934,1945 ----
  text, in the same way it moves out from within text covered by an
  image or composition property.
  
+ This makes it generally unnecessary to mark invisible text as intangible.
+ This is particularly good because the intangible property often has
+ unexpected side-effects since the property applies to everything
+ (including `goto-char', ...) whereas this new code is only run after
+ post-command-hook and thus does not care about intermediate states.
+       
  ** Only one of the beginning or end of an invisible, intangible region is
  considered an acceptable value for point; which one is determined by
  examining how the invisible/intangible properties are inherited when new




reply via email to

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