changeset 51108:db532d1e8b7f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 May 2003 22:26:09 +0000
parents 0c33d2fd9ae4
children cf8a7f2ef2c3
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 19 22:17:30 2003 +0000
+++ b/lisp/ChangeLog	Mon May 19 22:26:09 2003 +0000
@@ -1,3 +1,13 @@
+2003-05-20  Lars Hansen  <larsh@math.ku.dk>
+
+	* 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  <jpw@gnu.org>
 
 	* xml.el (xml-name-regexp): Wrap in `eval-and-compile'.