Another set of po files changed via make distcheck
[geda-gaf/peter-b.git] / gsymcheck / ChangeLog
blob9005b02dfb115b113e6de5f556c4caa29d638f1f
1 # Do not edit this file - generated from version control history
4 commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date:   Sat Aug 18 16:14:30 2007 -0400
8     Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot
10 commit 72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
11 Author: Ales Hvezda <ahvezda@seul.org>
12 Date:   Tue Aug 14 07:46:06 2007 -0400
14     Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
15     
16     All the promotion keywords were moved from gschem into libgeda to fix:
17     [ 1748143 ] gschlas causes duplicate prompted attributes   The primary
18     cause of this bug was that the promotion variables within TOPLEVEL were
19     not being setup by gschlas and so duplicate refdes attributes were
20     showing up in the schematic.  The three rc keywords that were moved are:
21     
22     (attribute-promotion ... )
23     (promote-invisible ... )
24     (keep-invisible ... )
26 commit 71600215311af0a98ed371ab750b09182de139a1
27 Author: Peter Clifton <pcjc2@cam.ac.uk>
28 Date:   Sat Aug 11 00:52:25 2007 +0100
30     Revert inadvertent commits:
31     
32       dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
33       f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
34       2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
35       d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
36       ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
38 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
39 Author: Peter Clifton <pcjc2@cam.ac.uk>
40 Date:   Fri Aug 10 21:26:10 2007 +0100
42     Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
44 commit 0f5c72daacfa7d78666769e4063122934861da5c
45 Author: Peter Clifton <pcjc2@cam.ac.uk>
46 Date:   Sun Aug 5 22:36:56 2007 +0100
48     Alter guile 1.6 compat tests to work with older autoconf versions
49     
50     Don't use AC_DEFINE to define function like macros, instead use
51     AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
52     insert a test which defines a replacement if necessary.
54 commit 5c098070b87709540345afb1b3b79d9db470ed53
55 Author: Peter Clifton <pcjc2@cam.ac.uk>
56 Date:   Thu Aug 2 22:09:52 2007 +0100
58     Fix configure checks enabling guile 1.6.x compatability routines.
60 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
61 Author: Peter Clifton <pcjc2@cam.ac.uk>
62 Date:   Tue Jul 31 20:03:51 2007 +0100
64     Changed configure.ac(.in) to allow guile-1.6
65     
66     Introduces compatibility #defines where guile 1.8 funcs are missing in
67     guile 1.6. Also adds missing configure.ac checks for guile in packages
68     gattrib, gnetlist, gsymcheck and utils.
70 commit 525b4a0ff3a1b8cc321f117513796e4571702da8
71 Author: Bernd Jendrisse <bernd.jendrissek@gmail.com>
72 Date:   Sun Jul 29 09:56:33 2007 -0400
74     Applied patch to use $(GROFF) instead of which groff
76 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
77 Author: Ales Hvezda <ahvezda@seul.org>
78 Date:   Sun Jul 8 18:18:39 2007 -0400
80     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
82 commit 9627ac695a2d20171fdc44ff0a295b8430399f6f
83 Author: Ales Hvezda <ahvezda@seul.org>
84 Date:   Sun Jul 8 16:41:21 2007 -0400
86     Added tests in gschem/tests to run durning make check.
87     
88     This is the other part of thie fix for bug #1748153: gsymcheck crashes
89     on invalid_slotdef1.sym.  Fixed a couple of the the tests to actually
90     test the right thing.  Added a bunch of golden files (*.output) and the
91     necessary run_test.sh script.
93 commit a35dc18f2f3c159c021a4bcb542780f7bfbe7196
94 Author: Ales Hvezda <ahvezda@seul.org>
95 Date:   Sun Jul 8 16:36:52 2007 -0400
97     Fixed comment warning message and improved newly added comment
99 commit d7e8f5abc35644e90bfabf84396023cab09f2968
100 Author: Ales Hvezda <ahvezda@seul.org>
101 Date:   Sun Jul 8 16:18:57 2007 -0400
103     Updated configure.ac[.in] and Makefile versions in prep for a release.
104     
105     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
106     at the toplevel.  libgeda's shared library version is now 30:1:0
108 commit 6fc2856767979c34ed216aebe4f8efb231d5a4b1
109 Author: Ales Hvezda <ahvezda@seul.org>
110 Date:   Sun Jul 8 16:14:25 2007 -0400
112     Fix for [ 1748153 ] gsymcheck crashes on invalid_slotdef1.sym
113     
114     The fix for this bug was to check the built up pinlist array and make sure
115     that none of the items were null.  Added error message and log entry when
116     this error condition.
118 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
119 Author: Carlos Nieves Onega <cnieves@iespana.es>
120 Date:   Sun Jul 8 21:16:17 2007 +0200
122     Added *~ to .gitignore files.
124 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
125 Author: Ales Hvezda <ahvezda@seul.org>
126 Date:   Thu Jul 5 01:36:31 2007 -0400
128     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
130 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
131 Author: Ales Hvezda <ahvezda@seul.org>
132 Date:   Thu Jul 5 00:11:45 2007 -0400
134     Updated all version strings to 1.1.0 and 20070705
136 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
137 Author: Ales Hvezda <ahvezda@seul.org>
138 Date:   Wed Jul 4 23:55:07 2007 -0400
140     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
141     
142     Maintainer mode is no longer needed or desired now that we are no longer
143     using CVS.  Hopefully this will prevent some of the odd problems that were
144     observed during the last release when the Makefile's didn't get auto
145     regenerated.
147 commit dc7b8c53f4bc94626634887e46167a367a91f707
148 Author: Ales Hvezda <ahvezda@seul.org>
149 Date:   Wed Jul 4 23:32:15 2007 -0400
151     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
152     
153     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
154     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
155     Updated the configure.ac[.in] files to have consistent top sections.
156     Updated code and various scheme files to use the new DOTTED_VERSION
157     and DATE_VERSION variables available via config.h.  Stopped using
158     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
159     (not intended for that use).  Updated update-versions.sh script to set the
160     version in all the configure.ac[.in] files and the toplevel Makefile.
161     Went through all the g_rc.c files and make the handling of rc file
162     mismatch handling consistent.
164 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
165 Author: Ales Hvezda <ahvezda@laptop.ales.net>
166 Date:   Mon Jun 25 22:31:07 2007 -0400
168     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
169     
170     Previously this mechanism was used to create custom versions of gEDA/gaf.
171     With the coming of stable and development versions of gEDA/gaf, this
172     mechanism was changed so that end users can tell the difference between
173     a stable release vs a development release (by looking at the version string).
174     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
175     prepended to any strings that output the VERSION string.
177 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
178 Author: Ales Hvezda <ahvezda@laptop.ales.net>
179 Date:   Sun Jun 24 23:48:51 2007 -0400
181     Updated copyright text/header in most source files.
182     
183     Updated all copyright text dates that have my name (Ales) associated
184     with them.  Added gEDA contributer copyright text where appropriate.
185     Fixed a bunch of GNU text typos (these should have been either GPL
186     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
187     Fixed a few file header that were just plain incorrect.
189 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
190 Author: Ales Hvezda <ahvezda@laptop.ales.net>
191 Date:   Sun Jun 24 22:22:32 2007 -0400
193     Added *.o (all object files) to all src .gitignore files.
195 commit edff766e8b15c311505810241528026f722e30b6
196 Author: Peter TB Brett <peter@peter-b.co.uk>
197 Date:   Sat Jun 23 18:19:11 2007 +0100
199     Make sure various files are installed.
200     
201     Several new files were not being distributed. This patch addresses the
202     problem by adding files to EXTRA_DIST in automake input files.
204 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
205 Author: Peter Clifton <pcjc2@cam.ac.uk>
206 Date:   Sat Jun 23 18:17:29 2007 +0100
208     Move all .cvsignore files to .gitignore files
210 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
211 Author: Peter TB Brett <peter@peter-b.co.uk>
212 Date:   Sat Jun 23 16:11:44 2007 +0100
214     Changes to ChangeLog usage.
215     
216     With actual changes this time.  Old-style changelogs as of gaf 1.0
217     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
218     ChangeLogs replace them.  A script has been added to the gaf top level
219     to allow maintainers to update all the ChangeLog files immediately
220     prior to making out a release.
222 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
223 Author: Peter TB Brett <peter@peter-b.co.uk>
224 Date:   Mon Jun 4 16:15:37 2007 +0000
226     Replace deprecated Guile functions & macros.
227     
228     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
229     recommended equivalents for Guile 1.8.
232 #GCL#