| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-06-15 Matt Hodges <MPHodges@member.fsf.org> | Kim F. Storm | 2005-06-15 | 1 | -26/+56 |
* | (ido-mode): Make a new keymap every time we enable ido, | Kim F. Storm | 2005-06-14 | 1 | -1/+2 |
* | (ido-mode, ido-file-extensions-order, ido-default-file-method, | Juanma Barranquero | 2005-06-10 | 1 | -30/+30 |
* | (ido-read-file-name): Fallback to read-file-name on C-f | Kim F. Storm | 2005-06-08 | 1 | -1/+3 |
* | (ido-first-match, ido-only-match, ido-subdir) | Kim F. Storm | 2005-06-06 | 1 | -10/+10 |
* | (ido-make-merged-file-list-1): New defun split from | Kim F. Storm | 2005-06-03 | 1 | -78/+95 |
* | (ido-magic-forward-char): Enter ido-find-file at end of input. | Kim F. Storm | 2005-05-19 | 1 | -12/+22 |
* | (ido-magic-forward-char, ido-magic-backward-char) | Kim F. Storm | 2005-05-15 | 1 | -7/+70 |
* | (ido-setup-hook): New hook. | Kim F. Storm | 2005-05-05 | 1 | -79/+154 |
* | Fix emacs version in commentary. | Kim F. Storm | 2005-05-03 | 1 | -1/+1 |
* | (ido-everywhere): Fix last change. | Kim F. Storm | 2005-04-28 | 1 | -6/+4 |
* | (ido-everywhere): Save and restore old read-buffer-function | Kim F. Storm | 2005-04-24 | 1 | -6/+15 |
* | (ido-read-internal): Fix `list' completion. | Kim F. Storm | 2005-04-22 | 1 | -1/+1 |
* | * mh-customize.el (mh-speedbar-selected-folder-face): Special case | Dan Nicolaescu | 2005-04-08 | 1 | -3/+9 |
* | (ido-file-internal): Fall back to non-ido command if | Kim F. Storm | 2005-03-31 | 1 | -14/+16 |
* | (ido-fallback-command): Pass user input to fallback command. | Kim F. Storm | 2005-02-16 | 1 | -0/+3 |
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -1/+1 |
* | (ido-file-extensions-order): New defcustom. | Kim F. Storm | 2005-02-08 | 1 | -8/+80 |
* | (ido-read-internal): Fix require-match check when | Kim F. Storm | 2004-11-23 | 1 | -1/+4 |
* | (group ido): Add :version keyword. | Kim F. Storm | 2004-10-30 | 1 | -1/+1 |
* | (ido-max-directory-size): New defcustom. | Kim F. Storm | 2004-09-24 | 1 | -27/+91 |
* | (ido-choice-list): New dynamic var for `list' context. | Kim F. Storm | 2004-09-22 | 1 | -44/+122 |
* | (ido-enable-dot-prefix): Doc fix. | Kim F. Storm | 2004-09-11 | 1 | -5/+20 |
* | Update AUCTeX information. | David Kastrup | 2004-08-22 | 1 | -1/+1 |
* | Update copyright and commentary. | Kim F. Storm | 2004-05-04 | 1 | -4/+5 |
* | (ido-read-file-name): If command has ido property, don't use ido | Kim F. Storm | 2004-05-04 | 1 | -1/+5 |
* | (ido-read-internal): Fix call to read-file-name for edit. | Kim F. Storm | 2004-05-04 | 1 | -3/+4 |
* | (ido-confirm-unique-completion): New defcustom. | Kim F. Storm | 2004-04-10 | 1 | -3/+15 |
* | (ido-nonreadable-directory-p): New defun to check for | Kim F. Storm | 2003-12-31 | 1 | -3/+12 |
* | Handle non-readable directories. | Kim F. Storm | 2003-12-27 | 1 | -46/+73 |
* | * ido.el (ido-use-filename-at-point, ido-use-url-at-point): | Kim F. Storm | 2003-11-25 | 1 | -17/+66 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (ido-mode): Remove unused NOBIND arg. Fix doc string accordingly. | Kim F. Storm | 2003-03-22 | 1 | -11/+16 |
* | (ido-define-mode-map): | Kim F. Storm | 2003-02-05 | 1 | -6/+5 |
* | (ido-define-mode-map): Interact with Viper. From Kim F | Kai Großjohann | 2003-02-05 | 1 | -0/+2 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -104/+104 |
* | (ido-define-mode-map): Remap viper delete char/word | Kim F. Storm | 2003-02-03 | 1 | -1/+13 |
* | Many doc fixes. | Richard M. Stallman | 2003-01-25 | 1 | -18/+21 |
* | Update copyright. | Kim F. Storm | 2003-01-24 | 1 | -1/+1 |
* | (ido-make-file-list, ido-make-dir-list): Don't move | Kim F. Storm | 2003-01-21 | 1 | -6/+3 |
* | (ido-read-internal, ido-file-internal) | Kim F. Storm | 2003-01-14 | 1 | -32/+32 |
* | Remove final period from error message. | Kim F. Storm | 2003-01-14 | 1 | -1/+1 |
* | Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency. | Kim F. Storm | 2003-01-13 | 1 | -4/+4 |
* | (ido-ignore-directories-merge): Doc fix. | Kim F. Storm | 2003-01-13 | 1 | -45/+45 |
* | (ido-enable-tramp-completion): New defcustom. | Kim F. Storm | 2003-01-12 | 1 | -200/+279 |
* | (ido-read-file-name): Removed debug message. | Kim F. Storm | 2002-12-16 | 1 | -2/+0 |
* | (ido-xemacs): Remove defvar. All uses changed to | Kim F. Storm | 2002-11-27 | 1 | -14/+9 |
* | (ido-read-file-name): Removed leftover debug message "gotit". | Kim F. Storm | 2002-11-01 | 1 | -1/+0 |
* | (ido-wide-find-dirs-or-files): Fixed problem that caused | Kim F. Storm | 2002-10-29 | 1 | -1/+0 |
* | (ido-cannot-complete-command): New defcustom, default to | Kim F. Storm | 2002-10-27 | 1 | -3/+11 |