From: Glenn Morris Date: Fri, 8 Mar 2013 08:11:28 +0000 (-0800) Subject: ChangeLog entries should be attributed to the author of the changes X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c34ae9da52b85df92d8065cb35562879d3b2a460;p=emacs.git ChangeLog entries should be attributed to the author of the changes --- 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