From: Glenn Morris Date: Tue, 1 Mar 2011 04:20:37 +0000 (-0800) Subject: Remove some duplicated tramp ChangeLog entries. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6f056969b9d27d1262ee717b8ed0ff2c5159e2;p=emacs.git Remove some duplicated tramp ChangeLog entries. I guess the same changes were applied to emacs-23 and trunk separately. More duplicates remain. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4d62f105e9..8b9ddb65b8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7410,48 +7410,6 @@ * whitespace.el (whitespace-style): Adjust type declaration. -2010-08-26 Magnus Henoch - - * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass - empty argument to gvfs-copy. - -2010-08-26 Chong Yidong - - * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to - handle new TRASH arg of `delete-file'. - -2010-08-26 Christian Lynbech (tiny change) - - * net/tramp.el (tramp-handle-insert-directory): Don't use - `forward-word', its default syntax could be changed. - -2010-08-26 Toru TSUNEYOSHI - Michael Albinus - - Implement compression for inline methods. - - * net/tramp.el (tramp-inline-compress-start-size): New defcustom. - (tramp-copy-size-limit): Allow also nil. - (tramp-inline-compress-commands): New defconst. - (tramp-find-inline-compress, tramp-get-inline-compress) - (tramp-get-inline-coding): New defuns. - (tramp-get-remote-coding, tramp-get-local-coding): Remove, - replaced by `tramp-get-inline-coding'. - (tramp-handle-file-local-copy, tramp-handle-write-region) - (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'. - -2010-08-26 Noah Lavine (tiny change) - - Detect ssh 'ControlMaster' argument automatically in some cases. - - * net/tramp.el (tramp-detect-ssh-controlmaster): New defun. - (tramp-default-method): Use it. - -2010-08-26 Karel Klíč - - * net/tramp.el (tramp-file-name-for-operation): - Add file-selinux-context. - 2010-08-26 Łukasz Stelmach (tiny change) * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).