Update po files by running make update-po manually in gschem/po
[geda-gaf/whiteaudio.git] / gattrib / ChangeLog
blobfe231a78c165dbb179b4700bc2e972b3b6694c51
1 # Do not edit this file - generated from version control history
4 commit 7e4ff9ed2fefa114c06ff592d6c2eadb0e01fc7f
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date:   Mon Dec 31 21:02:07 2007 -0500
8     Bumped versions to 1.2.1/20071231/31:1:0 for the next stable snapshot
10 commit 9436a72692251d5fecadd8660cbc0ef4d7c5234f
11 Author: Tomaž Šolc <tomaz.solc@tablix.org>
12 Date:   Fri Nov 23 21:42:50 2007 +0000
14     Compilation fixes for Mac OS X 10.5 [1832417]
15     
16     This patch contains changes to gEDA source tree that were necessary to
17     compile on Mac OS X (10.5 Leopard, PPC).
19 commit 19dfabcb4748aacb31b571a1d5db8cc3a49b287f
20 Author: Hamish Moffatt <hamish@debian.org>
21 Date:   Thu Oct 4 18:40:05 2007 +0100
23     Fix install location of gattrib-menus.xml to $GEDADATADIR
25 commit f6769493448df1b107292ded42195c9e39b666d6
26 Author: Ales Hvezda <ahvezda@seul.org>
27 Date:   Wed Sep 12 02:37:55 2007 -0400
29     Fixed a whole bunch of gtk+ 2.4.x and misc issues building on an older box
30     
31     This is a fix for (Patch#) 1789290 libgeda-1.2.0 fprintf which supplied a
32     similar patch which fixes the issues in libgeda/src/s_clib.c and
33     libgeda/src/s_textbuffer.c.  In the future, all releases will be built with
34     gtk+ 2.4.x so that these sorts of problems do not get released.
36 commit 49b0c81fa9cdda05d797ccef0684fa5090c8aed4
37 Author: Ales Hvezda <ahvezda@seul.org>
38 Date:   Sun Sep 2 22:16:11 2007 -0400
40     Updated ChangeLogs using: ./update-changelogs.sh 1.0-20070526..stable-1.2
42 commit 9b91e622ea65ea13f770fc4a79e7aaee138af008
43 Author: Ales Hvezda <ahvezda@seul.org>
44 Date:   Sun Sep 2 17:13:49 2007 -0400
46     Bumped versions to 1.2.0/20070902/31:0:0 for the next stable release
48 commit 6056ef48272778419d39e0233f395bfd60019ab9
49 Author: Ales Hvezda <ahvezda@seul.org>
50 Date:   Sun Aug 19 22:40:19 2007 -0400
52     Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master
54 commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
55 Author: Ales Hvezda <ahvezda@seul.org>
56 Date:   Sat Aug 18 16:14:30 2007 -0400
58     Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot
60 commit 72c4db8aa20c22baa4243a0d27b3bb3f32f3ef64
61 Author: Ales Hvezda <ahvezda@seul.org>
62 Date:   Tue Aug 14 07:46:06 2007 -0400
64     Moved 3 rc promotion keywords from gschem into libgeda (fix for bug#1748143)
65     
66     All the promotion keywords were moved from gschem into libgeda to fix:
67     [ 1748143 ] gschlas causes duplicate prompted attributes   The primary
68     cause of this bug was that the promotion variables within TOPLEVEL were
69     not being setup by gschlas and so duplicate refdes attributes were
70     showing up in the schematic.  The three rc keywords that were moved are:
71     
72     (attribute-promotion ... )
73     (promote-invisible ... )
74     (keep-invisible ... )
76 commit 703151a94b0eece6b24b3b18ce2465eeae068814
77 Author: Peter Clifton <pcjc2@cam.ac.uk>
78 Date:   Thu Aug 9 12:36:17 2007 +0100
80     Remove old prototypes from various prototype.h where no function exists.
82 commit 71600215311af0a98ed371ab750b09182de139a1
83 Author: Peter Clifton <pcjc2@cam.ac.uk>
84 Date:   Sat Aug 11 00:52:25 2007 +0100
86     Revert inadvertent commits:
87     
88       dbfe00a20de3f875e519ef60629b968977fc5db8 (commit)
89       f1451161914a0ed0bb43123279906d82cb7d5b49 (commit)
90       2ad315fc0badd16a9614d1107b22c973908893d5 (commit)
91       d8844bb48969aa45a05cbe6836fc96c198e88c19 (commit)
92       ee1b64a1ae07eb99eae5d63307e9fe23f9604662 (commit)
94 commit d8844bb48969aa45a05cbe6836fc96c198e88c19
95 Author: Peter Clifton <pcjc2@cam.ac.uk>
96 Date:   Fri Aug 10 21:26:10 2007 +0100
98     Replace the linked list of PAGEs with a GedaList (typecast to GedaPageList)
100 commit 0f5c72daacfa7d78666769e4063122934861da5c
101 Author: Peter Clifton <pcjc2@cam.ac.uk>
102 Date:   Sun Aug 5 22:36:56 2007 +0100
104     Alter guile 1.6 compat tests to work with older autoconf versions
105     
106     Don't use AC_DEFINE to define function like macros, instead use
107     AC_CHECK_DECLS to set a HAVE_DECL_..., then use AH_VERBATIM to
108     insert a test which defines a replacement if necessary.
110 commit 5c098070b87709540345afb1b3b79d9db470ed53
111 Author: Peter Clifton <pcjc2@cam.ac.uk>
112 Date:   Thu Aug 2 22:09:52 2007 +0100
114     Fix configure checks enabling guile 1.6.x compatability routines.
116 commit c8b92f207d9a34e5ec69aaee19cfb2cfe88a3a81
117 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
118 Date:   Thu Aug 2 13:27:15 2007 +0100
120     gattrib: remove unused code from x_gtksheet.c
122 commit ba79b83da22590108b7ca86e3e01de96ca05e1c9
123 Author: Peter Clifton <pcjc2@cam.ac.uk>
124 Date:   Wed Aug 1 22:57:05 2007 +0100
126     Make gattrib honour the user's answer to confirm quit? on window close
128 commit 224f1c8c4731eacbd63634efc01dcc6eead2e19e
129 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
130 Date:   Wed Aug 1 22:56:58 2007 +0100
132     gattrib: more dialog cleanup
134 commit efc421976c48b6ed67537e796dd0c0fe3820d2c5
135 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
136 Date:   Wed Aug 1 20:57:36 2007 +0100
138     move menu callbacks to x_window.c
139     
140     This patch moves all menu callbacks to x_window.c, where
141     they belong. The x_window_init() function is cleaned up.
142     Selecting File->Open now causes the "unimplemented feature"
143     dialog to pop up.
145 commit 66e808f376b11460faec4c78834f8359969e6547
146 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
147 Date:   Wed Aug 1 20:52:42 2007 +0100
149     gattrib: remove unused pixmaps.h
151 commit 1aad087e0f59deb2cff728ff750bc34dcffc8ede
152 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
153 Date:   Wed Aug 1 20:52:40 2007 +0100
155     gattrib: overhaul menu creation code
157 commit 789581dc215e86e9455eca830c66495592246f56
158 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
159 Date:   Wed Aug 1 19:27:41 2007 +0100
161     gattrib: remove unneeded globals
163 commit de149fd2d81b2c5432dceadfdc1100204d0f9d4e
164 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
165 Date:   Wed Aug 1 19:27:31 2007 +0100
167     gattrib: reorganize file opening code
168     
169     This patch reorganizes the file opening code
170     and related code paths in gattrib. Besides
171     simplifying the code, the patch also improves
172     error reporting.
174 commit c31bd4adb677d671af8bdf5aed71f96a4995f9b1
175 Author: Peter Clifton <pcjc2@cam.ac.uk>
176 Date:   Tue Jul 31 20:03:51 2007 +0100
178     Changed configure.ac(.in) to allow guile-1.6
179     
180     Introduces compatibility #defines where guile 1.8 funcs are missing in
181     guile 1.6. Also adds missing configure.ac checks for guile in packages
182     gattrib, gnetlist, gsymcheck and utils.
184 commit cb9c4ee19ca58158308a234782fdad6fb60257da
185 Author: Peter Clifton <pcjc2@cam.ac.uk>
186 Date:   Thu Jul 19 15:09:56 2007 +0100
188     Change selection code to use a generic GedaList typecast to SELECTION.
189     
190     GedaList allows various parts of the program to keep track of changes
191     to the selection via callbacks attached to the GedaList object.
193 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
194 Author: Ales Hvezda <ahvezda@seul.org>
195 Date:   Sun Jul 8 18:18:39 2007 -0400
197     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
199 commit d7e8f5abc35644e90bfabf84396023cab09f2968
200 Author: Ales Hvezda <ahvezda@seul.org>
201 Date:   Sun Jul 8 16:18:57 2007 -0400
203     Updated configure.ac[.in] and Makefile versions in prep for a release.
204     
205     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
206     at the toplevel.  libgeda's shared library version is now 30:1:0
208 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
209 Author: Carlos Nieves Onega <cnieves@iespana.es>
210 Date:   Sun Jul 8 21:16:17 2007 +0200
212     Added *~ to .gitignore files.
214 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
215 Author: Ales Hvezda <ahvezda@seul.org>
216 Date:   Thu Jul 5 01:36:31 2007 -0400
218     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
220 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
221 Author: Ales Hvezda <ahvezda@seul.org>
222 Date:   Thu Jul 5 00:11:45 2007 -0400
224     Updated all version strings to 1.1.0 and 20070705
226 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
227 Author: Ales Hvezda <ahvezda@seul.org>
228 Date:   Wed Jul 4 23:55:07 2007 -0400
230     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
231     
232     Maintainer mode is no longer needed or desired now that we are no longer
233     using CVS.  Hopefully this will prevent some of the odd problems that were
234     observed during the last release when the Makefile's didn't get auto
235     regenerated.
237 commit dc7b8c53f4bc94626634887e46167a367a91f707
238 Author: Ales Hvezda <ahvezda@seul.org>
239 Date:   Wed Jul 4 23:32:15 2007 -0400
241     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
242     
243     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
244     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
245     Updated the configure.ac[.in] files to have consistent top sections.
246     Updated code and various scheme files to use the new DOTTED_VERSION
247     and DATE_VERSION variables available via config.h.  Stopped using
248     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
249     (not intended for that use).  Updated update-versions.sh script to set the
250     version in all the configure.ac[.in] files and the toplevel Makefile.
251     Went through all the g_rc.c files and make the handling of rc file
252     mismatch handling consistent.
254 commit 4e164220e934f0c4c54199e2ad357f681d623d74
255 Author: Peter TB Brett <peter@peter-b.co.uk>
256 Date:   Wed Jun 27 08:00:02 2007 +0100
258     gattrib: Update extra distribution list
260 commit 4d88805294a462674103a6b1a41aab153e08310a
261 Author: Ales Hvezda <ahvezda@seul.org>
262 Date:   Tue Jun 26 23:01:55 2007 -0400
264     Updated gattrib's configure script to use standard gEDA/gaf VERSION= practices.
266 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
267 Author: Ales Hvezda <ahvezda@laptop.ales.net>
268 Date:   Mon Jun 25 22:31:07 2007 -0400
270     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
271     
272     Previously this mechanism was used to create custom versions of gEDA/gaf.
273     With the coming of stable and development versions of gEDA/gaf, this
274     mechanism was changed so that end users can tell the difference between
275     a stable release vs a development release (by looking at the version string).
276     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
277     prepended to any strings that output the VERSION string.
279 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
280 Author: Ales Hvezda <ahvezda@laptop.ales.net>
281 Date:   Sun Jun 24 23:48:51 2007 -0400
283     Updated copyright text/header in most source files.
284     
285     Updated all copyright text dates that have my name (Ales) associated
286     with them.  Added gEDA contributer copyright text where appropriate.
287     Fixed a bunch of GNU text typos (these should have been either GPL
288     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
289     Fixed a few file header that were just plain incorrect.
291 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
292 Author: Ales Hvezda <ahvezda@laptop.ales.net>
293 Date:   Sun Jun 24 22:22:32 2007 -0400
295     Added *.o (all object files) to all src .gitignore files.
297 commit 3fa80f60f62e37fd2297c56b1a99bf5a29d5e912
298 Author: Ales Hvezda <ahvezda@laptop.ales.net>
299 Date:   Sun Jun 24 21:41:30 2007 -0400
301     Removed indent from gattrib's configure script.
302     
303     indent is no longer used (hold back from the noweb days).
305 commit 2482dbc0cd6d012f529e405a1e51fc1376af9b6e
306 Author: Ivan Stankovic <ivan.stankovic@fer.hr>
307 Date:   Sat Jun 23 21:32:57 2007 +0100
309     gattrib: convert dialogs to GtkDialog
310     
311     Make all dialogs use GtkDialog as a base.
312     This considerably simplifies gattrib/src/x_dialog.c
313     and closes bug 1710818.
315 commit edff766e8b15c311505810241528026f722e30b6
316 Author: Peter TB Brett <peter@peter-b.co.uk>
317 Date:   Sat Jun 23 18:19:11 2007 +0100
319     Make sure various files are installed.
320     
321     Several new files were not being distributed. This patch addresses the
322     problem by adding files to EXTRA_DIST in automake input files.
324 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
325 Author: Peter Clifton <pcjc2@cam.ac.uk>
326 Date:   Sat Jun 23 18:17:29 2007 +0100
328     Move all .cvsignore files to .gitignore files
330 commit e4f3288389dd9736d328ce392f4e33d8521c5966
331 Author: Peter TB Brett <peter@peter-b.co.uk>
332 Date:   Sat Jun 23 16:42:49 2007 +0100
334     gattrib: Remove old & decaying documentation file
336 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
337 Author: Peter TB Brett <peter@peter-b.co.uk>
338 Date:   Sat Jun 23 16:11:44 2007 +0100
340     Changes to ChangeLog usage.
341     
342     With actual changes this time.  Old-style changelogs as of gaf 1.0
343     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
344     ChangeLogs replace them.  A script has been added to the gaf top level
345     to allow maintainers to update all the ChangeLog files immediately
346     prior to making out a release.
348 commit 460afb7f9193cca180acb0ac5f35ff1702a8f2ba
349 Author: Peter TB Brett <peter@peter-b.co.uk>
350 Date:   Thu Jun 21 22:43:09 2007 +0100
352     Fix unused variable warning in gnetlist.
354 commit 7a68c4175f305c86a560acf3824be315b409d5ed
355 Author: Carlos Nieves Onega <cnieves@iespana.es>
356 Date:   Wed Jun 13 18:56:35 2007 +0000
358     Convert the new attribute dialog to use GtkDialog.
359     
360     Applied patch sent by Ivan Stankovic. It is a partial fix for
361     bug #1710818 in gattrib. Thanks.
363 commit eed0be648afd9bc421a8d0059de621df778c5fbe
364 Author: Carlos Nieves Onega <cnieves@iespana.es>
365 Date:   Sat Jun 9 16:09:36 2007 +0000
367     Avoid writting '\r' to files on MinGW.
368     
369     Applied patch #1733826 from Cesar Strauss. Thanks.
370     When using the "w" mode in fopen, MinGW translates LF into CR-LF.
371     This creates havoc when reading the same file again, when sharing
372     schematics files with other systems, and when placing them in a VCS.
373     
374     This can be avoided by using the "wb" mode. The "b" is ignored on
375     all POSIX conforming systems, according to these sources:
376     
377     http://www.die.net/doc/linux/man/man3/fopen.3.html
378     http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
379     
380     There are other ways, however. Adding
381     
382     #include <fcntl.h>
383     int _fmode = _O_BINARY;
384     
385     on some source file should work as well. Another way is linking
386     against the MinGW supplied binmode.o, which does exactly that.
388 commit 4e55d9355a69f2005b9afc2596526a133caf8524
389 Author: Peter Clifton <pcjc2@cam.ac.uk>
390 Date:   Sat Jun 9 14:54:33 2007 +0000
392     Added call to g_thread_init() in Gschem and Gattrib.
393     
394     Gschem and Gattrib aren't threaded, but some of GTK's file chooser
395     backends uses threading so we need to call g_thread_init().
397 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
398 Author: Peter TB Brett <peter@peter-b.co.uk>
399 Date:   Mon Jun 4 16:15:37 2007 +0000
401     Replace deprecated Guile functions & macros.
402     
403     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
404     recommended equivalents for Guile 1.8.
407 #GCL#