[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with reviewing Debian bugs
From: |
Michael Albinus |
Subject: |
Re: Help with reviewing Debian bugs |
Date: |
Mon, 30 Aug 2004 22:59:02 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Jérôme Marant <address@hidden> writes:
> Hi,
Hi Jérôme,
> Could some Tramp developer please help me reviewing bugs in
> the Debian BTS [1]?
> Most of them must have been fixed and you will probably be faster
> than me at sorting things.
Here's a first attempt for the obvious ones, the other bugs I'll
review another day:
#135608
-------
No response ever from submitter. Nevertheless, mimencode should be
detected automatically now:
2002-07-27 Kai Großjohann <address@hidden>
(tramp-methods): Replace a lot of methods because of autodetection
of mimencode/uuencode. The new names are a bit longer but more
mnemonic.
2002-07-26 Kai Großjohann <address@hidden>
(tramp-post-connection): Always send Perl implementation of
mimencode and mimedecode when Perl is available.
(tramp-get-encoding-command, tramp-get-decoding-command)
(tramp-get-encoding-function, tramp-get-decoding-function): New
implementation, uses auto-detected connection properties.
I would close this bug report.
#163486
-------
Has been solved latest with this:
2002-10-11 Michael Albinus <address@hidden>
(tramp-file-name-handler): Check for Ange-FTP file names (built-in
primitives only). Forward to Ange-FTP in case of.
#164032
-------
Has been solved:
2002-10-10 Kai Großjohann <address@hidden>
* tramp.el (tramp-handle-file-newer-than-file-p): Use
tramp-time-diff instead of subtract-time. Reported by Angus Lees.
#183108, #183110
----------------
Solved here:
2003-06-08 Kai Großjohann <address@hidden>
* tramp.el (tramp-handle-file-newer-than-file-p):
`tramp-time-diff' returns integer, not list. Do not apply `car'
to the return value of `tramp-time-diff'. Reported by David
D. Smith <address@hidden>.
(tramp-time-diff): Convert return value of subtract-time to a
number of seconds in a correct manner, by applying float-time or
time-to-seconds. Also correct compat code accordingly. The
XEmacs branch for itimer-time-difference didn't need correction,
it returned a float already. Reported by David D. Smith
<address@hidden>.
#244737
-------
Solved since then:
2004-06-01 Michael Albinus <address@hidden>
* tramp.el (tramp-process-alive-regexp): Precise doc string.
(tramp-multi-action-process-alive): New defun.
(tramp-multi-actions): Use it.
> Thanks in advance.
Best regards, Michael.