| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (ido-read-internal): Handle `confirm' and `confirm-after-completion' | Chong Yidong | 2008-12-20 | 1 | -0/+4 |
* | * align.el: | Lute Kamstra | 2008-12-03 | 1 | -60/+60 |
* | (ido-save-directory-list-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
* | (ido-mode): Initialize with custom-initialize-default. (Bug#947). | Glenn Morris | 2008-09-11 | 1 | -1/+1 |
* | * ido.el (ido-unload-function): New function. | Juanma Barranquero | 2008-09-09 | 1 | -0/+7 |
* | * ido.el (ido-file-internal): Fix typo in prompt. | Juanma Barranquero | 2008-09-08 | 1 | -15/+15 |
* | (ido-buffer-internal, ido-file-internal): Pass on other-window | Kim F. Storm | 2008-09-04 | 1 | -2/+6 |
* | Move provide statement to the end of the file. | Chong Yidong | 2008-08-31 | 1 | -2/+1 |
* | (ido-mode): Add toggle notification. | Chong Yidong | 2008-08-02 | 1 | -1/+3 |
* | American English spelling fix. | Glenn Morris | 2008-06-27 | 1 | -3/+3 |
* | edo: do not emit trailing newline | Michael Olson | 2008-05-17 | 1 | -1/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (ido-magic-forward-char, ido-magic-backward-char) | Kim F. Storm | 2008-02-04 | 1 | -12/+16 |
* | * progmodes/ada-xref.el (ada-prj-find-prj-file): | Stefan Monnier | 2008-01-04 | 1 | -12/+11 |
* | Remove directory part from filenames in function declarations. | Glenn Morris | 2007-12-06 | 1 | -1/+1 |
* | (ido-save-history): Set the `coding' local | Juanma Barranquero | 2007-12-04 | 1 | -1/+2 |
* | * ido.el (ido-file-name-all-completions-1): Check for fboundp of | Michael Albinus | 2007-11-24 | 1 | -14/+15 |
* | * progmodes/octave-mod.el (inferior-octave-send-list-and-digest): | Dan Nicolaescu | 2007-11-19 | 1 | -3/+6 |
* | (ido-save-history): Save the history file in UTF-8, | Juanma Barranquero | 2007-11-10 | 1 | -6/+3 |
* | (ido-save-history): Write the history file in the current filename | Juanma Barranquero | 2007-11-06 | 1 | -4/+8 |
* | (ido-to-end, ido-set-matches-1): Use `mapc' rather than `mapcar'. | Juanma Barranquero | 2007-09-25 | 1 | -3/+3 |
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (ido-find-file-in-dir): Don't signal an error for empty directories. | Juanma Barranquero | 2007-06-20 | 1 | -2/+1 |
* | (ido-kill-buffer-at-head, ido-delete-file-at-head): | Kim F. Storm | 2007-04-22 | 1 | -2/+2 |
* | (ido-read-internal): When reading file or dir, only override | Kim F. Storm | 2007-03-29 | 1 | -2/+8 |
* | (ido-init-completion-maps): Remap delete-backward-char. | Chong Yidong | 2007-03-17 | 1 | -0/+1 |
* | (ido-buffer-internal): Set this-command to fallback command. | Kim F. Storm | 2007-02-25 | 1 | -8/+14 |
* | Doc fixes. | Kim F. Storm | 2007-02-05 | 1 | -16/+16 |
* | (ido-set-common-completion): Use `let', not `let*'. | Juanma Barranquero | 2007-01-31 | 1 | -2/+2 |
* | (ido-initial-position): New variable. | Kim F. Storm | 2007-01-24 | 1 | -41/+65 |
* | (ido-active): Add xemacs test from ido-minibuffer-setup. | Kim F. Storm | 2007-01-22 | 1 | -8/+7 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (ido-set-matches-1): Fix last change. If default item is | Kim F. Storm | 2006-12-27 | 1 | -0/+5 |
* | (ido-set-matches-1): Never put current buffer first if | Kim F. Storm | 2006-12-27 | 1 | -0/+3 |
* | (ido-toggle-ignore, ido-completion-help): Print message while | Kim F. Storm | 2006-12-16 | 1 | -1/+4 |
* | (ido-completion-help): Build ido-cur-list and ido-matches | Kim F. Storm | 2006-12-16 | 1 | -1/+9 |
* | (ido-init-completion-maps): Remap backward-kill-word | Kim F. Storm | 2006-12-10 | 1 | -1/+2 |
* | 2006-11-30 Michaël Cadilhac <michael.cadilhac@lrde.org> | Kim F. Storm | 2006-11-30 | 1 | -8/+18 |
* | (ido-file-internal): Use current buffer's file name as default | Kim F. Storm | 2006-11-16 | 1 | -1/+3 |
* | (ido-copy-current-word): C-o copies region if active. | Kim F. Storm | 2006-11-13 | 1 | -12/+15 |
* | (ido-enable-prefix): Improve previous doc fix. | Glenn Morris | 2006-11-11 | 1 | -1/+1 |
* | (ido-enable-prefix): Doc fix (Nil -> nil). | Glenn Morris | 2006-11-10 | 1 | -1/+1 |
* | (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache, | Juanma Barranquero | 2006-11-08 | 1 | -23/+23 |
* | (ido-reread-directory): Work in `dir' mode too. | Kim F. Storm | 2006-10-16 | 1 | -1/+1 |
* | 2006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org> | Kim F. Storm | 2006-10-15 | 1 | -1/+1 |
* | (ido-file-extension-aux): Fix comparison. | Kim F. Storm | 2006-10-06 | 1 | -5/+7 |
* | (ido-wide-find-dirs-or-files): Use shell-quote-argument. | Kim F. Storm | 2006-10-06 | 1 | -1/+6 |
* | (ido-file-internal): Only bind minibuffer-completing-file-name | Kim F. Storm | 2006-09-29 | 1 | -4/+4 |