1 2004-07-27 Stuart Brorson <sdb@cloud9.net>
3 * Ported code to GTK+-2.X. Re-wrote Makefile.am & configure.ac. Split
4 gtksheet.c into two versions, one for GTK-1.2 and one for GTK-2.X.
5 (Both copied from gtkextra.sf.net.)
7 * Many fixes related to moving to GTK-2.X
9 * Incorporated Ales' fix for "for" loop which had i=i++ construct.
11 2004-07-13 Stuart Brorson <sdb@cloud9.net>
13 * Eliminated spurious GTK warnings by testing for NULL in arguments
14 before calling functions in gtksheet.c.
16 * Removed several extraneous files originally bundled with GtkSheet.
18 2004-06-25 Ales Hvezda (Noted by SDB)
20 * Modified gattrib to work with soon-to-be-released libgeda 20040710.
22 2004-03-13 Stuart Brorson <sdb@cloud9.net>
24 * Implemented alphabetic sort of master_comp_list.
26 * Placed references to g_rc_reset_component_library and other
27 Guile fcns into g_register to enable Sri's RC customized files.
29 2004-03-11 Stuart Brorson <sdb@cloud9.net>
31 * Fixed bug in which a loop was terminating early, causing
32 large portions of some designs to be not processed.
34 * Added code to catch a cond where a design with no components
35 (i.e. no refdeses) or no modifiable attributes (i.e. no attribs
36 other than refdes) would cause a segfault. Now program just
37 exits with an error message.
39 2004-03-06 Stuart Brorson <sdb@cloud9.net>
41 * Fixed bug in which graphical objects were not discarded
42 during the "add master list" loop. This generated a
43 spurious warning message.
45 * Fixed configure.ac to fix the GTK-1.2 vs. GTK-2.X problem
46 originally identified by Dan, and seen again by Sribalan
47 Santhanam in rel 20040304. Hopefully I fixed the bug this
50 2004-03-04 Stuart Brorson <sdb@cloud9.net>
52 * Fixed some compilation issues related to GTK-1.2 vs. GTK-2.X.
53 Dan McMahill discovered the problem, and also provided the
54 patches fixing it. Thanks, Dan!
56 * "make install" now correctly installs system-gattribrc into
57 the place where the gEDA RC files live. I had forgotten to
58 include this into the last release, and you had to do it by
61 2004-02-21 Stuart Brorson <sdb@cloud9.net>
65 2003-12-05 Stuart Brorson <sdb@cloud9.net>