summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2004-06-24Merged in changes from CVS trunk.Karoly Lorentey
2004-06-16Update copyright.Kim F. Storm
2004-02-17Merged in changes from CVS HEADKaroly Lorentey
2004-02-16Lisp_Object/int mixup.Stefan Monnier
2004-02-10* xselect.c (x_get_foreign_selection): Add new optional parameterJan Djärv
2004-02-05* xselect.c: Include stdio,h.Jan Djärv
2004-02-03* xselect.c: Include termhooks.h and X11/Xproto.hJan Djärv
2004-01-05Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey
2003-09-01Add arch taglinesMiles Bader
2003-06-17Don't include cahrset.h, coding.h, composite.h.Kenichi Handa
2003-04-06(x_handle_selection_request): Move UNGCPRO to very end.Richard M. Stallman
2003-03-12(selection_data_to_lisp_data): Use int instead ofAndreas Schwab
2003-01-06Comment change.Richard M. Stallman
2002-09-06(syms_of_xselect): Fix spacing.Juanma Barranquero
2002-08-14(QUTF8_STRING): New variable.Kenichi Handa
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-10Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero
2002-06-24(selection_data_to_lisp_data): Disable composition handling.Kenichi Handa
2002-06-07(lisp_data_to_selection_data): Fix last change:Sam Steingold
2002-06-07(lisp_data_to_selection_data): Fix last change: set size_ret.Eli Zaretskii
2002-06-05(lisp_data_to_selection_data): If the requested typeEli Zaretskii
2002-05-31(lisp_data_to_selection_data): Always set selectionEli Zaretskii
2002-05-20* xselect.c (symbol_to_x_atom, x_get_foreign_selection): UseKen Raeburn
2002-05-07(lisp_data_to_selection_data): Don't set selectionEli Zaretskii
2002-03-04Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier
2002-02-26(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.Eli Zaretskii
2002-02-23(selection_data_to_lisp_data): Fix last change.Eli Zaretskii
2002-02-22Fix last change.Eli Zaretskii
2002-02-22<Qcompound_text_with_extensions>: New variable.Eli Zaretskii
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-21Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-07-12(x_decline_selection_request): Handle errorsGerd Moellmann
2001-01-16Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann
2001-01-11(selection_request_dpyinfo): New variable.Gerd Moellmann
2001-01-10(x_reply_selection_request): Add a comment.Gerd Moellmann
2000-11-28(wait_for_property_change): Update copyright.Gerd Moellmann
2000-11-06Include composite.h.Kenichi Handa
2000-07-21*** empty log message ***Kenichi Handa
2000-07-21(lisp_data_to_selection_data): Use x_encode_text.Kenichi Handa
2000-05-20(selection_data_to_lisp_data): Setup membersKenichi Handa
1999-12-15(lisp_data_to_selection_data): Adjusted for the changeKenichi Handa
1999-09-13(x_own_selection): Change for Lisp_Object selected_frame.Gerd Moellmann
1999-09-12Use XCAR and XCDR instead of explicit member references.Ken Raeburn
1999-01-24(x_handle_selection_clear): Don't clear theRichard M. Stallman
1998-12-15(lisp_data_to_selection_data): Call find_charset_in_strKenichi Handa
1998-10-30(Vselection_coding_system): Doc fix.Andreas Schwab
1998-10-12(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa
1998-08-26(selection_data_to_lisp_data): Code-convert selectionsRichard M. Stallman