| Commit message (Expand) | Author | Age | Files | Lines |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -16/+7 |
* | Fix minor bugs with printing null bytes | Paul Eggert | 2015-01-19 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -30/+6 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * src/: Various fixes to use bool type and constants. | Stefan Monnier | 2014-12-15 | 1 | -2/+2 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+3 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -1/+1 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -1/+0 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+1 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -12/+6 |
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -0/+1 |
* | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -1/+1 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -1/+1 |
* | Use binary-io module, O_BINARY, and "b" flag. | Paul Eggert | 2014-07-14 | 1 | -13/+10 |
* | Minor fix for read_minibuf_noninteractive on MS-Windows. | Eli Zaretskii | 2014-07-12 | 1 | -2/+4 |
* | Coalesce extern decls. | Paul Eggert | 2014-07-11 | 1 | -4/+0 |
* | Fix reading input without echoing on MS-Windows. | Eli Zaretskii | 2014-07-11 | 1 | -0/+10 |
* | Implement echo suppression in non-interactive mode for MS-Windows. | Eli Zaretskii | 2014-07-11 | 1 | -2/+2 |
* | * sysdep.c (suppress_echo_on_tty): New function. | Michael Albinus | 2014-07-11 | 1 | -9/+5 |
* | Temporary fix for the MS-Windows build broken by last commit. | Eli Zaretskii | 2014-07-11 | 1 | -0/+2 |
* | Hide password in batch mode | Michael Albinus | 2014-07-11 | 1 | -0/+35 |
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org | Glenn Morris | 2014-05-25 | 1 | -1/+2 |
|\ |
|
| * | * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled. | Stefan Monnier | 2014-05-18 | 1 | -1/+2 |
* | | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.org | Glenn Morris | 2014-05-07 | 1 | -7/+9 |
|\ \
| |/ |
|
| * | * minibuf.c (read_minibuf): Avoid C99ism in previous patch. | Paul Eggert | 2014-05-07 | 1 | -5/+7 |
| * | Fix initialization of minibuffer history variable, bug #17430. | Jarek Czekalski | 2014-05-07 | 1 | -7/+7 |
* | | Increase default history-length from 30 to 100 | Glenn Morris | 2014-03-21 | 1 | -1/+1 |
|/ |
|
* | * minibuf.c (Fread_string): Doc clarification. | Lars Ingebrigtsen | 2014-02-07 | 1 | -3/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -3/+0 |
* | * lisp/loadhist.el (read-feature): Get rid of fake feature nil. | Leo Liu | 2013-11-15 | 1 | -9/+3 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -1/+1 |
* | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 1 | -6/+1 |
* | Do not reset window modification event counters excessively. | Dmitry Antipov | 2013-08-08 | 1 | -3/+1 |
* | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -15/+8 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -21/+12 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -4/+3 |
* | * lisp/simple.el (read-expression-map): Use completion-at-point. | Stefan Monnier | 2013-05-04 | 1 | -34/+0 |
* | src/minibuf.c (Ftest_completion): Silence compiler warning. | Juanma Barranquero | 2013-04-16 | 1 | -1/+1 |
* | * src/minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hash | Stefan Monnier | 2013-04-09 | 1 | -2/+6 |
* | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -1/+1 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -2/+2 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -6/+1 |
|/ |
|
* | Install fixes for Bug#12764 and Bug#12766. | Martin Rudalics | 2012-10-31 | 1 | -0/+4 |
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -19/+8 |
* | Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-10-05 | 1 | -1/+1 |
|\ |
|
| * | * src/minibuf.c (Fcompleting_read): Doc fix (tiny change) | Ikumi Keita | 2012-10-04 | 1 | -1/+1 |