Mercurial > emacs
comparison lisp/ChangeLog @ 109394:31fa830edbcc
Fix attribution in a ChangeLog entry.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 14 Jul 2010 11:54:26 -0400 |
parents | 32e3de61d8a0 |
children | fa4400531412 |
comparison
equal
deleted
inserted
replaced
109393:2e27c5066b94 | 109394:31fa830edbcc |
---|---|
3 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'. | 3 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'. |
4 This is also from Thierry Volpiatto's patch in bug #6444. However, | 4 This is also from Thierry Volpiatto's patch in bug #6444. However, |
5 because it was extraneous to the functional change in that patch, | 5 because it was extraneous to the functional change in that patch, |
6 and causes a re-indendation, I am committing it separately. | 6 and causes a re-indendation, I am committing it separately. |
7 | 7 |
8 2010-07-13 Karl Fogel <kfogel@red-bean.com> | 8 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
9 | 9 |
10 * bookmark.el (bookmark-show-annotation): Ensure annotations show, | 10 * bookmark.el (bookmark-show-annotation): Ensure annotations show, |
11 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'. | 11 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'. |
12 Patch by Thierry Volpiatto (Bug#6444). | 12 Patch applied by Karl Fogel (Bug#6444). |
13 | 13 |
14 2010-07-13 Chong Yidong <cyd@stupidchicken.com> | 14 2010-07-13 Chong Yidong <cyd@stupidchicken.com> |
15 | 15 |
16 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625). | 16 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625). |
17 | 17 |