diff options
| author | Stefan Monnier | 2015-04-27 19:07:51 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-04-27 19:07:51 -0400 |
| commit | c603274f264d550bbae6b0b5c906dfebb78c7eb3 (patch) | |
| tree | 3e1aea23518398f21476031664cf5f987e8cbd57 /etc | |
| parent | 66fec8bec4a7333b3d1c6d58b046a62b50bde3d2 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 241 | in the surrounding GUI (using the OSC-52 escape sequence). This only works | 245 | in the surrounding GUI (using the OSC-52 escape sequence). This only works |
| 242 | if your xterm supports it and enables the `allowWindowOps' options (disabled | 246 | if your xterm supports it and enables the `allowWindowOps' options (disabled |