summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2006-08-11* xselect.c (Fx_register_dnd_atom): New function.Jan Djärv
2006-07-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-07-18(x_get_local_selection, copy_multiple_data)Kim F. Storm
2006-03-10Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-03-05(x_catch_errors_unwind): Fix missing return value.Andreas Schwab
2006-03-04Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-28Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-28* xselect.c (x_catch_errors_unwind): New function.Chong Yidong
2006-02-27* xterm.h, xterm.c (x_uncatch_errors): Delete unneccessaryChong Yidong
2006-02-25* xterm.h (x_catch_errors) Return value changed to void.Chong Yidong
2006-02-12Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-29Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey
2005-12-26Merged from miles@gnu.org--gnu-2005 (patch 677)Karoly Lorentey
2005-12-19(x_handle_dnd_message): Drag-and-drop items are nowYAMAMOTO Mitsuharu
2005-09-04Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-12(intern): Remove dup. intern and staticpro for QTIMESTAMP.Kim F. Storm
2005-07-11Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey
2005-07-05Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey
2005-07-04Update FSF's address.Lute Kamstra
2005-06-27Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey
2005-06-25Merged from miles@gnu.org--gnu-2005 (patch 441-446)Karoly Lorentey
2005-06-23(Fx_own_selection_internal): Follow error conventions.Juanma Barranquero
2005-06-21Merged from miles@gnu.org--gnu-2005 (patch 423-434)Karoly Lorentey
2005-06-17(lisp_data_to_selection_data): Fix spelling.Juanma Barranquero
2005-02-19Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Karoly Lorentey
2005-02-17(Fx_disown_selection_internal): Use union of structAndreas Schwab
2005-02-14(lisp_data_to_selection_data): If OBJ is a non-ASCIIKenichi Handa
2005-02-10Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Karoly Lorentey
2005-02-08* xselect.c (selection_data_to_lisp_data): For the special caseJan Djärv
2005-02-07* xselect.c (x_reply_selection_request): Pass long array toJan Djärv
2005-02-05* xselect.c (Fx_send_client_event, x_handle_dnd_message): HandleJan Djärv
2005-02-03Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey
2005-01-07* gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)Jan Djärv
2004-12-23Merged in changes from CVS trunk.Karoly Lorentey
2004-12-22(Fx_get_cut_buffer_internal): Return a unibyte string.Kenichi Handa
2004-11-13Merged in changes from CVS trunk.Karoly Lorentey
2004-11-09Include <sys/types.h> and <unistd.h> (for getpid).Kim F. Storm
2004-11-06Merged in changes from CVS trunk.Karoly Lorentey
2004-11-05* xselect.c (struct selection_event_queue, selection_queue)Kim F. Storm
2004-11-05* xselect.c (TRACE3): New debug macro.Jan Djärv
2004-10-31Merged in changes from CVS trunk.Karoly Lorentey
2004-10-28(Vx_lost_selection_functions, Vx_sent_selection_functions):Stefan Monnier
2004-09-13Merged in changes from CVS trunk.Karoly Lorentey
2004-09-10Must BLOCK/UNBLOCK around x_uncatch_errors.Jan Djärv
2004-09-10* xselect.c (x_reply_selection_request): XSync and UNBLOCK beforeJan Djärv
2004-08-23Merged in changes from CVS trunk.Karoly Lorentey
2004-08-20Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm
2004-08-19Adapt to new wait_reading_process_input args.Kim F. Storm