summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-11
* Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-31
* Update copyright year to 2020Paul Eggert2020-01-01
* 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
* | Don’t set print-escape-newlines in the minibufferPaul Eggert2018-04-25
* | * src/minibuf.c (read_minibuf): Add a FIXME comment.Paul Eggert2018-04-24
* | Add a history variable for `read-variable'Charles A. Roelli2018-04-02
* | Merge from origin/emacs-26Paul Eggert2018-03-20
|\|
| * ; Rewrap doc stringPaul Eggert2018-03-20
| * Correct Info link markupRobert Pluim2018-03-20
* | Remove unused duplicate of minibuffer-completion-contentsGlenn Morris2018-02-08
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix doc string of 'enable-recursive-minibuffers'David Pathakjee2017-12-28
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Preserve this-command-keys across recursive-edit invocationsEli Zaretskii2017-07-28
* Provide additional support for child framesMartin Rudalics2017-06-25
* Use unlocked stdio more systematicallyPaul Eggert2017-06-22
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Give test-completion's PREDICATE the hashtable keyNoam Postavsky2016-12-06
* | Give test-completion's PREDICATE full alist entryNoam Postavsky2016-12-06
* | Fix test-completion with completion-regexp-listNoam Postavsky2016-06-26
* | Merge from origin/emacs-25Paul Eggert2016-06-26
|\|