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 [gnus-5_10-branch]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [gnus-5_10-branch]
Date: Sat, 04 Sep 2004 08:30:42 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1003.2.1 emacs/etc/NEWS:1.1003.2.2
*** emacs/etc/NEWS:1.1003.2.1   Thu Aug  5 19:18:14 2004
--- emacs/etc/NEWS      Sat Sep  4 12:01:05 2004
***************
*** 22,28 ****
  setting the variable `image-library-alist'.
  
  ---
! ** A Bulgarian translation of the Emacs Tutorial is available.
  
  ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
  when you run configure.  This requires Gtk+ 2.0 or newer.  This port
--- 22,32 ----
  setting the variable `image-library-alist'.
  
  ---
! ** New translations of the Emacs Tutorial are available in the following
!    languages: Brasilian, Bulgarian, Chinese (both with simplified and
!    traditional characters), French, and Italian.  Type `C-u C-h t' to
!    choose one of them in case your language setup doesn't automatically
!    select the right one.
  
  ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
  when you run configure.  This requires Gtk+ 2.0 or newer.  This port
***************
*** 88,94 ****
  ** A French translation of the `Emacs Survival Guide' is available.
  
  ---
- ** A French translation of the Emacs Tutorial is available.
  ** Building with -DENABLE_CHECKING does not automatically build with union
  types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
  
--- 92,97 ----
***************
*** 96,101 ****
--- 99,110 ----
  * Changes in Emacs 21.4
  
  +++
+ ** `apply-macro-to-region-lines' now operates on all lines that begin
+ in the region, rather than on all complete lines in the region.
+ 
+ ** 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
  non-empty sequence of either word or symbol constituent characters, as
***************
*** 189,194 ****
--- 198,208 ----
  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
***************
*** 514,519 ****
--- 528,540 ----
  *** A numeric prefix argument of `info' selects an Info buffer
  with the number appended to the *info* buffer name.
  
+ *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
+ Failed isearch wraps to the top/final node.
+ 
+ *** New search commands: `Info-search-case-sensitively' (bound to S),
+ `Info-search-backward', and `Info-search-next' which repeats the last
+ search without prompting for a new search string.
+ 
  *** New command `Info-history' (bound to L) displays a menu of visited nodes.
  
  *** New command `Info-toc' (bound to T) creates a node with table of contents
***************
*** 527,537 ****
  the current Info node name into the kill ring.  With a zero prefix
  arg, puts the node name inside the `info' function call.
  
- *** New command `Info-search-case-sensitively' (bound to S).
- 
- *** New command `Info-search-next' (unbound) repeats the last search
- without prompting for a new search string.
- 
  *** New face `info-xref-visited' distinguishes visited nodes from unvisited
  and a new option `Info-fontify-visited-nodes' to control this.
  
--- 548,553 ----
***************
*** 664,670 ****
  
  ** 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.
  
  +++
--- 680,686 ----
  
  ** 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.
  
  +++
***************
*** 1108,1116 ****
  and to type `C-f' at the end of the search string in the minibuffer.
  
  +++
! ** M-% and C-M-% typed in isearch mode invoke `query-replace' and
! `query-replace-regexp' with the current search string inserted
! in the minibuffer as initial input for the string to replace.
  
  +++
  ** Yanking text now discards certain text properties that can
--- 1124,1132 ----
  and to type `C-f' at the end of the search string in the minibuffer.
  
  +++
! ** M-% typed in isearch mode invokes `query-replace' or
! `query-replace-regexp' (depending on search mode) with the current
! search string used as the string to replace.
  
  +++
  ** Yanking text now discards certain text properties that can
***************
*** 1857,1863 ****
  compilation processes without affecting the environment that all
  subprocesses inherit.
  
! *** `next-error' now temporarily highlights the corresponding source line.
  
  ** Grep has been decoupled from compilation mode setup.
  
--- 1873,1881 ----
  compilation processes without affecting the environment that all
  subprocesses inherit.
  
! *** New options `next-error-highlight' and `next-error-highlight-no-select'
! specify the method of highlighting of the corresponding source line
! in new face `next-error'.
  
  ** Grep has been decoupled from compilation mode setup.
  
***************
*** 1869,1875 ****
  `grep-scroll-output' can be used to override the corresponding
  compilation mode settings for grep commands.
  
! *** Source line is temporarily highlighted when going to next match.
  
  *** New key bindings in grep output window:
  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and
--- 1887,1898 ----
  `grep-scroll-output' can be used to override the corresponding
  compilation mode settings for grep commands.
  
! *** New option `grep-highlight-matches' highlightes matches in *grep*
! buffer.  It uses a special feature of some grep programs which accept
! --color option to output markers around matches.  When going to the next
! match with `next-error' the exact match is highlighted in the source
! buffer.  Otherwise, if `grep-highlight-matches' is nil, the whole
! source line is highlighted.
  
  *** New key bindings in grep output window:
  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and
***************
*** 1972,1980 ****
  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.
--- 1995,2006 ----
  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.
***************
*** 2194,2199 ****
--- 2220,2234 ----
  * Lisp Changes in Emacs 21.4
  
  +++
+ ** Both the variable and the function `disabled-command-hook' have
+ been renamed to `disabled-command-function'.  The variable
+ `disabled-command-hook' has been kept as an obsolete alias.
+ 
+ ** Function `compute-motion' now calculates the usable window
+ width if the WIDTH argument is nil.  If the TOPOS argument is nil,
+ the usable window height and width is used.
+ 
+ +++
  ** `visited-file-modtime' and `calendar-time-from-absolute' now return
  a list of two integers, instead of a cons.
  
***************
*** 3265,3271 ****
  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
--- 3300,3312 ----
  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]