comparison lisp/ChangeLog @ 81867:491408da0ec1

* lisp/ChangeLog: Put main author of change in the ChangeLog entry header; rewrite entry accordingly.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 14 Jul 2007 18:10:17 +0000
parents cf95931559f7
children 3bb49962b482
comparison
equal deleted inserted replaced
81866:d9e6020690cd 81867:491408da0ec1
9 2007-07-13 Eli Zaretskii <eliz@gnu.org> 9 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10 10
11 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets. 11 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
12 (install): Use them to copy all *.el files before *.elc. 12 (install): Use them to copy all *.el files before *.elc.
13 13
14 2007-07-13 Karl Fogel <kfogel@red-bean.com> 14 2007-07-13 Drew Adams <drew.adams@oracle.com>
15 15
16 * bookmark.el (bookmark-jump-other-window): New function. 16 * bookmark.el (bookmark-jump-other-window): New function.
17 (bookmark-map): Bind it to "o". 17 (bookmark-map): Bind it to "o".
18 18
19 Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See 19 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. 20 and its thread contains discussion about this change. The
21 original patch was slightly tweaked by Karl Fogel
22 <kfogel@red-bean.com> before committing.
21 23
22 2007-07-13 Karl Fogel <kfogel@red-bean.com> 24 2007-07-13 Karl Fogel <kfogel@red-bean.com>
23 25
24 * bookmark.el: Shorten some comments to fit within 80 lines. 26 * bookmark.el: Shorten some comments to fit within 80 lines.
25 27