diff options
| -rw-r--r-- | ChangeLog.2 | 18 |
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 | ||
| 6 | 2015-08-14 Michael Albinus <michael.albinus@gmx.de> | 6 | 2015-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 | ||
| 11 | 2015-08-14 Jürgen Hötzel <juergen@archlinux.org> | 11 | 2015-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 | ||
| 48 | 2015-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 | |||
| 48 | 2015-08-13 Paul Eggert <eggert@cs.ucla.edu> | 55 | 2015-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 | ||
| 244 | 2015-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 | |||
| 237 | 2015-08-10 Stephen Leake <stephen_leake@stephe-leake.org> | 250 | 2015-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 | |||
| 459 | 2015-08-07 Jürgen Hötzel <juergen@archlinux.org> | 471 | 2015-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 |