Fixed a nasty bug that was causing gsymcheck's make check to randomly fail
[geda-gaf/peter-b.git] / gattrib / ChangeLog
blob0c6f166614d8441576ff86edff94fe5b7633eea5
1 # Do not edit this file - generated from version control history
4 commit d7e8f5abc35644e90bfabf84396023cab09f2968
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date:   Sun Jul 8 16:18:57 2007 -0400
8     Updated configure.ac[.in] and Makefile versions in prep for a release.
9     
10     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
11     at the toplevel.  libgeda's shared library version is now 30:1:0
13 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
14 Author: Carlos Nieves Onega <cnieves@iespana.es>
15 Date:   Sun Jul 8 21:16:17 2007 +0200
17     Added *~ to .gitignore files.
19 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
20 Author: Ales Hvezda <ahvezda@seul.org>
21 Date:   Thu Jul 5 01:36:31 2007 -0400
23     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
25 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
26 Author: Ales Hvezda <ahvezda@seul.org>
27 Date:   Thu Jul 5 00:11:45 2007 -0400
29     Updated all version strings to 1.1.0 and 20070705
31 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
32 Author: Ales Hvezda <ahvezda@seul.org>
33 Date:   Wed Jul 4 23:55:07 2007 -0400
35     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
36     
37     Maintainer mode is no longer needed or desired now that we are no longer
38     using CVS.  Hopefully this will prevent some of the odd problems that were
39     observed during the last release when the Makefile's didn't get auto
40     regenerated.
42 commit dc7b8c53f4bc94626634887e46167a367a91f707
43 Author: Ales Hvezda <ahvezda@seul.org>
44 Date:   Wed Jul 4 23:32:15 2007 -0400
46     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
47     
48     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
49     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
50     Updated the configure.ac[.in] files to have consistent top sections.
51     Updated code and various scheme files to use the new DOTTED_VERSION
52     and DATE_VERSION variables available via config.h.  Stopped using
53     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
54     (not intended for that use).  Updated update-versions.sh script to set the
55     version in all the configure.ac[.in] files and the toplevel Makefile.
56     Went through all the g_rc.c files and make the handling of rc file
57     mismatch handling consistent.
59 commit 4e164220e934f0c4c54199e2ad357f681d623d74
60 Author: Peter TB Brett <peter@peter-b.co.uk>
61 Date:   Wed Jun 27 08:00:02 2007 +0100
63     gattrib: Update extra distribution list
65 commit 4d88805294a462674103a6b1a41aab153e08310a
66 Author: Ales Hvezda <ahvezda@seul.org>
67 Date:   Tue Jun 26 23:01:55 2007 -0400
69     Updated gattrib's configure script to use standard gEDA/gaf VERSION= practices.
71 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
72 Author: Ales Hvezda <ahvezda@laptop.ales.net>
73 Date:   Mon Jun 25 22:31:07 2007 -0400
75     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
76     
77     Previously this mechanism was used to create custom versions of gEDA/gaf.
78     With the coming of stable and development versions of gEDA/gaf, this
79     mechanism was changed so that end users can tell the difference between
80     a stable release vs a development release (by looking at the version string).
81     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
82     prepended to any strings that output the VERSION string.
84 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
85 Author: Ales Hvezda <ahvezda@laptop.ales.net>
86 Date:   Sun Jun 24 23:48:51 2007 -0400
88     Updated copyright text/header in most source files.
89     
90     Updated all copyright text dates that have my name (Ales) associated
91     with them.  Added gEDA contributer copyright text where appropriate.
92     Fixed a bunch of GNU text typos (these should have been either GPL
93     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
94     Fixed a few file header that were just plain incorrect.
96 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
97 Author: Ales Hvezda <ahvezda@laptop.ales.net>
98 Date:   Sun Jun 24 22:22:32 2007 -0400
100     Added *.o (all object files) to all src .gitignore files.
102 commit 3fa80f60f62e37fd2297c56b1a99bf5a29d5e912
103 Author: Ales Hvezda <ahvezda@laptop.ales.net>
104 Date:   Sun Jun 24 21:41:30 2007 -0400
106     Removed indent from gattrib's configure script.
107     
108     indent is no longer used (hold back from the noweb days).
110 commit 2482dbc0cd6d012f529e405a1e51fc1376af9b6e
111 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
112 Date:   Sat Jun 23 21:32:57 2007 +0100
114     gattrib: convert dialogs to GtkDialog
115     
116     Make all dialogs use GtkDialog as a base.
117     This considerably simplifies gattrib/src/x_dialog.c
118     and closes bug 1710818.
120 commit edff766e8b15c311505810241528026f722e30b6
121 Author: Peter TB Brett <peter@peter-b.co.uk>
122 Date:   Sat Jun 23 18:19:11 2007 +0100
124     Make sure various files are installed.
125     
126     Several new files were not being distributed. This patch addresses the
127     problem by adding files to EXTRA_DIST in automake input files.
129 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
130 Author: Peter Clifton <pcjc2@cam.ac.uk>
131 Date:   Sat Jun 23 18:17:29 2007 +0100
133     Move all .cvsignore files to .gitignore files
135 commit e4f3288389dd9736d328ce392f4e33d8521c5966
136 Author: Peter TB Brett <peter@peter-b.co.uk>
137 Date:   Sat Jun 23 16:42:49 2007 +0100
139     gattrib: Remove old & decaying documentation file
141 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
142 Author: Peter TB Brett <peter@peter-b.co.uk>
143 Date:   Sat Jun 23 16:11:44 2007 +0100
145     Changes to ChangeLog usage.
146     
147     With actual changes this time.  Old-style changelogs as of gaf 1.0
148     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
149     ChangeLogs replace them.  A script has been added to the gaf top level
150     to allow maintainers to update all the ChangeLog files immediately
151     prior to making out a release.
153 commit 460afb7f9193cca180acb0ac5f35ff1702a8f2ba
154 Author: Peter TB Brett <peter@peter-b.co.uk>
155 Date:   Thu Jun 21 22:43:09 2007 +0100
157     Fix unused variable warning in gnetlist.
159 commit 7a68c4175f305c86a560acf3824be315b409d5ed
160 Author: Carlos Nieves Onega <cnieves@iespana.es>
161 Date:   Wed Jun 13 18:56:35 2007 +0000
163     Convert the new attribute dialog to use GtkDialog.
164     
165     Applied patch sent by Ivan Stankovic. It is a partial fix for
166     bug #1710818 in gattrib. Thanks.
168 commit eed0be648afd9bc421a8d0059de621df778c5fbe
169 Author: Carlos Nieves Onega <cnieves@iespana.es>
170 Date:   Sat Jun 9 16:09:36 2007 +0000
172     Avoid writting '\r' to files on MinGW.
173     
174     Applied patch #1733826 from Cesar Strauss. Thanks.
175     When using the "w" mode in fopen, MinGW translates LF into CR-LF.
176     This creates havoc when reading the same file again, when sharing
177     schematics files with other systems, and when placing them in a VCS.
178     
179     This can be avoided by using the "wb" mode. The "b" is ignored on
180     all POSIX conforming systems, according to these sources:
181     
182     http://www.die.net/doc/linux/man/man3/fopen.3.html
183     http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
184     
185     There are other ways, however. Adding
186     
187     #include <fcntl.h>
188     int _fmode = _O_BINARY;
189     
190     on some source file should work as well. Another way is linking
191     against the MinGW supplied binmode.o, which does exactly that.
193 commit 4e55d9355a69f2005b9afc2596526a133caf8524
194 Author: Peter Clifton <pcjc2@cam.ac.uk>
195 Date:   Sat Jun 9 14:54:33 2007 +0000
197     Added call to g_thread_init() in Gschem and Gattrib.
198     
199     Gschem and Gattrib aren't threaded, but some of GTK's file chooser
200     backends uses threading so we need to call g_thread_init().
202 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
203 Author: Peter TB Brett <peter@peter-b.co.uk>
204 Date:   Mon Jun 4 16:15:37 2007 +0000
206     Replace deprecated Guile functions & macros.
207     
208     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
209     recommended equivalents for Guile 1.8.
212 #GCL#