summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-121-5/+7
* Remove obsolete uses of obsolete functionsMattias Engdegård2022-07-111-26/+1
* Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-081-3/+3
* REQUIRE-MATCH doc string clarificationLars Ingebrigtsen2022-07-021-2/+3
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-13/+14
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-4/+6
* ; Fix documentation of 'completing-read' and friendsEli Zaretskii2022-06-101-1/+1
* Allow REQUIRE-MATCH to be a functionLars Ingebrigtsen2022-06-101-0/+2
* Merge from origin/emacs-28Eli Zaretskii2022-05-251-9/+1
|\
| * Restore the Fselect_window call in gui_consider_frame_title.Alan Mackenzie2022-05-201-9/+1
* | Run `minibuffer-exit-hook` in the right bufferStefan Monnier2022-05-221-3/+8
* | Fix display updating inside the minibuffer on MS WindowsPo Lu2022-04-301-0/+14
* | ; Improve doc strings of completion primitivesEli Zaretskii2022-04-231-34/+43
* | Mention the case of the result in the try-completion doc stringLars Ingebrigtsen2022-04-231-7/+15
* | Remove unused fns/data and make fns staticPaul Eggert2022-03-191-1/+1
* | Note meaning on nil HIST in Fread_from_minibufferLars Ingebrigtsen2022-02-131-2/+3
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-6/+6
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Avoid excessive specbinding in all-completionsMiha Rihtaršič2021-10-201-73/+32
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-3/+3
* | Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen2021-10-061-1/+1
|/
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-5/+4
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-2/+7
* ; * src/minibuf.c (Ftest_completion): Clarify doc string.Eli Zaretskii2021-09-161-2/+2
* Clarify test-completion doc stringLars Ingebrigtsen2021-09-161-0/+4
* Improve wording of recently changed documentationEli Zaretskii2021-08-061-3/+4
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-061-2/+5
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-041-3/+15
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-1/+1
* In read_minibuf_unwind don't try to select dead window (Bug#49248)Martin Rudalics2021-06-291-1/+1
* `minibuffer-exit-hook' doc string clarificationLars Ingebrigtsen2021-05-301-1/+1
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-151-3/+9
* Miscellaneous corrections to src/minibuf.c for bug #48337Alan Mackenzie2021-05-151-7/+9
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-141-13/+22
* Fix assertions in nth_minibufferEli Zaretskii2021-05-111-0/+2
* Prevent the selected window being a dead mini-window when switching framesAlan Mackenzie2021-05-081-3/+11
* Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-061-1/+17
* Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-221-11/+10
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-201-25/+0
* * src/minibuf.c (read_minibuf): Change multibyte more safelyStefan Monnier2021-04-201-9/+7
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-201-8/+14
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-191-1/+2
* Check minibuffer windows are live windows, rather than assuming itAlan Mackenzie2021-04-161-14/+24
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+2
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-108/+184
* Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-111-31/+84
* Minimise the time Vminibuffer_list is in an inconsistent state (src/minibuf.c)Alan Mackenzie2021-01-311-2/+2
* With minibuffer-follows-selected-frame `hybrid', preserve recursive MbuffersAlan Mackenzie2021-01-301-21/+39