summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Improve integer range checkingPaul Eggert2020-04-05
* Update copyright year to 2020Paul Eggert2020-01-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-24
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-16
* Use bool for menu_items_inusePaul Eggert2019-03-15
* Add portable dumperDaniel Colascione2019-01-15
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-02
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Port build to gcc -fcheck-pointer-boundsPaul Eggert2016-11-25
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-13
* | Revert "Cleanup tooltips"John Wiegley2016-07-12
* | Cleanup tooltipsDmitry Antipov2016-07-12
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-20
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-21
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-04
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Fix x-popup-menu on TTYs without a mouseEli Zaretskii2016-02-03
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii2015-02-14
* Update copyright year to 2015Paul Eggert2015-01-01
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-10
* Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-02
|\
| * * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov2014-07-01