<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/xselect.c.old, branch feature/bug-reference-setup</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>properly mark Attic files as deleted</title>
<updated>2001-07-06T08:41:36+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2001-07-06T08:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ad782551325b7c694ee234b5ff4c5688d90e561c'/>
<id>ad782551325b7c694ee234b5ff4c5688d90e561c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JimB's changes since January 18th</title>
<updated>1993-01-26T01:58:16+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1993-01-26T01:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dbc4e1c12940079cad7b24e1654a0badcda8d6fc'/>
<id>dbc4e1c12940079cad7b24e1654a0badcda8d6fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* xselect.c (Fx_get_cut_buffer): Correct check for buf_num in</title>
<updated>1992-11-16T01:04:24+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-11-16T01:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e6bef18a10545d17db1f0398c1506096d4ec2d5'/>
<id>8e6bef18a10545d17db1f0398c1506096d4ec2d5</id>
<content type='text'>
	range.

	* xselect.c (Fx_get_cut_buffer, Fx_set_cut_buffer): Fix error
	message format; use NUM_CUT_BUFFERS instead of literal 7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	range.

	* xselect.c (Fx_get_cut_buffer, Fx_set_cut_buffer): Fix error
	message format; use NUM_CUT_BUFFERS instead of literal 7.
</pre>
</div>
</content>
</entry>
<entry>
<title>* xselect.c (own_selection): selection_type is an X Atom value,</title>
<updated>1992-10-31T05:42:28+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-10-31T05:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de02ad0bc7f6b4f198ce9eea520c1eb5e4ab8286'/>
<id>de02ad0bc7f6b4f198ce9eea520c1eb5e4ab8286</id>
<content type='text'>
	not a Lisp_Object.
	(x_selection_arrival): Declare this static, and add a forward
	declaration at the top of the page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	not a Lisp_Object.
	(x_selection_arrival): Declare this static, and add a forward
	declaration at the top of the page.
</pre>
</div>
</content>
</entry>
<entry>
<title>* xselect.c (Qcut_buffer0): Symbol removed; we're using a new</title>
<updated>1992-09-29T18:30:35+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-09-29T18:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=234a804bca326994adc2d83f01d064ee642228f9'/>
<id>234a804bca326994adc2d83f01d064ee642228f9</id>
<content type='text'>
	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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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.
</pre>
</div>
</content>
</entry>
<entry>
<title>* xselect.c: Use the FRAME_X_WINDOW macro, for readability.</title>
<updated>1992-08-29T03:33:12+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-08-29T03:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fcb9ffc8ae2c2f01b124a32fd776b5ab11033d70'/>
<id>fcb9ffc8ae2c2f01b124a32fd776b5ab11033d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>entered into RCS</title>
<updated>1992-07-22T16:15:36+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-07-22T16:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=434e6714820315c7e27ec615b0c9b8ab32435e7f'/>
<id>434e6714820315c7e27ec615b0c9b8ab32435e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>1992-07-22T02:25:17+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-07-22T02:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de'/>
<id>638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>1992-07-14T16:25:43+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-07-14T16:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f676886a9ea3e4f2cb9275a658c69c899056a500'/>
<id>f676886a9ea3e4f2cb9275a658c69c899056a500</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>1992-06-30T13:54:21+00:00</updated>
<author>
<name>Jim Blandy</name>
</author>
<published>1992-06-30T13:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5d77022e8429ca757746ed5d7cf9e2420703e8e'/>
<id>e5d77022e8429ca757746ed5d7cf9e2420703e8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
