aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-08-03 17:10:13 +0200
committerJuanma Barranquero2013-08-03 17:10:13 +0200
commit8cd4636c03e3e5532cde2794458efcf95ea8bbf1 (patch)
tree7e849691f7a953d5d1c2d644c319ebe614a6bc61
parent6475c94b6a312780f051c91733632ac485080e25 (diff)
downloademacs-8cd4636c03e3e5532cde2794458efcf95ea8bbf1.tar.gz
emacs-8cd4636c03e3e5532cde2794458efcf95ea8bbf1.zip
etc/NEWS: Document new package frameset.el.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3f0e1b4fad7..4c0535d07a0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-08-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Document new package frameset.el.
4
12013-08-03 Xue Fuqiao <xfq.free@gmail.com> 52013-08-03 Xue Fuqiao <xfq.free@gmail.com>
2 6
3 * TODO: Adjust entry about bug reporting. 7 * 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:
516- advice-add/advice-remove to add/remove a piece of advice on a named function, 516- advice-add/advice-remove to add/remove a piece of advice on a named function,
517 much like `defadvice' does. 517 much like `defadvice' does.
518 518
519** New frameset.el package.
520It provides a set of operations to save a frameset (the state of all
521or a subset of the existing frames and windows, somewhat similar to a
522frame configuration), both in-session and persistently, and restore it
523at some point in the future.
524
519+++ 525+++
520** The package filenotify.el provides an interface for file system 526** The package filenotify.el provides an interface for file system
521notifications. It requires, that Emacs is compiled with one of the 527notifications. It requires, that Emacs is compiled with one of the