diff options
| author | Glenn Morris | 2014-02-20 23:56:52 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-20 23:56:52 -0800 |
| commit | afe1e4c8eb4b4ef62569bd272507ecd5ffd51a2f (patch) | |
| tree | d020c547073c003f5fae6b0e777df22051d41db4 | |
| parent | 0e5324c4b4395f973690f16af0f75a38b6fdf00d (diff) | |
| download | emacs-afe1e4c8eb4b4ef62569bd272507ecd5ffd51a2f.tar.gz emacs-afe1e4c8eb4b4ef62569bd272507ecd5ffd51a2f.zip | |
ChangeLog fix
It's "<foo>" to indicate a change related to foo.
[foo] is for a change conditional on foo being defined.
See info node `(standards)Indicating the Part Changed'.
| -rw-r--r-- | lisp/ChangeLog | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b940cadaf0..7eb88ebd968 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el. | 41 | (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el. |
| 42 | 42 | ||
| 43 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) | 43 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) |
| 44 | [insert-directory]: Use `tramp-handle-insert-directory. | 44 | <insert-directory>: Use `tramp-handle-insert-directory. |
| 45 | (tramp-gvfs-handle-insert-directory): Remove function. | 45 | (tramp-gvfs-handle-insert-directory): Remove function. |
| 46 | 46 | ||
| 47 | * net/tramp-sh.el (tramp-sh-handle-insert-directory): | 47 | * net/tramp-sh.el (tramp-sh-handle-insert-directory): |
| @@ -73,10 +73,10 @@ | |||
| 73 | cache is empty. | 73 | cache is empty. |
| 74 | 74 | ||
| 75 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist) | 75 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist) |
| 76 | [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'. | 76 | <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'. |
| 77 | 77 | ||
| 78 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) | 78 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) |
| 79 | [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'. | 79 | <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'. |
| 80 | (tramp-gvfs-maybe-open-connection): Set always connection | 80 | (tramp-gvfs-maybe-open-connection): Set always connection |
| 81 | properties, even if target is mounted already. | 81 | properties, even if target is mounted already. |
| 82 | 82 | ||
| @@ -4710,7 +4710,7 @@ | |||
| 4710 | * net/tramp-smb.el (tramp-smb-acl-program): New customer option. | 4710 | * net/tramp-smb.el (tramp-smb-acl-program): New customer option. |
| 4711 | (tramp-smb-errors): Add error messages. | 4711 | (tramp-smb-errors): Add error messages. |
| 4712 | (tramp-smb-actions-with-acl): New defconst. | 4712 | (tramp-smb-actions-with-acl): New defconst. |
| 4713 | (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler. | 4713 | (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler. |
| 4714 | (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns. | 4714 | (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns. |
| 4715 | (tramp-smb-handle-file-acl): Rewrite, using "smbcacls". | 4715 | (tramp-smb-handle-file-acl): Rewrite, using "smbcacls". |
| 4716 | (tramp-smb-handle-file-attributes): Simplify test for "stat" capability. | 4716 | (tramp-smb-handle-file-attributes): Simplify test for "stat" capability. |
| @@ -7679,18 +7679,18 @@ | |||
| 7679 | 7679 | ||
| 7680 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): | 7680 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): |
| 7681 | Order alphabetically. | 7681 | Order alphabetically. |
| 7682 | [access-file, add-name-to-file, dired-call-process]: | 7682 | <access-file, add-name-to-file, dired-call-process>: |
| 7683 | [dired-compress-file, file-acl, file-notify-rm-watch]: | 7683 | <dired-compress-file, file-acl, file-notify-rm-watch>: |
| 7684 | [file-ownership-preserved-p, file-selinux-context]: | 7684 | <file-ownership-preserved-p, file-selinux-context>: |
| 7685 | [make-directory-internal, make-symbolic-link, set-file-acl]: | 7685 | <make-directory-internal, make-symbolic-link, set-file-acl>: |
| 7686 | [set-file-selinux-context, set-visited-file-modtime]: | 7686 | <set-file-selinux-context, set-visited-file-modtime>: |
| 7687 | [verify-visited-file-modtime]: Add handler. | 7687 | <verify-visited-file-modtime>: Add handler. |
| 7688 | (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'. | 7688 | (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'. |
| 7689 | 7689 | ||
| 7690 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) | 7690 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) |
| 7691 | [file-notify-add-watch, file-notify-rm-watch]: | 7691 | <file-notify-add-watch, file-notify-rm-watch>: |
| 7692 | [set-file-times, set-visited-file-modtime]: | 7692 | <set-file-times, set-visited-file-modtime>: |
| 7693 | [verify-visited-file-modtime]: Add handler. | 7693 | <verify-visited-file-modtime>: Add handler. |
| 7694 | (with-tramp-gvfs-error-message) | 7694 | (with-tramp-gvfs-error-message) |
| 7695 | (tramp-gvfs-handle-set-visited-file-modtime) | 7695 | (tramp-gvfs-handle-set-visited-file-modtime) |
| 7696 | (tramp-gvfs-fuse-file-name): Remove. | 7696 | (tramp-gvfs-fuse-file-name): Remove. |
| @@ -7700,8 +7700,8 @@ | |||
| 7700 | 7700 | ||
| 7701 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): | 7701 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): |
| 7702 | Order alphabetically. | 7702 | Order alphabetically. |
| 7703 | [file-notify-rm-watch ]: Use default Tramp handler. | 7703 | <file-notify-rm-watch>: Use default Tramp handler. |
| 7704 | [executable-find]: Remove private handler. | 7704 | <executable-find>: Remove private handler. |
| 7705 | (tramp-do-copy-or-rename-file-out-of-band): Do not bind | 7705 | (tramp-do-copy-or-rename-file-out-of-band): Do not bind |
| 7706 | `default-directory'. | 7706 | `default-directory'. |
| 7707 | (tramp-sh-handle-executable-find) | 7707 | (tramp-sh-handle-executable-find) |
| @@ -7711,8 +7711,8 @@ | |||
| 7711 | Do not use `format' in `tramp-message'. | 7711 | Do not use `format' in `tramp-message'. |
| 7712 | 7712 | ||
| 7713 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist) | 7713 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist) |
| 7714 | [file-notify-rm-watch, set-visited-file-modtime]: | 7714 | <file-notify-rm-watch, set-visited-file-modtime>: |
| 7715 | [verify-visited-file-modtime]: Add handler. | 7715 | <verify-visited-file-modtime>: Add handler. |
| 7716 | (tramp-smb-call-winexe): Do not bind `default-directory'. | 7716 | (tramp-smb-call-winexe): Do not bind `default-directory'. |
| 7717 | 7717 | ||
| 7718 | 2013-08-01 Xue Fuqiao <xfq.free@gmail.com> | 7718 | 2013-08-01 Xue Fuqiao <xfq.free@gmail.com> |
| @@ -8426,7 +8426,7 @@ | |||
| 8426 | * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): | 8426 | * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): |
| 8427 | * net/tramp-sh.el (tramp-maybe-open-connection): | 8427 | * net/tramp-sh.el (tramp-maybe-open-connection): |
| 8428 | Use `tramp-connection-timeout'. | 8428 | Use `tramp-connection-timeout'. |
| 8429 | (tramp-methods) [su, sudo, ksu]: Add method specific timeouts. | 8429 | (tramp-methods) <su, sudo, ksu>: Add method specific timeouts. |
| 8430 | (Bug#14808) | 8430 | (Bug#14808) |
| 8431 | 8431 | ||
| 8432 | 2013-07-11 Leo Liu <sdl.web@gmail.com> | 8432 | 2013-07-11 Leo Liu <sdl.web@gmail.com> |