summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Expand)AuthorAgeFilesLines
* Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
* (ido-save-history): Set the `coding' localJuanma Barranquero2007-12-041-1/+2
* * ido.el (ido-file-name-all-completions-1): Check for fboundp ofMichael Albinus2007-11-241-14/+15
* * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu2007-11-191-3/+6
* (ido-save-history): Save the history file in UTF-8,Juanma Barranquero2007-11-101-6/+3
* (ido-save-history): Write the history file in the current filenameJuanma Barranquero2007-11-061-4/+8
* (ido-to-end, ido-set-matches-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-3/+3
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (ido-find-file-in-dir): Don't signal an error for empty directories.Juanma Barranquero2007-06-201-2/+1
* (ido-kill-buffer-at-head, ido-delete-file-at-head):Kim F. Storm2007-04-221-2/+2
* (ido-read-internal): When reading file or dir, only overrideKim F. Storm2007-03-291-2/+8
* (ido-init-completion-maps): Remap delete-backward-char.Chong Yidong2007-03-171-0/+1
* (ido-buffer-internal): Set this-command to fallback command.Kim F. Storm2007-02-251-8/+14
* Doc fixes.Kim F. Storm2007-02-051-16/+16
* (ido-set-common-completion): Use `let', not `let*'.Juanma Barranquero2007-01-311-2/+2
* (ido-initial-position): New variable.Kim F. Storm2007-01-241-41/+65
* (ido-active): Add xemacs test from ido-minibuffer-setup.Kim F. Storm2007-01-221-8/+7
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (ido-set-matches-1): Fix last change. If default item isKim F. Storm2006-12-271-0/+5
* (ido-set-matches-1): Never put current buffer first ifKim F. Storm2006-12-271-0/+3
* (ido-toggle-ignore, ido-completion-help): Print message whileKim F. Storm2006-12-161-1/+4
* (ido-completion-help): Build ido-cur-list and ido-matchesKim F. Storm2006-12-161-1/+9
* (ido-init-completion-maps): Remap backward-kill-wordKim F. Storm2006-12-101-1/+2
* 2006-11-30 Michaël Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-11-301-8/+18
* (ido-file-internal): Use current buffer's file name as defaultKim F. Storm2006-11-161-1/+3
* (ido-copy-current-word): C-o copies region if active.Kim F. Storm2006-11-131-12/+15
* (ido-enable-prefix): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
* (ido-enable-prefix): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
* (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 <michael.cadilhac@lrde.org>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