aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEric Abrahamsen2019-04-21 11:04:20 -0700
committerEric Abrahamsen2019-09-21 18:41:22 -0700
commite1a45c26c4b951d1d2407c2f3075164866d8a0ea (patch)
tree728b1e1947db036248a827ab1cae068f0e6b4338 /etc
parent14e7c01feeafd3852522c221187e7359d21079f5 (diff)
downloademacs-e1a45c26c4b951d1d2407c2f3075164866d8a0ea.tar.gz
emacs-e1a45c26c4b951d1d2407c2f3075164866d8a0ea.zip
New option for making Gnus window layouts atomic
* lisp/gnus/gnus-win.el (gnus-use-atomic-windows): New boolean customization option. (gnus-configure-windows): When removing old window layouts, check for and remove atomicity. (gnus-configure-windows): When gnus-use-atomic-windows is non-nil, make Gnus window layouts atomic. * doc/misc/gnus.texi (Window Layout): Document.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 20d2e62bd3b..166c13363f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1032,6 +1032,11 @@ Of course it will still find it if you have it in '~/.ecompleterc'.
1032** Gnus 1032** Gnus
1033 1033
1034+++ 1034+++
1035*** New option 'gnus-use-atomic-windows' makes Gnus window layouts
1036atomic. See the "Atomic Windows" section of the Elisp manual for
1037details.
1038
1039+++
1035*** There's a new value for 'gnus-article-date-headers', 1040*** There's a new value for 'gnus-article-date-headers',
1036'combined-local-lapsed', which will show both the time (in the local 1041'combined-local-lapsed', which will show both the time (in the local
1037timezone) and the lapsed time. 1042timezone) and the lapsed time.