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
...
*
|
Allow non-interactive uses of minibuffer-next-completion
Juri Linkov
2022-04-10
1
-2
/
+2
*
|
Allow completion wrapping in minibuffer completion navigation commands
Juri Linkov
2022-04-05
1
-8
/
+6
*
|
New commands for navigating completions from the minibuffer.
Juri Linkov
2022-04-05
1
-1
/
+64
*
|
Use base prefix and suffix instead of completion-base-position (bug#49931)
Juri Linkov
2022-04-05
1
-9
/
+20
*
|
Fix some details in completions
Jimmy Aguilar Mena
2022-04-05
1
-1
/
+2
*
|
Small fixes for the new feature 'second-tab' of 'completion-auto-select'
Juri Linkov
2022-03-24
1
-5
/
+5
*
|
Add completion-auto-select second-tab value.
Jimmy Aguilar Mena
2022-03-24
1
-11
/
+19
*
|
Fix documentation of the new completion-related features
Eli Zaretskii
2022-03-22
1
-11
/
+14
*
|
Small fixes for new completions features
Juri Linkov
2022-03-21
1
-22
/
+21
*
|
Simplify unneeded condition.
Jimmy Aguilar Mena
2022-03-13
1
-4
/
+3
*
|
Extend completion-auto-help 'always and 'visible.
Jimmy Aguilar Mena
2022-03-13
1
-8
/
+7
*
|
Use the new cursor-face feature to highlight completions.
Jimmy Aguilar Mena
2022-03-13
1
-41
/
+7
*
|
Rename completion-header-string to completion-header-format
Jimmy Aguilar Mena
2022-03-13
1
-6
/
+8
*
|
Make minibuffer-hide-completions interactive.
Jimmy Aguilar Mena
2022-03-13
1
-0
/
+1
*
|
Add completion-header-string.
Jimmy Aguilar Mena
2022-03-13
1
-24
/
+11
*
|
Add two new options for completions.
Jimmy Aguilar Mena
2022-03-12
1
-4
/
+26
*
|
Fix new option completions-max-height and new values for completion-auto-help
Juri Linkov
2022-03-10
1
-4
/
+9
*
|
Add new mode completions-highlight-mode.
Jimmy Aguilar Mena
2022-03-10
1
-0
/
+46
*
|
completions-max-height new custom variable.
Jimmy Aguilar Mena
2022-03-10
1
-3
/
+14
*
|
completion-auto-help new values.
Jimmy Aguilar Mena
2022-03-10
1
-11
/
+18
*
|
minibuffer.el: Try and fix bug#53053
Stefan Monnier
2022-02-07
1
-19
/
+23
*
|
Improve the read-file-name doc string slightly
Lars Ingebrigtsen
2022-01-28
1
-1
/
+4
*
|
* lisp/minibuffer.el (completions-sort): Fix type.
Glenn Morris
2022-01-24
1
-1
/
+1
*
|
Make Completions sorting a user option
Protesilaos Stavrou
2022-01-24
1
-1
/
+16
*
|
Improve the completion-category-overrides doc string
Lars Ingebrigtsen
2022-01-21
1
-2
/
+6
*
|
completion--nth-completion: Throw meaningful error
Daniel Mendler
2022-01-04
1
-4
/
+5
*
|
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 minibuffer.el
Stefan Kangas
2021-12-22
1
-62
/
+51
*
|
Allow for next-completion to wrap around the completion buffer
Philip Kaludercic
2021-12-21
1
-5
/
+10
*
|
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2021-12-06
1
-2
/
+3
|
\
|
|
*
lisp/minibuffer.el: Fix for bug#52169 regression
Stefan Monnier
2021-12-06
1
-2
/
+3
*
|
* lisp/minibuffer.el: Don't return a boundary outside its arg
Stefan Monnier
2021-12-04
1
-1
/
+1
*
|
Use substitute-command-keys for literal key sequences
Stefan Kangas
2021-11-22
1
-1
/
+1
*
|
Re-rename the minibuffer heading
Lars Ingebrigtsen
2021-11-06
1
-1
/
+1
*
|
Correct minibuffer.el heading
Lars Ingebrigtsen
2021-11-06
1
-1
/
+1
|
/
*
Fix typos in the manual and in a comment
Jan Synacek
2021-10-28
1
-6
/
+7
*
Revert commit 225ca617b7, and apply another fix
Michael Albinus
2021-10-23
1
-1
/
+0
*
; Pacify recent shorthand unused lexarg warnings.
Basil L. Contovounesios
2021-10-11
1
-1
/
+1
*
Complete shorthands to longhands for symbol-completing tables
João Távora
2021-10-10
1
-3
/
+48
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-1
/
+1
*
Document completions-detailed
Lars Ingebrigtsen
2021-09-21
1
-2
/
+3
*
Refactor minibuffer aborting
Miha Rihtaršič
2021-09-20
1
-8
/
+12
*
completions-annotations doc string clarification
Lars Ingebrigtsen
2021-09-13
1
-1
/
+3
*
Fix read-no-blanks-input doc string typo
Lars Ingebrigtsen
2021-09-12
1
-1
/
+1
*
Fix read-no-blanks-input history argument
dick r. chiang
2021-09-12
1
-1
/
+1
*
Speed up pcm completion styles for patternless special case
João Távora
2021-08-25
1
-2
/
+4
*
Don't mess up grouping in completion-all-sorted-completions
João Távora
2021-08-22
1
-6
/
+15
*
Improve fix of bug#49888 on no-pattern flex sorting
João Távora
2021-08-19
1
-41
/
+28
*
Sort by recency in flex completion style when no flexy stuff happening
João Távora
2021-08-15
1
-21
/
+33
[prev]
[next]