diff options
| author | Stefan Monnier | 2009-10-28 03:09:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-10-28 03:09:11 +0000 |
| commit | b861e45ef6b53b5d3e609c47920e1c880571e96e (patch) | |
| tree | 24b759544acadd33ba26876a91779db2d382e988 /lisp/ChangeLog | |
| parent | 8549241d7f40f68eca56fdc409516970efa4ef71 (diff) | |
| download | emacs-b861e45ef6b53b5d3e609c47920e1c880571e96e.tar.gz emacs-b861e45ef6b53b5d3e609c47920e1c880571e96e.zip | |
(bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
Don't consider whether the display supports colors.
(bookmark-import-new-list): Use dolist.
(bookmark-bmenu-mode-map): Move initialization into declaration.
(bookmark-bmenu-list): Use dolist, simplify.
(bookmark-show-all-annotations): Use save-selected-window and dolist.
(menu-bar-final-items): Use push.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33a4f1b3a9c..76abefb31ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) | ||
| 4 | (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): | ||
| 5 | Don't consider whether the display supports colors. | ||
| 6 | (bookmark-import-new-list): Use dolist. | ||
| 7 | (bookmark-bmenu-mode-map): Move initialization into declaration. | ||
| 8 | (bookmark-bmenu-list): Use dolist, simplify. | ||
| 9 | (bookmark-show-all-annotations): Use save-selected-window and dolist. | ||
| 10 | (menu-bar-final-items): Use push. | ||
| 11 | |||
| 1 | 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change) | 12 | 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change) |
| 2 | 13 | ||
| 3 | * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so | 14 | * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so |