Skip to content
  • Miguel de Icaza's avatar
    Allow the lists to include an asterisk to be able to distinguish between · 0551a214
    Miguel de Icaza authored
    
    
    1998-09-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>
    
    	* src/sheet-autofill.c (matches_list): Allow the lists to include
    	an asterisk to be able to distinguish between abbreviations and
    	full descriptions.
    
    	* src/clipboard.c (x_selection_to_cell_region): New routine.
    	Creates a CellRegion of type text based on the selection provided
    	by X.
    	(paste_cell_flags): New function, decoupled from
    	do_clipboard_paste_cell_region.   Handles new type in CellCopy.
    
    	* src/sheet.c (sheet_selection_paste): Simplified as most of the
    	work is now
    
    	* src/clipboard.c (x_selection_received): Perform the paste
    	operation, moved most of the logic from sheet.c.  This does both
    	internal paste and paste from the X selection (and everything
    	works the way the user expects it to behave).
    0551a214