summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-0/+1
* Revert previous change.Paul Eggert2014-07-261-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2014-07-261-1/+1
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-13/+10
* Minor fix for read_minibuf_noninteractive on MS-Windows.Eli Zaretskii2014-07-121-2/+4
* Coalesce extern decls.Paul Eggert2014-07-111-4/+0
* Fix reading input without echoing on MS-Windows.Eli Zaretskii2014-07-111-0/+10
* Implement echo suppression in non-interactive mode for MS-Windows.Eli Zaretskii2014-07-111-2/+2
* * sysdep.c (suppress_echo_on_tty): New function.Michael Albinus2014-07-111-9/+5
* Temporary fix for the MS-Windows build broken by last commit.Eli Zaretskii2014-07-111-0/+2
* Hide password in batch modeMichael Albinus2014-07-111-0/+35
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-1/+2
|\
| * * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-1/+2
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-071-7/+9
|\ \ | |/
| * * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-071-5/+7
| * Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-071-7/+7
* | Increase default history-length from 30 to 100Glenn Morris2014-03-211-1/+1
|/
* * minibuf.c (Fread_string): Doc clarification.Lars Ingebrigtsen2014-02-071-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-3/+0
* * lisp/loadhist.el (read-feature): Get rid of fake feature nil. Leo Liu2013-11-151-9/+3
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
* Cleanup frame flushing.Dmitry Antipov2013-09-091-6/+1
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-081-3/+1
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-15/+8
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-21/+12
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-4/+3
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-041-34/+0
* src/minibuf.c (Ftest_completion): Silence compiler warning.Juanma Barranquero2013-04-161-1/+1
* * src/minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hashStefan Monnier2013-04-091-2/+6
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Simplify via eabs.Paul Eggert2013-01-011-6/+1
|/
* Install fixes for Bug#12764 and Bug#12766.Martin Rudalics2012-10-311-0/+4
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-19/+8
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-051-1/+1
|\
| * * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)Ikumi Keita2012-10-041-1/+1
* | Misc doc fixes.Chong Yidong2012-09-221-4/+4
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1