aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-02 01:47:57 +0000
committerRichard M. Stallman2006-05-02 01:47:57 +0000
commit90b571567345bf2d2cd7a7b22f27b02adc4ef168 (patch)
tree5fa36b3dc6af74fa140fb8b9e8c9aec10c81c839 /etc
parent350287efea5726462a172406432b31725f259eb6 (diff)
downloademacs-90b571567345bf2d2cd7a7b22f27b02adc4ef168.tar.gz
emacs-90b571567345bf2d2cd7a7b22f27b02adc4ef168.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a15e217cafe..378f715b286 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
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+++
1970** You can now customize `fill-nobreak-predicate' to control where 1985** You can now customize `fill-nobreak-predicate' to control where
1971filling can break lines. The value is now normally a list of 1986filling can break lines. The value is now normally a list of
1972functions, but it can also be a single function, for compatibility. 1987functions, 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