diff options
| author | Eric Abrahamsen | 2019-04-21 11:04:20 -0700 |
|---|---|---|
| committer | Eric Abrahamsen | 2019-09-21 18:41:22 -0700 |
| commit | e1a45c26c4b951d1d2407c2f3075164866d8a0ea (patch) | |
| tree | 728b1e1947db036248a827ab1cae068f0e6b4338 /etc | |
| parent | 14e7c01feeafd3852522c221187e7359d21079f5 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 1036 | atomic. See the "Atomic Windows" section of the Elisp manual for | ||
| 1037 | details. | ||
| 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 |
| 1037 | timezone) and the lapsed time. | 1042 | timezone) and the lapsed time. |