summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
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
2011-07-06* xselect.c: Integer signedness and overflow fixes.Paul Eggert
2011-06-20* xselect.c (Fx_get_atom_name): Avoid need for strlen.Paul Eggert
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert
2011-06-04* src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong
2011-06-04Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong
2011-05-28Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert
2011-05-28Move clipboard-manager functionality out of hooks.Chong Yidong
2011-05-27* src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier
2011-05-27* xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert
2011-05-27Support X clipboard managers.Chong Yidong
2011-05-26src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong
2011-05-26* src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong
2011-05-22Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong
2011-05-22* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert
2011-05-22* src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong
2011-05-12* xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert