diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8628f540d5..bc94864ac44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/autoload.el (generated-autoload-file): Autoload the | ||
| 4 | safe-local-variable setting. | ||
| 5 | |||
| 1 | 2007-07-14 David Kastrup <dak@gnu.org> | 6 | 2007-07-14 David Kastrup <dak@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/advice.el (defadvice): Doc fix. | 8 | * emacs-lisp/advice.el (defadvice): Doc fix. |
| @@ -17,8 +22,8 @@ | |||
| 17 | (bookmark-map): Bind it to "o". | 22 | (bookmark-map): Bind it to "o". |
| 18 | 23 | ||
| 19 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html | 24 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html |
| 20 | and its thread contains discussion about this change. The | 25 | and its thread contains discussion about this change. |
| 21 | original patch was slightly tweaked by Karl Fogel | 26 | The original patch was slightly tweaked by Karl Fogel |
| 22 | <kfogel@red-bean.com> before committing. | 27 | <kfogel@red-bean.com> before committing. |
| 23 | 28 | ||
| 24 | 2007-07-13 Karl Fogel <kfogel@red-bean.com> | 29 | 2007-07-13 Karl Fogel <kfogel@red-bean.com> |
| @@ -29,7 +34,7 @@ | |||
| 29 | 34 | ||
| 30 | * bookmark.el: Don't define bookmark keys under the "C-xr" map; | 35 | * bookmark.el: Don't define bookmark keys under the "C-xr" map; |
| 31 | instead, make "C-xp" a prefix for bookmark-map. Patch by Drew | 36 | instead, make "C-xp" a prefix for bookmark-map. Patch by Drew |
| 32 | Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me. See | 37 | Adams <drew.adams@oracle.com>, mildly tweaked by me. See |
| 33 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. | 38 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. |
| 34 | 39 | ||
| 35 | 2007-07-13 Carsten Dominik <dominik@science.uva.nl> | 40 | 2007-07-13 Carsten Dominik <dominik@science.uva.nl> |