aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,Juanma Barranquero2006-11-081-23/+23
* (ido-reread-directory): Work in `dir' mode too.Kim F. Storm2006-10-161-1/+1
* 2006-10-15 MichaĆ«l Cadilhac <[email protected]>Kim F. Storm2006-10-151-1/+1
* (ido-file-extension-aux): Fix comparison.Kim F. Storm2006-10-061-5/+7
* (ido-wide-find-dirs-or-files): Use shell-quote-argument.Kim F. Storm2006-10-061-1/+6
* (ido-file-internal): Only bind minibuffer-completing-file-nameKim F. Storm2006-09-291-4/+4
* (ido-ignore-item-p): Allow any kind of functions in ignore lists.Kim F. Storm2006-09-141-2/+2
* (ido-edit-input, ido-complete, ido-take-first-match)Kim F. Storm2006-09-101-10/+10
* (ido-visit-buffer): Use buffer name if buffer arg is a buffer.Kim F. Storm2006-09-051-1/+2
* (ido-set-matches-1): Fix full matching for subdirs.Kim F. Storm2006-08-221-29/+39
* (ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.Kim F. Storm2006-07-111-1/+2
* (ido-read-internal): Only pop stack elements automatically if theyKim F. Storm2006-06-081-2/+4
* (ido-file-internal): Pass full file name to write-file.Kim F. Storm2006-06-071-1/+1
* (ido-copy-current-file-name): Repeating C-w inserts whole file name.Kim F. Storm2006-06-071-0/+1
* (ido-take-first-match, ido-push-dir-first): New commands.Kim F. Storm2006-06-071-0/+18
* (ido-default-file-method, ido-default-buffer-method):Kim F. Storm2006-06-051-58/+53
* (ido-read-file-name): Bind ido-show-dot-for-dired to nilKim F. Storm2006-05-201-0/+2
* (ido-read-internal): Use only nondirectory part of default item.Kim F. Storm2006-05-171-2/+5
* (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.Kim F. Storm2006-04-061-33/+43
* (ido-unc-hosts-cache): Fix typo in docstring.Juanma Barranquero2006-04-061-1/+1
* (ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.Kim F. Storm2006-04-051-3/+12
* (ido-unc-hosts-cache): New defvar.Kim F. Storm2006-03-311-6/+65
* (ido-report-no-match, ido-switch-buffer,Juanma Barranquero2006-03-311-4/+4
* (ido-cache-unc-host-shares-time, ido-max-work-file-list, ido-switch-buffer):Juanma Barranquero2006-03-311-3/+3
* (ido-cache-ftp-work-directory-time): Doc fix.Kim F. Storm2006-03-181-33/+105
* (ido-edit-input): Use selected match, if any.Kim F. Storm2006-03-161-1/+1
* (ido-save-history, ido-load-history): Simplify. Don'tKim F. Storm2006-02-261-30/+24
* (ido-buffer-internal): Set mark for ido-insert-buffer.Kim F. Storm2006-02-111-6/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* 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 <[email protected]>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 <[email protected]>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