Mercurial > emacs
comparison etc/NEWS @ 70337:75313660a170
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 May 2006 01:47:57 +0000 |
parents | cdbf1a359e67 |
children | 4b9bc06235de 2ecafc6d5db7 |
comparison
equal
deleted
inserted
replaced
70336:fa482f1cd759 | 70337:75313660a170 |
---|---|
1963 ** The terminal emulation code in term.el has been improved; it can | 1963 ** The terminal emulation code in term.el has been improved; it can |
1964 run most curses applications now. | 1964 run most curses applications now. |
1965 | 1965 |
1966 +++ | 1966 +++ |
1967 ** M-x diff uses Diff mode instead of Compilation mode. | 1967 ** M-x diff uses Diff mode instead of Compilation mode. |
1968 | |
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. | |
1968 | 1983 |
1969 +++ | 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. |
5890 | 5905 |
5891 - Mouse-3 on the buffer-name goes to the previous buffer. | 5906 - Mouse-3 on the buffer-name goes to the previous buffer. |
5892 | 5907 |
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. |
5910 | |
5911 - Mouse-3 on the major mode name displays a major mode menu. | |
5895 | 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 |
5899 | 5916 |