1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
Commit graph

14 commits

Author SHA1 Message Date
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
8e6bef18a1 * xselect.c (Fx_get_cut_buffer): Correct check for buf_num in
range.

	* xselect.c (Fx_get_cut_buffer, Fx_set_cut_buffer): Fix error
	message format; use NUM_CUT_BUFFERS instead of literal 7.
1992-11-16 01:04:24 +00:00
Jim Blandy
de02ad0bc7 * xselect.c (own_selection): selection_type is an X Atom value,
not a Lisp_Object.
	(x_selection_arrival): Declare this static, and add a forward
	declaration at the top of the page.
1992-10-31 05:42:28 +00:00
Jim Blandy
234a804bca * xselect.c (Qcut_buffer0): Symbol removed; we're using a new
interface to the cut buffer now.
	(NUM_CUT_BUFFERS, cut_buffer_atom, cut_buffer_value,
	cut_buffer_cached, cut_buffer_just_set): New variables.
	(Fx_own_selection, Fx_selection_value): Dike out the code to
	handle CUT_BUFFER0 requests.
	(Fx_get_cut_buffer, Fx_set_cut_buffer, x_watch_cut_buffer_cache,
	x_invalidate_cut_buffer_cache): New functions.
	(syms_of_xselect): Don't bother to initialize Qcut_buffer0.
	Initialize and staticpro cut_buffer_value, and defsubr
	Sx_get_cut_buffer and Sx_set_cut_buffer.
	* xterm.c (XTread_socket): Pass PropertyNotify events from the
	root window to x_invalidate_cut_buffer_cache.
	(x_term_init): Call x_watch_cut_buffer_cache here.
1992-09-29 18:30:35 +00:00
Jim Blandy
fcb9ffc8ae * xselect.c: Use the FRAME_X_WINDOW macro, for readability. 1992-08-29 03:33:12 +00:00
Jim Blandy
434e671482 entered into RCS 1992-07-22 16:15:36 +00:00
Jim Blandy
638cb9c6b7 *** empty log message *** 1992-07-22 02:25:17 +00:00
Jim Blandy
f676886a9e *** empty log message *** 1992-07-14 16:25:43 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Jim Blandy
1113d9db4b *** empty log message *** 1992-06-10 03:53:16 +00:00
Jim Blandy
ffd56f97cf *** empty log message *** 1992-05-18 08:14:41 +00:00
Joseph Arceneaux
3c25457042 *** empty log message *** 1992-05-12 02:31:53 +00:00
Jim Blandy
265a9e559d *** empty log message *** 1992-01-13 21:48:08 +00:00
Jim Blandy
f3a0bf5c13 Initial revision 1991-01-05 19:03:03 +00:00