aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-03-08 00:11:28 -0800
committerGlenn Morris2013-03-08 00:11:28 -0800
commitc34ae9da52b85df92d8065cb35562879d3b2a460 (patch)
tree47f066802c88a4736d0a4b724c6a9e8544528d87
parent37d2e431f35492c14510f9960cac94c2f21b6ecb (diff)
downloademacs-c34ae9da52b85df92d8065cb35562879d3b2a460.tar.gz
emacs-c34ae9da52b85df92d8065cb35562879d3b2a460.zip
ChangeLog entries should be attributed to the author of the changes
-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 @@
14 * calc/calc-units.el (calc-convert-units): Fix the way that default 14 * calc/calc-units.el (calc-convert-units): Fix the way that default
15 new units are stored. 15 new units are stored.
16 16
172013-03-07 Karl Fogel <kfogel@red-bean.com> 172013-03-07 Matthias Meulien <orontee@gmail.com>
18 18
19 * bookmark.el: Define a face to highlight bookmark names in 19 * bookmark.el: Define a face to highlight bookmark names in
20 bookmark menu buffers, where the default is a bold face similarly 20 bookmark menu buffers, where the default is a bold face similarly
21 to buffer names in buffer menu buffers. Patch by Matthias Meulien 21 to buffer names in buffer menu buffers.
22 <orontee {_AT_} gmail.com>.
23
24 (bookmark-menu-bookmark): New face to highlight bookmark names. 22 (bookmark-menu-bookmark): New face to highlight bookmark names.
25 (bookmark-insert-location): Remove duplicated text property to 23 (bookmark-insert-location): Remove duplicated text property to
26 conform to buffer list (see `list-buffers'). 24 conform to buffer list (see `list-buffers').
27 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face 25 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
28 `bookmark-menu-bookmark' to bookmark names. 26 `bookmark-menu-bookmark' to bookmark names.
29 27
302013-03-07 Karl Fogel <kfogel@red-bean.com> 282013-03-07 Matthias Meulien <orontee@gmail.com>
29 Karl Fogel <kfogel@red-bean.com>
31 30
32 * bookmark.el: Display the bookmark list header similarly to the 31 * bookmark.el: Display the bookmark list header similarly to the
33 buffer list header (see `list-buffers'), where the default is now 32 buffer list header (see `list-buffers'), where the default is now
34 an immovable/immutable header line. Patch by Matthias Meulien 33 an immovable/immutable header line.
35 <orontee {_AT_} gmail.com> with a few tweaks by me.
36
37 (bookmark-bmenu-use-header-line): New variable. 34 (bookmark-bmenu-use-header-line): New variable.
38 (bookmark-bmenu-inline-header-height): New name for 35 (bookmark-bmenu-inline-header-height): New name for
39 `bookmark-bmenu-header-height', to avoid confusion with the code 36 `bookmark-bmenu-header-height', to avoid confusion with the code