aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-01-23 14:52:18 +0800
committerChong Yidong2012-01-23 14:52:18 +0800
commit20d2304d18b31ed4de8a535f1a66defeeaa424a1 (patch)
treef4c234057756e015d8f61a173209cdc6e0db416e /etc
parent31cbea1d3d3c548025f70551514bd1a370301ccf (diff)
downloademacs-20d2304d18b31ed4de8a535f1a66defeeaa424a1.tar.gz
emacs-20d2304d18b31ed4de8a535f1a66defeeaa424a1.zip
* doc/emacs/anti.texi (Antinews): Add Emacs 24 antinews.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f745645d6fb..ccf2441c656 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -430,11 +430,6 @@ These maximize and minimize the size of a window within its frame.
430These functions allow to navigate through the live buffers that have 430These functions allow to navigate through the live buffers that have
431been shown in a specific window. 431been shown in a specific window.
432 432
433+++
434*** New functions `window-state-get' and `window-state-put'.
435These functions allow to save and restore the state of an arbitrary
436frame or window as an Elisp object.
437
438** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'. 433** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
439This is handy for minibuffer-only frames, and is also used for the "mouse-1 434This is handy for minibuffer-only frames, and is also used for the "mouse-1
440pops up *Messages*" feature, which can now easily be changed. 435pops up *Messages*" feature, which can now easily be changed.
@@ -1161,6 +1156,11 @@ state before the last buffer display operation in that window.
1161iconifying or deleting a frame when burying a buffer shown in a dedicated 1156iconifying or deleting a frame when burying a buffer shown in a dedicated
1162frame or quitting a window showing a buffer in a frame of its own. 1157frame or quitting a window showing a buffer in a frame of its own.
1163 1158
1159+++
1160*** New functions `window-state-get' and `window-state-put'.
1161These functions allow to save and restore the state of an arbitrary
1162frame or window as an Elisp object.
1163
1164** Completion 1164** Completion
1165 1165
1166*** New variable completion-extra-properties used to specify extra properties 1166*** New variable completion-extra-properties used to specify extra properties