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
*
Make format-prompt interpret a nil default value as "no default"
Lars Ingebrigtsen
2020-08-30
1
-2
/
+6
*
Implement a way to customize "default" values
Lars Ingebrigtsen
2020-08-26
1
-0
/
+26
*
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-5
/
+0
*
Change icomplete-show-matches-on-no-input behavior
Lars Ingebrigtsen
2020-08-14
1
-2
/
+8
*
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
1
-17
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-04-20
1
-2
/
+2
|
\
|
*
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
2020-04-18
1
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-18
1
-1
/
+1
|
\
|
|
*
Default completion-flex-nospace to nil
João Távora
2020-04-15
1
-1
/
+1
*
|
* lisp/minibuffer.el (minibuffer-completion-help): Use mainbuf (bug#39822)
Juri Linkov
2020-03-31
1
-58
/
+60
*
|
Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)
Juri Linkov
2020-03-30
1
-57
/
+59
|
/
*
minibuffer-force-complete-and-exit: Allow input with no matches
Dmitry Gutov
2020-03-07
1
-1
/
+10
*
Fix display of minibuffer prompt in ido.el
Eli Zaretskii
2020-02-12
1
-2
/
+16
*
Improve display of temporary echo messages
Eli Zaretskii
2020-01-21
1
-2
/
+8
*
* lisp/minibuffer.el (read-file-name-default): Fix bug#39057
Stefan Monnier
2020-01-16
1
-2
/
+7
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Move flex style's minibuffer-default-aware sorting to lisp/icomplete.el
João Távora
2019-12-31
1
-23
/
+5
*
Another adjustment to flex completion style's sorting function
João Távora
2019-12-31
1
-9
/
+14
*
Comment on limitation of flex completion style's sorting function
João Távora
2019-12-23
1
-2
/
+7
*
Fix a bug in completion--flex-adjust-metadata
João Távora
2019-12-23
1
-1
/
+2
*
Fix bug in flex completion style's sorting and simplify
João Távora
2019-12-22
1
-30
/
+32
*
Fix wording of recent documentation changes
Eli Zaretskii
2019-12-22
1
-3
/
+4
*
Improve sorting of flex completion style with non-nil minibuffer-default
João Távora
2019-12-22
1
-11
/
+27
*
New variable set-message-function to show message at the end of the minibuffer
Juri Linkov
2019-12-22
1
-0
/
+70
*
Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)
Juri Linkov
2019-12-16
1
-10
/
+5
*
* lisp/minibuffer.el (completion-pcm--find-all-completions): Simplify a bit
Stefan Monnier
2019-12-14
1
-63
/
+63
*
Move recenter/scroll keybindings from minibuffer-local-map to read-char map
Juri Linkov
2019-12-09
1
-6
/
+0
*
Fix setting completions* faces in
Thierry Volpiatto
2019-12-06
1
-9
/
+12
*
* lisp/minibuffer.el (completion-pcm--optimize-pattern): New function
Stefan Monnier
2019-12-03
1
-19
/
+35
*
message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)
Juri Linkov
2019-11-27
1
-6
/
+6
*
* lisp/minibuffer.el (completion-flex-nospace): Default to t.
João Távora
2019-11-23
1
-2
/
+2
*
* lisp/minibuffer.el (completions-common-part): Make it blue when possible
Stefan Monnier
2019-11-21
1
-1
/
+3
*
Add new variable to prevent flex completion style
Thierry Volpiatto
2019-11-21
1
-20
/
+27
*
Don't obscure the minibuffer by message (bug#17272)
Juri Linkov
2019-11-10
1
-0
/
+5
*
Run scroll/recenter commands from minibuffer in original window (bug#38076)
Juri Linkov
2019-11-09
1
-0
/
+47
*
Protect flex's display-sort-function against 0-length candidates
João Távora
2019-11-09
1
-2
/
+3
*
Have pcm styles apply faces to face prop, not font-lock-face
João Távora
2019-11-08
1
-3
/
+3
*
* lisp/minibuffer.el: Tweak and undo parts of recent changes
Stefan Monnier
2019-10-29
1
-24
/
+29
*
* lisp/loadup.el: Load minibuffer after cl-generic
Stefan Monnier
2019-10-27
1
-0
/
+2
*
Improve scoring algorithm for flex-style completions
João Távora
2019-10-27
1
-22
/
+38
*
minibuffer.el: Remove leftover code, unused after recent change
Juanma Barranquero
2019-10-27
1
-1
/
+0
*
Restore default value of face completions-common-part
João Távora
2019-10-26
1
-5
/
+6
*
Rework face hints for partial-string completion styles
João Távora
2019-10-26
1
-13
/
+7
*
Allow completion styles to adjust completion metadata
João Távora
2019-10-26
1
-24
/
+52
*
Revert "Allow completion styles to adjust completion metadata"
João Távora
2019-10-26
1
-37
/
+9
*
Allow completion styles to adjust completion metadata
João Távora
2019-10-26
1
-9
/
+37
*
Allow 'M-<' in the minibuffer to behave more logically
Lars Ingebrigtsen
2019-10-01
1
-0
/
+36
*
Clarify the doc string of complete-with-action
Lars Ingebrigtsen
2019-08-14
1
-8
/
+14
*
* lisp/minibuffer.el (minibuffer-message-properties): New variable.
Juri Linkov
2019-07-05
1
-0
/
+7
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-48
/
+25
[next]