[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/10/14 21:06:47
Modified: . ChangeLog
Log:
Added code to export the schematic to PNG, including pictures,
without using libgdgeda.
Revision Changes Path
1.404 +6 -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.403
retrieving revision 1.404
diff -u -b -r1.403 -r1.404
--- ChangeLog 10 Oct 2005 00:30:56 -0000 1.403
+++ ChangeLog 15 Oct 2005 01:06:47 -0000 1.404
@@ -1,3 +1,8 @@
+2005-10-15 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * noweb/prototype.h, noweb/i_callbacks.nw, noweb/x_image.nw:
+ Added code to export the schematic to PNG, including pictures,
+ without using libgdgeda.
+
2005-10-09 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* examples/gEDA_Flow.sch: Added simple PCB design flow diagram drawn
@@ -11,6 +16,7 @@
2005-10-04 Werner Hoch <werner.ho@xxxxxx>
* noweb/x_dialog.nw: removed gettext makro from a programm string
+>>>>>>> 1.403
2005-09-30 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/o_misc.nw, noweb/i_callbacks.nw:
Added code to embed/unembed pictures.