summaryrefslogtreecommitdiff
path: root/doc/lispref/minibuf.texi
Commit message (Expand)AuthorAge
* Add `yes-or-no-prompt' user optionRobert Pluim2023-01-23
* Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-mapJuri Linkov2023-01-18
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-18
* Make `format-prompt' use `substitute-command-keys'Lars Ingebrigtsen2022-09-10
* ; * doc/lispref/minibuf.texi (Text from Minibuffer): Fix indexing.Eli Zaretskii2022-06-13
* Add a `M-c' command to `read-regexp'Lars Ingebrigtsen2022-06-13
* ; 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-04-28
|\
| * Improve indexing in "Programmed Completion"Eli Zaretskii2022-04-24
* | Add new function `read-string-from-buffer'.Lars Ingebrigtsen2022-04-24
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas2021-09-16
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-04
* (completing-read): Add `group-function` to the completion metadataDaniel Mendler2021-05-20
* * lisp/minibuffer.el (completing-read-default): Fix bug#45474Stefan Monnier2021-05-01
* (affixation-function): Allow only three-element list elementsDaniel Mendler2021-04-27
* Merge from origin/emacs-27Glenn Morris2021-04-25
|\
| * ; Fix Texinfo in last change to minibuf.texi.Basil L. Contovounesios2021-04-20
| * Improve documentation of 'map-y-or-n-p'Eli Zaretskii2021-04-17
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Fix a recent change in minibuf.texiEli Zaretskii2021-04-23
* | Expand documentation on nontrivial completion boundaries.Philipp Stephani2021-04-23
* | Remove a self-reference from the Emacs Lisp manual.Philipp Stephani2021-04-21
* | 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
* | Remove several references to Emacs 22 and earlierStefan Kangas2021-03-10
* | Combine and reconcile two conflicting entries in NEWS on goto-line-historyAlan Mackenzie2021-02-28
* | Allow exit-minibuffer to be called from Lisp code. Fixes bug #46373Alan Mackenzie2021-02-09
* | Allow the caller to specify own face on suffix in annotation-functionJuri Linkov2021-01-30
* | Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* | Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* | Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-05
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Give affixation-function higher priority over annotation-function (bug#45234)Juri Linkov2020-12-16
* | Add 'completions-detailed' to add prefix/suffix with 'affixation-function'Juri Linkov2020-11-25
* | Handle help-form in y-or-n-p and use this in find-file-noselect (bug#5423)Juri Linkov2020-11-21
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* | Merge from origin/emacs-27Glenn Morris2020-10-27
|\|
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-27
* | Merge from origin/emacs-27Glenn Morris2020-09-20
|\|
| * Improve documentation of 'max-mini-window-height'Eli Zaretskii2020-09-18
* | Allow preserving (some) text properties from completion tablesLars Ingebrigtsen2020-09-14
* | Allow DEFAULT in format-prompt to be a listLars Ingebrigtsen2020-09-08
* | Make format-prompt interpret a nil default value as "no default"Lars Ingebrigtsen2020-08-30
* | Implement a way to customize "default" valuesLars Ingebrigtsen2020-08-26
* | Merge from origin/emacs-27Glenn Morris2020-03-07
|\|
| * Document the changes in 'read-answer'Eli Zaretskii2020-03-07
* | Merge from origin/emacs-27Glenn Morris2020-02-06
|\|