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