summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (sync from trunk).Juanma Barranquero2008-08-261-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
* Comment change.Richard M. Stallman2007-08-031-3/+3
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (Vselection_coding_system): Documentation improved.Kenichi Handa2007-03-061-2/+11
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Space/tab mixup.Juanma Barranquero2006-11-241-4/+4
* (selection-coding-system): Fix docstring.Romain Francoise2006-11-121-4/+4
* * xselect.c (x_handle_selection_request): If the converted_selectionJan Djärv2006-10-191-0/+8
* * xselect.c (Fx_register_dnd_atom): New function.Jan Djärv2006-08-111-2/+49
* (x_get_local_selection, copy_multiple_data)Kim F. Storm2006-07-181-52/+30
* (x_catch_errors_unwind): Fix missing return value.Andreas Schwab2006-03-051-0/+1
* * xselect.c (x_catch_errors_unwind): New function.Chong Yidong2006-02-281-12/+27
* * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessaryChong Yidong2006-02-271-6/+6
* * xterm.h (x_catch_errors) Return value changed to void.Chong Yidong2006-02-251-17/+18
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (x_handle_dnd_message): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (intern): Remove dup. intern and staticpro for QTIMESTAMP.Kim F. Storm2005-07-121-1/+0
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fx_own_selection_internal): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* (lisp_data_to_selection_data): Fix spelling.Juanma Barranquero2005-06-171-3/+3
* (Fx_disown_selection_internal): Use union of structAndreas Schwab2005-02-171-5/+8
* (lisp_data_to_selection_data): If OBJ is a non-ASCIIKenichi Handa2005-02-141-1/+6
* * xselect.c (selection_data_to_lisp_data): For the special caseJan Djärv2005-02-081-6/+20
* * xselect.c (x_reply_selection_request): Pass long array toJan Djärv2005-02-071-54/+71
* * xselect.c (Fx_send_client_event, x_handle_dnd_message): HandleJan Djärv2005-02-051-5/+43
* * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)Jan Djärv2005-01-071-5/+5
* (Fx_get_cut_buffer_internal): Return a unibyte string.Kenichi Handa2004-12-221-1/+1
* Include <sys/types.h> and <unistd.h> (for getpid).Kim F. Storm2004-11-091-10/+23
* * xselect.c (struct selection_event_queue, selection_queue)Kim F. Storm2004-11-051-32/+130
* * xselect.c (TRACE3): New debug macro.Jan Djärv2004-11-051-2/+16
* (Vx_lost_selection_functions, Vx_sent_selection_functions):Stefan Monnier2004-10-281-10/+10
* Must BLOCK/UNBLOCK around x_uncatch_errors.Jan Djärv2004-09-101-0/+6
* * xselect.c (x_reply_selection_request): XSync and UNBLOCK beforeJan Djärv2004-09-101-2/+4
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-4/+4
* Adapt to new wait_reading_process_input args.Kim F. Storm2004-08-191-2/+4
* Update copyright.Kim F. Storm2004-06-161-2/+2
* Lisp_Object/int mixup.Stefan Monnier2004-02-161-2/+2
* * xselect.c (x_get_foreign_selection): Add new optional parameterJan Djärv2004-02-101-8/+24
* * xselect.c: Include stdio,h.Jan Djärv2004-02-051-0/+1
* * xselect.c: Include termhooks.h and X11/Xproto.hJan Djärv2004-02-031-0/+351
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Don't include cahrset.h, coding.h, composite.h.Kenichi Handa2003-06-171-70/+18
* (x_handle_selection_request): Move UNGCPRO to very end.Richard M. Stallman2003-04-061-2/+5
* (selection_data_to_lisp_data): Use int instead ofAndreas Schwab2003-03-121-4/+4
* Comment change.Richard M. Stallman2003-01-061-0/+1
* (syms_of_xselect): Fix spacing.Juanma Barranquero2002-09-061-2/+2