| Age | Commit message (Expand) | Author |
| 2013-08-07 | * xselect.c (x_send_client_event): Set send_event and serial, memset | Jan Djärv |
| 2013-08-03 | Drop FRAME_PTR typedef. | Dmitry Antipov |
| 2013-07-30 | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-04-07 | Get rid of some platform-specific functions examining window | Dmitry Antipov |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-03-24 | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | Dmitry Antipov |
| 2013-03-05 | * composite.c (get_composition_id, fill_gstring_header): | Dmitry Antipov |
| 2013-02-08 | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov |
| 2013-02-07 | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov |
| 2013-01-17 | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov |
| 2013-01-15 | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov |
| 2013-01-14 | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-11-12 | Simplify by using FOR_EACH_FRAME here and there. | Dmitry Antipov |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-08-17 | * termhooks.h (TSET): Remove. | Paul Eggert |
| 2012-08-09 | Use TSET for write access to Lisp_Object slots of struct terminal. | Dmitry Antipov |
| 2012-08-03 | Remove unnecessary casts involving pointers. | Paul Eggert |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov |
| 2012-06-28 | Generalize run-time debugging checks. | Dmitry Antipov |
| 2012-06-22 | Support higher-resolution time stamps. | Paul Eggert |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-05-25 | Merge from trunk. | Paul Eggert |
| 2012-04-24 | * src/xselect.c (x_convert_selection): Initialize a pointer. | Chong Yidong |
| 2012-02-24 | Merge from trunk. | Paul Eggert |
| 2012-02-25 | Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav... | Chong Yidong |
| 2012-02-11 | Yet more syncing of xselect docs and argument specs | Glenn Morris |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-14 | Spelling fixes. | Paul Eggert |
| 2011-12-10 | Merge from trunk. | Paul Eggert |
| 2011-12-05 | Spelling fixes. | Paul Eggert |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-14 | Spelling fixes. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-16 | * xselect.c: Relax test for outgoing X longs (Bug#9498). | Paul Eggert |
| 2011-09-14 | * xselect.c: Use signed conversions more consistently (Bug#9498). | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-08-16 | Simplify previous changes. | Paul Eggert |
| 2011-08-05 | Adjust further in response to jan.h.d's comments. | Paul Eggert |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert |
| 2011-07-28 | * xselect.c: Integer and memory overflow issues. | Paul Eggert |
| 2011-07-12 | Merge from trunk. | Paul Eggert |
| 2011-07-13 | Fix execution of x selection hooks. | Johan Bockgård |