summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+13
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-6/+5
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-27/+27
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Signal-handler cleanup.Paul Eggert2012-09-061-5/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-13/+13
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+3
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-6/+6
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-5/+4
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-4/+4
* * lisp/emacs-lisp/chart.el: Use lexical-binding.Stefan Monnier2012-07-191-8/+6
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-2/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+9
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* * xmenu.c (xmenu_show, xdialog_show): Explicit cast fromDmitry Antipov2012-06-251-2/+2
* * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.Chong Yidong2012-06-231-5/+4
* Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+3
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-42/+42
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-01-091-3/+22
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menusJan Djärv2011-12-261-2/+21
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-4/+27
|\ \ | |/
| * Merge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.orgGlenn Morris2011-11-061-4/+27
| |\
| | * Fix memory leak by y-or-n-p-with-timeout with GUI (Bug#9830).YAMAMOTO Mitsuharu2011-10-311-4/+27
| | * * xmenu.c (set_frame_menubar): Fix submenu loops.Andreas Schwab2011-05-091-9/+8
| | * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-7/+9
* | | Merge from trunk.Paul Eggert2011-09-211-1/+1
|\ \ \ | |/ /
| * | Fix typos.Juanma Barranquero2011-09-171-1/+1
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-7/+7
|/ /
* | Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* | * xmenu.c (menu_highlight_callback): Only pass frame to show_help_eventJan Djärv2011-07-101-4/+7
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption.Paul Eggert2011-06-111-0/+2
* | * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-4/+6
* | Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-6/+7
* | * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexesPaul Eggert2011-05-121-5/+5
* | * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.Paul Eggert2011-05-111-3/+2
* | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).Paul Eggert2011-05-021-3/+3
* | * 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