summaryrefslogtreecommitdiff
path: root/src/minibuf.c
AgeCommit message (Expand)Author
2026-05-24Fix pathological slowness in flex completionJoão Távora
2026-02-28New variable 'multiple-terminals-merge-keyboards'Sean Whitton
2026-02-13Rewrite flex completion with Gotoh algorithmJoão Távora
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-16Return case common to all completions in try-completionSpencer Baugh
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-04-09; * src/minibuf.c (syms_of_minibuf): Improve some wording.Sean Whitton
2025-03-12Merge from origin/emacs-30Sean Whitton
2025-03-09Document return values of the various read-* functionsEli Zaretskii
2025-03-09Merge from origin/emacs-30Eli Zaretskii
2025-03-07Explicitly document read-string return valueStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-11Merge from origin/emacs-30Eli Zaretskii
2025-01-11; Fix documentation of completion commandsEli Zaretskii
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-28Merge from origin/emacs-30Eli Zaretskii
2024-12-24Document undocumented completion commandsEli Zaretskii
2024-12-19Don't pause display for pending inputGerd Möllmann
2024-12-19Merge branch 'scratch/tty-child-frames'Gerd Möllmann
2024-12-16all-completions: Drop support for obsolete calling conventionStefan Kangas
2024-11-16Revert "Don't pause display for pending input"Gerd Möllmann
2024-11-16Don't pause display for pending inputGerd Möllmann
2024-10-22Initial child frames based on masterGerd Möllmann
2024-09-11For minibuffer windows record minibuffers only (Bug#72487)Martin Rudalics
2024-08-23Avoid putting a dead buffer in the minibuffer window (Bug#72487)Martin Rudalics
2024-05-27minibuffer-allow-text-properties can be buffer-local and affects completionsJuri Linkov
2024-05-09Intern additional symbols ahead-of-timePo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-29Take fields into account during text conversionPo Lu
2024-03-16; Circumvent miscompilations on Sun C 5.12 (148917-07)Po Lu
2024-02-23Add a proper type for obarraysMattias Engdegård
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-21Add C macro for hash table iterationMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-12Abstract predicate and constant for unused hash keysMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko
2023-07-02Avoid errors in completion due to 'completion-regexp-list'Eli Zaretskii
2023-06-21Fix bug#64152 (Minibuffer sometimes goes "modal")Alan Mackenzie
2023-06-17After minibuffer action, don't make the minibuffer currentAlan Mackenzie
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-12src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier
2022-07-11Remove obsolete uses of obsolete functionsMattias Engdegård
2022-07-08Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie
2022-07-02REQUIRE-MATCH doc string clarificationLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård