summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+1
* minibuffer code: restore original frame after using minibuffer-only frame, etcAlan Mackenzie2020-11-231-1/+4
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-191-2/+3
* Merge from origin/emacs-27Glenn Morris2020-11-131-1/+2
|\
| * Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-111-1/+2
* | Don't set the selected window to the miniwindow on a frame change.Alan Mackenzie2020-11-081-4/+0
* | * src/minibuf.c (move_minibuffer_onto_frame): Fix comparisonPhilipp Stephani2020-11-051-1/+1
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-38/+126
* | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-211-1/+1
* | Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-191-1/+1
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-3/+0
* | Merge from origin/emacs-27Glenn Morris2020-02-011-4/+4
|\ \ | |/
| * Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-311-4/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Fix error message about recursive use of minibufferEli Zaretskii2019-12-271-2/+2
* | * src/minibuf.c (read_minibuf): Use `user-error`Stefan Monnier2019-12-231-3/+4
|/
* Simplify call to add-to-history in read_minibufFederico Tedin2019-12-101-19/+10
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-2/+18
* Fix case-insensitive completion of buffer namesEli Zaretskii2019-11-091-5/+10
* Signal `invalid-read-syntax' for "trailing garbage"Lars Ingebrigtsen2019-08-231-1/+2
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-261-3/+3
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-1/+1
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-5/+5
* Document what the `t' value for HIST in `read-string' meansLars Ingebrigtsen2019-06-231-2/+6
* ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)Eli Zaretskii2019-05-041-1/+2
* Merge from origin/emacs-26Glenn Morris2019-04-121-1/+2
|\
| * Improve documentation of 'read-command'Eli Zaretskii2019-04-111-1/+2
* | Merge from origin/emacs-26Glenn Morris2019-03-201-9/+10
|\ \ | |/
| * More improvements for 'read-buffer's doc stringEli Zaretskii2019-03-101-7/+7
| * * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)Eli Zaretskii2019-03-091-2/+3
* | switch-to-buffer's completion table uses its own sortingJoão Távora2019-02-191-1/+5
* | Add portable dumperDaniel Colascione2019-01-151-6/+24
* | Use shortcuts for FlengthPaul Eggert2019-01-091-3/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/minibuf.c (read_minibuf_noninteractive): Remove unused args.Stefan Monnier2018-10-221-10/+3
* | Merge from origin/emacs-26Glenn Morris2018-10-091-2/+5
|\ \ | |/
| * Improve documentation of 'read-hide-char'Charles A. Roelli2018-10-031-2/+5
* | More macro renamings for bignumTom Tromey2018-08-071-10/+10
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-27/+27
* | unbind_to performance tuningPaul Eggert2018-06-291-21/+20
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-38/+2
* | Don’t set print-escape-newlines in the minibufferPaul Eggert2018-04-251-7/+0
* | * src/minibuf.c (read_minibuf): Add a FIXME comment.Paul Eggert2018-04-241-0/+4
* | Add a history variable for `read-variable'Charles A. Roelli2018-04-021-1/+5
* | Merge from origin/emacs-26Paul Eggert2018-03-201-23/+23
|\ \ | |/
| * ; Rewrap doc stringPaul Eggert2018-03-201-22/+22
| * Correct Info link markupRobert Pluim2018-03-201-2/+2
* | Remove unused duplicate of minibuffer-completion-contentsGlenn Morris2018-02-081-14/+0
|/