diff options
| author | Karl Fogel | 2007-07-14 18:10:17 +0000 |
|---|---|---|
| committer | Karl Fogel | 2007-07-14 18:10:17 +0000 |
| commit | f8b7331d235756948f33d96a917a5844c480dd1d (patch) | |
| tree | ce2e285468c4cd5e78463c212528725160996c71 | |
| parent | eac3f1eb3e19b828f4d24af480f2781998f86f8d (diff) | |
| download | emacs-f8b7331d235756948f33d96a917a5844c480dd1d.tar.gz emacs-f8b7331d235756948f33d96a917a5844c480dd1d.zip | |
* lisp/ChangeLog: Put main author of change in the ChangeLog entry
header; rewrite entry accordingly.
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a40e1fec6c..f8628f540d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,13 +11,15 @@ | |||
| 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 | ||