aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-06-03 23:35:20 +0000
committerJuanma Barranquero <[email protected]>2003-06-03 23:35:20 +0000
commit73b0b745c3034d7eeda8b88ef5e0f0f31f52af3f (patch)
treee819421d99ffc6ecbb285d5d9b3c283c05d8129b /lisp/ChangeLog
parente09f3bff95c2be71cdef75d02e5153cfe68ffd36 (diff)
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a1f4bf5335..b2c79eb4e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2003-06-04 Lars Hansen <[email protected]>
+
+ * 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 <[email protected]> (tiny change)
+
+ * files.el (after-find-file): Fix arguments of call to `sit-for'.
+
2003-06-03 Lute Kamstra <[email protected]>
* cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.