| Age | Commit message (Expand) | Author |
| 2012-09-13 | Function to mark objects and remove killed buffers at once. | Dmitry Antipov |
| 2012-09-12 | Better workaround for GNOME bug when --enable-gcc-warnings. | Paul Eggert |
| 2012-09-12 | Simplify SIGIO usage. | Paul Eggert |
| 2012-09-12 | Work around GCC and GNOME bugs when --enable-gcc-warnings. | Paul Eggert |
| 2012-09-12 | More fixes for 'volatile' and setjmp/longjmp. | Paul Eggert |
| 2012-09-12 | Remove unread-command-char. | Stefan Monnier |
| 2012-09-12 | Fix silent exit upon assertion violation on MS-Windows. | Eli Zaretskii |
| 2012-09-12 | Fix a typo that caused crashes in redisplay. | Eli Zaretskii |
| 2012-09-12 | Fix bug #12403 with garbled display under non-zero scroll-margin. | Eli Zaretskii |
| 2012-09-12 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | Jan Djärv |
| 2012-09-12 | * image.c (jpeg_memory_src): Don't assume string len fits in unsigned. | Paul Eggert |
| 2012-09-11 | * src/eval.c: Add `inhibit-debugger'. | Stefan Monnier |
| 2012-09-11 | Avoid _setjmp/_longjmp problems with local nonvolatile variables. | Paul Eggert |
| 2012-09-11 | Prefer assignment to memcpy when either will do. | Paul Eggert |
| 2012-09-11 | * alloc.c (discard_killed_buffers): Tune and simplify a bit. | Paul Eggert |
| 2012-09-11 | * nsterm.h: Add delay parameter to updateFrameSize. | Jan Djärv |
| 2012-09-11 | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov |
| 2012-09-11 | Convenient macro to check whether the buffer is live. | Dmitry Antipov |
| 2012-09-11 | Fix wrong overhang display for gstring compositions (Bug#12364). | YAMAMOTO Mitsuharu |
| 2012-09-10 | Simplify, document, and port floating-point. | Paul Eggert |
| 2012-09-10 | * xdisp.c (Qinhibit_debug_on_message): Now static. | Paul Eggert |
| 2012-09-10 | * nsterm.m (ns_update_begin): Set clip path to whole view by using | Jan Djärv |
| 2012-09-10 | * fns.c (Fdelq, Fdelete): Doc fix. | Chong Yidong |
| 2012-09-09 | Parenthesize macro bodies. | Paul Eggert |
| 2012-09-09 | * src/lisp.h (make_lisp_ptr): New macro to replace XSET. | Stefan Monnier |
| 2012-09-09 | Avoid leaving traces of cursor when entering linum-mode. | Eli Zaretskii |
| 2012-09-09 | Fix bug #12277 with incomplete redisplay of the vertical border between windows. | Eli Zaretskii |
| 2012-09-09 | Assume C89 or later for math functions. | Paul Eggert |
| 2012-09-08 | * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back | Jan Djärv |
| 2012-09-08 | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)). | Paul Eggert |
| 2012-09-08 | * nsterm.m (updateFrameSize): Call setFrame: on the view when size | Jan Djärv |
| 2012-09-08 | Introduce "raw syntax descriptor" terminology, and use it. | Chong Yidong |
| 2012-09-08 | * nsterm.h (EmacsView): Add updateFrameSize. | Jan Djärv |
| 2012-09-07 | * src/textprop.c (Fget_text_property): Minor doc fix. | Chong Yidong |
| 2012-09-07 | Fix doc of local-variable-if-set-p. | Chong Yidong |
| 2012-09-07 | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls. | Paul Eggert |
| 2012-09-07 | More signal-handler cleanup. | Paul Eggert |
| 2012-09-07 | MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl... | Eli Zaretskii |
| 2012-09-07 | Fix compilation failure under ENABLE_CHECKING. | Eli Zaretskii |
| 2012-09-07 | * alloc.c (mark_buffer): Revert unsafe marking optimization. | Dmitry Antipov |
| 2012-09-06 | * syssignal.h (handle_on_main_thread): Always declare, | Paul Eggert |
| 2012-09-06 | Signal-handler cleanup. | Paul Eggert |
| 2012-09-06 | Fix bug #12327 with SIGCHLD handling on Windows and some other systems. | Eli Zaretskii |
| 2012-09-06 | Explicitly mark buffer_defaults and buffer_local_symbols. | Dmitry Antipov |
| 2012-09-06 | Use bool for booleans in font-related modules. | Paul Eggert |
| 2012-09-06 | * alloc.c (mark_object): Revert window marking code | Dmitry Antipov |
| 2012-09-05 | Fix race conditions with signal handlers and errno. | Paul Eggert |
| 2012-09-05 | Remove redundant or unused things here and there. | Dmitry Antipov |
| 2012-09-05 | Do not mark objects from deleted buffers, windows and frames. | Dmitry Antipov |
| 2012-09-05 | * alloc.c (valid_lisp_object_p): Treat killed buffers, | Dmitry Antipov |