summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2011-07-06* xselect.c: Integer signedness and overflow fixes.Paul Eggert
2011-06-20* xselect.c (Fx_get_atom_name): Avoid need for strlen.Paul Eggert
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert
2011-06-04* src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong
2011-06-04Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong
2011-05-28Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert
2011-05-28Move clipboard-manager functionality out of hooks.Chong Yidong
2011-05-27* src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier
2011-05-27* xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert
2011-05-27Support X clipboard managers.Chong Yidong
2011-05-26src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong
2011-05-26* src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong
2011-05-22Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong
2011-05-22* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert
2011-05-22* src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong
2011-05-12* xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert
2011-05-12* xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-18Avoid 0 flag with %p printf format.Paul Eggert
2011-04-18* xfns.c (Fx_window_property): Simplify a bit,Paul Eggert
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-09Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris
2011-04-08Fix more GCC strict-aliasing warnings.Chong Yidong
2011-04-01* xselect.c (x_get_local_selection, x_handle_property_notify):Paul Eggert
2011-03-23* xselect.c (x_check_property_data): Return correct size (Bug#8335).Paul Eggert
2011-03-09* xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert
2011-03-09* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert
2011-03-09* xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert
2011-02-08Make globals.h a generated headerTom Tromey
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-19Fix X11 compilation failure.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-14Fix last cons in set_wm_state, remove unused variables.Jan D
2010-11-13Fix Atoms and Lisp_Object mixup and related bugs.Jan D
2010-11-12Apply XAtom revork patches from Julien Danjou.Jan Djärv
2010-09-02Removed cut-buffer code.Jan Djärv
2010-08-16Don't define QPRIMARY twice.Jan Djärv
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D
2010-08-07Change `select-active-region' mechanics.Chong Yidong
2010-07-31Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong