summaryrefslogtreecommitdiff
path: root/doc/lispref/minibuf.texi
Commit message (Expand)AuthorAgeFilesLines
* ; Improve documentation of 'minibuffer-allow-text-properties'Eli Zaretskii2024-03-081-6/+8
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; * doc/lispref/minibuf.texi (Programmed Completion): Improve indexing.Eli Zaretskii2023-11-231-0/+3
* ; * doc/lispref/minibuf.texi (Text from Minibuffer): Mention alias.Eli Zaretskii2023-09-161-0/+4
* ; Improve documentation of automatic addition to minibuffer historyEli Zaretskii2023-07-221-7/+33
* Avoid errors in completion due to 'completion-regexp-list'Eli Zaretskii2023-07-021-0/+6
* Improve documentation of 'minibuffer-message'Eli Zaretskii2023-06-201-7/+17
* Fix 'use-dialog-box-p' and friendsEli Zaretskii2023-05-231-14/+16
* ; Fix example in ELisp manualEli Zaretskii2023-05-101-1/+1
* Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-mapJuri Linkov2023-01-181-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Make `format-prompt' use `substitute-command-keys'Lars Ingebrigtsen2022-09-101-0/+3
* ; * doc/lispref/minibuf.texi (Text from Minibuffer): Fix indexing.Eli Zaretskii2022-06-131-0/+2
* Add a `M-c' command to `read-regexp'Lars Ingebrigtsen2022-06-131-0/+14
* ; Fix documentation of 'completing-read' and friendsEli Zaretskii2022-06-101-3/+3
* Allow REQUIRE-MATCH to be a functionLars Ingebrigtsen2022-06-101-0/+5
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-0/+5
|\
| * Improve indexing in "Programmed Completion"Eli Zaretskii2022-04-241-0/+5
* | Add new function `read-string-from-buffer'.Lars Ingebrigtsen2022-04-241-0/+7
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas2021-09-161-1/+1
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-041-0/+12
* (completing-read): Add `group-function` to the completion metadataDaniel Mendler2021-05-201-0/+10
* * lisp/minibuffer.el (completing-read-default): Fix bug#45474Stefan Monnier2021-05-011-3/+3
* (affixation-function): Allow only three-element list elementsDaniel Mendler2021-04-271-10/+6
* Merge from origin/emacs-27Glenn Morris2021-04-251-36/+53
|\
| * ; Fix Texinfo in last change to minibuf.texi.Basil L. Contovounesios2021-04-201-1/+1
| * Improve documentation of 'map-y-or-n-p'Eli Zaretskii2021-04-171-36/+53
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix a recent change in minibuf.texiEli Zaretskii2021-04-231-6/+6
* | Expand documentation on nontrivial completion boundaries.Philipp Stephani2021-04-231-0/+10
* | Remove a self-reference from the Emacs Lisp manual.Philipp Stephani2021-04-211-1/+1
* | Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-201-0/+8
* | completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-191-5/+8
* | Remove several references to Emacs 22 and earlierStefan Kangas2021-03-101-4/+0
* | Combine and reconcile two conflicting entries in NEWS on goto-line-historyAlan Mackenzie2021-02-281-2/+3
* | Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373Alan Mackenzie2021-02-091-1/+1
* | Allow the caller to specify own face on suffix in annotation-functionJuri Linkov2021-01-301-5/+14
* | Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-0/+33
* | Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-9/+15
* | Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-051-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Give affixation-function higher priority over annotation-function (bug#45234)Juri Linkov2020-12-161-2/+4
* | Add 'completions-detailed' to add prefix/suffix with 'affixation-function'Juri Linkov2020-11-251-0/+16
* | Handle help-form in y-or-n-p and use this in find-file-noselect (bug#5423)Juri Linkov2020-11-211-0/+10
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-3/+5
* | Merge from origin/emacs-27Glenn Morris2020-10-271-2/+4
|\|
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-271-2/+4
* | Merge from origin/emacs-27Glenn Morris2020-09-201-3/+4
|\|