diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-21 15:33:16 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-21 15:33:16 +0000 |
commit | 7a912f6340fe1027f32deb356059423fe2a4f687 (patch) | |
tree | a84b4982cd19f1cdabc36ae1e4a03e63313e5ed8 /etc | |
parent | c6a117f07b67896c632d6a36929d2cd5f7bebff5 (diff) | |
download | emacs-7a912f6340fe1027f32deb356059423fe2a4f687.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -261,6 +261,18 @@ There is now support for Imenu to index headings. A new command `outline-headers-as-kill' copies the visible headings in the region to the kill ring, e.g. to produce a table of contents. +** Changes to Emacs Server + +*** There new option `server-kill-new-buffers' specifies what to do +with buffers when done with them. If non-nil, the default, buffers +are killed, unless they were already present before visiting them with +Emacs Server. If nil, `server-temp-file-regexp' specifies which +buffers to kill, as before. + +Please note that only buffers are killed that still have a client, +i.e. buffers visited which `emacsclient --no-wait' are never killed in +this way. + ** Changes to Show Paren mode. *** Overlays used by Show Paren mode now use a priority property. |