From c34ae9da52b85df92d8065cb35562879d3b2a460 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 Mar 2013 00:11:28 -0800 Subject: [PATCH] ChangeLog entries should be attributed to the author of the changes --- lisp/ChangeLog | 13 +++++-------- 1 file 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 +2013-03-07 Matthias Meulien * 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 - . - + 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 +2013-03-07 Matthias Meulien + Karl Fogel * 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 - 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 -- 2.11.4.GIT