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