[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: werner
Date: 06/04/15 10:00:09
Modified: . ChangeLog
Log:
ARC_END_ANGLE calculation corrected, fixes bug 1468682
Revision Changes Path
1.443 +9 -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.442
retrieving revision 1.443
diff -u -b -r1.442 -r1.443
--- ChangeLog 14 Apr 2006 11:49:27 -0000 1.442
+++ ChangeLog 15 Apr 2006 14:00:09 -0000 1.443
@@ -1,3 +1,12 @@
+2006-04-15 Werner Hoch <werner.ho@xxxxxx>
+
+ * noweb/o_arc.nw: corrected ARC_END_ANGLE calculation in
+ o_arc_rubberband(), simplified the function.
+ this fixes bug 1468682
+
+ * noweb/a_pan.nw: set loc_x/y to 0 in a_pan_general,
+ this fixes a zoom-while-drawing error
+
2006-04-14 Werner Hoch <werner.ho@xxxxxx>
* noweb/a_zoom.nw, noweb/a_pan.nw: rubberband redrawing changed