summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-17
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-09
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-05-25
|\
| * * src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong2012-04-24
* | Merge from trunk.Paul Eggert2012-02-24
|\|
| * Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong2012-02-25
| * Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-11
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-14
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-12-05
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert2011-09-16
* * xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert2011-09-14
* Whitespace changes.Juanma Barranquero2011-09-09
* Simplify previous changes.Paul Eggert2011-08-16
* Adjust further in response to jan.h.d's comments.Paul Eggert2011-08-05
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* * xselect.c: Integer and memory overflow issues.Paul Eggert2011-07-28
* Merge from trunk.Paul Eggert2011-07-12
|\
| * Fix execution of x selection hooks.Johan Bockgård2011-07-13
* | * xselect.c: Integer signedness and overflow fixes.Paul Eggert2011-07-06
|/
* * xselect.c (Fx_get_atom_name): Avoid need for strlen.Paul Eggert2011-06-20
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-06
* * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong2011-06-04
* Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong2011-06-04
* Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-28
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-28
* * src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier2011-05-27
* * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-27
* Support X clipboard managers.Chong Yidong2011-05-27
* src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong2011-05-26
* * src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong2011-05-26
* Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong2011-05-22
* * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert2011-05-22
* * src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong2011-05-22