index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
menu.h
Age
Commit message (
Expand
)
Author
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-08-01
Make functions static that no longer need to be extern.
Paul Eggert
2014-06-22
* xmenu.c (mouse_position_for_popup):
Dmitry Antipov
2014-06-08
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-07
Fix last commit.
Eli Zaretskii
2014-06-06
* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
Paul Eggert
2014-06-04
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-06-03
Do not require libXt-devel when building with gtk.
Paul Eggert
2014-06-03
Fix MS-Windows build broken by menu changes on 2014-06-02.
Eli Zaretskii
2014-06-02
Use common memory management functions for lwlib and refactor users.
Dmitry Antipov
2014-02-04
Fix bug #16636 with simple dialogs on MS-Windows.
Eli Zaretskii
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-05
Integer-related fixes for term.c etc.
Paul Eggert
2013-10-10
* keyboard.c (last_event_timestamp): Remove. For X selection and
Dmitry Antipov
2013-10-08
Fix minor problems found by static checking.
Paul Eggert
2013-10-08
Horizontal keys in TTY menus work.
Eli Zaretskii
2013-09-05
Fixed C compilation problems.
Eli Zaretskii
2013-09-05
Merge from trunk after a lot of time.
Eli Zaretskii
2013-08-03
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-10-11
lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
Paul Eggert
2012-07-09
Add GCC-style 'const' attribute to functions that can use it.
Paul Eggert
2012-06-02
Initial incomplete version of tty menus. tty_menu_activate not done yet.
Eli Zaretskii
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-05-12
Be more systematic about user-interface timestamps.
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-08-11
Fix -Wwrite_strings in general and for Gtk+ specific code.
Jan D
2010-08-06
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Jan D
2010-08-06
Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...
Juanma Barranquero
2010-07-02
Remove P_ and __P macros.
Jan D
2010-01-13
Add 2010 to copyright years.
Glenn Morris
2009-11-09
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
Stefan Monnier
2009-01-08
Add 2009 to copyright years.
Glenn Morris
2008-07-17
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Stefan Monnier
2008-07-12
Add arch tagline
Miles Bader
2008-07-11
* menu.h: New file.
Andreas Schwab