Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -70/+58 |
| | |||||
* | * xselect.c (Fx_get_cut_buffer): Correct check for buf_num in | Jim Blandy | 1992-11-16 | 1 | -4/+4 |
| | | | | | | | range. * xselect.c (Fx_get_cut_buffer, Fx_set_cut_buffer): Fix error message format; use NUM_CUT_BUFFERS instead of literal 7. | ||||
* | * xselect.c (own_selection): selection_type is an X Atom value, | Jim Blandy | 1992-10-31 | 1 | -4/+9 |
| | | | | | | not a Lisp_Object. (x_selection_arrival): Declare this static, and add a forward declaration at the top of the page. | ||||
* | * xselect.c (Qcut_buffer0): Symbol removed; we're using a new | Jim Blandy | 1992-09-29 | 1 | -11/+208 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | * xselect.c: Use the FRAME_X_WINDOW macro, for readability. | Jim Blandy | 1992-08-29 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Jim Blandy | 1992-07-22 | 1 | -4/+20 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-07-22 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-07-14 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-06-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-06-10 | 1 | -14/+44 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -7/+10 |
| | |||||
* | *** empty log message *** | Joseph Arceneaux | 1992-05-12 | 1 | -109/+149 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -7/+9 |
| | |||||
* | Initial revision | Jim Blandy | 1991-01-05 | 1 | -0/+666 |