summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Expand)Author
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-02For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-25Port build to gcc -fcheck-pointer-boundsPaul Eggert
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert
2016-07-12Revert "Cleanup tooltips"John Wiegley
2016-07-12Cleanup tooltipsDmitry Antipov
2016-06-20Fix compiler warnings in Cygwin-w32 buildKen Brown
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-03Fix x-popup-menu on TTYs without a mouseEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-02-14Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-10Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics
2014-07-02Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris
2014-07-01* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov
2014-06-13Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-04src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.Eli Zaretskii
2014-06-04Use terminal-specific hooks to display popup dialogs.Dmitry Antipov
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-02-04* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.Paul Eggert
2014-02-04Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii
2014-01-17Provisional fix for bug #16479 with client connecting while in a TTY menu.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert