From: Juanma Barranquero Date: Mon, 19 May 2003 22:26:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8045beb3588397a39228275571364aa5d333b86c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 277d4952b8a..1740d7a6a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2003-05-20 Lars Hansen + + * desktop.el (desktop-save): Ensure parameter is expanded and ends + with a slash before assigning it to desktop-dirname and + default-directory. + (desktop-read): Put buffers existing prior to evaluating the + desktop (and not reused) at the end of the buffer list. + (desktop-create-buffer): Don't update desktop-first-buffer for old + desktop files. + 2003-05-19 John Paul Wallington * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.