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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
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
*
|
Mention the case of the result in the try-completion doc string
Lars Ingebrigtsen
2022-04-23
1
-7
/
+15
*
|
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
1
-1
/
+1
*
|
Note meaning on nil HIST in Fread_from_minibuffer
Lars Ingebrigtsen
2022-02-13
1
-2
/
+3
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-6
/
+6
*
|
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
*
|
Avoid excessive specbinding in all-completions
Miha Rihtaršič
2021-10-20
1
-73
/
+32
*
|
Make 'inhibit-changing-match-data' obsolete and adjust callers
Lars Ingebrigtsen
2021-10-07
1
-3
/
+3
*
|
Add an optional parameter to kill-all-local-variables
Lars Ingebrigtsen
2021-10-06
1
-1
/
+1
|
/
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-5
/
+4
*
Refactor minibuffer aborting
Miha Rihtaršič
2021-09-20
1
-2
/
+7
*
; * src/minibuf.c (Ftest_completion): Clarify doc string.
Eli Zaretskii
2021-09-16
1
-2
/
+2
*
Clarify test-completion doc string
Lars Ingebrigtsen
2021-09-16
1
-0
/
+4
*
Improve wording of recently changed documentation
Eli Zaretskii
2021-08-06
1
-3
/
+4
*
Add function minibuffer-restore-windows (bug#45072)
Juri Linkov
2021-08-06
1
-2
/
+5
*
Add new user option 'read-minibuffer-restore-windows'
martin rudalics
2021-08-04
1
-3
/
+15
*
Quit minibuffers without aborting kmacros
Miha Rihtaršič
2021-07-20
1
-1
/
+1
*
In read_minibuf_unwind don't try to select dead window (Bug#49248)
Martin Rudalics
2021-06-29
1
-1
/
+1
*
`minibuffer-exit-hook' doc string clarification
Lars Ingebrigtsen
2021-05-30
1
-1
/
+1
*
Fix segfaults when byte-compiling with native-compilation
Eli Zaretskii
2021-05-15
1
-3
/
+9
*
Miscellaneous corrections to src/minibuf.c for bug #48337
Alan Mackenzie
2021-05-15
1
-7
/
+9
*
Various detailed fixes to minibuf.c, etc., to fix bug #48337
Alan Mackenzie
2021-05-14
1
-13
/
+22
*
Fix assertions in nth_minibuffer
Eli Zaretskii
2021-05-11
1
-0
/
+2
*
Prevent the selected window being a dead mini-window when switching frames
Alan Mackenzie
2021-05-08
1
-3
/
+11
*
Fix wrong handling of minibuffers when frames get iconified/made invisible
Alan Mackenzie
2021-05-06
1
-1
/
+17
*
Fix unclean "can't happen" error handling in read_minibuf_unwind
Alan Mackenzie
2021-04-22
1
-11
/
+10
*
* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`
Stefan Monnier
2021-04-20
1
-25
/
+0
*
* src/minibuf.c (read_minibuf): Change multibyte more safely
Stefan Monnier
2021-04-20
1
-9
/
+7
*
Introduce and use minibuffer-mode. This fixes bug #47150
Alan Mackenzie
2021-04-20
1
-8
/
+14
*
completing-read: If HIST is the symbol `t', history is not recorded.
Daniel Mendler
2021-04-19
1
-1
/
+2
*
Check minibuffer windows are live windows, rather than assuming it
Alan Mackenzie
2021-04-16
1
-14
/
+24
*
Replace "(default %s)" with 'format-prompt'
Gabriel do Nascimento Ribeiro
2021-03-24
1
-2
/
+2
[next]