summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2013-08-07* xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-07-30* fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-04-07Get rid of some platform-specific functions examining windowDmitry Antipov
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-03-24* xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov
2013-03-05* composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov
2013-02-07* coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov
2013-01-17* lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov
2013-01-15* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov
2013-01-14Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-12Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-17* termhooks.h (TSET): Remove.Paul Eggert
2012-08-09Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-25Merge from trunk.Paul Eggert
2012-04-24* src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong
2012-02-24Merge from trunk.Paul Eggert
2012-02-25Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong
2012-02-11Yet more syncing of xselect docs and argument specsGlenn Morris
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-14Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-12-05Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-16* xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert
2011-09-14* xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-16Simplify previous changes.Paul Eggert
2011-08-05Adjust further in response to jan.h.d's comments.Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* xselect.c: Integer and memory overflow issues.Paul Eggert
2011-07-12Merge from trunk.Paul Eggert
2011-07-13Fix execution of x selection hooks.Johan Bockgård