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 ad6fd35bc5d..a02521ca147 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | |||
| 4 | * term/ns-win.el (ns-define-service): | ||
| 5 | * progmodes/pascal.el (pascal-goto-defun): | ||
| 6 | * progmodes/js.el (js--read-tab): | ||
| 7 | * progmodes/etags.el (tags-lazy-completion-table): | ||
| 8 | * emacs-lisp/syntax.el (syntax-propertize-via-font-lock): | ||
| 9 | * emacs-lisp/ewoc.el (ewoc--wrap): | ||
| 10 | * emacs-lisp/assoc.el (aput, adelete, amake): | ||
| 11 | * doc-view.el (doc-view-convert-current-doc): | ||
| 12 | * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding. | ||
| 13 | |||
| 1 | 2012-04-26 Chong Yidong <cyd@gnu.org> | 14 | 2012-04-26 Chong Yidong <cyd@gnu.org> |
| 2 | 15 | ||
| 3 | * image.el (image-type-from-buffer): Only return supported image | 16 | * image.el (image-type-from-buffer): Only return supported image |