| Age | Commit message (Expand) | Author |
| 2013-11-28 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-11-28 | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier |
| 2013-10-16 | Fix bug #15629 with GUI menus on NS. | Eli Zaretskii |
| 2013-10-10 | * keyboard.c (last_event_timestamp): Remove. For X selection and | Dmitry Antipov |
| 2013-10-08 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-10-08 | Horizontal keys in TTY menus work. | Eli Zaretskii |
| 2013-10-08 | Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly. | Eli Zaretskii |
| 2013-10-05 | Improve commentary. | Eli Zaretskii |
| 2013-10-05 | Account for character width on display in menu bar. | Eli Zaretskii |
| 2013-10-05 | Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y. | Eli Zaretskii |
| 2013-09-29 | Improved horizontal position of TTY dialogs. | Eli Zaretskii |
| 2013-09-29 | x-popup-dialog fixed, almost. | Eli Zaretskii |
| 2013-09-26 | Merge from trunk. | Eli Zaretskii |
| 2013-09-21 | Fix infinite loop in menu input due to block_input. | Eli Zaretskii |
| 2013-09-18 | Fixed the menu item encoding for tty menus. | Eli Zaretskii |
| 2013-09-17 | Converted compile-time tests to run-time tests. Menus display! | Eli Zaretskii |
| 2013-09-17 | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG. | Eli Zaretskii |
| 2013-09-13 | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov |
| 2013-09-05 | Removed unnecessary tests for GUI sessions and created menu faces. | Eli Zaretskii |
| 2013-09-05 | Merge from trunk after a lot of time. | Eli Zaretskii |
| 2013-08-03 | Drop FRAME_PTR typedef. | Dmitry Antipov |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-07-15 | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert |
| 2013-04-07 | Get rid of some platform-specific functions examining window | Dmitry Antipov |
| 2013-04-05 | Consistently use platform-specific function to detect window system. | Dmitry Antipov |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-10-11 | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert |
| 2012-10-10 | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert |
| 2012-10-07 | Merge from trunk | Daniel Colascione |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-17 | Merge from trunk | Daniel Colascione |
| 2012-09-17 | Implement cygw32 | Daniel Colascione |
| 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-31 | Refactor window-system configuration | Daniel Colascione |
| 2012-08-05 | Generalize common compile-time constants. | Dmitry Antipov |
| 2012-08-03 | Remove unnecessary casts involving pointers. | Paul Eggert |
| 2012-08-01 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-06-30 | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab |
| 2012-06-28 | Generalize run-time debugging checks. | Dmitry Antipov |
| 2012-06-25 | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): | Andreas Schwab |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-06-02 | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-06-11 | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert |