From: Richard M. Stallman Date: Mon, 2 Sep 2002 00:15:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=957e7c38bb3d180b98a05479cd3dc4a577a309c5;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index b3d4f128e27..d33f04f5bda 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -62,6 +62,9 @@ See the files mac/README and mac/INSTALL for build instructions. 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 256a0cca4cf..e81677faa67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.