Updated all ChangesLogs in prep for a release
[geda-gaf/peter-b.git] / gsymcheck / ChangeLog
blobec0fef9f4274b10de69a0a457cd23e32e3c7ec2e
1 # Do not edit this file - generated from version control history
4 commit 32907f4c9585abd866f0f4aaec2d4884ed519c93
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date:   Wed Dec 31 18:42:17 2008 -0500
8     Updated manual page versions in prep for a release
10 commit 732a12f84d3dbc3b6cfc78f51e71211f2dce3368
11 Author: Ales Hvezda <ahvezda@seul.org>
12 Date:   Wed Dec 31 18:20:33 2008 -0500
14     Updated program versions and shared library in prep for 1.4.3.20081231
15     
16     Versions updated by running:
17         ./update-versions.sh 1.4.3 20081231 33:2:0
19 commit f3c81e69811a60559b9a25dd9890c2e2df85e27a
20 Author: Ales Hvezda <ahvezda@seul.org>
21 Date:   Sat Dec 20 21:01:52 2008 -0500
23     Updated all the ChangeLogs again
25 commit 58052ffbcf9fb83ed620473cac7eb33dca39615c
26 Author: Ales Hvezda <ahvezda@seul.org>
27 Date:   Sat Dec 20 20:59:41 2008 -0500
29     Oops, created the 1.4.2 release with the wrong date.  Today is 20081220 ...
30     
31     ... not 20081218.
33 commit 389ee59aa4e37b29862395b56ae62a42cc7fa9cd
34 Author: Ales Hvezda <ahvezda@seul.org>
35 Date:   Sat Dec 20 20:13:16 2008 -0500
37     Updated ChangeLogs for the 1.4.2.20081218 release
38     
39     Updated by running:
40      ./update-changelogs.sh 1.0-20070526..stable-1.4
42 commit 8d7e4c55be31e0f1afc0ce2c85c9a10c584364bd
43 Author: Ales Hvezda <ahvezda@seul.org>
44 Date:   Sat Dec 20 19:10:10 2008 -0500
46     Updated all version in the man pages to 1.4.2.20081218
48 commit 59f9593cf903345f96f78fbd365c008061cf600e
49 Author: Ales Hvezda <ahvezda@seul.org>
50 Date:   Sat Dec 20 19:07:12 2008 -0500
52     Bumped the reveision number libgeda's shared library and updated versions.
53     
54     Updated all version to 1.4.2.20081218.  Update was done by running:
55     ./update-versions.sh 1.4.2 20081218 33:1:0
57 commit 6cb66fef58470e627bbf33eac4a50d928a15b4c7
58 Author: Ales Hvezda <ahvezda@seul.org>
59 Date:   Sun Sep 28 17:41:58 2008 -0400
61     Another round of updating ChangeLogs in prep for the release
63 commit 58a3d3cfd1ae6e98c41b733821461d3753c68bfe
64 Author: Ales Hvezda <ahvezda@seul.org>
65 Date:   Sun Sep 28 17:05:45 2008 -0400
67     Updated all ChangeLogs to pick up all new commits
68     
69     This was done by by running: ./update-changelogs.sh 1.0-20070526..stable-1.4
71 commit e3f27757e7faf6c2ef2012848066952833242cfc
72 Author: Ales Hvezda <ahvezda@seul.org>
73 Date:   Sun Sep 28 17:04:26 2008 -0400
75     Updated all version numbers in the man pages
77 commit 491e639b9147780fa58dce15c06591cf28470987
78 Author: Ales Hvezda <ahvezda@seul.org>
79 Date:   Sun Sep 28 17:01:21 2008 -0400
81     Updated all date versions to 20080929 (today!)
82     
83     The other (dotted) version was updated previously in:
84     7737ec1544d967202bdd425792795d00918897f2
86 commit 7737ec1544d967202bdd425792795d00918897f2
87 Author: Ales Hvezda <ahvezda@seul.org>
88 Date:   Wed Mar 5 05:22:55 2008 -0500
90     Updated versions to 1.4.1 in prep for the start of a new bug fix release
92 commit b202ee510fb90cedd038ce5ec41cc6de453dbeea
93 Author: Ales Hvezda <ahvezda@seul.org>
94 Date:   Sun Jan 27 11:47:13 2008 -0500
96     Updated ChangeLogs for the 1.4.0 release
98 commit 3d43c5d642ebe12a69380e8accf5533d338ee5e5
99 Author: Ales Hvezda <ahvezda@seul.org>
100 Date:   Sat Jan 26 20:07:45 2008 -0500
102     Bumped versions to 1.4.0/20080127/33:0:0 for the next stable release
104 commit ecda6ee9e101563f7fed092150532256fd9b343e
105 Author: Ales Hvezda <ahvezda@seul.org>
106 Date:   Sat Jan 26 19:50:16 2008 -0500
108     Updated all dates and versions in all man pages
110 commit 5d9f43178c3846100c149c0baef38c26126ec233
111 Author: Werner Hoch <werner.ho@gmx.de>
112 Date:   Sat Jan 12 00:08:06 2008 +0100
114     gsymcheck: moved obsolete and forbidden attribute checks
115     
116     This is a code cleanup patch, it moves the tests for obsolete and
117     forbidden attributes to the symbol_structure test. Deleted the old
118     check s_check_obsolete_forbidden_attributes() function and it's unused
119     variables. In the output files, some format changes occured, but the
120     meaning is still the same.
122 commit a049385144979f770fae60aaa66a86302f82b56e
123 Author: Werner Hoch <werner.ho@gmx.de>
124 Date:   Fri Jan 11 23:15:23 2008 +0100
126     gsymcheck: test for misplaced attributes
127     
128     The tests detect pin attributes are attached to nonpins or are
129     detached. And attributes that are attached to any other objects.
130     Attributes attached to pins that are not pin attributes
132 commit c48d7f28e55424ce4e87e34f4de3b5324eb43edf
133 Author: Werner Hoch <werner.ho@gmx.de>
134 Date:   Fri Jan 11 19:26:50 2008 +0100
136     Added new pintype test symbol and output to EXTRA_DIST
138 commit c823516a64dc7977fd8542e61a720c52f38d298e
139 Author: Werner Hoch <werner.ho@gmx.de>
140 Date:   Thu Jan 10 22:14:02 2008 +0100
142     gsymcheck: improved the pintype check, added test case
143     
144     added a check that contains all valid and five different case of
145     invalid pintype values.
146     Removed unused code in s_check_pintype() and added a function to
147     check whether a string is in a list of strings.
149 commit d2047bc2a06e6534ff32464d36f8a95aec11b9d7
150 Author: Ales Hvezda <ahvezda@seul.org>
151 Date:   Fri Jan 11 01:11:12 2008 -0500
153     Updated all ChangeLogs for this release (1.3.1)
155 commit d9e245524db9399a11fe533a2f4caccb06d89f75
156 Author: Ales Hvezda <ahvezda@seul.org>
157 Date:   Thu Jan 10 21:06:30 2008 -0500
159     Added new off pin grid symbol and golden output to EXTRA_DIST
161 commit 9f96048f1c9c9989f709e8b07d6195628fd79115
162 Author: Ales Hvezda <ahvezda@seul.org>
163 Date:   Thu Jan 10 21:02:45 2008 -0500
165     Removed misleading "pin count from footprint=" attribute check
166     
167     This check wasn't working correctly for all footprint= values.
168     It probably worked fine for the DIP# and related footprints (ending
169     with the number of pins in the footprin), but for others it was giving
170     incorrect info/warnings.  This check will be replaced with something a
171     little bit more flexible going forward in a later release.
173 commit c1e3075cb263a6098d2351440b680247456ae0d0
174 Author: Ales Hvezda <ahvezda@seul.org>
175 Date:   Thu Jan 10 00:27:16 2008 -0500
177     Updated and correct the gEDA/gaf man pages a little bit.
178     
179     This is the fix for SF Bug: [ 1556064 ] man page version out of date
181 commit b2380c0f70344117be7045a5fc1483698fdf4358
182 Author: Ales Hvezda <ahvezda@seul.org>
183 Date:   Sat Jan 5 20:57:51 2008 -0500
185     Bumped versions to 1.3.1/20080110/32:0:0 for the next development snapshot
186     
187     Note, libgeda's so did not change at this time.
189 commit 20f81d3f3c6d9cbf426eeb134e418ebe2cd0e64e
190 Author: Werner Hoch <werner.ho@gmx.de>
191 Date:   Sat Jan 5 17:13:16 2008 +0100
193     gsymcheck: add test for the pin_ongrid test
194     
195     Testfile and a golden output file added
197 commit 7fa854ce519498782f90bb390910112fb8d6bb09
198 Author: Werner Hoch <werner.ho@gmx.de>
199 Date:   Sat Jan 5 16:13:41 2008 +0100
201     gsymcheck: added checks for offgrid pins
202     
203     The check prints an error message if the active end is offgrid and a
204     warning message if the not active end is offgrid. The active end is
205     detected with the whichend property.
206     This fixes the feature request [#1565593]
208 commit 5f3cde4f20975275cb38b52cd3155fda41201209
209 Author: Peter TB Brett <peter@peter-b.co.uk>
210 Date:   Tue Jan 1 17:24:18 2008 +0000
212     Fix configure checks for Guile (again).
213     
214     The previous patch missed changing the gschem configure script
215     (generated from configure.ac.in), and got the logic wrong anyway.
217 commit b9ffb4675fbca6e92a4f713c28486e74dcbbeef4
218 Author: Peter TB Brett <peter@peter-b.co.uk>
219 Date:   Tue Jan 1 15:42:13 2008 +0000
221     Fix configure checks for Guile.
222     
223     Quote variables to protect them and alter version test logic so that
224     it doesn't think version 2.1 is older than 1.8.
226 commit 2f7e3ae60480743a8268d392272d05bd77dd75c8
227 Author: Ales Hvezda <ahvezda@seul.org>
228 Date:   Mon Dec 31 20:43:08 2007 -0500
230     Updated all ChangeLogs for the past development release (1.3.0)
231     
232     This step was supposed to happen before the 1.3.0 tarballs were released.
233     These changes will be picked up in a subsequent release.
235 commit ba474af87840a0d49e04a00de96b7df2944c09bd
236 Author: Ales Hvezda <ahvezda@seul.org>
237 Date:   Sat Dec 29 09:57:43 2007 -0500
239     Bumped versions to 1.3.0/20071229/32:0:0 for the next development snapshot
241 commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
242 Author: Peter Clifton <pcjc2@cam.ac.uk>
243 Date:   Wed Dec 19 17:48:57 2007 +0000
245     Add intltoolize to the build infrastructure
246     
247     Provide intltoolize infrastructure for translating .desktop and MIME
248     XML files. Run gettextize after intltoolize if required, so that the
249     infrastructure for providing libintl on a non GNU system still works.
251 commit 668ada22ec0f2a48adffcc62daacc6876108ee71
252 Author: Peter TB Brett <peter@peter-b.co.uk>
253 Date:   Fri Dec 7 21:48:17 2007 +0000
255     Pass all log info to x_log_update_func
256     
257     In order to enable applications to do interesting things with log
258     messages, they need to have all of the log info (including severity
259     and log domain).
261 commit b635ebb641383360e5e7864830d42d13cf7f4d12
262 Author: Peter TB Brett <peter@peter-b.co.uk>
263 Date:   Fri Dec 7 21:48:17 2007 +0000
265     Print useful messages when f_open() fails.
266     
267     This reinstates error messages removed by the patch which modified
268     f_open() to use GError for error reporting.
270 commit be301530f468e4d0057b3be68e218ac444c2d2be
271 Author: Peter TB Brett <peter@peter-b.co.uk>
272 Date:   Fri Dec 7 17:20:55 2007 +0000
274     Make libgeda's f_open() & f_open_flags use GError.
275     
276     This patch actually *removes* error message output from file loading
277     errors is some cases.  This is for the sake of keeping the patch
278     concise, and will be addressed in later patches.
280 commit ae225157603f063747709fa3d639ed8cdf63f6b1
281 Merge: 1abfd25... 43b5713...
282 Author: Peter TB Brett <peter@peter-b.co.uk>
283 Date:   Tue Nov 27 07:53:37 2007 +0000
285     Merge with Cesar's mingw/pu branch
286     
287     Merge commit 'cesar/mingw/pu' into premerge
289 commit 8b490a404e682ac4f1e4cbd46e22c92f58b2ae76
290 Author: Tomaž Å olc <tomaz.solc@tablix.org>
291 Date:   Fri Nov 23 21:42:50 2007 +0000
293     Compilation fixes for Mac OS X 10.5 [1832417]
294     
295     This patch contains changes to gEDA source tree that were necessary to
296     compile on Mac OS X (10.5 Leopard, PPC).
298 commit 43b571362e5fb663115ee1630b94c88cb74f0c13
299 Author: Cesar Strauss <cestrauss@gmail.com>
300 Date:   Sun Nov 11 18:24:10 2007 -0200
302     Replace index and rindex by strchr and strrchr.
303     
304     These are functionally equivalent, and more portable to MinGW.
306 commit bdd7ef7ee9047c3942b43c165396ebe48d31e95a
307 Author: Cesar Strauss <cestrauss@gmail.com>
308 Date:   Sun Nov 11 14:17:21 2007 -0200
310     Use g_path_is_absolute from GLIB instead of platform specific code.
312 commit 40c0582e39d6a7ed0a41e0e5deedc0bfd03bbddc
313 Author: Cesar Strauss <cestrauss@gmail.com>
314 Date:   Thu Nov 15 19:11:12 2007 -0200
316     Use forward slashes as path separators on MinGW.
317     
318     They are also acceptable as path separators on MinGW.
320 commit d715ba7dc3e02d77e671b9ab54b994379daefec5
321 Author: Cesar Strauss <cestrauss@gmail.com>
322 Date:   Thu Nov 15 13:34:40 2007 -0200
324     Tell git to ignore .exe files.
326 commit 4595948e41b2d195eb78a820fc15d0d8596067a4
327 Author: Peter Clifton <pcjc2@cam.ac.uk>
328 Date:   Thu Oct 4 02:34:50 2007 +0100
330     Avoid accessing (GList)->{next|priv} directly to aid debugging.
331     
332     Instead use g_list_{next|previous}, allowing us to catch errors where
333     changing from gEDA structures which had their own next and prev pointers.
334     
335     To debug, edit the glist.h include file from glib, renaming the next and
336     prev elements in the GList structure and macros. Recompile gEDA to see any
337     bad accesses such as those where the HEAD nodes were previously skipped.
339 commit 2e3c06cbcdce8254f70162ecebd650980cf70ee9
340 Author: Peter Clifton <pcjc2@cam.ac.uk>
341 Date:   Sun Sep 9 00:18:34 2007 +0100
343     Remove the globally exported variable_set_func.
344     
345     Only gattrib provided a non-NULL export of this symbol, and such imports
346     into libgeda prevent libgeda being dynamically linked on some platforms.
347     
348     To better match the other tools in the suite, gattrib's i_vars_set() and
349     i_window_vars_set() functions were combined into a single i_vars_set().
351 commit adca8b7d5897b11331c6a20392d22ad1e58ee572
352 Author: Peter Clifton <pcjc2@cam.ac.uk>
353 Date:   Mon Sep 3 12:15:43 2007 +0100
355     Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
357 commit 086908ed44c9abc6d5907888695933b59ead4684
358 Author: Ales Hvezda <ahvezda@seul.org>
359 Date:   Sun Sep 2 22:48:59 2007 -0400
361     Last minute updates to the READMEs for all projects
362     
363     Cherry picked from stable-1.2 branch, since these changes apply to master
364     too.
365     (cherry picked from commit 88fcb8d1bcdaa1436572d6a0ebe86f4df242a8d6)
367 commit 6056ef48272778419d39e0233f395bfd60019ab9
368 Author: Ales Hvezda <ahvezda@seul.org>
369 Date:   Sun Aug 19 22:40:19 2007 -0400
371     Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master
373 commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
374 Author: Ales Hvezda <ahvezda@seul.org>
375 Date:   Sat Aug 18 16:14:30 2007 -0400
377     Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot
379 commit 72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
380 Author: Ales Hvezda <ahvezda@seul.org>
381 Date:   Tue Aug 14 07:46:06 2007 -0400
383     Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
384     
385     All the promotion keywords were moved from gschem into libgeda to fix:
386     [ 1748143 ] gschlas causes duplicate prompted attributes   The primary
387     cause of this bug was that the promotion variables within TOPLEVEL were
388     not being setup by gschlas and so duplicate refdes attributes were
389     showing up in the schematic.  The three rc keywords that were moved are:
390     
391     (attribute-promotion ... )
392     (promote-invisible ... )
393     (keep-invisible ... )
395 commit 71600215311af0a98ed371ab750b09182de139a1
396 Author: Peter Clifton <pcjc2@cam.ac.uk>
397 Date:   Sat Aug 11 00:52:25 2007 +0100
399     Revert inadvertent commits:
400     
401       dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
402       f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
403       2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
404       d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
405       ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
407 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
408 Author: Peter Clifton <pcjc2@cam.ac.uk>
409 Date:   Fri Aug 10 21:26:10 2007 +0100
411     Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
413 commit 0f5c72daacfa7d78666769e4063122934861da5c
414 Author: Peter Clifton <pcjc2@cam.ac.uk>
415 Date:   Sun Aug 5 22:36:56 2007 +0100
417     Alter guile 1.6 compat tests to work with older autoconf versions
418     
419     Don't use AC_DEFINE to define function like macros, instead use
420     AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
421     insert a test which defines a replacement if necessary.
423 commit 5c098070b87709540345afb1b3b79d9db470ed53
424 Author: Peter Clifton <pcjc2@cam.ac.uk>
425 Date:   Thu Aug 2 22:09:52 2007 +0100
427     Fix configure checks enabling guile 1.6.x compatability routines.
429 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
430 Author: Peter Clifton <pcjc2@cam.ac.uk>
431 Date:   Tue Jul 31 20:03:51 2007 +0100
433     Changed configure.ac(.in) to allow guile-1.6
434     
435     Introduces compatibility #defines where guile 1.8 funcs are missing in
436     guile 1.6. Also adds missing configure.ac checks for guile in packages
437     gattrib, gnetlist, gsymcheck and utils.
439 commit 525b4a0ff3a1b8cc321f117513796e4571702da8
440 Author: Bernd Jendrisse <bernd.jendrissek@gmail.com>
441 Date:   Sun Jul 29 09:56:33 2007 -0400
443     Applied patch to use $(GROFF) instead of which groff
445 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
446 Author: Ales Hvezda <ahvezda@seul.org>
447 Date:   Sun Jul 8 18:18:39 2007 -0400
449     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
451 commit 9627ac695a2d20171fdc44ff0a295b8430399f6f
452 Author: Ales Hvezda <ahvezda@seul.org>
453 Date:   Sun Jul 8 16:41:21 2007 -0400
455     Added tests in gschem/tests to run durning make check.
456     
457     This is the other part of thie fix for bug #1748153: gsymcheck crashes
458     on invalid_slotdef1.sym.  Fixed a couple of the the tests to actually
459     test the right thing.  Added a bunch of golden files (*.output) and the
460     necessary run_test.sh script.
462 commit a35dc18f2f3c159c021a4bcb542780f7bfbe7196
463 Author: Ales Hvezda <ahvezda@seul.org>
464 Date:   Sun Jul 8 16:36:52 2007 -0400
466     Fixed comment warning message and improved newly added comment
468 commit d7e8f5abc35644e90bfabf84396023cab09f2968
469 Author: Ales Hvezda <ahvezda@seul.org>
470 Date:   Sun Jul 8 16:18:57 2007 -0400
472     Updated configure.ac[.in] and Makefile versions in prep for a release.
473     
474     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
475     at the toplevel.  libgeda's shared library version is now 30:1:0
477 commit 6fc2856767979c34ed216aebe4f8efb231d5a4b1
478 Author: Ales Hvezda <ahvezda@seul.org>
479 Date:   Sun Jul 8 16:14:25 2007 -0400
481     Fix for [ 1748153 ] gsymcheck crashes on invalid_slotdef1.sym
482     
483     The fix for this bug was to check the built up pinlist array and make sure
484     that none of the items were null.  Added error message and log entry when
485     this error condition.
487 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
488 Author: Carlos Nieves Onega <cnieves@iespana.es>
489 Date:   Sun Jul 8 21:16:17 2007 +0200
491     Added *~ to .gitignore files.
493 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
494 Author: Ales Hvezda <ahvezda@seul.org>
495 Date:   Thu Jul 5 01:36:31 2007 -0400
497     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
499 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
500 Author: Ales Hvezda <ahvezda@seul.org>
501 Date:   Thu Jul 5 00:11:45 2007 -0400
503     Updated all version strings to 1.1.0 and 20070705
505 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
506 Author: Ales Hvezda <ahvezda@seul.org>
507 Date:   Wed Jul 4 23:55:07 2007 -0400
509     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
510     
511     Maintainer mode is no longer needed or desired now that we are no longer
512     using CVS.  Hopefully this will prevent some of the odd problems that were
513     observed during the last release when the Makefile's didn't get auto
514     regenerated.
516 commit dc7b8c53f4bc94626634887e46167a367a91f707
517 Author: Ales Hvezda <ahvezda@seul.org>
518 Date:   Wed Jul 4 23:32:15 2007 -0400
520     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
521     
522     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
523     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
524     Updated the configure.ac[.in] files to have consistent top sections.
525     Updated code and various scheme files to use the new DOTTED_VERSION
526     and DATE_VERSION variables available via config.h.  Stopped using
527     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
528     (not intended for that use).  Updated update-versions.sh script to set the
529     version in all the configure.ac[.in] files and the toplevel Makefile.
530     Went through all the g_rc.c files and make the handling of rc file
531     mismatch handling consistent.
533 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
534 Author: Ales Hvezda <ahvezda@laptop.ales.net>
535 Date:   Mon Jun 25 22:31:07 2007 -0400
537     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
538     
539     Previously this mechanism was used to create custom versions of gEDA/gaf.
540     With the coming of stable and development versions of gEDA/gaf, this
541     mechanism was changed so that end users can tell the difference between
542     a stable release vs a development release (by looking at the version string).
543     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
544     prepended to any strings that output the VERSION string.
546 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
547 Author: Ales Hvezda <ahvezda@laptop.ales.net>
548 Date:   Sun Jun 24 23:48:51 2007 -0400
550     Updated copyright text/header in most source files.
551     
552     Updated all copyright text dates that have my name (Ales) associated
553     with them.  Added gEDA contributer copyright text where appropriate.
554     Fixed a bunch of GNU text typos (these should have been either GPL
555     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
556     Fixed a few file header that were just plain incorrect.
558 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
559 Author: Ales Hvezda <ahvezda@laptop.ales.net>
560 Date:   Sun Jun 24 22:22:32 2007 -0400
562     Added *.o (all object files) to all src .gitignore files.
564 commit edff766e8b15c311505810241528026f722e30b6
565 Author: Peter TB Brett <peter@peter-b.co.uk>
566 Date:   Sat Jun 23 18:19:11 2007 +0100
568     Make sure various files are installed.
569     
570     Several new files were not being distributed. This patch addresses the
571     problem by adding files to EXTRA_DIST in automake input files.
573 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
574 Author: Peter Clifton <pcjc2@cam.ac.uk>
575 Date:   Sat Jun 23 18:17:29 2007 +0100
577     Move all .cvsignore files to .gitignore files
579 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
580 Author: Peter TB Brett <peter@peter-b.co.uk>
581 Date:   Sat Jun 23 16:11:44 2007 +0100
583     Changes to ChangeLog usage.
584     
585     With actual changes this time.  Old-style changelogs as of gaf 1.0
586     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
587     ChangeLogs replace them.  A script has been added to the gaf top level
588     to allow maintainers to update all the ChangeLog files immediately
589     prior to making out a release.
591 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
592 Author: Peter TB Brett <peter@peter-b.co.uk>
593 Date:   Mon Jun 4 16:15:37 2007 +0000
595     Replace deprecated Guile functions & macros.
596     
597     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
598     recommended equivalents for Guile 1.8.
601 #GCL#