changeset 51442:4c41fd813bd1

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 03 Jun 2003 23:35:20 +0000
parents b9a57b098ab3
children 77bc7a2e6bef
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 03 23:30:43 2003 +0000
+++ b/lisp/ChangeLog	Tue Jun 03 23:35:20 2003 +0000
@@ -1,3 +1,16 @@
+2003-06-04  Lars Hansen  <larsh@math.ku.dk>
+
+	* desktop.el (desktop-create-buffer): Undo last change.
+	(desktop-kill, desktop-save, desktop-remove): Use expand-directory
+	rather than concat to construct desktop filename.
+	(desktop-kill, desktop-read, desktop-change-dir): Ensure
+	desktop-dirname is a directory name.
+	(desktop-change-dir): Fix bug when DIR was relative.
+
+2003-06-04  Alex Coventry  <alex_c@mit.edu>  (tiny change)
+
+	* files.el (after-find-file): Fix arguments of call to `sit-for'.
+
 2003-06-03  Lute Kamstra  <Lute.Kamstra@cwi.nl>
 
 	* cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.