diff options
| author | Glenn Morris | 2011-02-28 20:20:37 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-28 20:20:37 -0800 |
| commit | 9a6f056969b9d27d1262ee717b8ed0ff2c5159e2 (patch) | |
| tree | bd49eb570c7ce335832bf0dff328444d147b050d /lisp | |
| parent | bd106056539369c3e25c94adec7d6b839ac66165 (diff) | |
| download | emacs-9a6f056969b9d27d1262ee717b8ed0ff2c5159e2.tar.gz emacs-9a6f056969b9d27d1262ee717b8ed0ff2c5159e2.zip | |
Remove some duplicated tramp ChangeLog entries.
I guess the same changes were applied to emacs-23 and trunk separately.
More duplicates remain.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4d62f105e9..8b9ddb65b8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7410,48 +7410,6 @@ | |||
| 7410 | 7410 | ||
| 7411 | * whitespace.el (whitespace-style): Adjust type declaration. | 7411 | * whitespace.el (whitespace-style): Adjust type declaration. |
| 7412 | 7412 | ||
| 7413 | 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com> | ||
| 7414 | |||
| 7415 | * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass | ||
| 7416 | empty argument to gvfs-copy. | ||
| 7417 | |||
| 7418 | 2010-08-26 Chong Yidong <cyd@stupidchicken.com> | ||
| 7419 | |||
| 7420 | * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to | ||
| 7421 | handle new TRASH arg of `delete-file'. | ||
| 7422 | |||
| 7423 | 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change) | ||
| 7424 | |||
| 7425 | * net/tramp.el (tramp-handle-insert-directory): Don't use | ||
| 7426 | `forward-word', its default syntax could be changed. | ||
| 7427 | |||
| 7428 | 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> | ||
| 7429 | Michael Albinus <michael.albinus@gmx.de> | ||
| 7430 | |||
| 7431 | Implement compression for inline methods. | ||
| 7432 | |||
| 7433 | * net/tramp.el (tramp-inline-compress-start-size): New defcustom. | ||
| 7434 | (tramp-copy-size-limit): Allow also nil. | ||
| 7435 | (tramp-inline-compress-commands): New defconst. | ||
| 7436 | (tramp-find-inline-compress, tramp-get-inline-compress) | ||
| 7437 | (tramp-get-inline-coding): New defuns. | ||
| 7438 | (tramp-get-remote-coding, tramp-get-local-coding): Remove, | ||
| 7439 | replaced by `tramp-get-inline-coding'. | ||
| 7440 | (tramp-handle-file-local-copy, tramp-handle-write-region) | ||
| 7441 | (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'. | ||
| 7442 | |||
| 7443 | 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change) | ||
| 7444 | |||
| 7445 | Detect ssh 'ControlMaster' argument automatically in some cases. | ||
| 7446 | |||
| 7447 | * net/tramp.el (tramp-detect-ssh-controlmaster): New defun. | ||
| 7448 | (tramp-default-method): Use it. | ||
| 7449 | |||
| 7450 | 2010-08-26 Karel Klíč <kklic@redhat.com> | ||
| 7451 | |||
| 7452 | * net/tramp.el (tramp-file-name-for-operation): | ||
| 7453 | Add file-selinux-context. | ||
| 7454 | |||
| 7455 | 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change) | 7413 | 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change) |
| 7456 | 7414 | ||
| 7457 | * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921). | 7415 | * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921). |