use dynwind_begin and dynwind_end
[bpt/emacs.git] / src / menu.c
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonuse guile-snarf for subr definition
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-28 Kenichi Handamerge trunk
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-22 Dmitry Antipov* xmenu.c (mouse_position_for_popup):
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-13 Eli ZaretskiiDon't try to display menus and dialogs in an 'initial...
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-04 Eli Zaretskiisrc/menu.c (Fx_popup_dialog): Comment the use of Qunsup...
2014-06-04 Dmitry AntipovUse terminal-specific hooks to display popup dialogs.
2014-06-04 Dmitry AntipovUse terminal-specific hooks to display menus.
2014-06-02 Dmitry AntipovUse common memory management functions for lwlib and...
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Eli ZaretskiiFix the MSDOS build.
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-04 Paul Eggert* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.
2014-02-04 Eli ZaretskiiFix bug #16636 with simple dialogs on MS-Windows.
2014-01-17 Eli ZaretskiiProvisional fix for bug #16479 with client connecting...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-29 Paul EggertFix minor problems found by static checking.
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-10-16 Eli ZaretskiiFix bug #15629 with GUI menus on NS.
2013-10-10 Dmitry Antipov* keyboard.c (last_event_timestamp): Remove. For X...
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Eli ZaretskiiHorizontal keys in TTY menus work.
2013-10-08 Eli ZaretskiiMake tty-menu-open-use-tmm a defcustom, update tmm...
2013-10-05 Eli ZaretskiiImprove commentary.
2013-10-05 Eli ZaretskiiAccount for character width on display in menu bar.
2013-10-05 Eli ZaretskiiFix menu drop by mouse click; new primitive menu-bar...
2013-09-29 Eli ZaretskiiImproved horizontal position of TTY dialogs.
2013-09-29 Eli Zaretskiix-popup-dialog fixed, almost.
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-21 Eli ZaretskiiFix infinite loop in menu input due to block_input.
2013-09-18 Eli ZaretskiiFixed the menu item encoding for tty menus.
2013-09-17 Eli ZaretskiiConverted compile-time tests to run-time tests. Menus...
2013-09-17 Eli ZaretskiiMinor fixes to interfaces, avoid assertion violation...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-05 Eli ZaretskiiRemoved unnecessary tests for GUI sessions and created...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-07 Dmitry AntipovGet rid of some platform-specific functions examining...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Dmitry AntipovConsistently use platform-specific function to detect...
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-11-25 Bill WohlerMerge from trunk.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-12 Eli ZaretskiiMerge from trunk.
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-08 Eli ZaretskiiMerge from trunk after cygw32 commit, and resolve confl...
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
next