[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 07/02/16 20:57:04
Modified: . ChangeLog
Log:
Fixed update component to work again and made update component unselect all
non OBJ_COMPLEX objects to give the user some feedback that something happened.
Revision Changes Path
1.626 +15 -0 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.625
retrieving revision 1.626
diff -u -b -r1.625 -r1.626
--- ChangeLog 17 Feb 2007 00:26:03 -0000 1.625
+++ ChangeLog 17 Feb 2007 01:57:02 -0000 1.626
@@ -2,6 +2,21 @@
* po/nl_NL.po: Updated Dutch translation from Bert Timmerman. Thanks.
+ * src/i_callbacks.c: Fixed update component to work again.
+ It broken during the transition from Ales' custom linked list
+ implementation for the selection lists to using GList for
+ selection lists. It seems that iterating over a list that is
+ being change doesn't work in the same way with GLists. Fix for
+ this was to make a shallow copy of the selection list and use
+ that copy when iterating.
+
+ * src/i_callbacks.c: Change the behavior of update component
+ a little. Update component will deselect all non OBJ_COMPLEX
+ objects after it has finished running. This will give you
+ an indication as to which components were update or changed.
+ The behavior before was completely silent with no feedback that
+ anything happened.
+
2007-02-16 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* po/fr_FR.po: Updated the French translation.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs