Changeset 4073 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/etc/NEWS

    r4058 r4073  
    14051405customization group. 
    14061406 
    1407 --- 
    1408 *** M-x grep provides highlighting support. 
     1407+++ 
     1408*** `grep-find' is now also available under the name `find-grep' where 
     1409people knowing `find-grep-dired' would probably expect it. 
     1410 
     1411+++ 
     1412*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 
     1413more user-friendly versions of `grep' and `grep-find', which prompt 
     1414separately for the regular expression to match, the files to search, 
     1415and the base directory for the search (rgrep only).  Case sensitivitivy 
     1416of the search is controlled by the current value of `case-fold-search'. 
     1417 
     1418These commands build the shell commands based on the new variables 
     1419`grep-template' (lgrep) and `grep-find-template' (rgrep). 
     1420 
     1421The files to search can use aliases defined in `grep-files-aliases'. 
     1422 
     1423Subdirectories listed in `grep-find-ignored-directories' such as those 
     1424typically used by various version control systems, like CVS and arch, 
     1425are automatically skipped by `rgrep'. 
     1426 
     1427--- 
     1428*** The grep commands provide highlighting support. 
    14091429 
    14101430Hits are fontified in green, and hits in binary files in orange.  Grep buffers 
    14111431can be saved and automatically revisited. 
    14121432 
    1413 +++ 
    1414 *** `grep-find' is now also available under the name `find-grep' where 
    1415 people knowing `find-grep-dired' would probably expect it. 
    1416  
    1417 --- 
    1418 *** The new variables `grep-window-height', `grep-auto-highlight', and 
    1419 `grep-scroll-output' override the corresponding compilation mode 
    1420 settings, for grep commands only. 
     1433--- 
     1434*** The new variables `grep-window-height' and `grep-scroll-output' override 
     1435the corresponding compilation mode settings, for grep commands only. 
    14211436 
    14221437+++ 
     
    18501865instead and point will be kept vertically fixed relative to window 
    18511866boundaries during scrolling. 
     1867 
     1868** The file t-mouse.el is now part of Emacs and provides access to mouse 
     1869events from the console.  It still requires gpm to work but has been updated 
     1870for Emacs 22. In particular, the mode-line is now position sensitive. 
    18521871  
    18531872* Changes in Specialized Modes and Packages in Emacs 22.1: 
     
    19491968 
    19501969+++ 
     1970** Diff mode key bindings changed. 
     1971 
     1972These are the new bindings: 
     1973 
     1974C-c C-e   diff-ediff-patch  (old M-A) 
     1975C-c C-n   diff-restrict-view   (old M-r) 
     1976C-c C-r   diff-reverse-direction  (old M-R) 
     1977C-c C-u   diff-context->unified   (old M-U) 
     1978C-c C-w   diff-refine-hunk  (old C-c C-r) 
     1979 
     1980To convert unified to context format, use C-u C-c C-u. 
     1981In addition, C-c C-u now operates on the region 
     1982in Transient Mark mode when the mark is active. 
     1983 
     1984+++ 
    19511985** You can now customize `fill-nobreak-predicate' to control where 
    19521986filling can break lines.  The value is now normally a list of 
     
    26282662+++ 
    26292663*** The new package gdb-ui.el provides an enhanced graphical interface to 
    2630 GDB. You can interact with GDB through the GUD buffer in the usual way, but 
     2664GDB. You can interact with GDB through the GUD buffer in the usual way, but 
    26312665there are also further buffers which control the execution and describe the 
    26322666state of your program.  It can separate the input/output of your program from 
     
    26352669breakpoints. 
    26362670 
    2637 Use M-x gdb to start GDB-UI. 
     2671To use this package just type M-x gdb.  See the Emacs manual if you want the 
     2672old behaviour. 
    26382673 
    26392674*** The variable tooltip-gud-tips-p has been removed.  GUD tooltips can now be 
     
    30213056** MH-E changes. 
    30223057 
    3023 Upgraded to MH-E version 7.93. There have been major changes since 
     3058Upgraded to MH-E version 7.95. There have been major changes since 
    30243059version 5.0.2; see MH-E-NEWS for details. 
    30253060 
     
    36263661 
    36273662+++ 
    3628 *** New function `string-or-null-p'. 
    3629  
    3630 Return t if OBJECT is a string or nil.  Otherwise, return nil. 
     3663*** New functions `string-or-null-p' and `booleanp'. 
     3664 
     3665`string-or-null-p' returns non-nil iff OBJECT is a string or nil. 
     3666`booleanp' returns non-nil iff OBJECT is a t or nil. 
    36313667 
    36323668** Lisp code indentation features: 
     
    58725908- Mouse-2 on the read-only or modified status in the mode line (`%' or 
    58735909`*') toggles the status. 
     5910 
     5911- Mouse-3 on the major mode name displays a major mode menu. 
    58745912 
    58755913- Mouse-3 on the mode name displays a minor-mode menu.