| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -4/+4 |
* | | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -1/+1 |
* | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+1 |
* | | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -1/+0 |
* | | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
* | | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -7/+7 |
* | | * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only. | Stefan Monnier | 2012-08-15 | 1 | -0/+1 |
* | | Don't call Fset_window_buffer from C code. | Martin Rudalics | 2012-08-14 | 1 | -3/+9 |
* | | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -6/+7 |
* | | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -4/+4 |
* | | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -4/+4 |
* | | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -4/+4 |
* | | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -4/+4 |
* | | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -1/+1 |
* | | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -4/+4 |
* | | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -4/+4 |
* | | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab | 2012-07-11 | 1 | -1/+1 |
* | | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 |
* | | Use make_formatted_string to avoid double length calculation. | Dmitry Antipov | 2012-07-09 | 1 | -2/+2 |
* | | Do not use Fdelete_overlay in delete_all_overlays | Dmitry Antipov | 2012-07-06 | 1 | -4/+3 |
* | | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | | * window.h (struct window): Change type of 'hscroll', | Dmitry Antipov | 2012-06-28 | 1 | -3/+3 |
* | | * src/minibuf.c (Fread_string): Bind minibuffer-completion-table. | Stefan Monnier | 2012-06-19 | 1 | -1/+9 |
* | | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -5/+5 |
* | | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -0/+1 |
* | | * minibuf.c (Fassoc_string): Remove duplicate declaration. | Paul Eggert | 2012-06-02 | 1 | -2/+0 |
* | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -5/+6 |
|\ \ |
|
| * | | Remove defining user variables via * in docstring. | Chong Yidong | 2012-04-09 | 1 | -5/+6 |
| |/ |
|
* | | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -9/+13 |
|\ \
| |/ |
|
| * | * minibuf.c (syms_of_minibuf): Doc fix. | Chong Yidong | 2012-01-28 | 1 | -9/+13 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |