summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Sean Whitton2025-03-121-2/+2
|\
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-2/+2
* | Merge from origin/emacs-30Eli Zaretskii2025-03-091-13/+21
|\|
| * Explicitly document read-string return valueStefan Kangas2025-03-071-13/+21
* | Replace call[1-8] with callnStefan Kangas2025-01-191-18/+18
* | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-4/+2
* | Merge from origin/emacs-30Eli Zaretskii2025-01-111-5/+5
|\|
| * ; Fix documentation of completion commandsEli Zaretskii2025-01-111-5/+5
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-12-281-0/+5
|\|
| * Document undocumented completion commandsEli Zaretskii2024-12-241-0/+5
* | Don't pause display for pending inputGerd Möllmann2024-12-191-2/+2
* | Merge branch 'scratch/tty-child-frames'Gerd Möllmann2024-12-191-1/+5
|\ \
| * | Revert "Don't pause display for pending input"Gerd Möllmann2024-11-161-2/+2
| * | Don't pause display for pending inputGerd Möllmann2024-11-161-2/+2
| * | Initial child frames based on masterGerd Möllmann2024-10-221-1/+5
* | | all-completions: Drop support for obsolete calling conventionStefan Kangas2024-12-161-14/+4
|/ /
* / For minibuffer windows record minibuffers only (Bug#72487)Martin Rudalics2024-09-111-10/+10
|/
* Avoid putting a dead buffer in the minibuffer window (Bug#72487)Martin Rudalics2024-08-231-15/+24
* minibuffer-allow-text-properties can be buffer-local and affects completionsJuri Linkov2024-05-271-6/+9
* Intern additional symbols ahead-of-timePo Lu2024-05-091-1/+2
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-5/+7
* Take fields into account during text conversionPo Lu2024-04-291-0/+14
* ; Circumvent miscompilations on Sun C 5.12 (148917-07)Po Lu2024-03-161-12/+18
* Add a proper type for obarraysMattias Engdegård2024-02-231-74/+36
* (DOHASH): Change calling conventionStefan Monnier2024-01-241-10/+12
* Add C macro for hash table iterationMattias Engdegård2024-01-211-2/+2
* Inlined and specialised hash table look-upMattias Engdegård2024-01-131-1/+1
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-121-5/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-301-1/+0
|/
* Avoid errors in completion due to 'completion-regexp-list'Eli Zaretskii2023-07-021-1/+6
* Fix bug#64152 (Minibuffer sometimes goes "modal")Alan Mackenzie2023-06-211-3/+3
* After minibuffer action, don't make the minibuffer currentAlan Mackenzie2023-06-171-3/+0
* ; 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