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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Tue, 08 Apr 2003 21:40:30 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.801 emacs/etc/NEWS:1.802
*** emacs/etc/NEWS:1.801        Sun Apr  6 16:42:09 2003
--- emacs/etc/NEWS      Tue Apr  8 21:40:30 2003
***************
*** 318,328 ****
  TeX commands to use at startup.
  
  +++
! ** New display feature: focus follows mouse.  If you set the variable
! mouse-autoselect-window to non-nil value, moving the mouse to a different
! Emacs window will select that window (minibuffer window can be selected
! only when it is active).  The default is nil, so that this feature is not
! enabled.
  
  +++
  ** The new command `describe-char' (C-u C-x =) pops up a buffer with
--- 318,329 ----
  TeX commands to use at startup.
  
  +++
! ** New display feature: focus follows the mouse from one Emacs window
! to another, even within a frame.  If you set the variable
! mouse-autoselect-window to non-nil value, moving the mouse to a
! different Emacs window will select that window (minibuffer window can
! be selected only when it is active).  The default is nil, so that this
! feature is not enabled.
  
  +++
  ** The new command `describe-char' (C-u C-x =) pops up a buffer with
***************
*** 1182,1187 ****
--- 1183,1193 ----
  numbers.  For instance, (number-sequence 4 9) returns (4 5 6 7 8 9).
  By default, the separation is 1, but you can specify a different separation
  as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
+ 
+ ** `file-chase-links' now takes an optional second argument LIMIT which 
+ specifies the maximum number of links to chase through.  If after that
+ many iterations the file name obtained is still a symbolic link,
+ `file-chase-links' returns it anyway.
  
  ** `set-fontset-font', `fontset-info', `fontset-font' now operate on
  the default fontset if the argument NAME is nil..




reply via email to

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