summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Intern additional symbols ahead-of-timePo Lu11 days
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* Take fields into account during text conversionPo Lu2024-04-29
* ; Circumvent miscompilations on Sun C 5.12 (148917-07)Po Lu2024-03-16
* Add a proper type for obarraysMattias Engdegård2024-02-23
* (DOHASH): Change calling conventionStefan Monnier2024-01-24
* Add C macro for hash table iterationMattias Engdegård2024-01-21
* Inlined and specialised hash table look-upMattias Engdegård2024-01-13
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-12
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-30
|/
* Avoid errors in completion due to 'completion-regexp-list'Eli Zaretskii2023-07-02
* Fix bug#64152 (Minibuffer sometimes goes "modal")Alan Mackenzie2023-06-21
* After minibuffer action, don't make the minibuffer currentAlan Mackenzie2023-06-17
* ; 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