aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Merge from emacs-23; up to 2010-06-22T07:41:[email protected]Glenn 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:[email protected]:40:...Eli Zaretskii2011-05-091-7/+9
* | Fix typos.Juanma Barranquero2011-09-171-1/+1
* | 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
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-3/+3
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* | * xmenu.c (xmenu_show): Don't use uninitialized vars.Paul Eggert2011-04-161-8/+8
* | * xmenu.c (menu_help_callback): Pointer type fixes.Paul Eggert2011-04-161-14/+8
* | * xmenu.c (xmenu_show): Rename parm to avoid shadowing.Paul Eggert2011-04-151-7/+7
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.Paul Eggert2011-04-131-0/+3
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* | * xmenu.c (set_frame_menubar): Allocate smaller local vectors.Paul Eggert2011-04-091-10/+11
* | Merge from emacs-23; up to 2010-06-08T03:06:[email protected].Glenn Morris2011-04-091-17/+17
|\|
| * Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-17/+17
* | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert2011-04-051-1/+1
* | src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-3/+3
* | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexesPaul Eggert2011-03-221-1/+1
* | Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-12/+10
|\ \
| * | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,Paul Eggert2011-03-061-2/+2
| * | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"Paul Eggert2011-03-061-3/+3
| * | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing.Paul Eggert2011-03-061-3/+3
| * | * xmenu.c (set_frame_menubar): Remove unused local.Paul Eggert2011-03-061-2/+0
| * | * xmenu.c (menu_highlight_callback): Now static.Paul Eggert2011-03-061-2/+2
* | | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-1/+1
|/ /
* | Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-141-23/+19
* | * xmenu.c: conform to C89 const rulesPaul Eggert2011-02-051-2/+2
* | 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-12/+11
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.Dan Nicolaescu2010-11-131-2/+2
* | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-1/+4