summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve documentation of 'read-hide-char'Charles A. Roelli2018-10-031-2/+5
* ; Rewrap doc stringPaul Eggert2018-03-201-22/+22
* Correct Info link markupRobert Pluim2018-03-201-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix doc string of 'enable-recursive-minibuffers'David Pathakjee2017-12-281-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-6/+6
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Preserve this-command-keys across recursive-edit invocationsEli Zaretskii2017-07-281-0/+7
* Provide additional support for child framesMartin Rudalics2017-06-251-0/+26
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-4/+4
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Give test-completion's PREDICATE the hashtable keyNoam Postavsky2016-12-061-16/+17
* | Give test-completion's PREDICATE full alist entryNoam Postavsky2016-12-061-5/+3
* | Fix test-completion with completion-regexp-listNoam Postavsky2016-06-261-0/+2
* | Merge from origin/emacs-25Paul Eggert2016-06-261-2/+2
|\ \ | |/
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-231-2/+2
| * Doc string change to enable-recursive-minibuffersLars Ingebrigtsen2016-05-011-1/+3
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | * src/minibuf.c (read_minibuf): Use CONSP instead of Fconsp.Martin Rudalics2016-05-021-1/+1
* | Allow minibuffer prompts to use facesLars Ingebrigtsen2016-05-011-2/+25
* | Doc string change to enable-recursive-minibuffersLars Ingebrigtsen2016-04-291-1/+3
* | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-10/+8
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-6/+6
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-6/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+0
* Improve documentation of COLLECTION in completion functionsEli Zaretskii2015-10-161-2/+5
* Refer to `(elisp)Basic Completion' in completing-read docstringDmitry Gutov2015-10-151-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-21/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-5/+0
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-5/+13
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-1/+1
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+2
* Count MANY function args more reliablyPaul Eggert2015-01-251-16/+7
* Fix minor bugs with printing null bytesPaul Eggert2015-01-191-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-30/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-2/+2
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+3
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-1/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-12/+6