[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/12/17 10:05:47
Modified: . ChangeLog
Log:
Change values when replacing properties, instead of deleting it and adding a new property.
Revision Changes Path
1.418 +8 -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.417
retrieving revision 1.418
diff -u -b -r1.417 -r1.418
--- ChangeLog 17 Dec 2005 13:59:13 -0000 1.417
+++ ChangeLog 17 Dec 2005 15:05:47 -0000 1.418
@@ -1,4 +1,12 @@
2005-12-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * noweb/x_attribedit.nw:
+ When mass replacing properties using the add property command,
+ don't delete the old attribute and add a new one: just change
+ the property text, visibility and show proerties, keeping the
+ text location.
+ Bug reported by Karel Kulhavy. Thanks for the bug report.
+
+2005-12-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* include/prototype.h, noweb/x_color.nw, noweb/x_dialog.nw:
Changed function x_color_get_name to use dynamic memory allocation.
Now it returns a newly allocated string with the colorname.