summaryrefslogtreecommitdiff
path: root/doc/lispref/minibuf.texi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Improve documentation of 'max-mini-window-height'Eli Zaretskii2020-09-181-3/+4
* | Allow preserving (some) text properties from completion tablesLars Ingebrigtsen2020-09-141-2/+16
* | Allow DEFAULT in format-prompt to be a listLars Ingebrigtsen2020-09-081-0/+2
* | Make format-prompt interpret a nil default value as "no default"Lars Ingebrigtsen2020-08-301-0/+3
* | Implement a way to customize "default" valuesLars Ingebrigtsen2020-08-261-0/+28
* | Merge from origin/emacs-27Glenn Morris2020-03-071-10/+10
|\ \ | |/
| * Document the changes in 'read-answer'Eli Zaretskii2020-03-071-10/+10
* | Merge from origin/emacs-27Glenn Morris2020-02-061-0/+1
|\ \ | |/
| * Clarify lexvar restrictions for add-to-ordered-list, add-to-historyMattias EngdegÄrd2020-02-021-0/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Make goto-line keep a separate input history per bufferFederico Tedin2019-12-241-0/+9
|/
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-1/+2
* Fix recent documentation changesEli Zaretskii2019-11-141-6/+2
* Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov2019-11-101-0/+12
* 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076)Juri Linkov2019-11-101-21/+15
* Fix last changeEli Zaretskii2019-11-091-1/+3
* Mention future history in history-related minibuffer commandsHong Xu2019-11-091-2/+5
* ; Fix recent change in docsEli Zaretskii2019-10-281-4/+4
* Add doc for goto-history-elementHong Xu2019-10-281-0/+6
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-2/+2