diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a92ea844aa..884427a1af1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/autoload.el (make-autoload): Preload the macros's | ||
| 4 | declarations that are useful before running the macro. | ||
| 5 | |||
| 1 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * image.el (create-animated-image): Don't add heuristic mask to image | 8 | * image.el (create-animated-image): Don't add heuristic mask to image |
| @@ -5,8 +10,8 @@ | |||
| 5 | 10 | ||
| 6 | 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> | 11 | 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> |
| 7 | 12 | ||
| 8 | * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use | 13 | * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): |
| 9 | QCLIPBOARD instead of QPRIMARY (Bug#6677). | 14 | Use QCLIPBOARD instead of QPRIMARY (Bug#6677). |
| 10 | 15 | ||
| 11 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 12 | 17 | ||