summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-3/+3
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-3/+3
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-3/+3
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-10/+10
* * xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv2013-08-071-4/+6
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-7/+7
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-41/+12
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-4/+4
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-1/+1
* * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-1/+1
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-6/+6
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-4/+3
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-11/+10
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-50/+50
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-4/+5
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-5/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-17/+28
* Cleanup xmalloc.Dmitry Antipov2012-07-051-15/+10
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-10/+12
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-9/+8
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-05-251-0/+1
|\
| * * src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong2012-04-241-0/+1
* | Merge from trunk.Paul Eggert2012-02-241-13/+34
|\ \ | |/
| * Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong2012-02-251-5/+11
| * Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-111-8/+23
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-141-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-4/+4
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-051-4/+4
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-15/+13
|/
* * xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert2011-09-161-11/+28
* * xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert2011-09-141-4/+4
* Whitespace changes.Juanma Barranquero2011-09-091-10/+15
* Simplify previous changes.Paul Eggert2011-08-161-9/+3
* Adjust further in response to jan.h.d's comments.Paul Eggert2011-08-051-24/+31