[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 06/05/17 10:20:47

  Modified:    .        ChangeLog
  Log:
  Added support for moving the selected objects just dragging them.
  
  Added multiple copy command.
  
  Allow rotating while copying or moving objects.
  
  
  
  
  Revision  Changes    Path
  1.451     +14 -0     eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.450
  retrieving revision 1.451
  diff -u -b -r1.450 -r1.451
  --- ChangeLog	16 May 2006 22:33:10 -0000	1.450
  +++ ChangeLog	17 May 2006 14:20:47 -0000	1.451
  @@ -1,3 +1,17 @@
  +2006-05-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +	* include/i_vars.h, include/prototype.h, lib/system-gschemrc.in,
  +	  noweb/i_vars.nw, noweb/o_find.nw:
  +	  Added support for moving the selected objects just dragging them.
  +	* include/prototype.h, include/x_states.h, noweb/g_keys.nw,
  +	  noweb/g_rc.nw, noweb/g_register.nw, noweb/i_basic.nw,
  +	  noweb/i_callbacks.nw, noweb/o_basic.nw:
  +	  Added multiple copy command.
  +	* noweb/o_copy.nw, noweb/o_move.nw, noweb/o_undo.nw,
  +	  include/prototype.h, noweb/x_event.nw:
  +	  Allow rotating while copying or moving objects.
  +	* noweb/g_hook.nw, noweb/o_complex.nw, noweb/o_misc.nw:
  +	  Don't draw text if w_current->DONT_REDRAW == 1.
  +	
   2006-05-16 22:31  Dan McMahill <danmc>
   
   	* include/Makefile.am, include/prototype.h, noweb/g_funcs.nw,