From: Glenn Morris Date: Thu, 21 Feb 2013 16:56:49 +0000 (-0800) Subject: Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.org X-Git-Tag: emacs-24.3.90~173^2~6^2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfbf790d80eaa399afceecd9a6c3e2e76bca59b0;p=emacs.git Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.org --- cfbf790d80eaa399afceecd9a6c3e2e76bca59b0 diff --cc lisp/ChangeLog index 4210740791f,a3cd719895c..6258293be7e --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,80 -1,27 +1,95 @@@ -2013-02-20 Fabián Ezequiel Gallina ++2013-02-21 Fabián Ezequiel Gallina + + * progmodes/python.el (python-info-current-defun): Enhance + match-data cluttering prevention. + -2013-02-19 Glenn Morris ++2013-02-21 Glenn Morris + + * 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 ++2013-02-21 Fabián Ezequiel Gallina + + * progmodes/python.el (python-info-current-defun): Fix failed + defun name retrieval because of unwanted match-data cluttering. + +2013-02-21 Michael Albinus + + * 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 + + * 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 + + * calc/calc-graph.el (calc-graph-show-dumb): Fix typo. + +2013-02-21 Glenn Morris + + * files.el (basic-save-buffer): Move check for existing parent + directory after hooks. (Bug#13773) + +2013-02-20 Stefan Monnier + + * simple.el (command-execute): Move from C. Add obsolete check. + (extended-command-history): Move from C. + +2013-02-20 Ulrich Müller + + * 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 + + * outline.el (outline-regexp, outline-heading-end-regexp): + Make variables, not options (bug#13731). + +2013-02-20 Glenn Morris + + * 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 + + * 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 - * 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. diff --cc test/ChangeLog index 7fed4f29408,3cdab56ce2b..f1281c8ed72 --- a/test/ChangeLog +++ b/test/ChangeLog @@@ -1,57 -1,8 +1,61 @@@ -2013-02-20 Fabián Ezequiel Gallina ++2013-02-21 Fabián Ezequiel Gallina + + * automated/python-tests.el: New file. + -2012-12-26 Dmitry Gutov +2013-02-14 Dmitry Gutov + + * 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 + + * automated/ruby-mode-tests.el + (ruby-move-to-block-skips-percent-literal): New test. + +2013-02-04 Chong Yidong + + * automated/thingatpt.el: New file. + +2013-02-03 Chong Yidong + + * automated/files.el (file-test--do-local-variables-test): Avoid + compilation warning message. + +2013-01-27 Dmitry Gutov + + * 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 + + * automated/advice-tests.el: Split up. Add advice-test-preactivate. + +2013-01-14 Glenn Morris + + * automated/compile-tests.el (compile-tests--test-regexps-data): + Fix interpretation of gnu line.col1-col2 format. (Bug#13335) + +2013-01-10 Wolfgang Jenkner + + * automated/man-tests.el: New file. + +2013-01-09 Aaron S. Hawley + + * automated/undo-tests.el (undo-test0): Adjust error to code change. + +2013-01-08 Aaron S. Hawley + + * automated/undo-tests.el: New file. + +2012-12-27 Dmitry Gutov * automated/ruby-mode-tests.el (ruby-indent-after-block-in-continued-expression): New test.