From: Martin Rudalics Date: Tue, 31 May 2011 12:32:19 +0000 (+0200) Subject: Add entry to NEWS X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3769f2cdae5152a05b94ad8eb416fdb57cce3c8;p=emacs.git Add entry to NEWS --- diff --git a/etc/NEWS b/etc/NEWS index c16bde3bb48..9f2a581f81f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -432,6 +432,9 @@ by default semi-permanent which means that functions like created automatically with the help of buffer display specifiers or manually via the `window-side' window parameter. +*** Window configurations can be saved to/restored from Elisp objects. +The functions to do that are `window-state-get' and `window-state-put'. + ** Function `sha1' is now implemented in C for speed. The elisp implementation sha1.el is removed. Feature sha1 is provided by default.