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