index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
ido.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278)
Eli Zaretskii
2017-11-18
1
-1
/
+1
*
Don't use (format "%s" ...) for string copying (Bug#28774)
Noam Postavsky
2017-10-11
1
-1
/
+1
*
; Typo fixes, mostly repeated words
Paul Eggert
2017-10-09
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
; Fix last ido patch
Michael Albinus
2017-08-28
1
-1
/
+1
*
Use string-match to check for dotfiles in ido
Robert Pluim
2017-08-28
1
-1
/
+1
*
* lisp/ido.el: Use lexical binding.
Mark Oteiza
2017-07-29
1
-1
/
+1
*
Fix ido-enable-dot-prefix for empty choice (Bug#26997)
Ryan
2017-05-20
1
-3
/
+4
*
* lisp/ido.el (ido-everywhere): Use add-function.
Stefan Monnier
2017-04-26
1
-12
/
+4
*
Add missing remappings for Ido mode
Philipp Stephani
2017-04-23
1
-3
/
+58
*
* lisp/ido.el (ido-read-internal, ido-complete): Do not bind `non-essential'.
Michael Albinus
2017-03-15
1
-2
/
+1
*
Continue to fix bug#25607
Michael Albinus
2017-02-15
1
-2
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix Bug#24980
Michael Albinus
2016-12-19
1
-1
/
+1
*
|
Fix Bug#24947 (Tramp + ido)
Michael Albinus
2016-11-17
1
-0
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* ido.el (ido-add-virtual-buffers-to-list): Use bookmark-get-filename.
Leo Liu
2015-12-25
1
-6
/
+4
*
* lisp/ido.el (ido-file-name-all-completions-1): Do not raise an error
Michael Albinus
2015-12-13
1
-1
/
+3
*
Quote symbols in docstrings using `'
Paul Eggert
2015-11-18
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-5
/
+5
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-2
/
+2
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Top-level elisp files respect ‘text-quoting-style’
Paul Eggert
2015-08-26
1
-2
/
+4
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
Add argument to reverse the meaning of ido-restrict-to-matches
Nicolas Richard
2015-07-02
1
-4
/
+13
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-28
1
-2
/
+2
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-19
1
-2
/
+2
*
Add `predicate' arg to `read-buffer' and use it for erc-iswitchb
Stefan Monnier
2015-03-16
1
-4
/
+4
*
Fixes: debbugs:19335
Rasmus Pank Roulund
2015-03-12
1
-2
/
+8
*
* lisp/ido.el: Update Customization instructions
Dmitry Gutov
2015-01-19
1
-6
/
+6
*
Set up ido keymaps only once
Jonas Bernoulli
2015-01-19
1
-111
/
+110
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
lisp/ido.el: New command `ido-bury-buffer-at-head'
Artur Malabarba
2014-11-19
1
-0
/
+15
*
Simplify use of current-time and friends.
Paul Eggert
2014-10-28
1
-2
/
+1
*
lisp/icomplete.el, lisp/ido.el: Doc fixes.
Juanma Barranquero
2014-03-03
1
-150
/
+157
*
* lisp/ido.el (ido-file-internal): Remove unused var `d'.
Stefan Monnier
2014-02-17
1
-17
/
+26
*
* lisp/ido.el (ido-file-internal): Don't add the name of an existing
Dmitry Gutov
2014-02-16
1
-8
/
+8
*
* lisp/ido.el (ido-use-virtual-buffers): Doc fix.
Glenn Morris
2014-01-30
1
-10
/
+9
*
Doc, comment, etc updates for increased use of locate-user-emacs-file
Glenn Morris
2014-01-26
1
-0
/
+1
*
Link to info manual in `defgroup'.
Rüdiger Sonderfeld
2014-01-25
1
-1
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix typo in ido-use-virtual-buffers.
Xue Fuqiao
2013-10-29
1
-1
/
+1
*
* ido.el (ido-tidy): Handle read-only text.
Leo Liu
2013-10-23
1
-13
/
+12
*
* lisp/ido.el (dired-other-frame): Only list directories.
Joe Vornehm Jr.
2013-10-18
1
-0
/
+1
*
* lisp/ido.el (ido-completion-help): Fix up compiler warning.
Stefan Monnier
2013-08-08
1
-6
/
+5
*
doc/lispref/buffers.texi: Add documentation for ido-record-command(s).
Xue Fuqiao
2013-08-08
1
-5
/
+5
*
* lisp/ido.el: Doc fix.
Xue Fuqiao
2013-07-24
1
-21
/
+32
*
Spelling fixes.
Paul Eggert
2013-07-13
1
-1
/
+1
*
* ido.el (ido-read-file-name): Guard against non-symbol value.
Leo Liu
2013-07-13
1
-3
/
+7
[next]