| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix buffer-list rename&refresh after after killing a buffer in ido. | Leo Liu | 2010-08-21 | 1 | -40/+26 |
* | * ido.el (ido-file-internal): Fix 2009-12-02 change. | Chong Yidong | 2010-04-14 | 1 | -2/+6 |
* | ido.el: Consider the possibility of buffer names changing after kill-buffer. | Óscar Fuentes | 2010-01-18 | 1 | -6/+28 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Andreas Politz <politza at fh-trier.de> (tiny change) | Glenn Morris | 2009-12-02 | 1 | -1/+1 |
* | * x-dnd.el (x-dnd-maybe-call-test-function): | Stefan Monnier | 2009-11-13 | 1 | -4/+2 |
* | Replace completion-base-size by completion-base-position to fix bugs | Stefan Monnier | 2009-10-15 | 1 | -1/+1 |
* | (ido-everywhere): Use define-minor-mode. | Stefan Monnier | 2009-10-14 | 1 | -38/+31 |
* | Comment. | Glenn Morris | 2009-08-22 | 1 | -0/+1 |
* | Fix last change. | Kim F. Storm | 2009-05-10 | 1 | -2/+2 |
* | Add proper support for confirm-nonexistent-file-or-buffer | Kim F. Storm | 2009-05-10 | 1 | -9/+24 |
* | 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 |