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