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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 07/06/01 21:02:42

  Modified:    .        ChangeLog
  Log:
  Fixed a behavior where you would cancel (via right mouse button or escape)
  
  the placing of components, but gschem would still be in the add component
  
  mode (and clicks would still place components).
  
  
  
  
  Revision  Changes    Path
  1.688                eda/geda/gaf/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
  retrieving revision 1.687
  retrieving revision 1.688
  diff -u -b -r1.687 -r1.688
  --- ChangeLog	31 May 2007 21:29:47 -0000	1.687
  +++ ChangeLog	2 Jun 2007 01:02:42 -0000	1.688
  @@ -1,3 +1,18 @@
  +2007-06-01 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* src/i_callbacks.c: Fixed a behavior where you would cancel
  +	(via right mouse button or escape) the placing of components,
  +	but gschem would still be in the add component mode (and clicks
  +	would still place components).	Calling i_callback_cancel really
  +	means cancel the current mode and go into select mode.	This fix
  +	shouldn't break anything and still keeps all nice behaviors like
  +	pressing "ok" (on the component select dialog box), "apply",
  +	right mouse button cancel or escape cancel.
  +
  +	* include/x_states.h: While debugging above, found out it was
  +	hard to map numeric state number to the symbolic name by looking
  +	at x_states.h.  Added comments to make this mapping more obvious.
  +
   2007-05-31 Peter Brett <peter@xxxxxxxxxxxxx>
   
   	* include/prototype.h, src/i_basic.c, src/i_callbacks.c,
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs