summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+6
* | Convert old-style definitionsAndreas Schwab2010-07-121-42/+18
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-23/+11
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-4/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-98/+39
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-38/+38
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-27/+27
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-2/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Fix last fix.Chong Yidong2008-12-031-6/+4
* (Fx_get_cut_buffer_internal): Fix memory leak.Chong Yidong2008-12-031-1/+8
* (x_get_foreign_selection): Return nil if desired selection could notChong Yidong2008-08-201-1/+1
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-2/+0
* (Fx_rotate_cut_buffers_internal): Doc fix.Chong Yidong2008-07-221-2/+2
* * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.Juanma Barranquero2008-06-251-1/+1
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-1/+1
* (x_reply_selection_request): Properly handle format ==Andreas Schwab2008-05-261-5/+8
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-071-9/+9
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\