From 7a912f6340fe1027f32deb356059423fe2a4f687 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 21 Aug 2000 15:33:16 +0000 Subject: [PATCH 1/1] *** empty log message *** --- etc/NEWS | 12 ++++++++++++ lisp/ChangeLog | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index ba18c42b9a..71b784487f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3bacc1cbf0..d081e6ccfd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-08-21 Gerd Moellmann + + * server.el (server-kill-new-buffers): New user option. + (server-existing-buffer): New buffer-local variable. + (server-visit-files): When using an existing buffer, set + server-existing-buffer to t. + (server-buffer-done): If server-kill-new-buffers is t, kill the + buffer, unless it was already present before visiting it with + Emacs server. + 2000-08-21 Eli Zaretskii * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, -- 2.39.2