diff options
| author | Richard M. Stallman | 2006-05-02 01:47:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-02 01:47:57 +0000 |
| commit | 90b571567345bf2d2cd7a7b22f27b02adc4ef168 (patch) | |
| tree | 5fa36b3dc6af74fa140fb8b9e8c9aec10c81c839 /etc | |
| parent | 350287efea5726462a172406432b31725f259eb6 (diff) | |
| download | emacs-90b571567345bf2d2cd7a7b22f27b02adc4ef168.tar.gz emacs-90b571567345bf2d2cd7a7b22f27b02adc4ef168.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -1967,6 +1967,21 @@ run most curses applications now. | |||
| 1967 | ** M-x diff uses Diff mode instead of Compilation mode. | 1967 | ** M-x diff uses Diff mode instead of Compilation mode. |
| 1968 | 1968 | ||
| 1969 | +++ | 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 | +++ | ||
| 1970 | ** You can now customize `fill-nobreak-predicate' to control where | 1985 | ** You can now customize `fill-nobreak-predicate' to control where |
| 1971 | filling can break lines. The value is now normally a list of | 1986 | filling can break lines. The value is now normally a list of |
| 1972 | functions, but it can also be a single function, for compatibility. | 1987 | functions, but it can also be a single function, for compatibility. |
| @@ -5893,6 +5908,8 @@ Currently, the following actions have been defined: | |||
| 5893 | - Mouse-2 on the read-only or modified status in the mode line (`%' or | 5908 | - Mouse-2 on the read-only or modified status in the mode line (`%' or |
| 5894 | `*') toggles the status. | 5909 | `*') toggles the status. |
| 5895 | 5910 | ||
| 5911 | - Mouse-3 on the major mode name displays a major mode menu. | ||
| 5912 | |||
| 5896 | - Mouse-3 on the mode name displays a minor-mode menu. | 5913 | - Mouse-3 on the mode name displays a minor-mode menu. |
| 5897 | 5914 | ||
| 5898 | ** Hourglass pointer | 5915 | ** Hourglass pointer |