emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105920: Add NEWS entries for quit-wi


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105920: Add NEWS entries for quit-window, window-state functions, and ignore-window-parameters.
Date: Sun, 25 Sep 2011 17:29:14 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105920
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2011-09-25 17:29:14 +0200
message:
  Add NEWS entries for quit-window, window-state functions, and 
ignore-window-parameters.
modified:
  etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-09-24 22:49:32 +0000
+++ b/etc/NEWS  2011-09-25 15:29:14 +0000
@@ -425,6 +425,11 @@
 These functions allow to navigate through the live buffers that have
 been shown in a specific window.
 
++++
+*** New functions `window-state-get' and `window-state-put'.
+These functions allow to save and restore the state of an arbitrary
+frame or window as an Elisp object.
+
 ** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
 This is handy for minibuffer-only frames, and is also used for the "mouse-1
 pops up *Messages*" feature, which can now easily be changed.
@@ -1030,11 +1035,11 @@
 *** Window parameters specific to window handling functions.
 For each window you can specify a parameter to override the default
 behavior of a number of functions like `split-window', `delete-window'
-and `delete-other-windows'.
+and `delete-other-windows'.  The variable `ignore-window-parameters'
+allows to ignore processing such parameters.
 
 +++
 *** New semantics of third argument of `split-window'.
-
 The third argument of `split-window' has been renamed to SIDE and can be
 set to any of the values 'below, 'right, 'above, or 'left to make the
 new window appear on the corresponding side of the window that shall be
@@ -1097,6 +1102,11 @@
 
 See the docstring of `display-buffer' for details.
 
++++
+*** New behavior of `quit-window'.
+The behavior of `quit-window' has been changed in order to restore the
+state before the last buffer display operation in that window.
+
 ** Completion
 
 *** New variable completion-extra-properties used to specify extra properties


reply via email to

[Prev in Thread] Current Thread [Next in Thread]