Mercurial > emacs
changeset 78161:5929028583e4
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 17 Jul 2007 16:14:25 +0000 |
parents | ba35decf8cc1 |
children | a09176483fa1 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 17 16:12:51 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 17 16:14:25 2007 +0000 @@ -1,3 +1,13 @@ +2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org> + + * bookmark.el (bookmark-show-all-annotations): + Make sure each inserted annotation ends with newline. + + (bookmark-maybe-sort-alist): Don't modify + bookmark-alist. Instead, if not sorting, simply return it. + (bookmark-bmenu-list): Call bookmark-maybe-sort-alist + for its return value, not for its side effect. + 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu> * vc.el: Add more info about the vc-registered function.