]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 2002 00:15:35 +0000 (00:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 2002 00:15:35 +0000 (00:15 +0000)
etc/NEWS
lisp/ChangeLog

index b3d4f128e2761d183b332dae8bf1383673fed102..d33f04f5bdafe0d274f1e1ad8a66a1f674fe976c 100644 (file)
--- 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
index 256a0cca4cf6162714931e08ffd568b6754c2d7d..e81677faa679707e06f11701f354d88290857394 100644 (file)
@@ -1,8 +1,18 @@
+2002-09-01  Richard M. Stallman  <rms@gnu.org>
+
+       * term/x-win.el (function-key-map): Define S-iso-lefttab.
+
 2002-09-02  Kim F. Storm  <storm@cua.dk>
 
        * edmacro.el (edit-kbd-macro): Recognize new default binding for
        C-x e in addition to old binding.
 
+2002-09-01  Mario Lang  <mlang@debian.org>
+
+       * 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  <rms@gnu.org>
 
        * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.