/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1026 by ttn, Wed Sep 8 12:53:31 2004 UTC revision 1.1027 by jurta, Wed Sep 8 20:31:41 2004 UTC
# Line 242  that configure outputs and -o options so Line 242  that configure outputs and -o options so
242    
243  The new file etc/compilation.txt gives examples of each type of message.  The new file etc/compilation.txt gives examples of each type of message.
244    
245  ** M-x grep has been adapted to new compile  ** Compilation mode enhancements:
246    
247    *** New user option `compilation-environment'.
248    This option allows you to specify environment variables for inferior
249    compilation processes without affecting the environment that all
250    subprocesses inherit.
251    
252    ** Grep has been decoupled from compilation mode setup.
253    
254    *** There's a new separate package grep.el.
255    
256    *** M-x grep has been adapted to new compile
257    
258  Hits are fontified in green, and hits in binary files in orange.  Grep buffers  Hits are fontified in green, and hits in binary files in orange.  Grep buffers
259  can be saved and automatically revisited with the new Grep mode.  can be saved and automatically revisited with the new Grep mode.
260    
261    *** Grep commands now have their own submenu and customization group.
262    
263    *** The new variables `grep-window-height', `grep-auto-highlight', and
264    `grep-scroll-output' can be used to override the corresponding
265    compilation mode settings for grep commands.
266    
267    *** New option `grep-highlight-matches' highlightes matches in *grep*
268    buffer.  It uses a special feature of some grep programs which accept
269    --color option to output markers around matches.  When going to the next
270    match with `next-error' the exact match is highlighted in the source
271    buffer.  Otherwise, if `grep-highlight-matches' is nil, the whole
272    source line is highlighted.
273    
274    *** New key bindings in grep output window:
275    SPC and DEL scrolls window up and down.  C-n and C-p moves to next and
276    previous match in the grep window.  RET jumps to the source line of
277    the current match.  `n' and `p' shows next and previous match in
278    other window, but does not switch buffer.  `{' and `}' jumps to the
279    previous or next file in the grep output.  TAB also jumps to the next
280    file.
281    
282    ** New options `next-error-highlight' and `next-error-highlight-no-select'
283    specify the method of highlighting of the corresponding source line
284    in new face `next-error'.
285    
286  ** A new minor mode `next-error-follow-minor-mode' can be used in  ** A new minor mode `next-error-follow-minor-mode' can be used in
287  compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the  compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the
288  modes that can use `next-error').  In this mode, cursor motion in the  modes that can use `next-error').  In this mode, cursor motion in the
# Line 1136  and to type `C-f' at the end of the sear Line 1172  and to type `C-f' at the end of the sear
1172  search string used as the string to replace.  search string used as the string to replace.
1173    
1174  +++  +++
1175    ** New user option `isearch-resume-enabled'.
1176    This option can be disabled, to avoid the normal behavior of isearch
1177    which puts calls to `isearch-resume' in the command history.
1178    
1179    +++
1180    ** New user option `history-delete-duplicates'.
1181    If set to t when adding a new history element, all previous identical
1182    elements are deleted.
1183    
1184    +++
1185  ** Yanking text now discards certain text properties that can  ** Yanking text now discards certain text properties that can
1186  be inconvenient when you did not expect them.  The variable  be inconvenient when you did not expect them.  The variable
1187  `yank-excluded-properties' specifies which ones.  Insertion  `yank-excluded-properties' specifies which ones.  Insertion
# Line 1803  from the file name or buffer contents. Line 1849  from the file name or buffer contents.
1849  +++  +++
1850  ** `xml-mode' is now an alias for `sgml-mode', which has XML support.  ** `xml-mode' is now an alias for `sgml-mode', which has XML support.
1851    
 +++  
 ** New user option `isearch-resume-enabled'.  
 This option can be disabled, to avoid the normal behavior of isearch  
 which puts calls to `isearch-resume' in the command history.  
   
1852  ---  ---
1853  ** Lisp mode now uses font-lock-doc-face for the docstrings.  ** Lisp mode now uses font-lock-doc-face for the docstrings.
1854    
# Line 1873  parts is, by contrast, slightly highligh Line 1914  parts is, by contrast, slightly highligh
1914  When loading many files, for instance with `emacs *', Emacs normally  When loading many files, for instance with `emacs *', Emacs normally
1915  displays a buffer menu.  This option turns the buffer menu off.  displays a buffer menu.  This option turns the buffer menu off.
1916    
 ** Compilation mode enhancements:  
   
 *** New user option `compilation-environment'.  
 This option allows you to specify environment variables for inferior  
 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.  
   
 *** There's a new separate package grep.el.  
   
 *** Grep commands now have their own submenu and customization group.  
   
 *** The new variables `grep-window-height', `grep-auto-highlight', and  
 `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  
 previous match in the grep window.  RET jumps to the source line of  
 the current match.  `n' and `p' shows next and previous match in  
 other window, but does not switch buffer.  `{' and `}' jumps to the  
 previous or next file in the grep output.  TAB also jumps to the next  
 file.  
   
1917  ---  ---
1918  ** Rmail now displays 5-digit message ids in its summary buffer.  ** Rmail now displays 5-digit message ids in its summary buffer.
1919    

Legend:
Removed from v.1.1026  
changed lines
  Added in v.1.1027

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26