summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Minimise the time Vminibuffer_list is in an inconsistent state (src/minibuf.c)Alan Mackenzie2021-01-31
* With minibuffer-follows-selected-frame `hybrid', preserve recursive MbuffersAlan Mackenzie2021-01-30
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* Fix build breakage if Lisp_Object is not a primitive type.Philipp Stephani2021-01-10
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* Remove unused DEFSYMStefan Kangas2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* minibuffer code: restore original frame after using minibuffer-only frame, etcAlan Mackenzie2020-11-23
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-19
* Merge from origin/emacs-27Glenn Morris2020-11-13
|\
| * Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-11
* | Don't set the selected window to the miniwindow on a frame change.Alan Mackenzie2020-11-08
* | * src/minibuf.c (move_minibuffer_onto_frame): Fix comparisonPhilipp Stephani2020-11-05
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-21
* | Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-19
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-11
* | Merge from origin/emacs-27Glenn Morris2020-02-01
|\|
| * Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-31
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Fix error message about recursive use of minibufferEli Zaretskii2019-12-27
* | * src/minibuf.c (read_minibuf): Use `user-error`Stefan Monnier2019-12-23
|/
* Simplify call to add-to-history in read_minibufFederico Tedin2019-12-10
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-05
* Fix case-insensitive completion of buffer namesEli Zaretskii2019-11-09
* Signal `invalid-read-syntax' for "trailing garbage"Lars Ingebrigtsen2019-08-23
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-26
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-23
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Document what the `t' value for HIST in `read-string' meansLars Ingebrigtsen2019-06-23
* ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)Eli Zaretskii2019-05-04
* Merge from origin/emacs-26Glenn Morris2019-04-12
|\
| * Improve documentation of 'read-command'Eli Zaretskii2019-04-11
* | Merge from origin/emacs-26Glenn Morris2019-03-20
|\|
| * More improvements for 'read-buffer's doc stringEli Zaretskii2019-03-10
| * * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)Eli Zaretskii2019-03-09
* | switch-to-buffer's completion table uses its own sortingJoão Távora2019-02-19
* | Add portable dumperDaniel Colascione2019-01-15
* | Use shortcuts for FlengthPaul Eggert2019-01-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * src/minibuf.c (read_minibuf_noninteractive): Remove unused args.Stefan Monnier2018-10-22
* | Merge from origin/emacs-26Glenn Morris2018-10-09
|\|
| * Improve documentation of 'read-hide-char'Charles A. Roelli2018-10-03
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | unbind_to performance tuningPaul Eggert2018-06-29
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-02