aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKarl Fogel2013-03-07 16:35:47 -0600
committerKarl Fogel2013-03-07 16:35:47 -0600
commitc095b77025b5bc3ea72972b33dae025b4c52abeb (patch)
tree93f4709eb6300fa84f604769815b972bf154fc96 /lisp/ChangeLog
parent7a78e19f24ff07f5e57c63758ee4a98dd61453fb (diff)
downloademacs-c095b77025b5bc3ea72972b33dae025b4c52abeb.tar.gz
emacs-c095b77025b5bc3ea72972b33dae025b4c52abeb.zip
* bookmark.el: Define a face to highlight bookmark names in
bookmark menu buffers, where the default is a bold face similarly to buffer names in buffer menu buffers. Patch by Matthias Meulien <orontee {_AT_} gmail.com>. (bookmark-menu-bookmark): New face to highlight bookmark names. (bookmark-insert-location): Removes dupplicated text property to conform to buffer list (see `list-buffers') (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face `bookmark-menu-bookmark' to bookmark names.
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 f1ca958044b..4f24f5b2c8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,18 @@
12013-03-07 Karl Fogel <kfogel@red-bean.com> 12013-03-07 Karl Fogel <kfogel@red-bean.com>
2 2
3 * bookmark.el: Define a face to highlight bookmark names in
4 bookmark menu buffers, where the default is a bold face similarly
5 to buffer names in buffer menu buffers. Patch by Matthias Meulien
6 <orontee {_AT_} gmail.com>.
7
8 (bookmark-menu-bookmark): New face to highlight bookmark names.
9 (bookmark-insert-location): Remove duplicated text property to
10 conform to buffer list (see `list-buffers').
11 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
12 `bookmark-menu-bookmark' to bookmark names.
13
142013-03-07 Karl Fogel <kfogel@red-bean.com>
15
3 * bookmark.el: Display the bookmark list header similarly to the 16 * bookmark.el: Display the bookmark list header similarly to the
4 buffer list header (see `list-buffers'), where the default is now 17 buffer list header (see `list-buffers'), where the default is now
5 an immovable/immutable header line. Patch by Matthias Meulien 18 an immovable/immutable header line. Patch by Matthias Meulien