1 # Do not edit this file - generated from version control history
4 commit 2f3e07a1fa7fd92ab163d2cd966efd98ab306512
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date: Sun Dec 21 14:40:21 2008 -0500
8 Updated ChangeLogs again in prep for the 1.5.1 release
10 commit 76d02f7f935d930d8093bd49b7eb0836d3b1aa6e
11 Author: Ales Hvezda <ahvezda@seul.org>
12 Date: Sun Dec 21 14:06:17 2008 -0500
14 Updated all ChangeLogs in prep for the 1.5.1 release.
16 The update was done by running:
17 ./update-changelogs.sh 1.0-20070526..master
19 commit 680e08085d44c9876bdadef0ca7ef25b474c2006
20 Author: Ales Hvezda <ahvezda@seul.org>
21 Date: Sun Dec 21 13:39:29 2008 -0500
23 Updated all versions to 1.5.1 20081221 35:0:0
26 ./update-versions.sh 1.5.1 20081221 35:0:0
28 commit 4f9f4336a123f91318ec2d1ffd8e9739eb756348
29 Author: Ales Hvezda <ahvezda@seul.org>
30 Date: Sun Dec 21 13:10:23 2008 -0500
32 Updated dates and versions in all man pages
34 commit 6329c5a7bdae9573f01f92403e4645e79e66aab5
35 Author: Peter TB Brett <peter@peter-b.co.uk>
36 Date: Sat Dec 20 14:41:05 2008 +0000
38 Update copyright header dates to 2008.
40 (And I'll have to do this all again in a few days time).
42 commit 617797b5a47d370c4fee19110c826502b7e3082b
43 Author: Peter Clifton <pcjc2@cam.ac.uk>
44 Date: Tue Dec 9 16:19:09 2008 +0000
46 Remove linkage between OBJECTs and use GList for OBJECTs on the page
48 This affords quite a lot of code clean-up, since we no longer have to
49 maintain two versions of each operation which works on lists.
51 commit f470af7a28afe423ded6171ea3c8a2b31ff56f43
52 Author: Peter Clifton <pcjc2@cam.ac.uk>
53 Date: Sat Nov 1 20:47:41 2008 +0000
55 Revert applying -Werror to compiler flags when linking with GCC (CODE!!)
57 Depending on the gcc version, the original developers might not see the
58 warning until the software gets into the end user's hands (and tries
59 building it with an older/newer version of gcc). Most warnings are
60 not catastropic, but by using -Werror they are _all_ catastropic.
62 If a developer wants to get rid of all warnings, they should either:
64 1) run make -s and see/fix all the warnings, and/or
65 2) modify the Makefile's themselves and add the -Werror flag temporarily.
67 (Comments explaining rationale snipped out of an email from Ales).
69 commit 6e10a7fbe26c858a6fa85f430d2bfe256a668c28
70 Author: Peter Clifton <pcjc2@cam.ac.uk>
71 Date: Sat Nov 1 17:29:37 2008 +0000
73 gsymcheck: Remove unused "utils" directiory
75 Only an automake was left in this directory.
77 commit 09eacbfb36e2b00758bce8d8add2f8f56cdcfdbb
78 Author: Peter Clifton <pcjc2@cam.ac.uk>
79 Date: Sat Nov 1 16:09:26 2008 +0000
81 Use -Werror when building with gcc compilers.
83 Hopefully this will help to ensure compiler
84 warnings get noticed and fixed by developers.
86 commit 94ced454b33f96700d003ebab7cf1df5fab7ecbe
87 Author: Peter Clifton <pcjc2@cam.ac.uk>
88 Date: Sat Nov 1 13:17:00 2008 +0000
90 gsymcheck: Don't export x_log_update_func, it is a libgeda symbol
92 We set libgeda's exported x_log_update_func variable from
93 gsymcheck.c. (This is declared as extern in libgeda's funcs.h)
95 Move the logging function s_log_update() from globals.c (where
96 it didn't belong) into its own file, s_log.c, making minor edits
97 along the way. The log handler isn't called when "do_logging"
98 is FALSE, so we don't need to test that from within the handler.
100 commit bcaf9f8dafcd25335b61b2ea80d071bde720bbd1
101 Author: Cesar Strauss <cestrauss@gmail.com>
102 Date: Sun Oct 26 10:41:31 2008 +0000
104 Use pkg-config support for Guile if present.
106 Using pkg-config allows easier cross-compilation, since the build
107 process can use a pkg-config binary native to the build machine with .pc
108 files for the host machine.
110 commit f0a96de8b545dbd900e87db6abf54a0b6df830ab
111 Author: Werner Hoch <werner.ho@gmx.de>
112 Date: Sat Oct 11 09:02:03 2008 +0200
114 .gitignore: log files and source tagging files added
116 Added the files of the "global" source tagging program
117 and the logfiles of the gEDA programs to .gitignore.
119 commit b4ed5e92d203c7449b7d33e924a41b093e1de930
120 Author: Peter TB Brett <peter@peter-b.co.uk>
121 Date: Tue Aug 26 12:55:07 2008 +0100
123 Remove duplicate definitions of do_logging.
125 Also sets the default in libgeda to TRUE.
127 commit a974a4c6d2c233c9209c5b4597f7d4f86154f484
128 Author: Peter Clifton <pcjc2@cam.ac.uk>
129 Date: Sun Aug 24 22:27:28 2008 +0100
131 Remove default-series-name from all rc files
133 Fixes brokenness leftover from previous removal of "series_name".
135 commit 11a2692a1ab8bcee14178286fd719d1ec39e6b9a
136 Author: Peter TB Brett <peter@peter-b.co.uk>
137 Date: Sat Aug 16 15:24:16 2008 +0100
141 Rather than having libgeda require other applications to provide the
142 *_draw_func symbols, libgeda should provide them itself. Other
143 applications should then override them as required near their call to
146 commit 723e8d1c735b27f2bfc39dec296464bb8d5b2020
147 Author: Peter TB Brett <peter@peter-b.co.uk>
148 Date: Thu Aug 14 23:27:12 2008 +0100
150 Don't register recalc funcs as draw funcs.
152 Some applications which don't draw schematics set the draw funcs to be
153 the recalc funcs. This is silly.
155 commit 57a4fd272e10a68e05051a9ab9309e252e2103f7
156 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
157 Date: Fri Jul 11 16:03:12 2008 +0200
159 Purge AC_CHECK_FUNCS() in configure.ac in each package of unused functions.
161 commit a76cf5cdda91c7070f4765107d3f8be89bbd05b6
162 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
163 Date: Fri Jul 11 16:03:01 2008 +0200
165 Remove unnecessary strippings of trailing directory separator.
167 These strippings is no more necessary as GLib functions for building
168 filenames (in particular g_build_filename()) takes care of any
169 trailing directory separator for us.
171 commit cd70e88b8c7faa4beea8b13b846e92807a252e63
172 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
173 Date: Fri Jul 11 16:03:00 2008 +0200
175 Replace getcwd() with g_get_current_dir().
177 commit 90b0ece453efc80490c6c277386f4f5f7bfdc4af
178 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
179 Date: Fri Jul 11 16:02:59 2008 +0200
181 Simplify build of filenames with g_build_filename() (!).
183 Modified code where possible to use preferably g_build_filename()
184 instead of g_build_path(), or g_strconcat() and friends.
186 commit a3513b7e6dc7bf6c36d95d4da86082beeb79831d
187 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
188 Date: Fri Jul 11 16:02:57 2008 +0200
190 Replace standard string manipulations with GLib string utility functions.
192 commit da1d2e7b304f9d832bdee9c8dfb9fe4604e19cc9
193 Author: Patrick Bernaud <b-patrick@wanadoo.fr>
194 Date: Fri Jul 11 16:02:56 2008 +0200
196 Remove tests for NULL prior to freeing with g_free().
198 Testing if pointer on memory to free is not NULL is unnecessary
199 since g_free() does the test itself.
201 commit 21bdf2fbbad2146234fd32a0fe04bddcaddb64f8
202 Author: Ales Hvezda <ahvezda@seul.org>
203 Date: Sun Jul 6 22:21:00 2008 -0400
205 Updated versions in the important man pages
207 commit 8479d01b6a4a819ae105659a9b9f1e6ab2d85136
208 Author: Ales Hvezda <ahvezda@seul.org>
209 Date: Sun Jul 6 22:03:02 2008 -0400
211 Updated all ChangeLogs by running ./update-changelogs.sh 1.0-20070526..master
213 commit 7ae9572f269c8b973bb4a38014e28dbc10cdcb32
214 Author: Ales Hvezda <ahvezda@-e false.(none)>
215 Date: Sun Jul 6 08:38:24 2008 -0400
217 Bumped versions to 1.5.0/20080706/34:0:0 for the next development release
219 commit af0d9f2e8825f7d23c691deec0e70f1eaaac0e38
220 Author: Ales Hvezda <ahvezda@seul.org>
221 Date: Wed Mar 5 05:27:41 2008 -0500
223 Updated version to 1.5.0 to mark the start of the next development cycle
225 commit e1ba38c43fb8d0fda7609e607e5489046fef4a8f
226 Author: Werner Hoch <werner.ho@gmx.de>
227 Date: Sat Jan 19 19:45:29 2008 +0100
229 gsymcheck: modified symbol for improved duplicate net test
231 commit 77e0e0f4ffe9573316ebdfdc12d319ccff1074a3
232 Author: Werner Hoch <werner.ho@gmx.de>
233 Date: Mon Jan 14 19:49:49 2008 +0100
235 gsymcheck: test for number in pinlabel and net attribute
237 If a number is in a net attribute and a value of any pinlabel
238 attribute then print a warning with some text. The previous patch
239 removed the error message, this one adds warning. Whether this
240 situation is an error or not depends on the users intention.
242 commit a6f4710a198a8bcb66b8a26185ad7bd60c6c599a
243 Author: Werner Hoch <werner.ho@gmx.de>
244 Date: Sun Jan 13 20:42:55 2008 +0100
246 gsymcheck: improved pinnumber check
248 The changes will check for duplicate pins in net definitions.
249 It also checks the net definitions and the pinlabel definition
250 seperatly, thus a power pin can have a pinlabel and a net pin.
252 commit b14328d429866910fc2a1da2e8291467e3fc27b9
253 Author: Werner Hoch <werner.ho@gmx.de>
254 Date: Sun Jan 13 18:08:51 2008 +0100
256 gsymcheck: check for unknown attributes
258 This test will check for all attributes that are not in a valid
259 attributes list. A warning messages is printed. This will also catch
260 old style attributes like slot#=# and pin#=#.
261 And some often used attributes class, pins, footprint2.
263 commit b202ee510fb90cedd038ce5ec41cc6de453dbeea
264 Author: Ales Hvezda <ahvezda@seul.org>
265 Date: Sun Jan 27 11:47:13 2008 -0500
267 Updated ChangeLogs for the 1.4.0 release
269 commit 3d43c5d642ebe12a69380e8accf5533d338ee5e5
270 Author: Ales Hvezda <ahvezda@seul.org>
271 Date: Sat Jan 26 20:07:45 2008 -0500
273 Bumped versions to 1.4.0/20080127/33:0:0 for the next stable release
275 commit ecda6ee9e101563f7fed092150532256fd9b343e
276 Author: Ales Hvezda <ahvezda@seul.org>
277 Date: Sat Jan 26 19:50:16 2008 -0500
279 Updated all dates and versions in all man pages
281 commit 5d9f43178c3846100c149c0baef38c26126ec233
282 Author: Werner Hoch <werner.ho@gmx.de>
283 Date: Sat Jan 12 00:08:06 2008 +0100
285 gsymcheck: moved obsolete and forbidden attribute checks
287 This is a code cleanup patch, it moves the tests for obsolete and
288 forbidden attributes to the symbol_structure test. Deleted the old
289 check s_check_obsolete_forbidden_attributes() function and it's unused
290 variables. In the output files, some format changes occured, but the
291 meaning is still the same.
293 commit a049385144979f770fae60aaa66a86302f82b56e
294 Author: Werner Hoch <werner.ho@gmx.de>
295 Date: Fri Jan 11 23:15:23 2008 +0100
297 gsymcheck: test for misplaced attributes
299 The tests detect pin attributes are attached to nonpins or are
300 detached. And attributes that are attached to any other objects.
301 Attributes attached to pins that are not pin attributes
303 commit c48d7f28e55424ce4e87e34f4de3b5324eb43edf
304 Author: Werner Hoch <werner.ho@gmx.de>
305 Date: Fri Jan 11 19:26:50 2008 +0100
307 Added new pintype test symbol and output to EXTRA_DIST
309 commit c823516a64dc7977fd8542e61a720c52f38d298e
310 Author: Werner Hoch <werner.ho@gmx.de>
311 Date: Thu Jan 10 22:14:02 2008 +0100
313 gsymcheck: improved the pintype check, added test case
315 added a check that contains all valid and five different case of
316 invalid pintype values.
317 Removed unused code in s_check_pintype() and added a function to
318 check whether a string is in a list of strings.
320 commit d2047bc2a06e6534ff32464d36f8a95aec11b9d7
321 Author: Ales Hvezda <ahvezda@seul.org>
322 Date: Fri Jan 11 01:11:12 2008 -0500
324 Updated all ChangeLogs for this release (1.3.1)
326 commit d9e245524db9399a11fe533a2f4caccb06d89f75
327 Author: Ales Hvezda <ahvezda@seul.org>
328 Date: Thu Jan 10 21:06:30 2008 -0500
330 Added new off pin grid symbol and golden output to EXTRA_DIST
332 commit 9f96048f1c9c9989f709e8b07d6195628fd79115
333 Author: Ales Hvezda <ahvezda@seul.org>
334 Date: Thu Jan 10 21:02:45 2008 -0500
336 Removed misleading "pin count from footprint=" attribute check
338 This check wasn't working correctly for all footprint= values.
339 It probably worked fine for the DIP# and related footprints (ending
340 with the number of pins in the footprin), but for others it was giving
341 incorrect info/warnings. This check will be replaced with something a
342 little bit more flexible going forward in a later release.
344 commit c1e3075cb263a6098d2351440b680247456ae0d0
345 Author: Ales Hvezda <ahvezda@seul.org>
346 Date: Thu Jan 10 00:27:16 2008 -0500
348 Updated and correct the gEDA/gaf man pages a little bit.
350 This is the fix for SF Bug: [ 1556064 ] man page version out of date
352 commit b2380c0f70344117be7045a5fc1483698fdf4358
353 Author: Ales Hvezda <ahvezda@seul.org>
354 Date: Sat Jan 5 20:57:51 2008 -0500
356 Bumped versions to 1.3.1/20080110/32:0:0 for the next development snapshot
358 Note, libgeda's so did not change at this time.
360 commit 20f81d3f3c6d9cbf426eeb134e418ebe2cd0e64e
361 Author: Werner Hoch <werner.ho@gmx.de>
362 Date: Sat Jan 5 17:13:16 2008 +0100
364 gsymcheck: add test for the pin_ongrid test
366 Testfile and a golden output file added
368 commit 7fa854ce519498782f90bb390910112fb8d6bb09
369 Author: Werner Hoch <werner.ho@gmx.de>
370 Date: Sat Jan 5 16:13:41 2008 +0100
372 gsymcheck: added checks for offgrid pins
374 The check prints an error message if the active end is offgrid and a
375 warning message if the not active end is offgrid. The active end is
376 detected with the whichend property.
377 This fixes the feature request [#1565593]
379 commit 5f3cde4f20975275cb38b52cd3155fda41201209
380 Author: Peter TB Brett <peter@peter-b.co.uk>
381 Date: Tue Jan 1 17:24:18 2008 +0000
383 Fix configure checks for Guile (again).
385 The previous patch missed changing the gschem configure script
386 (generated from configure.ac.in), and got the logic wrong anyway.
388 commit b9ffb4675fbca6e92a4f713c28486e74dcbbeef4
389 Author: Peter TB Brett <peter@peter-b.co.uk>
390 Date: Tue Jan 1 15:42:13 2008 +0000
392 Fix configure checks for Guile.
394 Quote variables to protect them and alter version test logic so that
395 it doesn't think version 2.1 is older than 1.8.
397 commit 2f7e3ae60480743a8268d392272d05bd77dd75c8
398 Author: Ales Hvezda <ahvezda@seul.org>
399 Date: Mon Dec 31 20:43:08 2007 -0500
401 Updated all ChangeLogs for the past development release (1.3.0)
403 This step was supposed to happen before the 1.3.0 tarballs were released.
404 These changes will be picked up in a subsequent release.
406 commit ba474af87840a0d49e04a00de96b7df2944c09bd
407 Author: Ales Hvezda <ahvezda@seul.org>
408 Date: Sat Dec 29 09:57:43 2007 -0500
410 Bumped versions to 1.3.0/20071229/32:0:0 for the next development snapshot
412 commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
413 Author: Peter Clifton <pcjc2@cam.ac.uk>
414 Date: Wed Dec 19 17:48:57 2007 +0000
416 Add intltoolize to the build infrastructure
418 Provide intltoolize infrastructure for translating .desktop and MIME
419 XML files. Run gettextize after intltoolize if required, so that the
420 infrastructure for providing libintl on a non GNU system still works.
422 commit 668ada22ec0f2a48adffcc62daacc6876108ee71
423 Author: Peter TB Brett <peter@peter-b.co.uk>
424 Date: Fri Dec 7 21:48:17 2007 +0000
426 Pass all log info to x_log_update_func
428 In order to enable applications to do interesting things with log
429 messages, they need to have all of the log info (including severity
432 commit b635ebb641383360e5e7864830d42d13cf7f4d12
433 Author: Peter TB Brett <peter@peter-b.co.uk>
434 Date: Fri Dec 7 21:48:17 2007 +0000
436 Print useful messages when f_open() fails.
438 This reinstates error messages removed by the patch which modified
439 f_open() to use GError for error reporting.
441 commit be301530f468e4d0057b3be68e218ac444c2d2be
442 Author: Peter TB Brett <peter@peter-b.co.uk>
443 Date: Fri Dec 7 17:20:55 2007 +0000
445 Make libgeda's f_open() & f_open_flags use GError.
447 This patch actually *removes* error message output from file loading
448 errors is some cases. This is for the sake of keeping the patch
449 concise, and will be addressed in later patches.
451 commit ae225157603f063747709fa3d639ed8cdf63f6b1
452 Merge: 1abfd25... 43b5713...
453 Author: Peter TB Brett <peter@peter-b.co.uk>
454 Date: Tue Nov 27 07:53:37 2007 +0000
456 Merge with Cesar's mingw/pu branch
458 Merge commit 'cesar/mingw/pu' into premerge
460 commit 8b490a404e682ac4f1e4cbd46e22c92f58b2ae76
461 Author: Tomaž Šolc <tomaz.solc@tablix.org>
462 Date: Fri Nov 23 21:42:50 2007 +0000
464 Compilation fixes for Mac OS X 10.5 [1832417]
466 This patch contains changes to gEDA source tree that were necessary to
467 compile on Mac OS X (10.5 Leopard, PPC).
469 commit 43b571362e5fb663115ee1630b94c88cb74f0c13
470 Author: Cesar Strauss <cestrauss@gmail.com>
471 Date: Sun Nov 11 18:24:10 2007 -0200
473 Replace index and rindex by strchr and strrchr.
475 These are functionally equivalent, and more portable to MinGW.
477 commit bdd7ef7ee9047c3942b43c165396ebe48d31e95a
478 Author: Cesar Strauss <cestrauss@gmail.com>
479 Date: Sun Nov 11 14:17:21 2007 -0200
481 Use g_path_is_absolute from GLIB instead of platform specific code.
483 commit 40c0582e39d6a7ed0a41e0e5deedc0bfd03bbddc
484 Author: Cesar Strauss <cestrauss@gmail.com>
485 Date: Thu Nov 15 19:11:12 2007 -0200
487 Use forward slashes as path separators on MinGW.
489 They are also acceptable as path separators on MinGW.
491 commit d715ba7dc3e02d77e671b9ab54b994379daefec5
492 Author: Cesar Strauss <cestrauss@gmail.com>
493 Date: Thu Nov 15 13:34:40 2007 -0200
495 Tell git to ignore .exe files.
497 commit 4595948e41b2d195eb78a820fc15d0d8596067a4
498 Author: Peter Clifton <pcjc2@cam.ac.uk>
499 Date: Thu Oct 4 02:34:50 2007 +0100
501 Avoid accessing (GList)->{next|priv} directly to aid debugging.
503 Instead use g_list_{next|previous}, allowing us to catch errors where
504 changing from gEDA structures which had their own next and prev pointers.
506 To debug, edit the glist.h include file from glib, renaming the next and
507 prev elements in the GList structure and macros. Recompile gEDA to see any
508 bad accesses such as those where the HEAD nodes were previously skipped.
510 commit 2e3c06cbcdce8254f70162ecebd650980cf70ee9
511 Author: Peter Clifton <pcjc2@cam.ac.uk>
512 Date: Sun Sep 9 00:18:34 2007 +0100
514 Remove the globally exported variable_set_func.
516 Only gattrib provided a non-NULL export of this symbol, and such imports
517 into libgeda prevent libgeda being dynamically linked on some platforms.
519 To better match the other tools in the suite, gattrib's i_vars_set() and
520 i_window_vars_set() functions were combined into a single i_vars_set().
522 commit adca8b7d5897b11331c6a20392d22ad1e58ee572
523 Author: Peter Clifton <pcjc2@cam.ac.uk>
524 Date: Mon Sep 3 12:15:43 2007 +0100
526 Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
528 commit 086908ed44c9abc6d5907888695933b59ead4684
529 Author: Ales Hvezda <ahvezda@seul.org>
530 Date: Sun Sep 2 22:48:59 2007 -0400
532 Last minute updates to the READMEs for all projects
534 Cherry picked from stable-1.2 branch, since these changes apply to master
536 (cherry picked from commit 88fcb8d1bcdaa1436572d6a0ebe86f4df242a8d6)
538 commit 6056ef48272778419d39e0233f395bfd60019ab9
539 Author: Ales Hvezda <ahvezda@seul.org>
540 Date: Sun Aug 19 22:40:19 2007 -0400
542 Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master
544 commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
545 Author: Ales Hvezda <ahvezda@seul.org>
546 Date: Sat Aug 18 16:14:30 2007 -0400
548 Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot
550 commit 72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
551 Author: Ales Hvezda <ahvezda@seul.org>
552 Date: Tue Aug 14 07:46:06 2007 -0400
554 Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
556 All the promotion keywords were moved from gschem into libgeda to fix:
557 [ 1748143 ] gschlas causes duplicate prompted attributes The primary
558 cause of this bug was that the promotion variables within TOPLEVEL were
559 not being setup by gschlas and so duplicate refdes attributes were
560 showing up in the schematic. The three rc keywords that were moved are:
562 (attribute-promotion ... )
563 (promote-invisible ... )
564 (keep-invisible ... )
566 commit 71600215311af0a98ed371ab750b09182de139a1
567 Author: Peter Clifton <pcjc2@cam.ac.uk>
568 Date: Sat Aug 11 00:52:25 2007 +0100
570 Revert inadvertent commits:
572 dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
573 f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
574 2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
575 d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
576 ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
578 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
579 Author: Peter Clifton <pcjc2@cam.ac.uk>
580 Date: Fri Aug 10 21:26:10 2007 +0100
582 Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
584 commit 0f5c72daacfa7d78666769e4063122934861da5c
585 Author: Peter Clifton <pcjc2@cam.ac.uk>
586 Date: Sun Aug 5 22:36:56 2007 +0100
588 Alter guile 1.6 compat tests to work with older autoconf versions
590 Don't use AC_DEFINE to define function like macros, instead use
591 AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
592 insert a test which defines a replacement if necessary.
594 commit 5c098070b87709540345afb1b3b79d9db470ed53
595 Author: Peter Clifton <pcjc2@cam.ac.uk>
596 Date: Thu Aug 2 22:09:52 2007 +0100
598 Fix configure checks enabling guile 1.6.x compatability routines.
600 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
601 Author: Peter Clifton <pcjc2@cam.ac.uk>
602 Date: Tue Jul 31 20:03:51 2007 +0100
604 Changed configure.ac(.in) to allow guile-1.6
606 Introduces compatibility #defines where guile 1.8 funcs are missing in
607 guile 1.6. Also adds missing configure.ac checks for guile in packages
608 gattrib, gnetlist, gsymcheck and utils.
610 commit 525b4a0ff3a1b8cc321f117513796e4571702da8
611 Author: Bernd Jendrisse <bernd.jendrissek@gmail.com>
612 Date: Sun Jul 29 09:56:33 2007 -0400
614 Applied patch to use $(GROFF) instead of which groff
616 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
617 Author: Ales Hvezda <ahvezda@seul.org>
618 Date: Sun Jul 8 18:18:39 2007 -0400
620 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
622 commit 9627ac695a2d20171fdc44ff0a295b8430399f6f
623 Author: Ales Hvezda <ahvezda@seul.org>
624 Date: Sun Jul 8 16:41:21 2007 -0400
626 Added tests in gschem/tests to run durning make check.
628 This is the other part of thie fix for bug #1748153: gsymcheck crashes
629 on invalid_slotdef1.sym. Fixed a couple of the the tests to actually
630 test the right thing. Added a bunch of golden files (*.output) and the
631 necessary run_test.sh script.
633 commit a35dc18f2f3c159c021a4bcb542780f7bfbe7196
634 Author: Ales Hvezda <ahvezda@seul.org>
635 Date: Sun Jul 8 16:36:52 2007 -0400
637 Fixed comment warning message and improved newly added comment
639 commit d7e8f5abc35644e90bfabf84396023cab09f2968
640 Author: Ales Hvezda <ahvezda@seul.org>
641 Date: Sun Jul 8 16:18:57 2007 -0400
643 Updated configure.ac[.in] and Makefile versions in prep for a release.
645 The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
646 at the toplevel. libgeda's shared library version is now 30:1:0
648 commit 6fc2856767979c34ed216aebe4f8efb231d5a4b1
649 Author: Ales Hvezda <ahvezda@seul.org>
650 Date: Sun Jul 8 16:14:25 2007 -0400
652 Fix for [ 1748153 ] gsymcheck crashes on invalid_slotdef1.sym
654 The fix for this bug was to check the built up pinlist array and make sure
655 that none of the items were null. Added error message and log entry when
656 this error condition.
658 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
659 Author: Carlos Nieves Onega <cnieves@iespana.es>
660 Date: Sun Jul 8 21:16:17 2007 +0200
662 Added *~ to .gitignore files.
664 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
665 Author: Ales Hvezda <ahvezda@seul.org>
666 Date: Thu Jul 5 01:36:31 2007 -0400
668 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
670 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
671 Author: Ales Hvezda <ahvezda@seul.org>
672 Date: Thu Jul 5 00:11:45 2007 -0400
674 Updated all version strings to 1.1.0 and 20070705
676 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
677 Author: Ales Hvezda <ahvezda@seul.org>
678 Date: Wed Jul 4 23:55:07 2007 -0400
680 Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
682 Maintainer mode is no longer needed or desired now that we are no longer
683 using CVS. Hopefully this will prevent some of the odd problems that were
684 observed during the last release when the Makefile's didn't get auto
687 commit dc7b8c53f4bc94626634887e46167a367a91f707
688 Author: Ales Hvezda <ahvezda@seul.org>
689 Date: Wed Jul 4 23:32:15 2007 -0400
691 Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
693 Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
694 files. Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
695 Updated the configure.ac[.in] files to have consistent top sections.
696 Updated code and various scheme files to use the new DOTTED_VERSION
697 and DATE_VERSION variables available via config.h. Stopped using
698 PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
699 (not intended for that use). Updated update-versions.sh script to set the
700 version in all the configure.ac[.in] files and the toplevel Makefile.
701 Went through all the g_rc.c files and make the handling of rc file
702 mismatch handling consistent.
704 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
705 Author: Ales Hvezda <ahvezda@laptop.ales.net>
706 Date: Mon Jun 25 22:31:07 2007 -0400
708 Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
710 Previously this mechanism was used to create custom versions of gEDA/gaf.
711 With the coming of stable and development versions of gEDA/gaf, this
712 mechanism was changed so that end users can tell the difference between
713 a stable release vs a development release (by looking at the version string).
714 The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
715 prepended to any strings that output the VERSION string.
717 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
718 Author: Ales Hvezda <ahvezda@laptop.ales.net>
719 Date: Sun Jun 24 23:48:51 2007 -0400
721 Updated copyright text/header in most source files.
723 Updated all copyright text dates that have my name (Ales) associated
724 with them. Added gEDA contributer copyright text where appropriate.
725 Fixed a bunch of GNU text typos (these should have been either GPL
726 or gEDA). Removed some $Id$ tags which are no longer used/needed.
727 Fixed a few file header that were just plain incorrect.
729 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
730 Author: Ales Hvezda <ahvezda@laptop.ales.net>
731 Date: Sun Jun 24 22:22:32 2007 -0400
733 Added *.o (all object files) to all src .gitignore files.
735 commit edff766e8b15c311505810241528026f722e30b6
736 Author: Peter TB Brett <peter@peter-b.co.uk>
737 Date: Sat Jun 23 18:19:11 2007 +0100
739 Make sure various files are installed.
741 Several new files were not being distributed. This patch addresses the
742 problem by adding files to EXTRA_DIST in automake input files.
744 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
745 Author: Peter Clifton <pcjc2@cam.ac.uk>
746 Date: Sat Jun 23 18:17:29 2007 +0100
748 Move all .cvsignore files to .gitignore files
750 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
751 Author: Peter TB Brett <peter@peter-b.co.uk>
752 Date: Sat Jun 23 16:11:44 2007 +0100
754 Changes to ChangeLog usage.
756 With actual changes this time. Old-style changelogs as of gaf 1.0
757 (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
758 ChangeLogs replace them. A script has been added to the gaf top level
759 to allow maintainers to update all the ChangeLog files immediately
760 prior to making out a release.
762 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
763 Author: Peter TB Brett <peter@peter-b.co.uk>
764 Date: Mon Jun 4 16:15:37 2007 +0000
766 Replace deprecated Guile functions & macros.
768 Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
769 recommended equivalents for Guile 1.8.