summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-52/+30
|\
| * (x_get_local_selection, copy_multiple_data)Kim F. Storm2006-07-181-52/+30
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-101-0/+1
|\|
| * (x_catch_errors_unwind): Fix missing return value.Andreas Schwab2006-03-051-0/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-041-12/+27
|\|
| * * xselect.c (x_catch_errors_unwind): New function.Chong Yidong2006-02-281-12/+27
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-281-17/+18
|\|
| * * 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
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 677)Karoly Lorentey2005-12-261-2/+2
|\|
| * (x_handle_dnd_message): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-3/+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
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 441-446)Karoly Lorentey2005-06-251-1/+1
|\|
| * (Fx_own_selection_internal): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 423-434)Karoly Lorentey2005-06-211-3/+3
|\|
| * (lisp_data_to_selection_data): Fix spelling.Juanma Barranquero2005-06-171-3/+3
* | Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Karoly Lorentey2005-02-191-6/+14
|\|
| * (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
* | Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Karoly Lorentey2005-02-101-37/+106
|\|
| * * 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
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-5/+5
|\|
| * * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)Jan Djärv2005-01-071-5/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-1/+1
|\|
| * (Fx_get_cut_buffer_internal): Return a unibyte string.Kenichi Handa2004-12-221-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-10/+23
|\|
| * Include <sys/types.h> and <unistd.h> (for getpid).Kim F. Storm2004-11-091-10/+23
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-32/+144
|\|
| * * 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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-311-10/+10
|\|
| * (Vx_lost_selection_functions, Vx_sent_selection_functions):Stefan Monnier2004-10-281-10/+10
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-131-1/+9
|\|
| * 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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-231-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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-2/+2
|\|