index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
minibuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-30
Sean Whitton
2025-03-12
1
-2
/
+2
|
\
|
*
Document return values of the various read-* functions
Eli Zaretskii
2025-03-09
1
-2
/
+2
*
|
Merge from origin/emacs-30
Eli Zaretskii
2025-03-09
1
-13
/
+21
|
\
|
|
*
Explicitly document read-string return value
Stefan Kangas
2025-03-07
1
-13
/
+21
*
|
Replace call[1-8] with calln
Stefan Kangas
2025-01-19
1
-18
/
+18
*
|
Prefer calln to CALLN where applicable
Stefan Kangas
2025-01-14
1
-4
/
+2
*
|
Merge from origin/emacs-30
Eli Zaretskii
2025-01-11
1
-5
/
+5
|
\
|
|
*
; Fix documentation of completion commands
Eli Zaretskii
2025-01-11
1
-5
/
+5
|
*
Update copyright year to 2025
Stefan Kangas
2025-01-02
1
-1
/
+1
*
|
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-30
Eli Zaretskii
2024-12-28
1
-0
/
+5
|
\
|
|
*
Document undocumented completion commands
Eli Zaretskii
2024-12-24
1
-0
/
+5
*
|
Don't pause display for pending input
Gerd Möllmann
2024-12-19
1
-2
/
+2
*
|
Merge branch 'scratch/tty-child-frames'
Gerd Möllmann
2024-12-19
1
-1
/
+5
|
\
\
|
*
|
Revert "Don't pause display for pending input"
Gerd Möllmann
2024-11-16
1
-2
/
+2
|
*
|
Don't pause display for pending input
Gerd Möllmann
2024-11-16
1
-2
/
+2
|
*
|
Initial child frames based on master
Gerd Möllmann
2024-10-22
1
-1
/
+5
*
|
|
all-completions: Drop support for obsolete calling convention
Stefan Kangas
2024-12-16
1
-14
/
+4
|
/
/
*
/
For minibuffer windows record minibuffers only (Bug#72487)
Martin Rudalics
2024-09-11
1
-10
/
+10
|
/
*
Avoid putting a dead buffer in the minibuffer window (Bug#72487)
Martin Rudalics
2024-08-23
1
-15
/
+24
*
minibuffer-allow-text-properties can be buffer-local and affects completions
Juri Linkov
2024-05-27
1
-6
/
+9
*
Intern additional symbols ahead-of-time
Po Lu
2024-05-09
1
-1
/
+2
*
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-05-09
1
-5
/
+7
*
Take fields into account during text conversion
Po Lu
2024-04-29
1
-0
/
+14
*
; Circumvent miscompilations on Sun C 5.12 (148917-07)
Po Lu
2024-03-16
1
-12
/
+18
*
Add a proper type for obarrays
Mattias Engdegård
2024-02-23
1
-74
/
+36
*
(DOHASH): Change calling convention
Stefan Monnier
2024-01-24
1
-10
/
+12
*
Add C macro for hash table iteration
Mattias Engdegård
2024-01-21
1
-2
/
+2
*
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
1
-1
/
+1
*
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-12
1
-5
/
+5
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Improve performance let-binding `case-fold-search' (bug#66117)
Ihor Radchenko
2023-12-30
1
-1
/
+0
|
/
*
Avoid errors in completion due to 'completion-regexp-list'
Eli Zaretskii
2023-07-02
1
-1
/
+6
*
Fix bug#64152 (Minibuffer sometimes goes "modal")
Alan Mackenzie
2023-06-21
1
-3
/
+3
*
After minibuffer action, don't make the minibuffer current
Alan Mackenzie
2023-06-17
1
-3
/
+0
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
src/frame.c (do_switch_frame): Fix bug#58343
Stefan Monnier
2022-10-12
1
-5
/
+7
*
Remove obsolete uses of obsolete functions
Mattias Engdegård
2022-07-11
1
-26
/
+1
*
Remove now unused parameter TRACK from do_switch_frame.
Alan Mackenzie
2022-07-08
1
-3
/
+3
*
REQUIRE-MATCH doc string clarification
Lars Ingebrigtsen
2022-07-02
1
-2
/
+3
*
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-13
/
+14
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-4
/
+6
*
; Fix documentation of 'completing-read' and friends
Eli Zaretskii
2022-06-10
1
-1
/
+1
*
Allow REQUIRE-MATCH to be a function
Lars Ingebrigtsen
2022-06-10
1
-0
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-05-25
1
-9
/
+1
|
\
|
*
Restore the Fselect_window call in gui_consider_frame_title.
Alan Mackenzie
2022-05-20
1
-9
/
+1
*
|
Run `minibuffer-exit-hook` in the right buffer
Stefan Monnier
2022-05-22
1
-3
/
+8
*
|
Fix display updating inside the minibuffer on MS Windows
Po Lu
2022-04-30
1
-0
/
+14
*
|
; Improve doc strings of completion primitives
Eli Zaretskii
2022-04-23
1
-34
/
+43
[next]