diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d07d9f1b125..ef5ac4d84f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2007-08-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-handle-set-file-times): Flush the file | ||
| 4 | properties. | ||
| 5 | (tramp-set-file-uid-gid, tramp-get-local-uid) | ||
| 6 | (tramp-get-local-gid): New defuns. | ||
| 7 | (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID. | ||
| 8 | (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID. | ||
| 9 | Improve fast track. | ||
| 10 | (tramp-do-copy-or-rename-file-directly): Sync parameter list with | ||
| 11 | the other tramp-do-copy-or-rename-file-* functions. Major | ||
| 12 | rewrite. | ||
| 13 | (tramp-handle-file-local-copy, tramp-handle-insert-file-contents) | ||
| 14 | (tramp-handle-write-region): Improve fast track. | ||
| 15 | (tramp-handle-file-remote-p): IDENTIFICATION can also be | ||
| 16 | 'localname. | ||
| 17 | (tramp-maybe-open-connection): Let `process-adaptive-read-buffering' | ||
| 18 | be nil. | ||
| 19 | |||
| 1 | 2007-08-28 Ivan Kanis <apple@kanis.eu> | 20 | 2007-08-28 Ivan Kanis <apple@kanis.eu> |
| 2 | 21 | ||
| 3 | * time.el: New feature to display several time zones in a buffer. | 22 | * time.el: New feature to display several time zones in a buffer. |