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
*
* lisp/minibuffer.el (completions-group-separator): Update :version.
Juri Linkov
2022-10-24
1
-1
/
+1
*
* lisp/outline.el: Pre-compute some frequent data for button icons (bug#57813)
Juri Linkov
2022-10-23
1
-1
/
+1
*
; * lisp/minibuffer.el (format-prompt): Doc fix.
Eli Zaretskii
2022-09-10
1
-3
/
+3
*
Make `format-prompt' use `substitute-command-keys'
Lars Ingebrigtsen
2022-09-10
1
-3
/
+8
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-10
/
+5
*
Don't bind `M-X' when doing general completion
Lars Ingebrigtsen
2022-07-26
1
-1
/
+0
*
* lisp/minibuffer.el (minibuffer-complete-history): Define sorting by metadata
Juri Linkov
2022-07-18
1
-11
/
+20
*
* lisp/minibuffer.el (minibuffer-complete-history): Ensure a list of strings
Stefan Monnier
2022-07-17
1
-10
/
+12
*
* lisp/minibuffer.el (minibuffer-complete-history): Check for history=t.
Juri Linkov
2022-07-17
1
-5
/
+8
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-24
/
+1
*
Use command substitutions instead of literal keys in some places
Stefan Kangas
2022-07-03
1
-1
/
+2
*
REQUIRE-MATCH doc string clarification
Lars Ingebrigtsen
2022-07-02
1
-2
/
+3
*
; Fix typos.
Mattias EngdegÄrd
2022-07-02
1
-1
/
+1
*
Allow toggling completion modes for `M-x' with `M-X'
Lars Ingebrigtsen
2022-06-24
1
-0
/
+1
*
Delete most libraries obsolete since 24.1 and 24.3
Stefan Kangas
2022-06-17
1
-2
/
+2
*
Add abbrev tables for minibuffer-mode and minibuffer-inactive-mode
Sean Whitton
2022-06-14
1
-2
/
+0
*
* lisp/minibuffer.el (minibuffer-complete-history): New command.
Juri Linkov
2022-06-14
1
-0
/
+30
*
; Fix documentation of 'completing-read' and friends
Eli Zaretskii
2022-06-10
1
-2
/
+2
*
Allow REQUIRE-MATCH to be a function
Lars Ingebrigtsen
2022-06-10
1
-43
/
+50
*
Fix handling of windows/buffers for non-nil completion-auto-select (bug#55712)
Juri Linkov
2022-05-31
1
-8
/
+16
*
Fix navigation in the *Completions* buffer and enable more tests (bug#54374)
Juri Linkov
2022-05-27
1
-2
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-05-25
1
-1
/
+5
|
\
|
*
Add note about Tramp completion to completion-styles doc string
Lars Ingebrigtsen
2022-05-21
1
-1
/
+5
*
|
Further audits of single quotes in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-2
/
+2
*
|
Enable keys M-down, M-up, M-RET for in-buffer completion
Juri Linkov
2022-05-22
1
-17
/
+16
*
|
* lisp/minibuffer.el (completion--replace): Fix bug#55205
Stefan Monnier
2022-05-01
1
-0
/
+1
*
|
Allow not clearing the echo area
Juri Linkov
2022-04-23
1
-1
/
+5
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
|
Allow completion-ignore-case to be buffer-local
Lars Ingebrigtsen
2022-04-22
1
-1
/
+4
*
|
* lisp/comint.el (comint-dynamic-list-input-ring): Keep replaced text props.
Juri Linkov
2022-04-13
1
-3
/
+1
*
|
* lisp/minibuffer.el (minibuffer-completion-auto-choose): New defcustom.
Juri Linkov
2022-04-11
1
-25
/
+27
*
|
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
[next]