aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-11-05 12:24:04 +0100
committerMichael Albinus2014-11-05 12:24:04 +0100
commitbd02f3d40e764945066e90921481bfccfb4407fa (patch)
treed77e18a411cdb914cbd1d5b932274cd7070dfbb5 /lisp/ChangeLog
parent076582fde300472131422818d72e814e516c91ed (diff)
downloademacs-bd02f3d40e764945066e90921481bfccfb4407fa.tar.gz
emacs-bd02f3d40e764945066e90921481bfccfb4407fa.zip
* net/tramp-adb.el (tramp-adb-handle-file-attributes):
* net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes): * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in case of errors. * net/tramp.el (tramp-error-with-buffer): Show connection buffer only when message appeared in minibuffer. Fixes: debbugs:18891
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bad4def88f2..4a3b1dcd96a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12014-11-05 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
4 only when message appeared in minibuffer. (Bug#18891)
5
6 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
7 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
8 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
9 case of errors.
10
12014-11-04 Eli Zaretskii <eliz@gnu.org> 112014-11-04 Eli Zaretskii <eliz@gnu.org>
2 12
3 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being 13 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being