diff options
| author | Juanma Barranquero | 2008-02-29 03:03:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-29 03:03:57 +0000 |
| commit | ae4370a83c3ceb25f832d5cc19a4b4edfd56cd65 (patch) | |
| tree | fc7f09aa25441f30a3c407a9772e5396d2ff7471 /lisp/ChangeLog | |
| parent | 10cbc34ff812bbfd8abf174a6e88eb306114fa57 (diff) | |
| download | emacs-ae4370a83c3ceb25f832d5cc19a4b4edfd56cd65.tar.gz emacs-ae4370a83c3ceb25f832d5cc19a4b4edfd56cd65.zip | |
(desktop-save): Save the buffer name if the uniquified base name is empty.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aed4be7a1d9..34a15ce44d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2008-02-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * desktop.el (desktop-save): Save the buffer name if the | ||
| 4 | uniquified base name is empty. | ||
| 5 | |||
| 1 | 2008-02-29 Nick Roberts <nickrob@snap.net.nz> | 6 | 2008-02-29 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply | 8 | * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face |
| 4 | function-name-face correctly when user has | 9 | correctly when user has "set print address off". |
| 5 | "set print address off". | ||
| 6 | 10 | ||
| 7 | 2008-02-28 Juanma Barranquero <lekktu@gmail.com> | 11 | 2008-02-28 Juanma Barranquero <lekktu@gmail.com> |
| 8 | 12 | ||