From: Karl Fogel Date: Sat, 14 Jul 2007 18:10:17 +0000 (+0000) Subject: * lisp/ChangeLog: Put main author of change in the ChangeLog entry X-Git-Tag: emacs-pretest-23.0.90~11914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8b7331d235756948f33d96a917a5844c480dd1d;p=emacs.git * lisp/ChangeLog: Put main author of change in the ChangeLog entry header; rewrite entry accordingly. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a40e1fec6c..f8628f540d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,13 +11,15 @@ * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets. (install): Use them to copy all *.el files before *.elc. -2007-07-13 Karl Fogel +2007-07-13 Drew Adams * bookmark.el (bookmark-jump-other-window): New function. (bookmark-map): Bind it to "o". - Patch by Drew Adams . See - http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. + http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html + and its thread contains discussion about this change. The + original patch was slightly tweaked by Karl Fogel + before committing. 2007-07-13 Karl Fogel