1 2007-04-17 Werner Hoch <werner.ho@gmx.de>
3 * script/tragesym: for large symbols put the attributs inside
4 the symbol box. Add padding at the top and the bottom pins.
5 removed o_vdist limitation.
6 code mostly from Patch [#1662285] written by Aapo Tahkola
8 2006-05-17 Werner Hoch <werner.ho@gmx.de>
9 * scripts/tragesym: accept tab as option delimiter
11 * examples/tragesym/template.ods: added OOo-template
13 2006-03-26 Werner Hoch <werner.ho@gmx.de>
14 * scripts/tragesym: changed version to 0.0.9
15 use the overbar feature of gschem, removed it from tragesym
16 added optional value attribute
17 * examples/tragesym/template.src, examples updated
18 * docs/README.tragesym: added feature list
20 2005-09-11 Werner Hoch <werner.ho@gmx.de>
21 * changed vertikal to vertical
23 2005-04-16 (version 0.0.8) Carlos Nieves Onega <cnieves@iespana.es>
24 * scripts/tragesym: Changed the way it draws the symbol so
25 there is no need to translate it to the origin.
27 2004-11-14: (version 0.0.7) Werner Hoch <werner.ho@gmx.de>
28 * made it more tolerant for input files
30 * changed text line (multiline support)
32 2003-05-25: (version 0.0.6) Werner Hoch <werner.ho@gmx.de>
34 - added attributes "documentation=" and "author="
35 - changed i/o to io in the template file
37 2002-10-05: (version 0.0.5)
39 - changes to conform to the new gschem file format (20020922 or later)
40 - changed pin# to pinnumber, added pinseq
42 - changed slot# to slotdef, uref to refdes
44 2002-06-06: (version 0.0.4)
46 - changed "label" to "pinlabel=", "type" to "pintype"
47 - added attribute "description="
48 - corrected bug: not all attributs had added to the symbol
50 2002-04-07: (version 0.0.3)
52 - corrected net-attribute for multiple equal net entries
53 - corrected color of pinlabels
54 - cleanups in the template.src
56 2002-02-25: (version 0.0.2)
58 - corrected attribute color of uref was 2 instead of 8
59 - changed textalignment of left pinnumbers from bottom left to bottom
60 right. Same with rotated bottom pinnumbers
62 2001-11-15: (version 0.0.1)
64 - corrected sorting for (A1, A2, A10), alphabetic is not useful here
66 - added some syntax checks
67 - internal (draw pins top down instead of bottom up)
68 - attributes are on the top of the symbols
70 2001-10-30: (no version number) --> 0.0.0
71 First anounce at the geda mailing list
73 - create pins (line, dot, clk and dotclk)
74 - pinnumbers, pinlabels, pintype
75 - rotates the top and bottom pinlabel, if wished
76 - draws negation lines
77 - wordswap for rightsided and topsided pinlabels
78 - space between pins can be defined
79 - define nets, and write attributes
82 - sorting error if there are negation lines
83 - sorting error for adresspins (A8, A9, A10)
84 - negation lines seem not to be exactly over the letters
85 - right text and neg.lines has an error of 40 mils (gschem-bug?)