-2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
++2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
+
+ * progmodes/python.el (python-info-current-defun): Enhance
+ match-data cluttering prevention.
+
-2013-02-19 Glenn Morris <rgm@gnu.org>
++2013-02-21 Glenn Morris <rgm@gnu.org>
+
+ * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
+ loaded while outline-regexp is let bound. (Bug#9584)
+
-2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
++2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
+
+ * progmodes/python.el (python-info-current-defun): Fix failed
+ defun name retrieval because of unwanted match-data cluttering.
+
+2013-02-21 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
+ defconst. Apply independent check for ControlPersist.
+
+ * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
+ temporarily, via "env".
+
+2013-02-21 Glenn Morris <rgm@gnu.org>
+
+ * info.el (Info-enable-edit): Remove.
+ (Info-edit): Disable it rather than using Info-enable.
+ (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
+ (Info-cease-edit): Make editing of Info files obsolete.
+
+ * informat.el (Info-tagify):
+ Handle buffers not visiting files. (Bug#13763)
+
+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.
+ (tramp-get-file-property, tramp-set-file-property)
+ (tramp-get-connection-property, tramp-set-connection-property): Use it.
+ (tramp-flush-file-property, tramp-flush-directory-property):
+ Rename argument to KEY.
+ (tramp-flush-connection-property): Simplify a little bit.
+ (tramp-connection-property-p): New defun.
+ (top): Reapply saved values only if there isn't a corresponding
+ entry in `tramp-connection-properties'.
+
2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
- * progmodes/python.el (python-indent-context): Fix
- python-info-line-ends-backslash-p call.
+ * progmodes/python.el (python-indent-context):
+ Fix python-info-line-ends-backslash-p call.
(python-info-line-ends-backslash-p)
- (python-info-beginning-of-backslash): Respect line-number
- argument.
- (python-info-current-line-comment-p): Fix behavior when not at
- beginning-of-line.
+ (python-info-beginning-of-backslash): Respect line-number argument.
+ (python-info-current-line-comment-p):
+ Fix behavior when not at beginning-of-line.
(python-util-position): Remove function.
(python-util-goto-line): New function.
-2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
++2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
+
+ * automated/python-tests.el: New file.
+
-2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
+2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
+
+ * automated/ruby-mode-tests.el
+ (ruby-move-to-block-skips-percent-literal): Add depth-affecting
+ bits inside the examples.
+ (ruby-move-to-block-skips-heredoc): New test.
+ (ruby-add-log-current-method-after-inner-class): Lower
+ expectations: move point inside a method, initially.
+
+2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
+
+ * automated/ruby-mode-tests.el
+ (ruby-move-to-block-skips-percent-literal): New test.
+
+2013-02-04 Chong Yidong <cyd@gnu.org>
+
+ * automated/thingatpt.el: New file.
+
+2013-02-03 Chong Yidong <cyd@gnu.org>
+
+ * automated/files.el (file-test--do-local-variables-test): Avoid
+ compilation warning message.
+
+2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
+
+ * automated/ruby-mode-tests.el
+ (ruby-indent-spread-args-in-parens): New test.
+ * automated/ruby-mode-tests.el (ruby-block-test-example):
+ Break indentation of the do block opener and add a line inside it.
+ * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
+ Adjust line numbers.
+
+2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * automated/advice-tests.el: Split up. Add advice-test-preactivate.
+
+2013-01-14 Glenn Morris <rgm@gnu.org>
+
+ * automated/compile-tests.el (compile-tests--test-regexps-data):
+ Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
+
+2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
+
+ * automated/man-tests.el: New file.
+
+2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
+
+ * automated/undo-tests.el (undo-test0): Adjust error to code change.
+
+2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
+
+ * automated/undo-tests.el: New file.
+
+2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
* automated/ruby-mode-tests.el
(ruby-indent-after-block-in-continued-expression): New test.