diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 263c29c7af9..08960c85f04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-02-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-adb.el (tramp-adb-parse-device-names): | ||
| 4 | Use `accept-process-output'. | ||
| 5 | (tramp-adb-handle-file-truename): Cache the localname only. | ||
| 6 | (tramp-adb-handle-make-directory) | ||
| 7 | (tramp-adb-handle-delete-directory): Flush file properties correctly. | ||
| 8 | (tramp-adb-handle-set-file-modes): Do not raise an error when file | ||
| 9 | modes cannot be changed. | ||
| 10 | |||
| 11 | * net/tramp-cache.el (tramp-flush-directory-property): Remove also | ||
| 12 | file properties of symlinks. | ||
| 13 | |||
| 1 | 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se> | 14 | 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se> |
| 2 | 15 | ||
| 3 | * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update | 16 | * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update |