1 # Do not edit this file - generated from version control history
4 commit 58a3d3cfd1ae6e98c41b733821461d3753c68bfe
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date: Sun Sep 28 17:05:45 2008 -0400
8 Updated all ChangeLogs to pick up all new commits
10 This was done by by running: ./update-changelogs.sh 1.0-20070526..stable-1.4
12 commit 491e639b9147780fa58dce15c06591cf28470987
13 Author: Ales Hvezda <ahvezda@seul.org>
14 Date: Sun Sep 28 17:01:21 2008 -0400
16 Updated all date versions to 20080929 (today!)
18 The other (dotted) version was updated previously in:
19 7737ec1544d967202bdd425792795d00918897f2
21 commit 7737ec1544d967202bdd425792795d00918897f2
22 Author: Ales Hvezda <ahvezda@seul.org>
23 Date: Wed Mar 5 05:22:55 2008 -0500
25 Updated versions to 1.4.1 in prep for the start of a new bug fix release
27 commit b202ee510fb90cedd038ce5ec41cc6de453dbeea
28 Author: Ales Hvezda <ahvezda@seul.org>
29 Date: Sun Jan 27 11:47:13 2008 -0500
31 Updated ChangeLogs for the 1.4.0 release
33 commit 3d43c5d642ebe12a69380e8accf5533d338ee5e5
34 Author: Ales Hvezda <ahvezda@seul.org>
35 Date: Sat Jan 26 20:07:45 2008 -0500
37 Bumped versions to 1.4.0/20080127/33:0:0 for the next stable release
39 commit d2047bc2a06e6534ff32464d36f8a95aec11b9d7
40 Author: Ales Hvezda <ahvezda@seul.org>
41 Date: Fri Jan 11 01:11:12 2008 -0500
43 Updated all ChangeLogs for this release (1.3.1)
45 commit 48e264a2c6ebdc9663dc5b6cff7c464dcc5089fe
46 Author: Ales Hvezda <ahvezda@seul.org>
47 Date: Thu Jan 10 00:55:09 2008 -0500
49 Missed one man page that needed its version updated
51 This change is also part of c1e3075cb263a6098d2351440b680247456ae0d0
53 commit b2380c0f70344117be7045a5fc1483698fdf4358
54 Author: Ales Hvezda <ahvezda@seul.org>
55 Date: Sat Jan 5 20:57:51 2008 -0500
57 Bumped versions to 1.3.1/20080110/32:0:0 for the next development snapshot
59 Note, libgeda's so did not change at this time.
61 commit 400bc2ffa1d6a83725d87caf1c941a1f205b508b
62 Author: Ales Hvezda <ahvezda@seul.org>
63 Date: Sat Jan 5 16:40:30 2008 -0500
65 Added the use of PCBDATA environment variable to make gsch2pcb relocatable
67 Before this patch, m4_pcbdir was being set from the preprocessor variable
68 PCBDATADIR which was set at ./configure time. In order to be able to move
69 gsch2pcb to a different install prefix, this path has to be changable at
70 run-time. If PCBDATA is not set, then PCBDATADIR is used (previous
73 commit 5f3cde4f20975275cb38b52cd3155fda41201209
74 Author: Peter TB Brett <peter@peter-b.co.uk>
75 Date: Tue Jan 1 17:24:18 2008 +0000
77 Fix configure checks for Guile (again).
79 The previous patch missed changing the gschem configure script
80 (generated from configure.ac.in), and got the logic wrong anyway.
82 commit b9ffb4675fbca6e92a4f713c28486e74dcbbeef4
83 Author: Peter TB Brett <peter@peter-b.co.uk>
84 Date: Tue Jan 1 15:42:13 2008 +0000
86 Fix configure checks for Guile.
88 Quote variables to protect them and alter version test logic so that
89 it doesn't think version 2.1 is older than 1.8.
91 commit 2f7e3ae60480743a8268d392272d05bd77dd75c8
92 Author: Ales Hvezda <ahvezda@seul.org>
93 Date: Mon Dec 31 20:43:08 2007 -0500
95 Updated all ChangeLogs for the past development release (1.3.0)
97 This step was supposed to happen before the 1.3.0 tarballs were released.
98 These changes will be picked up in a subsequent release.
100 commit ba474af87840a0d49e04a00de96b7df2944c09bd
101 Author: Ales Hvezda <ahvezda@seul.org>
102 Date: Sat Dec 29 09:57:43 2007 -0500
104 Bumped versions to 1.3.0/20071229/32:0:0 for the next development snapshot
106 commit 87721d1d2bd38398b47b840c7647c8126adbaa70
107 Author: Christian Riggenbach <criggenbach@magahugu.net>
108 Date: Thu Dec 27 22:53:18 2007 +0000
110 utils: Fix indentation of comments in src/olib.l
112 Indented comments in certain places seem to upset flex version 2.5.34.
114 commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
115 Author: Peter Clifton <pcjc2@cam.ac.uk>
116 Date: Wed Dec 19 17:48:57 2007 +0000
118 Add intltoolize to the build infrastructure
120 Provide intltoolize infrastructure for translating .desktop and MIME
121 XML files. Run gettextize after intltoolize if required, so that the
122 infrastructure for providing libintl on a non GNU system still works.
124 commit b635ebb641383360e5e7864830d42d13cf7f4d12
125 Author: Peter TB Brett <peter@peter-b.co.uk>
126 Date: Fri Dec 7 21:48:17 2007 +0000
128 Print useful messages when f_open() fails.
130 This reinstates error messages removed by the patch which modified
131 f_open() to use GError for error reporting.
133 commit be301530f468e4d0057b3be68e218ac444c2d2be
134 Author: Peter TB Brett <peter@peter-b.co.uk>
135 Date: Fri Dec 7 17:20:55 2007 +0000
137 Make libgeda's f_open() & f_open_flags use GError.
139 This patch actually *removes* error message output from file loading
140 errors is some cases. This is for the sake of keeping the patch
141 concise, and will be addressed in later patches.
143 commit ae225157603f063747709fa3d639ed8cdf63f6b1
144 Merge: 1abfd25... 43b5713...
145 Author: Peter TB Brett <peter@peter-b.co.uk>
146 Date: Tue Nov 27 07:53:37 2007 +0000
148 Merge with Cesar's mingw/pu branch
150 Merge commit 'cesar/mingw/pu' into premerge
152 commit fff63c25fd6b3401cfc5bbf15706bb0107d74e8a
153 Author: Cesar Strauss <cestrauss@gmail.com>
154 Date: Sat Nov 10 17:45:13 2007 -0200
156 utils: Tell git to ignore the ylwrap file. [1833107]
158 commit 8b490a404e682ac4f1e4cbd46e22c92f58b2ae76
159 Author: Tomaž Šolc <tomaz.solc@tablix.org>
160 Date: Fri Nov 23 21:42:50 2007 +0000
162 Compilation fixes for Mac OS X 10.5 [1832417]
164 This patch contains changes to gEDA source tree that were necessary to
165 compile on Mac OS X (10.5 Leopard, PPC).
167 commit bdd7ef7ee9047c3942b43c165396ebe48d31e95a
168 Author: Cesar Strauss <cestrauss@gmail.com>
169 Date: Sun Nov 11 14:17:21 2007 -0200
171 Use g_path_is_absolute from GLIB instead of platform specific code.
173 commit 40c0582e39d6a7ed0a41e0e5deedc0bfd03bbddc
174 Author: Cesar Strauss <cestrauss@gmail.com>
175 Date: Thu Nov 15 19:11:12 2007 -0200
177 Use forward slashes as path separators on MinGW.
179 They are also acceptable as path separators on MinGW.
181 commit 4698fd163892243b931fbd7795ad9443f5b2fe58
182 Author: Cesar Strauss <cestrauss@gmail.com>
183 Date: Sun Nov 11 13:38:26 2007 -0200
185 Remove uneeded MinGW-only libraries.
187 commit bde766abee9fe21857ef3c81bebc5a90c18bd315
188 Author: Cesar Strauss <cestrauss@gmail.com>
189 Date: Sat Nov 10 17:45:13 2007 -0200
191 Tell git to ignore the ylwrap file.
193 commit d715ba7dc3e02d77e671b9ab54b994379daefec5
194 Author: Cesar Strauss <cestrauss@gmail.com>
195 Date: Thu Nov 15 13:34:40 2007 -0200
197 Tell git to ignore .exe files.
199 commit de2f3d240562202f305a0ba1a8d58f2ba78a3876
200 Author: Werner Hoch <werner.ho@gmx.de>
201 Date: Tue Oct 16 19:38:25 2007 +0200
203 Misc corrections for tragesym spacer support
205 remove spacers if the pinlabels are sorted
206 don't add pinseq at spacers
207 modified example to use the spacer support
209 commit 80a51f9d4faa5cbeb3222046bdf67f11b34114ef
210 Author: Werner Hoch <werner.ho@gmx.de>
211 Date: Tue Oct 16 18:58:43 2007 +0200
213 Added spacer feature to tragesym
215 A spacer line will put a gap between two pins.
216 Patch written by Gilbert Forkel. Thanks
218 commit 4595948e41b2d195eb78a820fc15d0d8596067a4
219 Author: Peter Clifton <pcjc2@cam.ac.uk>
220 Date: Thu Oct 4 02:34:50 2007 +0100
222 Avoid accessing (GList)->{next|priv} directly to aid debugging.
224 Instead use g_list_{next|previous}, allowing us to catch errors where
225 changing from gEDA structures which had their own next and prev pointers.
227 To debug, edit the glist.h include file from glib, renaming the next and
228 prev elements in the GList structure and macros. Recompile gEDA to see any
229 bad accesses such as those where the HEAD nodes were previously skipped.
231 commit 2e3c06cbcdce8254f70162ecebd650980cf70ee9
232 Author: Peter Clifton <pcjc2@cam.ac.uk>
233 Date: Sun Sep 9 00:18:34 2007 +0100
235 Remove the globally exported variable_set_func.
237 Only gattrib provided a non-NULL export of this symbol, and such imports
238 into libgeda prevent libgeda being dynamically linked on some platforms.
240 To better match the other tools in the suite, gattrib's i_vars_set() and
241 i_window_vars_set() functions were combined into a single i_vars_set().
243 commit 8952ec9bd4f4985fae8aadd6c4103b933464152a
244 Author: Peter Clifton <pcjc2@cam.ac.uk>
245 Date: Sun Sep 9 00:01:14 2007 +0100
247 Remove unused extern variables from libgeda, gnetlist and utils.
249 commit adca8b7d5897b11331c6a20392d22ad1e58ee572
250 Author: Peter Clifton <pcjc2@cam.ac.uk>
251 Date: Mon Sep 3 12:15:43 2007 +0100
253 Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
255 commit 086908ed44c9abc6d5907888695933b59ead4684
256 Author: Ales Hvezda <ahvezda@seul.org>
257 Date: Sun Sep 2 22:48:59 2007 -0400
259 Last minute updates to the READMEs for all projects
261 Cherry picked from stable-1.2 branch, since these changes apply to master
263 (cherry picked from commit 88fcb8d1bcdaa1436572d6a0ebe86f4df242a8d6)
265 commit 6056ef48272778419d39e0233f395bfd60019ab9
266 Author: Ales Hvezda <ahvezda@seul.org>
267 Date: Sun Aug 19 22:40:19 2007 -0400
269 Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master
271 commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
272 Author: Ales Hvezda <ahvezda@seul.org>
273 Date: Sat Aug 18 16:14:30 2007 -0400
275 Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot
277 commit 72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
278 Author: Ales Hvezda <ahvezda@seul.org>
279 Date: Tue Aug 14 07:46:06 2007 -0400
281 Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
283 All the promotion keywords were moved from gschem into libgeda to fix:
284 [ 1748143 ] gschlas causes duplicate prompted attributes The primary
285 cause of this bug was that the promotion variables within TOPLEVEL were
286 not being setup by gschlas and so duplicate refdes attributes were
287 showing up in the schematic. The three rc keywords that were moved are:
289 (attribute-promotion ... )
290 (promote-invisible ... )
291 (keep-invisible ... )
293 commit 703151a94b0eece6b24b3b18ce2465eeae068814
294 Author: Peter Clifton <pcjc2@cam.ac.uk>
295 Date: Thu Aug 9 12:36:17 2007 +0100
297 Remove old prototypes from various prototype.h where no function exists.
299 commit 71600215311af0a98ed371ab750b09182de139a1
300 Author: Peter Clifton <pcjc2@cam.ac.uk>
301 Date: Sat Aug 11 00:52:25 2007 +0100
303 Revert inadvertent commits:
305 dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
306 f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
307 2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
308 d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
309 ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
311 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
312 Author: Peter Clifton <pcjc2@cam.ac.uk>
313 Date: Fri Aug 10 21:26:10 2007 +0100
315 Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
317 commit 0f5c72daacfa7d78666769e4063122934861da5c
318 Author: Peter Clifton <pcjc2@cam.ac.uk>
319 Date: Sun Aug 5 22:36:56 2007 +0100
321 Alter guile 1.6 compat tests to work with older autoconf versions
323 Don't use AC_DEFINE to define function like macros, instead use
324 AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
325 insert a test which defines a replacement if necessary.
327 commit 5c098070b87709540345afb1b3b79d9db470ed53
328 Author: Peter Clifton <pcjc2@cam.ac.uk>
329 Date: Thu Aug 2 22:09:52 2007 +0100
331 Fix configure checks enabling guile 1.6.x compatability routines.
333 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
334 Author: Peter Clifton <pcjc2@cam.ac.uk>
335 Date: Tue Jul 31 20:03:51 2007 +0100
337 Changed configure.ac(.in) to allow guile-1.6
339 Introduces compatibility #defines where guile 1.8 funcs are missing in
340 guile 1.6. Also adds missing configure.ac checks for guile in packages
341 gattrib, gnetlist, gsymcheck and utils.
343 commit 66ab0ba3af15108935000d23fbf7acdc38b51257
344 Author: Werner Hoch <werner.ho@gmx.de>
345 Date: Thu Jul 26 19:05:09 2007 +0200
347 added new symbol attributes use-licence and dist-licence to tragesym
349 updated tragesym to version 0.0.11
350 updated the template file for OpenOffice and the ascii template
351 updated one example file to test the changes
352 Thanks to Stefan Salewski for reporting the missing attributes.
354 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
355 Author: Ales Hvezda <ahvezda@seul.org>
356 Date: Sun Jul 8 18:18:39 2007 -0400
358 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
360 commit d7e8f5abc35644e90bfabf84396023cab09f2968
361 Author: Ales Hvezda <ahvezda@seul.org>
362 Date: Sun Jul 8 16:18:57 2007 -0400
364 Updated configure.ac[.in] and Makefile versions in prep for a release.
366 The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
367 at the toplevel. libgeda's shared library version is now 30:1:0
369 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
370 Author: Carlos Nieves Onega <cnieves@iespana.es>
371 Date: Sun Jul 8 21:16:17 2007 +0200
373 Added *~ to .gitignore files.
375 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
376 Author: Ales Hvezda <ahvezda@seul.org>
377 Date: Thu Jul 5 01:36:31 2007 -0400
379 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
381 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
382 Author: Ales Hvezda <ahvezda@seul.org>
383 Date: Thu Jul 5 00:11:45 2007 -0400
385 Updated all version strings to 1.1.0 and 20070705
387 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
388 Author: Ales Hvezda <ahvezda@seul.org>
389 Date: Wed Jul 4 23:55:07 2007 -0400
391 Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
393 Maintainer mode is no longer needed or desired now that we are no longer
394 using CVS. Hopefully this will prevent some of the odd problems that were
395 observed during the last release when the Makefile's didn't get auto
398 commit dc7b8c53f4bc94626634887e46167a367a91f707
399 Author: Ales Hvezda <ahvezda@seul.org>
400 Date: Wed Jul 4 23:32:15 2007 -0400
402 Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
404 Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
405 files. Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
406 Updated the configure.ac[.in] files to have consistent top sections.
407 Updated code and various scheme files to use the new DOTTED_VERSION
408 and DATE_VERSION variables available via config.h. Stopped using
409 PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
410 (not intended for that use). Updated update-versions.sh script to set the
411 version in all the configure.ac[.in] files and the toplevel Makefile.
412 Went through all the g_rc.c files and make the handling of rc file
413 mismatch handling consistent.
415 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
416 Author: Ales Hvezda <ahvezda@laptop.ales.net>
417 Date: Mon Jun 25 22:31:07 2007 -0400
419 Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
421 Previously this mechanism was used to create custom versions of gEDA/gaf.
422 With the coming of stable and development versions of gEDA/gaf, this
423 mechanism was changed so that end users can tell the difference between
424 a stable release vs a development release (by looking at the version string).
425 The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
426 prepended to any strings that output the VERSION string.
428 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
429 Author: Ales Hvezda <ahvezda@laptop.ales.net>
430 Date: Sun Jun 24 23:48:51 2007 -0400
432 Updated copyright text/header in most source files.
434 Updated all copyright text dates that have my name (Ales) associated
435 with them. Added gEDA contributer copyright text where appropriate.
436 Fixed a bunch of GNU text typos (these should have been either GPL
437 or gEDA). Removed some $Id$ tags which are no longer used/needed.
438 Fixed a few file header that were just plain incorrect.
440 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
441 Author: Ales Hvezda <ahvezda@laptop.ales.net>
442 Date: Sun Jun 24 22:22:32 2007 -0400
444 Added *.o (all object files) to all src .gitignore files.
446 commit edff766e8b15c311505810241528026f722e30b6
447 Author: Peter TB Brett <peter@peter-b.co.uk>
448 Date: Sat Jun 23 18:19:11 2007 +0100
450 Make sure various files are installed.
452 Several new files were not being distributed. This patch addresses the
453 problem by adding files to EXTRA_DIST in automake input files.
455 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
456 Author: Peter Clifton <pcjc2@cam.ac.uk>
457 Date: Sat Jun 23 18:17:29 2007 +0100
459 Move all .cvsignore files to .gitignore files
461 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
462 Author: Peter TB Brett <peter@peter-b.co.uk>
463 Date: Sat Jun 23 16:11:44 2007 +0100
465 Changes to ChangeLog usage.
467 With actual changes this time. Old-style changelogs as of gaf 1.0
468 (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
469 ChangeLogs replace them. A script has been added to the gaf top level
470 to allow maintainers to update all the ChangeLog files immediately
471 prior to making out a release.
473 commit eed0be648afd9bc421a8d0059de621df778c5fbe
474 Author: Carlos Nieves Onega <cnieves@iespana.es>
475 Date: Sat Jun 9 16:09:36 2007 +0000
477 Avoid writting '\r' to files on MinGW.
479 Applied patch #1733826 from Cesar Strauss. Thanks.
480 When using the "w" mode in fopen, MinGW translates LF into CR-LF.
481 This creates havoc when reading the same file again, when sharing
482 schematics files with other systems, and when placing them in a VCS.
484 This can be avoided by using the "wb" mode. The "b" is ignored on
485 all POSIX conforming systems, according to these sources:
487 http://www.die.net/doc/linux/man/man3/fopen.3.html
488 http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
490 There are other ways, however. Adding
493 int _fmode = _O_BINARY;
495 on some source file should work as well. Another way is linking
496 against the MinGW supplied binmode.o, which does exactly that.
498 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
499 Author: Peter TB Brett <peter@peter-b.co.uk>
500 Date: Mon Jun 4 16:15:37 2007 +0000
502 Replace deprecated Guile functions & macros.
504 Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
505 recommended equivalents for Guile 1.8.