summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* Move Acknowledgements and History after Commentary.Kim F. Storm2005-12-081-47/+50
* (ido-completion-map): Renamed from ido-mode-map.Kim F. Storm2005-12-071-34/+36
* (ido-mode-map): Doc fix.Kim F. Storm2005-11-261-52/+97
* (ido-is-tramp-root): Simplify regexp matching tramp root.Kim F. Storm2005-10-191-32/+40
* (ido-mode): Use custom-initialize-set.Kim F. Storm2005-10-031-1/+1
* 2005-09-25 Romain Francoise <romain@orebokech.com>Romain Francoise2005-09-241-2/+2
* (cua-inhibit-cua-keys): Add defvar.Juanma Barranquero2005-08-311-0/+2
* (ido-ignore-item-p): Use save-match-data.Kim F. Storm2005-08-211-31/+30
* (ido-everywhere): Fix defcustom :set function to disableKim F. Storm2005-08-181-2/+3
* (ido-enter-matching-directory): Rename fromKim F. Storm2005-08-171-8/+14
* (ido-buffer-internal): Use with-no-warnings.Kim F. Storm2005-08-151-6/+7
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* (dired-other-window): Put ido property on dired-other-window.Kim F. Storm2005-07-171-0/+1
* (ido-file-internal, ido-read-file-name, ido-read-directory-name):Kim F. Storm2005-07-151-1/+4
* Fix commentary.Kim F. Storm2005-07-151-13/+8
* (ido-define-mode-map): Move ido-next-work-file to C-M-o.Kim F. Storm2005-07-151-3/+3
* * ido.el (ido-use-filename-at-point): New choice `guess'.Kim F. Storm2005-07-081-2/+8
* (ido-before-fallback-functions): New hook.Kim F. Storm2005-07-081-1/+17
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>Kim F. Storm2005-06-151-26/+56
* (ido-mode): Make a new keymap every time we enable ido,Kim F. Storm2005-06-141-1/+2
* (ido-mode, ido-file-extensions-order, ido-default-file-method,Juanma Barranquero2005-06-101-30/+30
* (ido-read-file-name): Fallback to read-file-name on C-fKim F. Storm2005-06-081-1/+3
* (ido-first-match, ido-only-match, ido-subdir)Kim F. Storm2005-06-061-10/+10
* (ido-make-merged-file-list-1): New defun split fromKim F. Storm2005-06-031-78/+95
* (ido-magic-forward-char): Enter ido-find-file at end of input.Kim F. Storm2005-05-191-12/+22
* (ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm2005-05-151-7/+70
* (ido-setup-hook): New hook.Kim F. Storm2005-05-051-79/+154
* Fix emacs version in commentary.Kim F. Storm2005-05-031-1/+1
* (ido-everywhere): Fix last change.Kim F. Storm2005-04-281-6/+4
* (ido-everywhere): Save and restore old read-buffer-functionKim F. Storm2005-04-241-6/+15
* (ido-read-internal): Fix `list' completion.Kim F. Storm2005-04-221-1/+1
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-3/+9
* (ido-file-internal): Fall back to non-ido command ifKim F. Storm2005-03-311-14/+16
* (ido-fallback-command): Pass user input to fallback command.Kim F. Storm2005-02-161-0/+3
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* (ido-file-extensions-order): New defcustom.Kim F. Storm2005-02-081-8/+80
* (ido-read-internal): Fix require-match check whenKim F. Storm2004-11-231-1/+4
* (group ido): Add :version keyword.Kim F. Storm2004-10-301-1/+1
* (ido-max-directory-size): New defcustom.Kim F. Storm2004-09-241-27/+91
* (ido-choice-list): New dynamic var for `list' context.Kim F. Storm2004-09-221-44/+122
* (ido-enable-dot-prefix): Doc fix.Kim F. Storm2004-09-111-5/+20
* 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