]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog entries should be attributed to the author of the changes
authorGlenn Morris <rgm@gnu.org>
Fri, 8 Mar 2013 08:11:28 +0000 (00:11 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 8 Mar 2013 08:11:28 +0000 (00:11 -0800)
lisp/ChangeLog

index 487d9e611d67a4f0b6b894925c597b8caaa0e400..9dc7f06e02c1ed5c4c995e2a0025887ebc2c9cb0 100644 (file)
        * 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