summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Update copyright year to 2016Paul Eggert2016-01-01
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-07
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Improve documentation of COLLECTION in completion functionsEli Zaretskii2015-10-16
* Refer to `(elisp)Basic Completion' in completing-read docstringDmitry Gutov2015-10-15
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-16
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-27
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Fix minor bugs with printing null bytesPaul Eggert2015-01-19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-15
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* Revert previous change.Paul Eggert2014-07-26
* Reorder conditions that are written backwardsAndreas Schwab2014-07-26
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-14
* Minor fix for read_minibuf_noninteractive on MS-Windows.Eli Zaretskii2014-07-12
* Coalesce extern decls.Paul Eggert2014-07-11
* Fix reading input without echoing on MS-Windows.Eli Zaretskii2014-07-11
* Implement echo suppression in non-interactive mode for MS-Windows.Eli Zaretskii2014-07-11
* * sysdep.c (suppress_echo_on_tty): New function.Michael Albinus2014-07-11
* Temporary fix for the MS-Windows build broken by last commit.Eli Zaretskii2014-07-11
* Hide password in batch modeMichael Albinus2014-07-11
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-25
|\
| * * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-18
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-07
|\|
| * * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-07
| * Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-07
* | Increase default history-length from 30 to 100Glenn Morris2014-03-21
|/
* * minibuf.c (Fread_string): Doc clarification.Lars Ingebrigtsen2014-02-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-28
* * lisp/loadhist.el (read-feature): Get rid of fake feature nil. Leo Liu2013-11-15
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-05
* Cleanup frame flushing.Dmitry Antipov2013-09-09
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-08
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-05
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-04
* src/minibuf.c (Ftest_completion): Silence compiler warning.Juanma Barranquero2013-04-16