diff options
| author | Karl Fogel | 2013-03-07 16:35:47 -0600 |
|---|---|---|
| committer | Karl Fogel | 2013-03-07 16:35:47 -0600 |
| commit | c095b77025b5bc3ea72972b33dae025b4c52abeb (patch) | |
| tree | 93f4709eb6300fa84f604769815b972bf154fc96 /lisp/ChangeLog | |
| parent | 7a78e19f24ff07f5e57c63758ee4a98dd61453fb (diff) | |
| download | emacs-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/ChangeLog | 13 |
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 @@ | |||
| 1 | 2013-03-07 Karl Fogel <kfogel@red-bean.com> | 1 | 2013-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 | |||
| 14 | 2013-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 |