From: Juanma Barranquero Date: Sat, 3 Aug 2013 15:10:13 +0000 (+0200) Subject: etc/NEWS: Document new package frameset.el. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1688^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cd4636c03e3e5532cde2794458efcf95ea8bbf1;p=emacs.git etc/NEWS: Document new package frameset.el. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 3f0e1b4fad7..4c0535d07a0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-03 Juanma Barranquero + + * NEWS: Document new package frameset.el. + 2013-08-03 Xue Fuqiao * TODO: Adjust entry about bug reporting. diff --git a/etc/NEWS b/etc/NEWS index 299c247c344..f66d0aad08b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -516,6 +516,12 @@ It is layered as: - advice-add/advice-remove to add/remove a piece of advice on a named function, much like `defadvice' does. +** New frameset.el package. +It provides a set of operations to save a frameset (the state of all +or a subset of the existing frames and windows, somewhat similar to a +frame configuration), both in-session and persistently, and restore it +at some point in the future. + +++ ** The package filenotify.el provides an interface for file system notifications. It requires, that Emacs is compiled with one of the