summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+1
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-13/+14
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-1/+1
* Merge from trunkDaniel Colascione2012-10-071-6/+6
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* | Merge from trunkDaniel Colascione2012-09-171-3/+2
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* | Implement cygw32Daniel Colascione2012-09-171-0/+4
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-14/+3
* 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