Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
afd250cb
Commit
afd250cb
authored
Jan 12, 2003
by
Kim F. Storm
Browse files
*** empty log message ***
parent
ad797e56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
lisp/ChangeLog
lisp/ChangeLog
+16
-0
src/ChangeLog
src/ChangeLog
+1
-0
No files found.
lisp/ChangeLog
View file @
afd250cb
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
...
...
src/ChangeLog
View file @
afd250cb
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment