diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a21d5841346..f50af02a239 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-04-16 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * image.el (imagemagick--extension-regexp): New variable. | ||
| 4 | (imagemagick-register-types): Use it. | ||
| 5 | (imagemagick-types-inhibit): Add :set function. Allow new value | ||
| 6 | of t to inhibit all types. | ||
| 7 | |||
| 8 | * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros, | ||
| 9 | so we can preload it. | ||
| 10 | |||
| 11 | * loadup.el (fboundp): Preload regexp-opt, needed by | ||
| 12 | imagemagick-register-types. | ||
| 13 | |||
| 1 | 2012-04-15 Chong Yidong <cyd@gnu.org> | 14 | 2012-04-15 Chong Yidong <cyd@gnu.org> |
| 2 | 15 | ||
| 3 | * frame.el (scrolling): Remove nearly unused customization group. | 16 | * frame.el (scrolling): Remove nearly unused customization group. |