Changeset 4073 for trunk/etc/NEWS
- Timestamp:
- 05/03/06 18:37:43 (3 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/etc/NEWS (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
bin
to
bin
site-lisp
- Property svn:ignore changed from
trunk/etc/NEWS
r4058 r4073 1405 1405 customization group. 1406 1406 1407 --- 1408 *** M-x grep provides highlighting support. 1407 +++ 1408 *** `grep-find' is now also available under the name `find-grep' where 1409 people knowing `find-grep-dired' would probably expect it. 1410 1411 +++ 1412 *** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 1413 more user-friendly versions of `grep' and `grep-find', which prompt 1414 separately for the regular expression to match, the files to search, 1415 and the base directory for the search (rgrep only). Case sensitivitivy 1416 of the search is controlled by the current value of `case-fold-search'. 1417 1418 These commands build the shell commands based on the new variables 1419 `grep-template' (lgrep) and `grep-find-template' (rgrep). 1420 1421 The files to search can use aliases defined in `grep-files-aliases'. 1422 1423 Subdirectories listed in `grep-find-ignored-directories' such as those 1424 typically used by various version control systems, like CVS and arch, 1425 are automatically skipped by `rgrep'. 1426 1427 --- 1428 *** The grep commands provide highlighting support. 1409 1429 1410 1430 Hits are fontified in green, and hits in binary files in orange. Grep buffers 1411 1431 can be saved and automatically revisited. 1412 1432 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 1435 the corresponding compilation mode settings, for grep commands only. 1421 1436 1422 1437 +++ … … 1850 1865 instead and point will be kept vertically fixed relative to window 1851 1866 boundaries during scrolling. 1867 1868 ** The file t-mouse.el is now part of Emacs and provides access to mouse 1869 events from the console. It still requires gpm to work but has been updated 1870 for Emacs 22. In particular, the mode-line is now position sensitive. 1852 1871 1853 1872 * Changes in Specialized Modes and Packages in Emacs 22.1: … … 1949 1968 1950 1969 +++ 1970 ** Diff mode key bindings changed. 1971 1972 These are the new bindings: 1973 1974 C-c C-e diff-ediff-patch (old M-A) 1975 C-c C-n diff-restrict-view (old M-r) 1976 C-c C-r diff-reverse-direction (old M-R) 1977 C-c C-u diff-context->unified (old M-U) 1978 C-c C-w diff-refine-hunk (old C-c C-r) 1979 1980 To convert unified to context format, use C-u C-c C-u. 1981 In addition, C-c C-u now operates on the region 1982 in Transient Mark mode when the mark is active. 1983 1984 +++ 1951 1985 ** You can now customize `fill-nobreak-predicate' to control where 1952 1986 filling can break lines. The value is now normally a list of … … 2628 2662 +++ 2629 2663 *** 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, but2664 GDB. You can interact with GDB through the GUD buffer in the usual way, but 2631 2665 there are also further buffers which control the execution and describe the 2632 2666 state of your program. It can separate the input/output of your program from … … 2635 2669 breakpoints. 2636 2670 2637 Use M-x gdb to start GDB-UI. 2671 To use this package just type M-x gdb. See the Emacs manual if you want the 2672 old behaviour. 2638 2673 2639 2674 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be … … 3021 3056 ** MH-E changes. 3022 3057 3023 Upgraded to MH-E version 7.9 3. There have been major changes since3058 Upgraded to MH-E version 7.95. There have been major changes since 3024 3059 version 5.0.2; see MH-E-NEWS for details. 3025 3060 … … 3626 3661 3627 3662 +++ 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. 3631 3667 3632 3668 ** Lisp code indentation features: … … 5872 5908 - Mouse-2 on the read-only or modified status in the mode line (`%' or 5873 5909 `*') toggles the status. 5910 5911 - Mouse-3 on the major mode name displays a major mode menu. 5874 5912 5875 5913 - Mouse-3 on the mode name displays a minor-mode menu.
