summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* Update AUCTeX information.David Kastrup2004-08-221-1/+1
* Update copyright and commentary.Kim F. Storm2004-05-041-4/+5
* (ido-read-file-name): If command has ido property, don't use idoKim F. Storm2004-05-041-1/+5
* (ido-read-internal): Fix call to read-file-name for edit.Kim F. Storm2004-05-041-3/+4
* (ido-confirm-unique-completion): New defcustom.Kim F. Storm2004-04-101-3/+15
* (ido-nonreadable-directory-p): New defun to check forKim F. Storm2003-12-311-3/+12
* Handle non-readable directories.Kim F. Storm2003-12-271-46/+73
* * ido.el (ido-use-filename-at-point, ido-use-url-at-point):Kim F. Storm2003-11-251-17/+66
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (ido-mode): Remove unused NOBIND arg. Fix doc string accordingly.Kim F. Storm2003-03-221-11/+16
* (ido-define-mode-map):Kim F. Storm2003-02-051-6/+5
* (ido-define-mode-map): Interact with Viper. From Kim FKai Großjohann2003-02-051-0/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-104/+104
* (ido-define-mode-map): Remap viper delete char/wordKim F. Storm2003-02-031-1/+13
* Many doc fixes.Richard M. Stallman2003-01-251-18/+21
* Update copyright.Kim F. Storm2003-01-241-1/+1
* (ido-make-file-list, ido-make-dir-list): Don't moveKim F. Storm2003-01-211-6/+3
* (ido-read-internal, ido-file-internal)Kim F. Storm2003-01-141-32/+32
* Remove final period from error message.Kim F. Storm2003-01-141-1/+1
* Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency.Kim F. Storm2003-01-131-4/+4
* (ido-ignore-directories-merge): Doc fix.Kim F. Storm2003-01-131-45/+45
* (ido-enable-tramp-completion): New defcustom.Kim F. Storm2003-01-121-200/+279
* (ido-read-file-name): Removed debug message.Kim F. Storm2002-12-161-2/+0
* (ido-xemacs): Remove defvar. All uses changed toKim F. Storm2002-11-271-14/+9
* (ido-read-file-name): Removed leftover debug message "gotit".Kim F. Storm2002-11-011-1/+0
* (ido-wide-find-dirs-or-files): Fixed problem that causedKim F. Storm2002-10-291-1/+0
* (ido-cannot-complete-command): New defcustom, default toKim F. Storm2002-10-271-3/+11
* (ido-restrict-to-matches): New command.Kim F. Storm2002-10-221-0/+12
* (ido-ignore-item-temp-list): New variable.Kim F. Storm2002-09-021-29/+37
* (ido-separator): Fix type.Markus Rost2002-07-231-1/+1
* Comment change.Richard M. Stallman2002-07-121-1/+1
* (ido-make-merged-file-list): Fix last change again.Kim F. Storm2002-07-101-0/+1
* (ido-enter-single-matching-directory): Delete leftover comment.Juanma Barranquero2002-07-101-1/+0
* (ido-make-merged-file-list): Fix last change.Kim F. Storm2002-07-091-1/+1
* (ido-make-merged-file-list): Move fully matching item to head of list.Kim F. Storm2002-07-081-0/+6
* (ido-find-common-substring): Return substring instead of t.Kim F. Storm2002-07-081-25/+29
* (ido-set-matches1): Use regexp-quote instead of identity.Kim F. Storm2002-07-071-1/+23
* Changed xemacs specific code to avoid byte compiler warning in GNUKim F. Storm2002-07-071-4/+6
* (ido-minibuffer-setup-hook): Doc fix.Juanma Barranquero2002-07-011-3/+3
* New file.Kim F. Storm2002-06-271-0/+3606