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: Fri, 27 Aug 2004 07:04:11 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.11 emacs/etc/NEWS:1.841.2.12
*** emacs/etc/NEWS:1.841.2.11   Tue Aug 10 07:46:36 2004
--- emacs/etc/NEWS      Fri Aug 27 07:00:23 2004
***************
*** 173,178 ****
--- 173,180 ----
  
  * Changes in Emacs 21.4
  
+ ** global-whitespace-mode is a new alias for whitespace-global-mode.
+ 
  +++
  ** There are now two new regular expression operators, \_< and \_>,
  for matching the beginning and end of a symbol.  A symbol is a
***************
*** 267,272 ****
--- 269,279 ----
  rule applies to file buffers.  For non-file buffers, the behavior may
  be mode dependent.
  
+ If you are sure that the file will only change by growing at the end,
+ then you can tail the file more efficiently by using the new minor
+ mode Auto Revert Tail mode.  The function `auto-revert-tail-mode'
+ toggles this mode.
+ 
  ** Auto Revert mode is now more careful to avoid excessive reverts and
  other potential problems when deciding which non-file buffers to
  revert.  This matters especially if Global Auto Revert mode is enabled
***************
*** 733,739 ****
  
  ** MH-E changes.
  
! Upgraded to MH-E version 7.4.4. There have been major changes since
  version 5.0.2; see MH-E-NEWS for details.
  
  +++
--- 740,746 ----
  
  ** MH-E changes.
  
! Upgraded to MH-E version 7.82. There have been major changes since
  version 5.0.2; see MH-E-NEWS for details.
  
  +++
***************
*** 2041,2049 ****
  of hierarchical data as an outline.  For example, the tree-widget is
  well suited to display a hierarchy of directories and files.
  
! ** The wdired.el package allows you to use normal editing commands on dired
  buffers to change filenames, permissions, etc...
  
  ** The new python.el package is used to edit Python and Jython programs.
  
  ** The URL package (which had been part of W3) is now part of Emacs.
--- 2048,2059 ----
  of hierarchical data as an outline.  For example, the tree-widget is
  well suited to display a hierarchy of directories and files.
  
! ** The wdired.el package allows you to use normal editing commands on Dired
  buffers to change filenames, permissions, etc...
  
+ ** The thumbs.el package allows you to preview image files as thumbnails
+ and can be invoked from a Dired buffer.
+ 
  ** The new python.el package is used to edit Python and Jython programs.
  
  ** The URL package (which had been part of W3) is now part of Emacs.
***************
*** 3343,3349 ****
  The new low-level functions process-plist and set-process-plist are
  used to access and replace the entire property list of a process.
  
! ???
  *** Adaptive read buffering of subprocess output.
  
  On some systems, when emacs reads the output from a subprocess, the
--- 3353,3365 ----
  The new low-level functions process-plist and set-process-plist are
  used to access and replace the entire property list of a process.
  
! *** Function accept-process-output now has an optional fourth arg
! `just-this-one'.  If non-nil, only output from the specified process
! is handled, suspending output from other processes.  If value is an
! integer, also inhibit running timers.  This feature is generally not
! recommended, but may be necessary for specific applications, such as
! speech synthesis.
! 
  *** Adaptive read buffering of subprocess output.
  
  On some systems, when emacs reads the output from a subprocess, the




reply via email to

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