changeset 49179:5dbe42c838b7

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Jan 2003 22:23:22 +0000
parents 92ae7e76e5be
children b76c3354f4e7
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 12 20:53:04 2003 +0000
+++ b/lisp/ChangeLog	Sun Jan 12 22:23:22 2003 +0000
@@ -1,3 +1,19 @@
+2003-01-13  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-enable-tramp-completion): New defcustom.
+	(ido-enter-single-matching-directory): Change default to 'slash.
+	(ido-is-tramp-root): New defun.
+	(ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
+	(ido-may-cache-directory, ido-final-slash, ido-read-internal)
+	(ido-complete, ido-make-file-list1, ido-make-dir-list1):
+	Handle tramp completion.
+	(ido-file-name-all-completions1): New defun for tramp completion.
+	(ido-file-name-all-completions): Use it.
+	(ido-set-matches1): Relax matching of text with trailing slash.
+	(ido-exhibit): Handle tramp completion.
+	Simplified code using nested cond forms using new `refresh' var.
+	Fixed handling of /~user/ paths.
+
 2003-01-12  Andreas Schwab  <schwab@suse.de>
 
 	* arc-mode.el (archive-mode-map): Use command remapping instead of
--- a/src/ChangeLog	Sun Jan 12 20:53:04 2003 +0000
+++ b/src/ChangeLog	Sun Jan 12 22:23:22 2003 +0000
@@ -4,6 +4,7 @@
 
 	* process.c: (QCvars): New variable.
 	(syms_of_process): Intern and staticpro it.
+	(Fset_process_contact): Removed function.
 	(Fprocess_variable, Fset_process_variable): New functions.
 	(syms_of_process): Defsubr them.
 	(Fstart_process): Initialize private_vars plist to nil.