aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2015-08-15 13:09:41 +0200
committerMichael Albinus2015-08-15 13:09:41 +0200
commit76fff113e4fe92fd2dfe16dd46d2d59f6187f2b7 (patch)
tree5a383353dfaea944687a379bc96b2dc11c5b0ea5
parent8b73aab8e14ae05ff9f4f94dfd2ba94f6b3f3696 (diff)
downloademacs-76fff113e4fe92fd2dfe16dd46d2d59f6187f2b7.tar.gz
emacs-76fff113e4fe92fd2dfe16dd46d2d59f6187f2b7.zip
; Fix ChangeLog entries
-rw-r--r--ChangeLog.218
1 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 3f31807049c..b4de90e228a 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -5,8 +5,8 @@
5 5
62015-08-14 Michael Albinus <michael.albinus@gmx.de> 62015-08-14 Michael Albinus <michael.albinus@gmx.de>
7 7
8 * tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect stderr 8 * lisp/net/tramp-sh.el (tramp-sh-handle-file-acl): Do not redirect
9 to /dev/null, this is done in `tramp-send-command-and-check'. 9 stderr to /dev/null, this is done in `tramp-send-command-and-check'.
10 10
112015-08-14 Jürgen Hötzel <juergen@archlinux.org> 112015-08-14 Jürgen Hötzel <juergen@archlinux.org>
12 12
@@ -45,6 +45,13 @@
45 (uniquify-ask-about-buffer-names-p): Remove, unused (bug#21037) 45 (uniquify-ask-about-buffer-names-p): Remove, unused (bug#21037)
46 * lisp/uniquify.el: Remove redundant `:group's. 46 * lisp/uniquify.el: Remove redundant `:group's.
47 47
482015-08-13 Jürgen Hötzel <juergen@archlinux.org>
49
50 * lisp/net/tramp-adb.el
51 (tramp-adb-handle-directory-files-and-attributes): Make a copy of
52 result to prevent modification of the tramp-cache by side effects.
53 Use the correct cache key.
54
482015-08-13 Paul Eggert <eggert@cs.ucla.edu> 552015-08-13 Paul Eggert <eggert@cs.ucla.edu>
49 56
50 Make add_to_log varargs 57 Make add_to_log varargs
@@ -234,6 +241,12 @@
234 (perform-replace): Move the description of the format of `replacements' from 241 (perform-replace): Move the description of the format of `replacements' from
235 the body's comment to the docstring. 242 the body's comment to the docstring.
236 243
2442015-08-11 Jürgen Hötzel <juergen@archlinux.org>
245
246 * lisp/net/tramp-adb.el (tramp-adb-prompt): Match leading escape
247 sequence. Recent adb version send initial escape sequences, even
248 when terminal type is set to TERM=dumb.
249
2372015-08-10 Stephen Leake <stephen_leake@stephe-leake.org> 2502015-08-10 Stephen Leake <stephen_leake@stephe-leake.org>
238 251
239 Rewrite elisp--xref-find-definitions to handle many more cases; add tests. 252 Rewrite elisp--xref-find-definitions to handle many more cases; add tests.
@@ -455,7 +468,6 @@
455 added for these exceptional cases, as well as one non exceptional 468 added for these exceptional cases, as well as one non exceptional
456 base case. 469 base case.
457 470
458
4592015-08-07 Jürgen Hötzel <juergen@archlinux.org> 4712015-08-07 Jürgen Hötzel <juergen@archlinux.org>
460 472
461 Improve error checking in tramp-adb.el 473 Improve error checking in tramp-adb.el