]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 16:37:12 +0000 (16:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 16:37:12 +0000 (16:37 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 469d31a168ae14f340fef23d0845e1ab7c2a3f33..84dd1d98cb1fabeb9a1d98393dc8c20763e2a937 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2355,6 +2355,8 @@ Note that +++ before an item means the Lisp manual has been updated.
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+*** The features `md5' and `overlay' are now provided by default.
+
 *** The special form `save-restriction' now works correctly even if the
 buffer is widened inside the save-restriction and changes made outside
 the original restriction.  Previously, doing this would cause the saved
index 3294a11c2af1c95f21bfea8dfdcfbb58ddd2e682..b08881af23447adbfa4728f3b1da26eb110d5367 100644 (file)
@@ -1,5 +1,7 @@
 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
 
+       * bindings.el (features): Add `md5' and `overlay' to the list.
+
        * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
        bound before using it.  It's not bound when configured without X,
        for instance.
index 1a02e9960647efc83dd735c5fd72b29d1be03319..b84e17cdf14dc787aa498a119062d7c87eaa5376 100644 (file)
@@ -1,5 +1,20 @@
 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
 
+       * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
+       FOR_DELETION.  Avoid resizing the mini-window of the selected
+       frame if FOR_DELETION is set.
+       (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
+       (Fmake_frame_invisible): Change calls to do_switch_frame for new
+       signature.
+
+       * window.c (Fset_window_configuration): Change call to
+       do_switch_frame to new format.
+
+       * keyboard.c (quit_throw_to_read_char): Change call to
+       do_switch_frame to new format.
+
+       * lisp.h (do_switch_frame): Change prototype.
+
        * frame.c (Fframe_parameters): In the `buffer-list' frame
        parameter, store the buffer list of FRAME, not the list of the
        selected frame.