# HG changeset patch # User Richard M. Stallman # Date 1030925735 0 # Node ID f17f344680f2c7665960362020479296c5bff29f # Parent 617a371d38f2adcba534ad2ba4b4038ce15b9c4c *** empty log message *** diff -r 617a371d38f2 -r f17f344680f2 etc/NEWS --- a/etc/NEWS Mon Sep 02 00:12:31 2002 +0000 +++ b/etc/NEWS Mon Sep 02 00:15:35 2002 +0000 @@ -62,6 +62,9 @@ When the file is maintained under version control, that information appears between the position information and the major mode. +** C-x s (save-some-buffers) now offers an option `d' to diff a buffer +against its file, so you can see what changes you would be saving. + +++ ** You can now customize the use of window fringes. To control this for all frames, use M-x fringe-mode or the Show/Hide submenu of the diff -r 617a371d38f2 -r f17f344680f2 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 02 00:12:31 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 02 00:15:35 2002 +0000 @@ -1,8 +1,18 @@ +2002-09-01 Richard M. Stallman + + * term/x-win.el (function-key-map): Define S-iso-lefttab. + 2002-09-02 Kim F. Storm * edmacro.el (edit-kbd-macro): Recognize new default binding for C-x e in addition to old binding. +2002-09-01 Mario Lang + + * files.el (save-some-buffers-action-alist): New variable. + (save-some-buffers): Use that. + (diff-buffer-with-file): New function. + 2002-09-01 Richard M. Stallman * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.