aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-04-27 19:07:51 -0400
committerStefan Monnier2015-04-27 19:07:51 -0400
commitc603274f264d550bbae6b0b5c906dfebb78c7eb3 (patch)
tree3e1aea23518398f21476031664cf5f987e8cbd57 /etc
parent66fec8bec4a7333b3d1c6d58b046a62b50bde3d2 (diff)
downloademacs-c603274f264d550bbae6b0b5c906dfebb78c7eb3.tar.gz
emacs-c603274f264d550bbae6b0b5c906dfebb78c7eb3.zip
* lisp/midnight.el: Make it a minor mode. Allow predicates.
* lisp/midnight.el: Use lexical-binding. (midnight-mode): Make it a proper minor mode. (midnight-buffer-display-time): Make arg non-optional. (midnight-find): Remove. (clean-buffer-list-kill-never-regexps) (clean-buffer-list-kill-regexps): Tweak type for new function choice. (clean-buffer-list-delay): Allow clean-buffer-list-kill-regexps to contain functions. (clean-buffer-list): Use cl-find. Allow clean-buffer-list-kill-never-regexps to contain functions.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b408b51756f..a505cf2f0e7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -237,6 +237,10 @@ Unicode standards.
237 237
238 238
239* Changes in Specialized Modes and Packages in Emacs 25.1 239* Changes in Specialized Modes and Packages in Emacs 25.1
240** Midnight-mode
241*** `midnight-mode' is a proper minor mode.
242*** clean-buffer-*-regexps can now specify buffers via predicate functions.
243
240** In xterms, killing text now also sets the CLIPBOARD/PRIMARY selection 244** In xterms, killing text now also sets the CLIPBOARD/PRIMARY selection
241in the surrounding GUI (using the OSC-52 escape sequence). This only works 245in the surrounding GUI (using the OSC-52 escape sequence). This only works
242if your xterm supports it and enables the `allowWindowOps' options (disabled 246if your xterm supports it and enables the `allowWindowOps' options (disabled