| Age | Commit message (Expand) | Author |
| 2013-09-21 | Fix infinite loop in menu input due to block_input. | Eli Zaretskii |
| 2013-09-19 | Fix a buglet in calculating menu width. | Eli Zaretskii |
| 2013-09-19 | Fixed screen restoration after popping down a menu. | Eli Zaretskii |
| 2013-09-19 | Fixed frame save/restore and 'mouse position' tracking. | Eli Zaretskii |
| 2013-09-18 | Fixed minor issues with truncation of menu items. | Eli Zaretskii |
| 2013-09-18 | Record and use cursor coordinates in menu. Active face and help echo work! | Eli Zaretskii |
| 2013-09-18 | Crude code to simulate keyboard/mouse input in menus via GDB. | Eli Zaretskii |
| 2013-09-18 | Turn off text cursor when dropping down menus. | Eli Zaretskii |
| 2013-09-17 | Use AREF instead of XVECTOR; crashes still here. | Eli Zaretskii |
| 2013-09-17 | Fixed display and padding of menu items; File menu displays OK. | Eli Zaretskii |
| 2013-09-17 | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG. | Eli Zaretskii |
| 2013-09-11 | Fix corruption with multiple emacsclient -t instances. | Paul Eggert |
| 2013-09-06 | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | Dmitry Antipov |
| 2013-09-05 | Fixed C compilation problems. | Eli Zaretskii |
| 2013-09-05 | Made HAVE_MENUS the default; comment fix in term.c. | Eli Zaretskii |
| 2013-09-05 | Merge from trunk after a lot of time. | Eli Zaretskii |
| 2013-08-26 | Fix unlikely core dump in init_tty, and simplify terminfo case. | Paul Eggert |
| 2013-08-15 | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources) | Dmitry Antipov |
| 2013-08-03 | Drop FRAME_PTR typedef. | Dmitry Antipov |
| 2013-08-02 | Make defvar affect the default binding outside of any let. | Stefan Monnier |
| 2013-07-18 | * term.c: Fix minor fdopen-related file descriptor leaks. | Paul Eggert |
| 2013-07-11 | Fix races with threads and file descriptors. | Paul Eggert |
| 2013-07-10 | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert |
| 2013-07-05 | Use emacs_open more consistently when opening files. | Paul Eggert |
| 2013-06-03 | Fix crashes in a text-mode session on Windows. | Eli Zaretskii |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-03-13 | Static checking by Sun C 5.12. | Paul Eggert |
| 2013-03-10 | * src/keyboard.c: Move keyboard decoding to read_key_sequence. | Stefan Monnier |
| 2013-01-24 | Drop async_visible and async_iconified fields of struct frame. | Dmitry Antipov |
| 2013-01-10 | emacsclient -t should not suspend Emacs server | Paul Eggert |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Simplify via eabs. | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-04 | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state | Dmitry Antipov |
| 2012-11-17 | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert |
| 2012-11-13 | Use faccessat, not access, when checking file permissions. | Paul Eggert |
| 2012-11-04 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert |
| 2012-11-03 | * frame.h (struct frame): Drop can_have_scroll_bars member | Dmitry Antipov |
| 2012-10-24 | Don't assume process IDs fit in int. | Paul Eggert |
| 2012-10-17 | Fix warnings when compiling on MS-Windows with -std=gnu99. | Eli Zaretskii |
| 2012-10-10 | Clean out old termopts cruft. | Paul Eggert |
| 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-12 | Simplify SIGIO usage. | Paul Eggert |
| 2012-09-06 | Signal-handler cleanup. | Paul Eggert |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-08-31 | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov |
| 2012-08-17 | * keyboard.h (KSET): Remove. | Paul Eggert |
| 2012-08-16 | Use ASCII tests for character types. | Paul Eggert |
| 2012-08-13 | Use KSET for write access to Lisp_Object members of struct kboard. | Dmitry Antipov |