summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+1
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+2
* * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-4/+6
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-251-6/+12
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-37/+37
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-34/+37
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-0/+3
* [ChangeLog]Paul Eggert2011-05-301-1/+1
* Last commit was missing updated source file.Christoph Scholtes2011-05-171-0/+1
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-2/+2
* * menu.c (grow_menu_items): Check for int overflow.Paul Eggert2011-05-111-0/+2
* * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-291-3/+3
* Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-291-4/+4
* * menu.c (push_submenu_start, push_submenu_end): Do not define unlessPaul Eggert2011-04-161-9/+14
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert2011-04-051-1/+1
* * menu.c (digest_single_submenu): Omit unused local var.Paul Eggert2011-03-281-2/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+1
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0
* | * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".Juanma Barranquero2010-07-231-0/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-41/+23
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-8/+8
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-0/+18
|/
* * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).Chong Yidong2010-03-301-6/+12
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.Stefan Monnier2009-11-171-13/+10
* (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.Eli Zaretskii2009-11-131-0/+2
* menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables ...David Reitter2009-11-121-6/+2
* (Fx_popup_menu) [HAVE_NS]: Remove unused vars.Stefan Monnier2009-11-101-5/+0
* * menu.c [HAVE_NTGUI]: Declare current_popup_menu.Juanma Barranquero2009-11-091-0/+1
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-091-33/+359
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in...Adrian Robert2009-09-271-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * menu.c (find_and_return_menu_selection) Add cast.Adrian Robert2008-10-041-1/+1