# HG changeset patch # User Richard M. Stallman # Date 1146534477 0 # Node ID 75313660a1704d8b80bd51972e5c70234ed22826 # Parent fa482f1cd7594ee5d6962137151f9f02857121bc *** empty log message *** diff -r fa482f1cd759 -r 75313660a170 etc/NEWS --- a/etc/NEWS Tue May 02 01:43:17 2006 +0000 +++ b/etc/NEWS Tue May 02 01:47:57 2006 +0000 @@ -1967,6 +1967,21 @@ ** M-x diff uses Diff mode instead of Compilation mode. +++ +** Diff mode key bindings changed. + +These are the new bindings: + +C-c C-e diff-ediff-patch (old M-A) +C-c C-n diff-restrict-view (old M-r) +C-c C-r diff-reverse-direction (old M-R) +C-c C-u diff-context->unified (old M-U) +C-c C-w diff-refine-hunk (old C-c C-r) + +To convert unified to context format, use C-u C-c C-u. +In addition, C-c C-u now operates on the region +in Transient Mark mode when the mark is active. + ++++ ** You can now customize `fill-nobreak-predicate' to control where filling can break lines. The value is now normally a list of functions, but it can also be a single function, for compatibility. @@ -5893,6 +5908,8 @@ - Mouse-2 on the read-only or modified status in the mode line (`%' or `*') toggles the status. +- Mouse-3 on the major mode name displays a major mode menu. + - Mouse-3 on the mode name displays a minor-mode menu. ** Hourglass pointer diff -r fa482f1cd759 -r 75313660a170 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 02 01:43:17 2006 +0000 +++ b/lisp/ChangeLog Tue May 02 01:47:57 2006 +0000 @@ -1,5 +1,10 @@ 2006-05-01 Richard Stallman + * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, + M-r, M-R, M-A, M-SPC or M-DEL. + (diff-mode-map): diff-refine-hunk now on C-c C-w + (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u. + * help-mode.el (help-mode): view-exit-action calls delete-window only when it is safe and possible. diff -r fa482f1cd759 -r 75313660a170 man/ChangeLog --- a/man/ChangeLog Tue May 02 01:43:17 2006 +0000 +++ b/man/ChangeLog Tue May 02 01:47:57 2006 +0000 @@ -1,3 +1,7 @@ +2006-05-01 Richard Stallman + + * emacs.texi (Top): Add Diff Mode to menu. + 2006-05-01 Aaron S. Hawley * misc.texi (Diff Mode): New node.