aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-24* src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong1-0/+1
2012-02-25Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong1-5/+11
2012-02-11Yet more syncing of xselect docs and argument specsGlenn Morris1-8/+23
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-14Spelling fixes.Paul Eggert1-1/+1
2011-12-05Spelling fixes.Paul Eggert1-4/+4
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-15/+13
2011-09-16* xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert1-11/+28
2011-09-14* xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert1-4/+4
2011-09-09Whitespace changes.Juanma Barranquero1-10/+15
2011-08-16Simplify previous changes.Paul Eggert1-9/+3
2011-08-05Adjust further in response to jan.h.d's comments.Paul Eggert1-24/+31
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-18/+6
2011-07-28* xselect.c: Integer and memory overflow issues.Paul Eggert1-121/+186
2011-07-13Fix execution of x selection hooks.Johan Bockgård1-4/+7
2011-07-06* xselect.c: Integer signedness and overflow fixes.Paul Eggert1-2/+5
2011-06-20* xselect.c (Fx_get_atom_name): Avoid need for strlen.Paul Eggert1-1/+1
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert1-52/+36
2011-06-04* src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong1-16/+3
2011-06-04Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong1-9/+48
2011-06-03* xselect.c: Include <limits.h>.Paul Eggert1-0/+1
2011-06-03Check for overflow when converting integer to cons and back.Paul Eggert1-52/+35
2011-06-03* xselect.c: Use 'unsigned' more consistently.Paul Eggert1-4/+4
2011-05-28Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert1-2/+2
2011-05-28Move clipboard-manager functionality out of hooks.Chong Yidong1-44/+43
2011-05-27* src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier1-2/+4
2011-05-27* xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert1-7/+6
2011-05-27Support X clipboard managers.Chong Yidong1-303/+351
2011-05-26src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong1-5/+5
2011-05-26* src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong1-343/+311
2011-05-22Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong1-19/+12
2011-05-22* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert1-1/+1
2011-05-22* src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong1-32/+20
2011-05-12* xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert1-1/+1
2011-05-12* xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert1-4/+0
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-8/+8
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-8/+8
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-8/+8
2011-04-18Avoid 0 flag with %p printf format.Paul Eggert1-3/+3
2011-04-18* xfns.c (Fx_window_property): Simplify a bit,Paul Eggert1-2/+2
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-5/+5
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-4/+4
2011-04-08Fix more GCC strict-aliasing warnings.Chong Yidong1-37/+39
2011-04-01* xselect.c (x_get_local_selection, x_handle_property_notify):Paul Eggert1-7/+3
2011-03-23* xselect.c (x_check_property_data): Return correct size (Bug#8335).Paul Eggert1-4/+6
2011-03-09* xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert1-7/+6
2011-03-09* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert1-1/+0
2011-03-09* xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert1-20/+0