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)
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:
22 (attribute-promotion ... )
23 (promote-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:
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
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 c8b92f207d9a34e5ec69aaee19cfb2cfe88a3a81
67 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
68 Date: Thu Aug 2 13:27:15 2007 +0100
70 gattrib: remove unused code from x_gtksheet.c
72 commit ba79b83da22590108b7ca86e3e01de96ca05e1c9
73 Author: Peter Clifton <pcjc2@cam.ac.uk>
74 Date: Wed Aug 1 22:57:05 2007 +0100
76 Make gattrib honour the user's answer to confirm quit? on window close
78 commit 224f1c8c4731eacbd63634efc01dcc6eead2e19e
79 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
80 Date: Wed Aug 1 22:56:58 2007 +0100
82 gattrib: more dialog cleanup
84 commit efc421976c48b6ed67537e796dd0c0fe3820d2c5
85 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
86 Date: Wed Aug 1 20:57:36 2007 +0100
88 move menu callbacks to x_window.c
90 This patch moves all menu callbacks to x_window.c, where
91 they belong. The x_window_init() function is cleaned up.
92 Selecting File->Open now causes the "unimplemented feature"
95 commit 66e808f376b11460faec4c78834f8359969e6547
96 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
97 Date: Wed Aug 1 20:52:42 2007 +0100
99 gattrib: remove unused pixmaps.h
101 commit 1aad087e0f59deb2cff728ff750bc34dcffc8ede
102 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
103 Date: Wed Aug 1 20:52:40 2007 +0100
105 gattrib: overhaul menu creation code
107 commit 789581dc215e86e9455eca830c66495592246f56
108 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
109 Date: Wed Aug 1 19:27:41 2007 +0100
111 gattrib: remove unneeded globals
113 commit de149fd2d81b2c5432dceadfdc1100204d0f9d4e
114 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
115 Date: Wed Aug 1 19:27:31 2007 +0100
117 gattrib: reorganize file opening code
119 This patch reorganizes the file opening code
120 and related code paths in gattrib. Besides
121 simplifying the code, the patch also improves
124 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
125 Author: Peter Clifton <pcjc2@cam.ac.uk>
126 Date: Tue Jul 31 20:03:51 2007 +0100
128 Changed configure.ac(.in) to allow guile-1.6
130 Introduces compatibility #defines where guile 1.8 funcs are missing in
131 guile 1.6. Also adds missing configure.ac checks for guile in packages
132 gattrib, gnetlist, gsymcheck and utils.
134 commit cb9c4ee19ca58158308a234782fdad6fb60257da
135 Author: Peter Clifton <pcjc2@cam.ac.uk>
136 Date: Thu Jul 19 15:09:56 2007 +0100
138 Change selection code to use a generic GedaList typecast to SELECTION.
140 GedaList allows various parts of the program to keep track of changes
141 to the selection via callbacks attached to the GedaList object.
143 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
144 Author: Ales Hvezda <ahvezda@seul.org>
145 Date: Sun Jul 8 18:18:39 2007 -0400
147 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
149 commit d7e8f5abc35644e90bfabf84396023cab09f2968
150 Author: Ales Hvezda <ahvezda@seul.org>
151 Date: Sun Jul 8 16:18:57 2007 -0400
153 Updated configure.ac[.in] and Makefile versions in prep for a release.
155 The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
156 at the toplevel. libgeda's shared library version is now 30:1:0
158 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
159 Author: Carlos Nieves Onega <cnieves@iespana.es>
160 Date: Sun Jul 8 21:16:17 2007 +0200
162 Added *~ to .gitignore files.
164 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
165 Author: Ales Hvezda <ahvezda@seul.org>
166 Date: Thu Jul 5 01:36:31 2007 -0400
168 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
170 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
171 Author: Ales Hvezda <ahvezda@seul.org>
172 Date: Thu Jul 5 00:11:45 2007 -0400
174 Updated all version strings to 1.1.0 and 20070705
176 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
177 Author: Ales Hvezda <ahvezda@seul.org>
178 Date: Wed Jul 4 23:55:07 2007 -0400
180 Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
182 Maintainer mode is no longer needed or desired now that we are no longer
183 using CVS. Hopefully this will prevent some of the odd problems that were
184 observed during the last release when the Makefile's didn't get auto
187 commit dc7b8c53f4bc94626634887e46167a367a91f707
188 Author: Ales Hvezda <ahvezda@seul.org>
189 Date: Wed Jul 4 23:32:15 2007 -0400
191 Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
193 Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
194 files. Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
195 Updated the configure.ac[.in] files to have consistent top sections.
196 Updated code and various scheme files to use the new DOTTED_VERSION
197 and DATE_VERSION variables available via config.h. Stopped using
198 PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
199 (not intended for that use). Updated update-versions.sh script to set the
200 version in all the configure.ac[.in] files and the toplevel Makefile.
201 Went through all the g_rc.c files and make the handling of rc file
202 mismatch handling consistent.
204 commit 4e164220e934f0c4c54199e2ad357f681d623d74
205 Author: Peter TB Brett <peter@peter-b.co.uk>
206 Date: Wed Jun 27 08:00:02 2007 +0100
208 gattrib: Update extra distribution list
210 commit 4d88805294a462674103a6b1a41aab153e08310a
211 Author: Ales Hvezda <ahvezda@seul.org>
212 Date: Tue Jun 26 23:01:55 2007 -0400
214 Updated gattrib's configure script to use standard gEDA/gaf VERSION= practices.
216 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
217 Author: Ales Hvezda <ahvezda@laptop.ales.net>
218 Date: Mon Jun 25 22:31:07 2007 -0400
220 Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
222 Previously this mechanism was used to create custom versions of gEDA/gaf.
223 With the coming of stable and development versions of gEDA/gaf, this
224 mechanism was changed so that end users can tell the difference between
225 a stable release vs a development release (by looking at the version string).
226 The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
227 prepended to any strings that output the VERSION string.
229 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
230 Author: Ales Hvezda <ahvezda@laptop.ales.net>
231 Date: Sun Jun 24 23:48:51 2007 -0400
233 Updated copyright text/header in most source files.
235 Updated all copyright text dates that have my name (Ales) associated
236 with them. Added gEDA contributer copyright text where appropriate.
237 Fixed a bunch of GNU text typos (these should have been either GPL
238 or gEDA). Removed some $Id$ tags which are no longer used/needed.
239 Fixed a few file header that were just plain incorrect.
241 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
242 Author: Ales Hvezda <ahvezda@laptop.ales.net>
243 Date: Sun Jun 24 22:22:32 2007 -0400
245 Added *.o (all object files) to all src .gitignore files.
247 commit 3fa80f60f62e37fd2297c56b1a99bf5a29d5e912
248 Author: Ales Hvezda <ahvezda@laptop.ales.net>
249 Date: Sun Jun 24 21:41:30 2007 -0400
251 Removed indent from gattrib's configure script.
253 indent is no longer used (hold back from the noweb days).
255 commit 2482dbc0cd6d012f529e405a1e51fc1376af9b6e
256 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
257 Date: Sat Jun 23 21:32:57 2007 +0100
259 gattrib: convert dialogs to GtkDialog
261 Make all dialogs use GtkDialog as a base.
262 This considerably simplifies gattrib/src/x_dialog.c
263 and closes bug 1710818.
265 commit edff766e8b15c311505810241528026f722e30b6
266 Author: Peter TB Brett <peter@peter-b.co.uk>
267 Date: Sat Jun 23 18:19:11 2007 +0100
269 Make sure various files are installed.
271 Several new files were not being distributed. This patch addresses the
272 problem by adding files to EXTRA_DIST in automake input files.
274 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
275 Author: Peter Clifton <pcjc2@cam.ac.uk>
276 Date: Sat Jun 23 18:17:29 2007 +0100
278 Move all .cvsignore files to .gitignore files
280 commit e4f3288389dd9736d328ce392f4e33d8521c5966
281 Author: Peter TB Brett <peter@peter-b.co.uk>
282 Date: Sat Jun 23 16:42:49 2007 +0100
284 gattrib: Remove old & decaying documentation file
286 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
287 Author: Peter TB Brett <peter@peter-b.co.uk>
288 Date: Sat Jun 23 16:11:44 2007 +0100
290 Changes to ChangeLog usage.
292 With actual changes this time. Old-style changelogs as of gaf 1.0
293 (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
294 ChangeLogs replace them. A script has been added to the gaf top level
295 to allow maintainers to update all the ChangeLog files immediately
296 prior to making out a release.
298 commit 460afb7f9193cca180acb0ac5f35ff1702a8f2ba
299 Author: Peter TB Brett <peter@peter-b.co.uk>
300 Date: Thu Jun 21 22:43:09 2007 +0100
302 Fix unused variable warning in gnetlist.
304 commit 7a68c4175f305c86a560acf3824be315b409d5ed
305 Author: Carlos Nieves Onega <cnieves@iespana.es>
306 Date: Wed Jun 13 18:56:35 2007 +0000
308 Convert the new attribute dialog to use GtkDialog.
310 Applied patch sent by Ivan Stankovic. It is a partial fix for
311 bug #1710818 in gattrib. Thanks.
313 commit eed0be648afd9bc421a8d0059de621df778c5fbe
314 Author: Carlos Nieves Onega <cnieves@iespana.es>
315 Date: Sat Jun 9 16:09:36 2007 +0000
317 Avoid writting '\r' to files on MinGW.
319 Applied patch #1733826 from Cesar Strauss. Thanks.
320 When using the "w" mode in fopen, MinGW translates LF into CR-LF.
321 This creates havoc when reading the same file again, when sharing
322 schematics files with other systems, and when placing them in a VCS.
324 This can be avoided by using the "wb" mode. The "b" is ignored on
325 all POSIX conforming systems, according to these sources:
327 http://www.die.net/doc/linux/man/man3/fopen.3.html
328 http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
330 There are other ways, however. Adding
333 int _fmode = _O_BINARY;
335 on some source file should work as well. Another way is linking
336 against the MinGW supplied binmode.o, which does exactly that.
338 commit 4e55d9355a69f2005b9afc2596526a133caf8524
339 Author: Peter Clifton <pcjc2@cam.ac.uk>
340 Date: Sat Jun 9 14:54:33 2007 +0000
342 Added call to g_thread_init() in Gschem and Gattrib.
344 Gschem and Gattrib aren't threaded, but some of GTK's file chooser
345 backends uses threading so we need to call g_thread_init().
347 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
348 Author: Peter TB Brett <peter@peter-b.co.uk>
349 Date: Mon Jun 4 16:15:37 2007 +0000
351 Replace deprecated Guile functions & macros.
353 Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
354 recommended equivalents for Guile 1.8.