summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* | Merge from trunkDaniel Colascione2012-09-17
|\|
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* | Implement cygw32Daniel Colascione2012-09-17
|/
* Refactor window-system configurationDaniel Colascione2012-08-31
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-30
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-25
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* [ChangeLog]Paul Eggert2011-05-30
* Last commit was missing updated source file.Christoph Scholtes2011-05-17
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-12
* * menu.c (grow_menu_items): Check for int overflow.Paul Eggert2011-05-11
* * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-29
* Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-29
* * menu.c (push_submenu_start, push_submenu_end): Do not define unlessPaul Eggert2011-04-16
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert2011-04-05
* * menu.c (digest_single_submenu): Omit unused local var.Paul Eggert2011-03-28
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-22
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-11
* | Use const char* instead of char*.Dan Nicolaescu2010-08-08
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-05
* | * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".Juanma Barranquero2010-07-23
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-08
|/
* * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).Chong Yidong2010-03-30
* Add 2010 to copyright years.Glenn Morris2010-01-13