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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix 'ido--ffap-find-file'
Eli Zaretskii
2023-10-07
1
-2
/
+2
*
; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#65756).
Eli Zaretskii
2023-09-06
1
-1
/
+2
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Use make-directory handlers uniformly
Paul Eggert
2022-12-17
1
-1
/
+1
*
Pacify recent unused/ignored lexvar warnings
Basil L. Contovounesios
2022-10-26
1
-1
/
+1
*
Make ffap-file-finder work again
Lars Ingebrigtsen
2022-09-06
1
-2
/
+5
*
Make the *Ido COmpletions* buffer fit the window to the buffer
Lars Ingebrigtsen
2022-08-26
1
-2
/
+5
*
Make some additional defcustom types more restrictive
Stefan Kangas
2022-07-06
1
-1
/
+1
*
Make ido sorting respect ido-case-fold
Lars Ingebrigtsen
2022-06-24
1
-2
/
+8
*
Allow using alists in ido completion and hitting TAB
Lars Ingebrigtsen
2022-06-14
1
-17
/
+24
*
Fix navigation in the *Completions* buffer and enable more tests (bug#54374)
Juri Linkov
2022-05-27
1
-1
/
+1
*
Delete some compat code for very old Emacs versions
Stefan Kangas
2022-05-15
1
-2
/
+1
*
Remove the 'C-k' binding in ido-mode
Lars Ingebrigtsen
2022-02-13
1
-1
/
+0
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Use defvar-keymap in ido.el
Stefan Kangas
2021-12-25
1
-79
/
+71
*
|
Remove redundant #' before lambda
Stefan Kangas
2021-10-21
1
-5
/
+5
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-4
/
+4
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-5
/
+5
*
Make ido-mode override ffap-file-finder
Lars Ingebrigtsen
2021-07-08
1
-0
/
+4
*
* lisp: Remove yet more always-nil variables
Stefan Monnier
2021-03-11
1
-2
/
+2
*
Prefer defvar-local in remaining libraries
Stefan Kangas
2021-02-02
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Shorten over-wide docstrings in defcustoms
Stefan Kangas
2020-12-19
1
-1
/
+1
*
Fix fallback use of write-file in ido-mode
Lars Ingebrigtsen
2020-12-17
1
-1
/
+10
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-3
/
+2
*
Let ido-everywhere turn on ido-mode
Noam Postavsky
2020-08-19
1
-2
/
+4
*
Tweak how ido handles killing virtual buffers
Dario Gjorgjevski
2020-08-15
1
-1
/
+5
*
Create a buffer-local binding to improve performance
Arnold Noronha
2020-05-29
1
-7
/
+12
*
Fix customizing of ido-mode (Bug#41557)
Noam Postavsky
2020-05-27
1
-1
/
+1
*
Disable ido-everywhere when ido-mode is off
Dmitry Gutov
2020-05-23
1
-1
/
+1
*
; Bump defcustom :version in last change
Basil L. Contovounesios
2020-05-21
1
-2
/
+3
*
lisp/ido.el: Respect completion-auto-help setting
Ryan C. Thompson
2020-05-21
1
-3
/
+13
*
* lisp/ido.el: Remove redundant `:group`s
Stefan Monnier
2020-03-10
1
-161
/
+92
*
Fix display of minibuffer prompt in ido.el
Eli Zaretskii
2020-02-12
1
-12
/
+7
*
Support ido-vertical-mode better
Dmitry Gutov
2020-02-05
1
-0
/
+3
*
Render Ido suggestions using an overlay
Dmitry Gutov
2020-01-22
1
-1
/
+9
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make ido-read-file-name respect ido-read-file-name-non-ido more
Lars Ingebrigtsen
2019-11-17
1
-4
/
+6
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-14
1
-1
/
+1
*
Make ido-display-buffer work interactively more like display-buffer
Lars Ingebrigtsen
2019-10-07
1
-3
/
+14
*
ido-find-file doc string addition
Lars Ingebrigtsen
2019-08-03
1
-2
/
+2
*
Fix INITIAL-INPUT cons handling in ido-read-internal
Lars Ingebrigtsen
2019-07-15
1
-1
/
+8
*
Remove XEmacs support from ido.el
Lars Ingebrigtsen
2019-06-12
1
-16
/
+3
*
Add a new user option 'ido-big-directories'.
Philipp Stephani
2019-04-19
1
-7
/
+18
*
New command ido-switch-to-completions.
Tassilo Horn
2019-03-08
1
-1
/
+17
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-2
/
+2
*
Don’t assume CURRENT_TIME_LIST
Paul Eggert
2019-02-10
1
-16
/
+15
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
[next]