diff options
| author | Juanma Barranquero | 2003-05-19 22:26:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-19 22:26:09 +0000 |
| commit | 8045beb3588397a39228275571364aa5d333b86c (patch) | |
| tree | d3b63c1f9f0d17b6c64115e1a796ace5277bde1f /lisp | |
| parent | 7bcbf3c23cb1eaf99e43736b09cb9b451b7cb1c8 (diff) | |
| download | emacs-8045beb3588397a39228275571364aa5d333b86c.tar.gz emacs-8045beb3588397a39228275571364aa5d333b86c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 277d4952b8a..1740d7a6a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-05-20 Lars Hansen <larsh@math.ku.dk> | ||
| 2 | |||
| 3 | * desktop.el (desktop-save): Ensure parameter is expanded and ends | ||
| 4 | with a slash before assigning it to desktop-dirname and | ||
| 5 | default-directory. | ||
| 6 | (desktop-read): Put buffers existing prior to evaluating the | ||
| 7 | desktop (and not reused) at the end of the buffer list. | ||
| 8 | (desktop-create-buffer): Don't update desktop-first-buffer for old | ||
| 9 | desktop files. | ||
| 10 | |||
| 1 | 2003-05-19 John Paul Wallington <jpw@gnu.org> | 11 | 2003-05-19 John Paul Wallington <jpw@gnu.org> |
| 2 | 12 | ||
| 3 | * xml.el (xml-name-regexp): Wrap in `eval-and-compile'. | 13 | * xml.el (xml-name-regexp): Wrap in `eval-and-compile'. |