index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
minibuffer.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Further tweak minibuffer-inactive-mode doc string
Lars Ingebrigtsen
2021-08-12
1
-1
/
+2
*
Improve minibuffer-inactive-mode documentation
Lars Ingebrigtsen
2021-08-12
1
-1
/
+8
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-4
/
+4
*
Improve wording of recently changed documentation
Eli Zaretskii
2021-08-06
1
-1
/
+1
*
Add function minibuffer-restore-windows (bug#45072)
Juri Linkov
2021-08-06
1
-0
/
+10
*
Fix case insensitivity in `read-file-name'
Lars Ingebrigtsen
2021-07-30
1
-1
/
+2
*
Quit minibuffers without aborting kmacros
Miha Rihtaršič
2021-07-20
1
-0
/
+9
*
Implement another fix for bug#49229
Michael Albinus
2021-07-02
1
-0
/
+1
*
* lisp/minibuffer.el (completion-in-region--single-word): Simplify
Stefan Monnier
2021-06-26
1
-10
/
+5
*
* lisp/minibuffer.el (minibuffer--completion-prompt-end): Rename
Stefan Monnier
2021-06-26
1
-7
/
+7
*
* lisp/minibuffer.el (completion--prompt-end): New function (bug#30668)
Stefan Monnier
2021-06-26
1
-9
/
+14
*
Sync overlay code in minibuffer-message and set-minibuffer-message (bug#48669)
Juri Linkov
2021-06-08
1
-11
/
+21
*
completion-pcm--hilit-commonality: Reuse the match-data cons cells
Dmitry Gutov
2021-06-07
1
-2
/
+3
*
Further improvements to completion-list-mode-map
Gregory Heytings
2021-05-25
1
-1
/
+1
*
Improve completion-list-mode-map
Gregory Heytings
2021-05-25
1
-0
/
+1
*
(minibuffer-completion-help): Add group sorting
Daniel Mendler
2021-05-20
1
-6
/
+33
*
(completion--insert-vertical): Separate groups completely
Daniel Mendler
2021-05-20
1
-60
/
+48
*
(minibuffer-completion-help): Do not check `completions-group` centrally
Daniel Mendler
2021-05-20
1
-2
/
+1
*
(completion--insert-strings): Split function; Full group title support
Daniel Mendler
2021-05-20
1
-118
/
+158
*
(completing-read): Add `group-function` to the completion metadata
Daniel Mendler
2021-05-20
1
-21
/
+105
*
Improve documentation of new behavior of 'M-y'
Eli Zaretskii
2021-05-17
1
-2
/
+4
*
* lisp/minibuffer.el (completing-read-default): Fix bug#45474
Stefan Monnier
2021-05-01
1
-9
/
+12
*
(affixation-function): Allow only three-element list elements
Daniel Mendler
2021-04-27
1
-9
/
+9
*
(completion-all-sorted-completions): Fix history use with boundaries
Daniel Mendler
2021-04-24
1
-10
/
+26
*
Fix small bug in 'completion-table-subvert'.
Philipp Stephani
2021-04-23
1
-1
/
+1
*
* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`
Stefan Monnier
2021-04-20
1
-4
/
+27
*
* lisp/minibuffer.el (minibuffer-mode-map): Make it an alias
Stefan Monnier
2021-04-20
1
-2
/
+4
*
Introduce and use minibuffer-mode. This fixes bug #47150
Alan Mackenzie
2021-04-20
1
-0
/
+10
*
(completion-all-sorted-completions): Additional alphabetical sorting
Daniel Mendler
2021-04-19
1
-19
/
+30
*
minibuffer.el: Use completion--message instead of minibuffer-message
Daniel Mendler
2021-04-19
1
-2
/
+2
*
* lisp/minibuffer.el (completion-all-sorted-completions): Fix last change
Stefan Monnier
2021-04-19
1
-2
/
+3
*
* lisp/minibuffer.el (minibuffer--sort-by-key): New function
Stefan Monnier
2021-04-19
1
-13
/
+9
*
completion-all-sorted-completions: Fix sorting performance bug
Daniel Mendler
2021-04-19
1
-8
/
+25
*
completing-read: If HIST is the symbol `t', history is not recorded.
Daniel Mendler
2021-04-19
1
-1
/
+1
*
* lisp/minibuffer.el (completion-table-with-quoting): Fix bug#47678
Stefan Monnier
2021-04-12
1
-2
/
+11
*
Fix previous format-prompt change: The default can be a symbol
Lars Ingebrigtsen
2021-03-24
1
-1
/
+2
*
Replace "(default %s)" with 'format-prompt'
Gabriel do Nascimento Ribeiro
2021-03-24
1
-2
/
+3
*
Fix previous completion-pcm--optimize-pattern fix
Lars Ingebrigtsen
2021-03-01
1
-1
/
+1
*
Fix warning in completion-pcm--optimize-pattern
Lars Ingebrigtsen
2021-03-01
1
-1
/
+1
*
Make recursive minibuffers and recursive edits work together
Alan Mackenzie
2021-02-11
1
-6
/
+7
*
Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373
Alan Mackenzie
2021-02-09
1
-1
/
+3
*
Allow the caller to specify own face on suffix in annotation-function
Juri Linkov
2021-01-30
1
-11
/
+8
*
Fix incompleteness in the implementation of minibuffer-follows-selected-frame
Alan Mackenzie
2021-01-10
1
-3
/
+5
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
xref-show-definitions-completing-read: Tune up completion
Dmitry Gutov
2020-12-29
1
-0
/
+1
*
Robustify completion match scoring for optimized patterns
João Távora
2020-12-28
1
-21
/
+27
*
* lisp/minibuffer.el: Avoid consecutive `any` in completion patterns
Stefan Monnier
2020-12-28
1
-1
/
+2
*
Give affixation-function higher priority over annotation-function (bug#45234)
Juri Linkov
2020-12-16
1
-6
/
+10
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-3
/
+3
*
Add completion-tab-width to align prefix chars with names in read-char-by-name
Juri Linkov
2020-11-27
1
-3
/
+10
[prev]
[next]