diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1e75fcdca8..abcf6578060 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * simple.el (command-execute): Move from C. Add obsolete check. | ||
| 4 | (extended-command-history): Move from C. | ||
| 5 | |||
| 6 | 2013-02-20 Ulrich Müller <ulm@gentoo.org> | ||
| 7 | |||
| 8 | * jka-cmpr-hook.el (jka-compr-compression-info-list) | ||
| 9 | (jka-compr-mode-alist-additions): Handle .txz suffix for | ||
| 10 | XZ-compressed tar archives (bug#13770). | ||
| 11 | |||
| 12 | 2013-02-20 Bastien Guerry <bzg@gnu.org> | ||
| 13 | |||
| 14 | * outline.el (outline-regexp, outline-heading-end-regexp): | ||
| 15 | Make variables, not options (bug#13731). | ||
| 16 | |||
| 17 | 2013-02-20 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * image.el (image-current-frame): Change from variable to function. | ||
| 20 | (image-show-frame): Rename from image-nth-frame. Update callers. | ||
| 21 | * image-mode.el (image-multi-frame): New variable. | ||
| 22 | (image-mode-map, image-mode, image-goto-frame): | ||
| 23 | Use image-multi-frame rather than image-current-frame. | ||
| 24 | (image-mode, image-goto-frame): Use image-current-frame as | ||
| 25 | function rather than as variable. | ||
| 26 | |||
| 27 | * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp. | ||
| 28 | * emacs-lisp/cl-macs.el (cl--make-type-test) | ||
| 29 | (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe. | ||
| 30 | |||
| 1 | 2013-02-19 Michael Albinus <michael.albinus@gmx.de> | 31 | 2013-02-19 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 32 | ||
| 3 | * net/tramp-cache.el (tramp-get-hash-table): New defun. | 33 | * net/tramp-cache.el (tramp-get-hash-table): New defun. |