Skip to content
  • Miguel de Icaza's avatar
    When queuing for recalc, tag the cell, so that if we remove the cell from · d0921f63
    Miguel de Icaza authored
    1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
    
    	* src/eval.c (cell_queue_recalc): When queuing for recalc, tag the
    	cell, so that if we remove the cell from the recalc list we can
    	quickly find out if we have to look for it on the list of pending
    	recomputations.
    	(pick_next_cell_from_queue): Clear the cell's
    	CELL_QUEUED_FOR_RECALC bit.
    	(cell_unqueue_from_recalc): New routine to remove a cell queued
    	for recomputation.
    
    	* src/clipboard.c (new_node): Trim leading spaces.
    d0921f63