summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-18/+6
* * xselect.c: Integer and memory overflow issues.Paul Eggert2011-07-281-121/+186
* Merge from trunk.Paul Eggert2011-07-121-4/+7
|\
| * Fix execution of x selection hooks.Johan Bockgård2011-07-131-4/+7
* | * xselect.c: Integer signedness and overflow fixes.Paul Eggert2011-07-061-2/+5
|/
* * xselect.c (Fx_get_atom_name): Avoid need for strlen.Paul Eggert2011-06-201-1/+1
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-52/+36
* * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong2011-06-041-16/+3
* Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong2011-06-041-9/+48
* Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-281-2/+2
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-44/+43
* * src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier2011-05-271-2/+4
* * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-271-7/+6
* Support X clipboard managers.Chong Yidong2011-05-271-303/+351
* src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong2011-05-261-5/+5
* * src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong2011-05-261-343/+311
* Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong2011-05-221-19/+12
* * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert2011-05-221-1/+1
* * src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong2011-05-221-32/+20
* * xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert2011-05-121-1/+1