]> code.delx.au - gnu-emacs/history - lisp/net/tramp.el
Merged from emacs@sv.gnu.org.
[gnu-emacs] / lisp / net / tramp.el
2007-01-01 Karoly LorenteyMerged from emacs@sv.gnu.org.
2006-12-31 Michael Albinus* net/tramp.el (tramp-default-method): Don't call ...
2006-12-30 Michael AlbinusSync with Tramp 2.0.55.
2006-12-20 Michael Albinus* net/tramp.el (tramp-default-method): We still need...
2006-12-20 Michael Albinus* net/ange-ftp.el (ange-ftp-file-name-completion):...
2006-12-19 Michael Albinus*** empty log message ***
2006-12-19 Michael Albinus* net/tramp.el (tramp-methods): Introduce new method...
2006-12-17 Michael Albinus* net/tramp.el (tramp-default-method): Before setting...
2006-12-04 Michael Albinus* net/tramp.el (tramp-methods): Add "ControlPath" and
2006-12-03 Karoly LorenteyMerged from emacs@sv.gnu.org. Last-minute emacsclient...
2006-12-03 Karoly LorenteyMerged from emacs@sv.gnu.org.
2006-11-24 Lars Hansen(tramp-default-method): Under Windows, change from...
2006-11-18 Michael Albinus* net/tramp.el (top): cl and custom are always required.
2006-11-11 Glenn Morris(tramp-unified-filenames): Improve previos doc fix.
2006-11-10 Glenn Morris(tramp-unified-filenames): Doc fix (Nil -> nil).
2006-11-07 Michael Albinus* lisp/net/tramp.el (tramp-default-method): scp is...
2006-10-29 Lars Hansen(with-parsed-tramp-file-name): Correct debug spec....
2006-10-14 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-08-29 Michael AlbinusSync with Tramp 2.0.54.
2006-07-14 Karoly LorenteyMerged from emacs@sv.gnu.org.
2006-07-02 Michael Albinus* net/tramp.el (tramp-handle-shell-command): Preserve...
2006-06-27 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-06-25 Michael Albinus* net/rcompile.el (remote-compile): Replace ange-ftp...
2006-06-15 Michael Albinus* net/tramp.el (tramp-touch): Use UTC to express time.
2006-05-10 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-05-09 Michael Albinus* net/tramp.el (tramp-register-file-name-handlers)...
2006-05-03 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-05-01 Michael Albinus* net/tramp.el (tramp-completion-file-name-handler...
2006-04-29 Richard M. Stallmantramp-file-name-handler-alist): Delete expand-file...
2006-04-28 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-04-28 Michael Albinus* net/tramp.el (tramp-completion-file-name-handler...
2006-04-23 Michael Albinus* net/tramp.el (tramp-register-file-name-handlers)...
2006-04-19 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-04-18 Juanma Barranquero(tramp-completion-file-name-handler): Revert change...
2006-04-17 Michael AlbinusSync with Tramp 2.0.53.
2006-04-13 Michael Albinus* net/tramp.el (tramp-display-shell-command-buffer...
2006-02-16 Karoly LorenteyMerged from
2006-02-12 Michael Albinus* net/tramp.el (tramp-remote-path): Add "/usr/xpg4...
2006-02-12 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-02-08 Sam Steingold(tramp-maybe-open-connection): Do not wait for output...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-02-03 Karoly LorenteyMerged from
2006-02-01 Michael Albinus* net/tramp.el (tramp-convert-file-attributes): Set...
2006-01-30 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 187, 704)
2006-01-22 Michael AlbinusSync with Tramp 2.0.52.
2005-11-07 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 149-151...
2005-11-02 Lars Hansen(tramp-action-out-of-band): Handle scp message "Permiss...
2005-10-30 Michael Albinus* net/tramp.el (tramp-chunksize): Escape parentheses...
2005-10-28 Richard M. Stallman(tramp-completion-mode): defvar moved up.
2005-10-19 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 133-141...
2005-10-17 Michael Albinus* net/tramp.el (tramp-completion-mode): New defvar...
2005-10-12 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 578-592)
2005-10-09 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 118-132...
2005-10-08 Lars Hansen(tramp-perl-directory-files-and-attributes): Add error...
2005-10-08 Michael AlbinusSync with Tramp 2.0.51.
2005-10-02 Richard M. StallmanPacify byte compiler warnings in pacification code.
2005-09-18 Michael Albinus* net/tramp.el (tramp-login-prompt-regexp): Expand...
2005-09-09 Karoly LorenteyMerged in changes from CVS trunk.
2005-09-07 Michael Albinus* woman.el (top): Remap `man' command by `woman' in
2005-09-04 Karoly LorenteyMerged in changes from CVS trunk. Plus added lisp...
2005-08-31 Michael Albinus* net/tramp.el (tramp-handle-make-auto-save-file-name...
2005-08-31 Juanma Barranquero(tramp-handle-make-auto-save-file-name): Pass list...
2005-08-30 Michael AlbinusMake `make-auto-save-file-name' a magic operation.
2005-08-07 Michael AlbinusSync with Tramp 2.0.50.
2005-08-01 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-21 Juanma Barranquero(tramp-handle-load): Fix typo in error message.
2005-07-05 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 469)
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-21 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 423-434)
2005-06-19 Michael AlbinusRevert copyright years back to original ones. Tramp...
2005-06-15 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 80-82, 350...
2005-06-14 Juanma Barranquero(tramp-find-file-exists-command, tramp-find-shell)...
2005-05-20 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 69, 313...
2005-05-17 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-05-16 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 307-312)
2005-05-14 Michael AlbinusSync with Tramp 2.0.49.
2005-03-23 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 192-203)
2005-03-20 Michael AlbinusSync with Tramp 2.0.48.
2005-02-28 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 31-33, 129...
2005-02-27 Andreas Schwab(tramp-file-name-for-operation): Fix misapplied
2005-02-20 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 17-26, 107...
2005-02-19 Eli Zaretskii(tramp-file-name-for-operation): Use dired-call-process...
2005-02-10 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-02-03 Karoly LorenteyMerged in changes from CVS trunk. (Long time no see...
2005-01-16 Michael AlbinusSync with Tramp 2.0.47.
2004-12-23 Karoly LorenteyMerged in changes from CVS trunk.
2004-12-17 Michael AlbinusSync with Tramp 2.0.46.
2004-12-08 Karoly LorenteyMerged in changes from CVS trunk.
2004-12-05 Sam Steingold(tramp-handle-file-accessible-directory-p):
2004-11-26 Lars Hansen(tramp-handle-directory-files-and-attributes): New...
2004-11-13 Karoly LorenteyMerged in changes from CVS trunk.
2004-11-13 Karoly LorenteyMerged in changes from CVS trunk.
2004-11-07 Richard M. Stallman(tramp group): Add :version.
2004-11-06 Kai Großjohann(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2004-11-06 Kai Großjohann(tramp-coding-commands): Additionally try "uudecode...
2004-10-25 Karoly LorenteyMerged in changes from CVS trunk.
2004-10-23 Kai Großjohann* simple.el (process-file): New function, similar to...
2004-10-19 Karoly LorenteyMerged in changes from CVS trunk.
2004-10-17 Michael Albinus* net/tramp.el: Redo sync with Tramp 2.0.45. Last...
next