summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* * src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong2012-04-241-0/+1
* 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
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-1/+1
* Spelling fixes.Paul Eggert2011-12-051-4/+4
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * 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
* * xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert2011-05-121-4/+0
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-8/+8
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-8/+8
* Avoid 0 flag with %p printf format.Paul Eggert2011-04-181-3/+3
* * xfns.c (Fx_window_property): Simplify a bit,Paul Eggert2011-04-181-2/+2
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-5/+5
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+4
* Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-091-37/+39
|\
| * Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-37/+39
* | * xselect.c (x_get_local_selection, x_handle_property_notify):Paul Eggert2011-04-011-7/+3
* | * xselect.c (x_check_property_data): Return correct size (Bug#8335).Paul Eggert2011-03-231-4/+6
* | * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert2011-03-091-7/+6
* | * xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert2011-03-091-1/+0
* | * xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert2011-03-091-20/+0
* | Make globals.h a generated headerTom Tromey2011-02-081-0/+14
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-3/+3
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+4