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