Added new i18n files to .gitignore to be ignored
[geda-gaf/peter-b.git] / utils / ChangeLog
blob6d050cc5dd47fce0f927a9c9bf604b31574af305
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 703151a94b0eece6b24b3b18ce2465eeae068814
27 Author: Peter Clifton <pcjc2@cam.ac.uk>
28 Date:   Thu Aug 9 12:36:17 2007 +0100
30     Remove old prototypes from various prototype.h where no function exists.
32 commit 71600215311af0a98ed371ab750b09182de139a1
33 Author: Peter Clifton <pcjc2@cam.ac.uk>
34 Date:   Sat Aug 11 00:52:25 2007 +0100
36     Revert inadvertent commits:
37     
38       dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
39       f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
40       2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
41       d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
42       ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
44 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
45 Author: Peter Clifton <pcjc2@cam.ac.uk>
46 Date:   Fri Aug 10 21:26:10 2007 +0100
48     Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
50 commit 0f5c72daacfa7d78666769e4063122934861da5c
51 Author: Peter Clifton <pcjc2@cam.ac.uk>
52 Date:   Sun Aug 5 22:36:56 2007 +0100
54     Alter guile 1.6 compat tests to work with older autoconf versions
55     
56     Don't use AC_DEFINE to define function like macros, instead use
57     AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
58     insert a test which defines a replacement if necessary.
60 commit 5c098070b87709540345afb1b3b79d9db470ed53
61 Author: Peter Clifton <pcjc2@cam.ac.uk>
62 Date:   Thu Aug 2 22:09:52 2007 +0100
64     Fix configure checks enabling guile 1.6.x compatability routines.
66 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
67 Author: Peter Clifton <pcjc2@cam.ac.uk>
68 Date:   Tue Jul 31 20:03:51 2007 +0100
70     Changed configure.ac(.in) to allow guile-1.6
71     
72     Introduces compatibility #defines where guile 1.8 funcs are missing in
73     guile 1.6. Also adds missing configure.ac checks for guile in packages
74     gattrib, gnetlist, gsymcheck and utils.
76 commit 66ab0ba3af15108935000d23fbf7acdc38b51257
77 Author: Werner Hoch <werner.ho@gmx.de>
78 Date:   Thu Jul 26 19:05:09 2007 +0200
80     added new symbol attributes use-licence and dist-licence to tragesym
81     
82     updated tragesym to version 0.0.11
83     updated the template file for OpenOffice and the ascii template
84     updated one example file to test the changes
85     Thanks to Stefan Salewski for reporting the missing attributes.
87 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
88 Author: Ales Hvezda <ahvezda@seul.org>
89 Date:   Sun Jul 8 18:18:39 2007 -0400
91     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
93 commit d7e8f5abc35644e90bfabf84396023cab09f2968
94 Author: Ales Hvezda <ahvezda@seul.org>
95 Date:   Sun Jul 8 16:18:57 2007 -0400
97     Updated configure.ac[.in] and Makefile versions in prep for a release.
98     
99     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
100     at the toplevel.  libgeda's shared library version is now 30:1:0
102 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
103 Author: Carlos Nieves Onega <cnieves@iespana.es>
104 Date:   Sun Jul 8 21:16:17 2007 +0200
106     Added *~ to .gitignore files.
108 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
109 Author: Ales Hvezda <ahvezda@seul.org>
110 Date:   Thu Jul 5 01:36:31 2007 -0400
112     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
114 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
115 Author: Ales Hvezda <ahvezda@seul.org>
116 Date:   Thu Jul 5 00:11:45 2007 -0400
118     Updated all version strings to 1.1.0 and 20070705
120 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
121 Author: Ales Hvezda <ahvezda@seul.org>
122 Date:   Wed Jul 4 23:55:07 2007 -0400
124     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
125     
126     Maintainer mode is no longer needed or desired now that we are no longer
127     using CVS.  Hopefully this will prevent some of the odd problems that were
128     observed during the last release when the Makefile's didn't get auto
129     regenerated.
131 commit dc7b8c53f4bc94626634887e46167a367a91f707
132 Author: Ales Hvezda <ahvezda@seul.org>
133 Date:   Wed Jul 4 23:32:15 2007 -0400
135     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
136     
137     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
138     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
139     Updated the configure.ac[.in] files to have consistent top sections.
140     Updated code and various scheme files to use the new DOTTED_VERSION
141     and DATE_VERSION variables available via config.h.  Stopped using
142     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
143     (not intended for that use).  Updated update-versions.sh script to set the
144     version in all the configure.ac[.in] files and the toplevel Makefile.
145     Went through all the g_rc.c files and make the handling of rc file
146     mismatch handling consistent.
148 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
149 Author: Ales Hvezda <ahvezda@laptop.ales.net>
150 Date:   Mon Jun 25 22:31:07 2007 -0400
152     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
153     
154     Previously this mechanism was used to create custom versions of gEDA/gaf.
155     With the coming of stable and development versions of gEDA/gaf, this
156     mechanism was changed so that end users can tell the difference between
157     a stable release vs a development release (by looking at the version string).
158     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
159     prepended to any strings that output the VERSION string.
161 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
162 Author: Ales Hvezda <ahvezda@laptop.ales.net>
163 Date:   Sun Jun 24 23:48:51 2007 -0400
165     Updated copyright text/header in most source files.
166     
167     Updated all copyright text dates that have my name (Ales) associated
168     with them.  Added gEDA contributer copyright text where appropriate.
169     Fixed a bunch of GNU text typos (these should have been either GPL
170     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
171     Fixed a few file header that were just plain incorrect.
173 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
174 Author: Ales Hvezda <ahvezda@laptop.ales.net>
175 Date:   Sun Jun 24 22:22:32 2007 -0400
177     Added *.o (all object files) to all src .gitignore files.
179 commit edff766e8b15c311505810241528026f722e30b6
180 Author: Peter TB Brett <peter@peter-b.co.uk>
181 Date:   Sat Jun 23 18:19:11 2007 +0100
183     Make sure various files are installed.
184     
185     Several new files were not being distributed. This patch addresses the
186     problem by adding files to EXTRA_DIST in automake input files.
188 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
189 Author: Peter Clifton <pcjc2@cam.ac.uk>
190 Date:   Sat Jun 23 18:17:29 2007 +0100
192     Move all .cvsignore files to .gitignore files
194 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
195 Author: Peter TB Brett <peter@peter-b.co.uk>
196 Date:   Sat Jun 23 16:11:44 2007 +0100
198     Changes to ChangeLog usage.
199     
200     With actual changes this time.  Old-style changelogs as of gaf 1.0
201     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
202     ChangeLogs replace them.  A script has been added to the gaf top level
203     to allow maintainers to update all the ChangeLog files immediately
204     prior to making out a release.
206 commit eed0be648afd9bc421a8d0059de621df778c5fbe
207 Author: Carlos Nieves Onega <cnieves@iespana.es>
208 Date:   Sat Jun 9 16:09:36 2007 +0000
210     Avoid writting '\r' to files on MinGW.
211     
212     Applied patch #1733826 from Cesar Strauss. Thanks.
213     When using the "w" mode in fopen, MinGW translates LF into CR-LF.
214     This creates havoc when reading the same file again, when sharing
215     schematics files with other systems, and when placing them in a VCS.
216     
217     This can be avoided by using the "wb" mode. The "b" is ignored on
218     all POSIX conforming systems, according to these sources:
219     
220     http://www.die.net/doc/linux/man/man3/fopen.3.html
221     http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
222     
223     There are other ways, however. Adding
224     
225     #include <fcntl.h>
226     int _fmode = _O_BINARY;
227     
228     on some source file should work as well. Another way is linking
229     against the MinGW supplied binmode.o, which does exactly that.
231 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
232 Author: Peter TB Brett <peter@peter-b.co.uk>
233 Date:   Mon Jun 4 16:15:37 2007 +0000
235     Replace deprecated Guile functions & macros.
236     
237     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
238     recommended equivalents for Guile 1.8.
241 #GCL#