1998-08-26 |
Richard M. Stallman |
(selection_data_to_lisp_data): Code-convert selections
|
1998-08-15 |
Kenichi Handa |
(Vnext_selection_coding_system): New variable.
|
1998-07-11 |
Richard M. Stallman |
(Vselection_coding_system):
|
1998-07-09 |
Kenichi Handa |
(selection_data_to_lisp_data): Set Vlast_coding_system_used.
|
1998-05-21 |
Kenichi Handa |
(lisp_data_to_selection_data): Call
|
1998-04-18 |
Richard M. Stallman |
(Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty.
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-02 |
Kenichi Handa |
(selection_data_to_lisp_data): Give
|
1998-03-21 |
Richard M. Stallman |
(selection_data_to_lisp_data): Use make_string_from_bytes.
|
1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-01-22 |
Kenichi Handa |
(selection_data_to_lisp_data): Adjusted for the change
|
1998-01-21 |
Richard M. Stallman |
Update copyright year.
|
1998-01-09 |
Richard M. Stallman |
(lisp_data_to_selection_data): Use size_byte.
|
1997-12-28 |
Richard M. Stallman |
(Fx_rotate_cut_buffers_internal): Doc fix.
|
1997-11-25 |
Andreas Schwab |
(Fx_disown_selection_internal): Fix type of EVENT.
|
1997-11-15 |
Karl Heuer |
(x_handle_selection_request): Use xfree, not free.
|
1997-10-21 |
Kenichi Handa |
Include buffer.h.
|
1997-08-06 |
Richard M. Stallman |
(syms_of_xselect): Doc syntax fixes.
|
1997-08-06 |
Richard M. Stallman |
(syms_of_xselect): Doc syntax fixes.
|
1997-08-03 |
Kenichi Handa |
(Vclipboard_coding_system): New variable.
|
1997-07-24 |
Richard M. Stallman |
(selection_data_to_lisp_data):
|
1997-07-12 |
Richard M. Stallman |
(selection_data_to_lisp_data): Convert Fmake_vector
|
1997-07-02 |
Kenichi Handa |
(selection_data_to_lisp_data): Call free instead of
|
1997-06-09 |
Kenichi Handa |
(selection_data_to_lisp_data): Change coding system
|
1997-05-19 |
Kenichi Handa |
(lisp_data_to_selection_data): charsets from `char' to `int.
|
1997-05-10 |
Kenichi Handa |
(selection_data_to_lisp_data): If TYPE is `STRING'
|
1997-05-05 |
Richard M. Stallman |
(x_reply_selection_request): Delete the inner
|
1997-05-01 |
Richard M. Stallman |
(x_reply_selection_request): Fix previous change.
|
1997-05-01 |
Richard M. Stallman |
(x_own_selection, x_reply_selection_request)
|
1997-04-10 |
Karl Heuer |
(expect_property_change): Fix Lisp_Object/integer confusion.
|
1997-03-18 |
Kenichi Handa |
Adjusted for the change of MAX_CHARSET.
|
1997-02-27 |
Kenichi Handa |
(lisp_data_to_selection_data, selection_data_to_lisp_data):
|
1997-02-20 |
Karl Heuer |
Include charset.h and coding.h.
|
1996-10-31 |
Erik Naggum |
Reorganize function definitions so etags finds them.
|
1996-07-16 |
Karl Heuer |
(last_event_timestamp): Declare, but don't define.
|
1996-07-02 |
Miles Bader |
(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.
|
1996-01-25 |
Richard M. Stallman |
(xfree): Macro deleted.
|
1996-01-25 |
Richard M. Stallman |
(x_get_window_property_as_lisp_data): Use xfree, not XFree.
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1996-01-09 |
Karl Heuer |
(x_handle_selection_notify): Give an indication
|
1996-01-05 |
Richard M. Stallman |
Undo previous change, except for comments and doc strings.
|
1996-01-04 |
Karl Heuer |
(x_get_foreign_selection): Renamed local variables
|
1995-11-15 |
Richard M. Stallman |
(syms_of_xselect): Doc fix.
|
1995-11-15 |
Richard M. Stallman |
(x_clear_frame_selections): Get selection_symbol properly.
|
1995-07-17 |
Karl Heuer |
(x_clear_frame_selections): Delete duplicate code.
|
1995-05-24 |
Karl Heuer |
(queue_selection_requests_unwind): Add return value.
|
1995-05-23 |
Karl Heuer |
(x_get_window_property): Cast args of XGetWindowProperty.
|
1995-05-05 |
Richard M. Stallman |
(Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist)
|
1995-04-07 |
Karl Heuer |
Update copyright.
|
1995-04-03 |
Karl Heuer |
New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
|
1995-03-31 |
Karl Heuer |
(Fx_store_cut_buffer_internal): Use the flag in the
|
1995-02-06 |
Richard M. Stallman |
(x_get_foreign_selection, x_reply_selection_request):
|
1995-02-02 |
Richard M. Stallman |
(wait_for_property_change): Avoid unlikely timing error.
|
1994-11-16 |
Karl Heuer |
(wait_for_property_change): Encode location as a cons of two integers instead
|
1994-10-26 |
Richard M. Stallman |
(x_own_selection, x_get_foreign_selection): Change calls
|
1994-10-25 |
Richard M. Stallman |
(Fx_selection_exists_p): Fix backwards if.
|
1994-10-24 |
Richard M. Stallman |
(Fx_selection_exists_p): If selected_frame isn't an x frame, return nil.
|
1994-10-23 |
Richard M. Stallman |
Use XFlush, not XFlushQueue, throughout.
|
1994-10-20 |
Richard M. Stallman |
Log omitted from previous checkin:
|
1994-10-20 |
Richard M. Stallman |
(x_get_foreign_selection): Get display from
|
1994-10-04 |
Karl Heuer |
(x_clear_frame_selections, wait_for_property_change): Use new accessor macros
|
1994-07-27 |
Richard M. Stallman |
(x_get_foreign_selection): Use the new feature
|
1994-07-01 |
Richard M. Stallman |
(x_own_selection, x_get_foreign_selection):
|
1994-05-04 |
Karl Heuer |
Update copyright.
|
1994-05-04 |
Richard M. Stallman |
(x_own_selection): Catch errors around XSetSelectionOwner.
|
1994-04-11 |
Richard M. Stallman |
(x_decline_selection_request): Call XFlushQueue.
|
1994-03-25 |
Karl Heuer |
(x_get_local_selection, x_handle_selection_request): Use assignment, not
|
1994-02-14 |
Karl Heuer |
(x-own-selection-internal, x-get-selection-internal,
|
1993-12-23 |
Richard M. Stallman |
(x_get_foreign_selection): Use x_catch_errors.
|
1993-11-23 |
Richard M. Stallman |
(Fx_disown_selection_internal): When making the fake
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-08-14 |
Richard M. Stallman |
(struct property_change): New field `arrived'.
|
1993-08-11 |
Richard M. Stallman |
(receive_incremental_selection): Use bcopy, not memcpy.
|
1993-07-31 |
Richard M. Stallman |
(prop_location_identifier): Was named prop_location_tick.
|
1993-07-25 |
Richard M. Stallman |
(lisp_data_to_selection_data): New arg NOFREE_RET.
|
1993-06-09 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
1993-06-05 |
Richard M. Stallman |
(x_get_foreign_selection): Handle x_selection_timeout
|
1993-06-04 |
Richard M. Stallman |
(Fx_store_cut_buffer_internal): Handle empty string right.
|
1993-05-31 |
Richard M. Stallman |
(x_reply_selection_request): Call XFlushQueue.
|
1993-05-27 |
Richard M. Stallman |
(x_get_local_selection): If no conversion function
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-05-15 |
Richard M. Stallman |
(Fx_selection_exists_p): Handle nil, t as SELECTION arg.
|
1993-04-10 |
Jim Blandy |
long_to_cons and cons_to_long are generally useful things; they're
|
1993-03-31 |
Jim Blandy |
Put interrupt input blocking in a separate file from xterm.h.
|
1993-03-25 |
Jim Blandy |
* xselect.c (SELECTION_QUANTUM): Don't use XMaxRequestSize on R3;
|
1993-03-19 |
Richard M. Stallman |
(cons_to_long, long_to_cons): No longer static.
|
1993-03-14 |
Richard M. Stallman |
entered into RCS
|
1993-03-13 |
Richard M. Stallman |
*** empty log message ***
|
1993-03-13 |
Richard M. Stallman |
Initial revision
|