]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
lisp/calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
[gnu-emacs] / lisp / ChangeLog
index c1e75fcdca813844b9d0d69310601fdb501e1f76..fb9c6b25c54a5f9cae4870198141c2a75ba970c3 100644 (file)
@@ -1,3 +1,42 @@
+2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
+
+2013-02-21  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (basic-save-buffer): Move check for existing parent
+       directory after hooks.  (Bug#13773)
+
+2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (command-execute): Move from C.  Add obsolete check.
+       (extended-command-history): Move from C.
+
+2013-02-20  Ulrich Müller  <ulm@gentoo.org>
+
+       * jka-cmpr-hook.el (jka-compr-compression-info-list)
+       (jka-compr-mode-alist-additions): Handle .txz suffix for
+       XZ-compressed tar archives (bug#13770).
+
+2013-02-20  Bastien Guerry  <bzg@gnu.org>
+
+       * outline.el (outline-regexp, outline-heading-end-regexp):
+       Make variables, not options (bug#13731).
+
+2013-02-20  Glenn Morris  <rgm@gnu.org>
+
+       * image.el (image-current-frame): Change from variable to function.
+       (image-show-frame): Rename from image-nth-frame.  Update callers.
+       * image-mode.el (image-multi-frame): New variable.
+       (image-mode-map, image-mode, image-goto-frame):
+       Use image-multi-frame rather than image-current-frame.
+       (image-mode, image-goto-frame): Use image-current-frame as
+       function rather than as variable.
+
+       * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
+       * emacs-lisp/cl-macs.el (cl--make-type-test)
+       (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
+
 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-cache.el (tramp-get-hash-table): New defun.