* net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the
[bpt/emacs.git] / lisp / ChangeLog
index 6068454..bde1f11 100644 (file)
@@ -1,3 +1,52 @@
+2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the
+       case when the scripts fail.  Use `tramp-do-file-attributes-with-ls'
+       then.
+       (tramp-do-copy-or-rename-file-out-of-band): Do not check any
+       longer, whether`executable-find' is bound.
+
+       * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
+
+2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-in-region-mode-predicate)
+       (completion-in-region-mode--predicate): New vars.
+       (completion-in-region, completion-in-region--postch)
+       (completion-in-region-mode): Use them.
+       (completion--capf-wrapper): Also return the hook function.
+       (completion-at-point, completion-help-at-point):
+       Adjust and provide a predicate.
+
+       Preserve arg names for advice of subr and lexical functions (bug#8457).
+       * help-fns.el (help-function-arglist): Consolidate the subr and
+       new-byte-code cases.  Add argument `preserve-names' to extract names
+       from the docstring when needed.
+       * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
+       (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
+       (ad-arglist): Use help-function-arglist's new arg.
+       (ad-definition-type): Use cond.
+
+2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * autorevert.el (auto-revert-handler):
+       Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
+       which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
+       Don't quote lambda.
+
+       * image-mode.el (image-transform-set-scale):
+       Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
+
+2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (network-stream-open-starttls): Only do
+       opportunistic STARTTLS upgrades if we have built-in gnutls support.
+       Upgrades via gnutls-cli are too slow to be done opportunistically.
+
+2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dframe.el (dframe-current-frame): Remove spurious quote.
+
 2011-04-12  Glenn Morris  <rgm@gnu.org>
 
        * calendar/cal-tex.el (cal-tex-end-document):