summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 5 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 487d9e611d6..9dc7f06e02c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -14,26 +14,23 @@
* calc/calc-units.el (calc-convert-units): Fix the way that default
new units are stored.
-2013-03-07 Karl Fogel <kfogel@red-bean.com>
+2013-03-07 Matthias Meulien <orontee@gmail.com>
* 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>.
-
+ to buffer names in buffer menu buffers.
(bookmark-menu-bookmark): New face to highlight bookmark names.
(bookmark-insert-location): Remove duplicated 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.
-2013-03-07 Karl Fogel <kfogel@red-bean.com>
+2013-03-07 Matthias Meulien <orontee@gmail.com>
+ Karl Fogel <kfogel@red-bean.com>
* bookmark.el: Display the bookmark list header similarly to the
buffer list header (see `list-buffers'), where the default is now
- an immovable/immutable header line. Patch by Matthias Meulien
- <orontee {_AT_} gmail.com> with a few tweaks by me.
-
+ an immovable/immutable header line.
(bookmark-bmenu-use-header-line): New variable.
(bookmark-bmenu-inline-header-height): New name for
`bookmark-bmenu-header-height', to avoid confusion with the code