summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-7/+7
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-149/+35
* Merge from trunk.Eli Zaretskii2013-09-261-12/+12
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-2/+2
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-10/+10
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-3/+19
|/
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-20/+14
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-26/+23
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-021-24/+12
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-2/+2
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-1/+1
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-21/+13
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-10/+8
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-301-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-6/+3
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-1/+1
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-5/+5
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-151-4/+3
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-4/+4
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-13/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-4/+1
|/
* 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