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