summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix execution of x selection hooks.Johan Bockgård2011-07-131-4/+7
* * 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
* | Fix X11 compilation failure.Paul Eggert2011-01-191-15/+0
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-17/+4
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ \ | |/ /
| * | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+1
|/ /
* | Fix last cons in set_wm_state, remove unused variables.Jan D2010-11-141-5/+0
* | Fix Atoms and Lisp_Object mixup and related bugs.Jan D2010-11-131-2/+4
* | Apply XAtom revork patches from Julien Danjou.Jan Djärv2010-11-121-4/+13
* | Removed cut-buffer code.Jan Djärv2010-09-021-243/+0
* | Don't define QPRIMARY twice.Jan Djärv2010-08-161-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+2
* | Change `select-active-region' mechanics.Chong Yidong2010-08-071-1/+1
* | Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong2010-07-311-7/+5