summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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 D.2010-11-121-4/+13
* Removed cut-buffer code.Jan D.2010-09-021-243/+0
* Don't define QPRIMARY twice.Jan D.2010-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.before-remove-vmsDan 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
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
| | * (cnt): Rename to x_reply_selection_request_cnt for clarity.Glenn Morris2007-09-121-2/+2
| | * (x_reply_selection_request) <cnt>: Move static variable to file scope.Glenn Morris2007-09-061-1/+4
* | | (Vselection_coding_system)Kenichi Handa2007-11-181-31/+0
|/ /
* | Remove HAVE_X11R5 and HAVE_X11R4.Jan Djärv2007-11-011-4/+0
* | * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-171-3/+3
* | (cnt): Rename to x_reply_selection_request_cnt for clarity.Glenn Morris2007-09-121-2/+2
* | (x_reply_selection_request) <cnt>: Move static variable to file scope.Glenn Morris2007-09-061-1/+4
* | Merge from emacs--devo--0Miles Bader2007-08-031-3/+3
|\ \
| * \ Merge from emacs--rel--22Miles Bader2007-08-031-3/+3
| |\ \ | | |/
| | * Comment change.Richard M. Stallman2007-08-031-3/+3
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\ \ \ | |/ /
| * | (Fx_get_atom_name): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
| |/
* | (x_handle_selection_clear): Only accessDan Nicolaescu2007-06-041-1/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-2/+11
|\ \ | |/
| * (Vselection_coding_system): Documentation improved.Kenichi Handa2007-03-061-2/+11