comparison lisp/ChangeLog @ 49179:5dbe42c838b7

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Jan 2003 22:23:22 +0000
parents 92ae7e76e5be
children 94d20f0ab516
comparison
equal deleted inserted replaced
49178:92ae7e76e5be 49179:5dbe42c838b7
1 2003-01-13 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-enable-tramp-completion): New defcustom.
4 (ido-enter-single-matching-directory): Change default to 'slash.
5 (ido-is-tramp-root): New defun.
6 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
7 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
8 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
9 Handle tramp completion.
10 (ido-file-name-all-completions1): New defun for tramp completion.
11 (ido-file-name-all-completions): Use it.
12 (ido-set-matches1): Relax matching of text with trailing slash.
13 (ido-exhibit): Handle tramp completion.
14 Simplified code using nested cond forms using new `refresh' var.
15 Fixed handling of /~user/ paths.
16
1 2003-01-12 Andreas Schwab <schwab@suse.de> 17 2003-01-12 Andreas Schwab <schwab@suse.de>
2 18
3 * arc-mode.el (archive-mode-map): Use command remapping instead of 19 * arc-mode.el (archive-mode-map): Use command remapping instead of
4 substitute-key-definition. 20 substitute-key-definition.
5 * emerge.el (emerge-setup-fixed-keymaps): Likewise. 21 * emerge.el (emerge-setup-fixed-keymaps): Likewise.