summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAge
* (ido-file-internal): Use current buffer's file name as defaultKim F. Storm2006-11-16
* (ido-copy-current-word): C-o copies region if active.Kim F. Storm2006-11-13
* (ido-enable-prefix): Improve previous doc fix.Glenn Morris2006-11-11
* (ido-enable-prefix): Doc fix (Nil -> nil).Glenn Morris2006-11-10
* (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,Juanma Barranquero2006-11-08
* (ido-reread-directory): Work in `dir' mode too.Kim F. Storm2006-10-16
* 2006-10-15 Michaƫl Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-10-15
* (ido-file-extension-aux): Fix comparison.Kim F. Storm2006-10-06
* (ido-wide-find-dirs-or-files): Use shell-quote-argument.Kim F. Storm2006-10-06
* (ido-file-internal): Only bind minibuffer-completing-file-nameKim F. Storm2006-09-29
* (ido-ignore-item-p): Allow any kind of functions in ignore lists.Kim F. Storm2006-09-14
* (ido-edit-input, ido-complete, ido-take-first-match)Kim F. Storm2006-09-10
* (ido-visit-buffer): Use buffer name if buffer arg is a buffer.Kim F. Storm2006-09-05
* (ido-set-matches-1): Fix full matching for subdirs.Kim F. Storm2006-08-22
* (ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.Kim F. Storm2006-07-11
* (ido-read-internal): Only pop stack elements automatically if theyKim F. Storm2006-06-08
* (ido-file-internal): Pass full file name to write-file.Kim F. Storm2006-06-07
* (ido-copy-current-file-name): Repeating C-w inserts whole file name.Kim F. Storm2006-06-07
* (ido-take-first-match, ido-push-dir-first): New commands.Kim F. Storm2006-06-07
* (ido-default-file-method, ido-default-buffer-method):Kim F. Storm2006-06-05
* (ido-read-file-name): Bind ido-show-dot-for-dired to nilKim F. Storm2006-05-20
* (ido-read-internal): Use only nondirectory part of default item.Kim F. Storm2006-05-17
* (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.Kim F. Storm2006-04-06
* (ido-unc-hosts-cache): Fix typo in docstring.Juanma Barranquero2006-04-06
* (ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.Kim F. Storm2006-04-05
* (ido-unc-hosts-cache): New defvar.Kim F. Storm2006-03-31
* (ido-report-no-match, ido-switch-buffer,Juanma Barranquero2006-03-31
* (ido-cache-unc-host-shares-time, ido-max-work-file-list, ido-switch-buffer):Juanma Barranquero2006-03-31
* (ido-cache-ftp-work-directory-time): Doc fix.Kim F. Storm2006-03-18
* (ido-edit-input): Use selected match, if any.Kim F. Storm2006-03-16
* (ido-save-history, ido-load-history): Simplify. Don'tKim F. Storm2006-02-26
* (ido-buffer-internal): Set mark for ido-insert-buffer.Kim F. Storm2006-02-11
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Move Acknowledgements and History after Commentary.Kim F. Storm2005-12-08
* (ido-completion-map): Renamed from ido-mode-map.Kim F. Storm2005-12-07
* (ido-mode-map): Doc fix.Kim F. Storm2005-11-26
* (ido-is-tramp-root): Simplify regexp matching tramp root.Kim F. Storm2005-10-19
* (ido-mode): Use custom-initialize-set.Kim F. Storm2005-10-03
* 2005-09-25 Romain Francoise <romain@orebokech.com>Romain Francoise2005-09-24
* (cua-inhibit-cua-keys): Add defvar.Juanma Barranquero2005-08-31
* (ido-ignore-item-p): Use save-match-data.Kim F. Storm2005-08-21
* (ido-everywhere): Fix defcustom :set function to disableKim F. Storm2005-08-18
* (ido-enter-matching-directory): Rename fromKim F. Storm2005-08-17
* (ido-buffer-internal): Use with-no-warnings.Kim F. Storm2005-08-15
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-06
* (dired-other-window): Put ido property on dired-other-window.Kim F. Storm2005-07-17
* (ido-file-internal, ido-read-file-name, ido-read-directory-name):Kim F. Storm2005-07-15
* Fix commentary.Kim F. Storm2005-07-15
* (ido-define-mode-map): Move ido-next-work-file to C-M-o.Kim F. Storm2005-07-15
* * ido.el (ido-use-filename-at-point): New choice `guess'.Kim F. Storm2005-07-08