~ubuntu-branches/ubuntu/trusty/geda-utils/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-03-15 23:04:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050315230453-x3x6qtw9qv17zbnf
Tags: 20050313-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-03-13 Ales Hvezda   <ahvezda@geda.seul.org>
 
2
 
 
3
        * configure.ac: Removed all tests for gtk+ 1.2.x and fixed error 
 
4
        message if gtk+ 2.2.x is not found.
 
5
 
 
6
2005-03-08 Ales Hvezda   <ahvezda@geda.seul.org>
 
7
 
 
8
        * configure.ac: Bumped version to 20050313
 
9
 
 
10
2005-03-06 Ales Hvezda   <ahvezda@geda.seul.org>
 
11
 
 
12
        * gschlas/gschlas.c: Fixed code to allow user to specify absolute
 
13
        filenames on the command line again.
 
14
 
 
15
2005-02-26 01:16  Dan McMahill <danmc>
 
16
 
 
17
        * src/: Makefile.am, olib.l: portability fixes to allow AT&T lex
 
18
          (yeck, but its what ships with solaris) to compile this.  Also
 
19
          #ifdef around some GCC-isms to let this build with non-gcc
 
20
          compilers.
 
21
 
 
22
2005-02-24 01:21  Dan McMahill <danmc>
 
23
 
 
24
        * src/gsch2pcb.c: when parsing the project file, remove trailing
 
25
          whitespace.  Otherwise strange things can happen.  This is
 
26
          especially true if the "output-name" has trailing whitespace.
 
27
 
 
28
2005-02-22  Carlos Nieves Onega <cnieves@iespana.es>
 
29
 
 
30
        * configure.ac, gschlas/gschlas.c: Removed call to gtk_init().
 
31
          GDK is now initialized in libgeda if it's a non-graphical app.
 
32
        
 
33
2005-02-22 22:13  Dan McMahill <danmc>
 
34
 
 
35
        * configure.ac, src/Makefile.am: if we're using gcc then turn on
 
36
          -Wall
 
37
 
 
38
2005-02-20  Patrick Bernaud  <b-patrick@wanadoo.fr>
 
39
 
 
40
        * gschlas/gschlas.c (main_prog): Adapted for new logging system.
 
41
 
 
42
2005-02-19  Carlos Nieves Onega <cnieves@iespana.es>
 
43
 
 
44
        * gschlas/globals.c: Added definition of picture_draw_func after 
 
45
        adding picture support to libgeda.
 
46
 
 
47
        * configure.ac, gschlas/gschlas.c: Added call to gtk_init() 
 
48
          since gdk-pixbuf needs it if called.    
 
49
        
 
50
2005-02-11  Patrick Bernaud  <b-patrick@wanadoo.fr>
 
51
 
 
52
        * gschlas/gschlas.c (main_prog): Adapted for new toplevel and page 
 
53
        APIs in libgeda.
 
54
 
 
55
2005-02-08 12:15  danmc
 
56
 
 
57
        * gschlas/g_register.c, gschlas/gschlas.c, include/prototype.h:
 
58
          remove remaining gh_* functions.
 
59
 
 
60
2005-02-08 12:01  danmc
 
61
 
 
62
        * gschlas/g_rc.c: fix a typo in the last commit.  Now we check
 
63
          gschlas-version instead of gschem-version.
 
64
 
 
65
2005-02-07 23:57  danmc
 
66
 
 
67
        * configure.ac, gschlas/g_rc.c, gschlas/g_register.c,
 
68
          gschlas/globals.c, gschlas/gschlas.c, gschlas/i_vars.c,
 
69
          gschlas/parsecmd.c, src/char_width.c, src/convert_sym.c,
 
70
          src/glib12-compat.c, src/gmk_sym.c, src/gsch2pcb.c,
 
71
          src/sarlacc_schem.c, src/smash_megafile.c: add dmalloc and
 
72
          Electric Fence debugging options
 
73
 
 
74
2005-02-07 23:18  danmc
 
75
 
 
76
        * gschlas/g_rc.c: get rid of gh_* guile interface
 
77
 
 
78
2005-02-07 15:47  sdb
 
79
 
 
80
        * src/gsch2pcb.c: Added additional printfs during directory search
 
81
          in -v -v mode.
 
82
 
 
83
2005-02-04  Patrick Bernaud  <b-patrick@wanadoo.fr>
 
84
 
 
85
        * gschlas/gschlas.c: Made it use GLib's G_DIR_SEPARATOR* instead of 
 
86
        libgeda's *_SEPARATER_*.
 
87
        Replaced u_basic_strdup() and u_basic_strdup_multiple() by GLib 
 
88
        functions.
 
89
 
 
90
2005-01-29  Patrick Bernaud  <b-patrick@wanadoo.fr>
 
91
 
 
92
        * gschlas/gschlas.c (gschlas_quit): Adapted for new component library 
 
93
        code.
 
94
 
 
95
2005-27-01 Stuart Brorson <sdb@cloud9.net>
 
96
 
 
97
        * gschlas/gschlas.c: Changes made to enable correct opening
 
98
        of schematics in foreign directories.  Changes detailed in libgeda
 
99
        ChangeLog.  
 
100
        
 
101
2004-12-28 Ales Hvezda   <ahvezda@geda.seul.org>
 
102
 
 
103
        * scripts/gsymfix.pl: Added symbol cleanup script by Mike Skerritt.
 
104
        Thanks!
 
105
 
 
106
2004-12-27 Ales Hvezda   <ahvezda@geda.seul.org>
 
107
 
 
108
        * configure.ac: Updated version to 20041228
 
109
 
 
110
2004-07-03 Ales Hvezda   <ahvezda@geda.seul.org>
 
111
 
 
112
        * include/i_vars.h, prototype.h, gschlas/g_rc.c, g_register.c,
 
113
        gschlas.c, i_vars.c: Removed a whole bunch of rc related code.
 
114
        The removed code was moved into libgeda.
 
115
 
 
116
        * configure.ac: Updated version to 20040710
 
117
        
 
118
2004-01-17 Ales Hvezda   <ahvezda@geda.seul.org>
 
119
 
 
120
        * config.h.in: Remove machine generated file.
 
121
 
 
122
2004-01-12 Ales Hvezda   <ahvezda@geda.seul.org>
 
123
 
 
124
        * scripts/Makefile.am: Changed the sed command when building garchive
 
125
        to work with more sed versions hopefully.  
 
126
 
 
127
2004-01-11 Ales Hvezda   <ahvezda@geda.seul.org>
 
128
 
 
129
        * configure.ac: Updated version to 20040111
 
130
 
 
131
        * src/gsch2pcb.c, examples/gsch2pcb/project.sample: Upgraded to 
 
132
        Bill Wilson's latest version (1.4) (1.3 skipped)
 
133
 
 
134
        * Makefile.am: Oops forgot to remove references to the README.* 
 
135
        files when they were moved, so make dist broke.  Fixed.
 
136
 
 
137
2004-01-06 Ales Hvezda   <ahvezda@geda.seul.org>
 
138
 
 
139
        * docs/Makefile.am: Changed doc install directory readme to readmes
 
140
 
 
141
2004-01-03 Ales Hvezda   <ahvezda@geda.seul.org>
 
142
 
 
143
        * src/gsch2pcb.c, examples/gsch2pcb/project.sample: Upgraded to 
 
144
        Bill Wilson's latest version (1.2)
 
145
 
 
146
        * scripts/gsymupdate: Found a last minute critical bug which
 
147
        caused gschem/gschlas to assert because a text field (the number
 
148
        of lines) wasn't being set on split text lines.  gsymupdate does
 
149
        not really handle multi line text items.  A bug needs to be
 
150
        filed for this so it is not forgotten about.
 
151
 
 
152
2004-01-01 Ales Hvezda   <ahvezda@geda.seul.org>
 
153
 
 
154
        * configure.ac: Added --with-docdir command line flag as well all
 
155
        the code to support installing documentation.  Also added a prog
 
156
        check for groff.
 
157
 
 
158
        * docs/README.*: Moved all the readmes into the docs subdirectory.
 
159
 
 
160
        * docs/Makefile.am: Added code to install all the readme files
 
161
        into the documentation directory.  
 
162
 
 
163
2003-12-31 Ales Hvezda   <ahvezda@geda.seul.org>
 
164
 
 
165
        * configure.ac: Bumped version to 20031231
 
166
 
 
167
2003-12-30 Ales Hvezda   <ahvezda@geda.seul.org>
 
168
 
 
169
        * scripts/garchive.py, Makefile.am: Included Stuart's garchive
 
170
        script.
 
171
 
 
172
        * ChangeLog.gsch2pcb, src/glib12-compat.c, src/gsch2pcb.c:
 
173
        Included Bill Wilson's latest gsch2pcb (version 1.1)
 
174
        
 
175
2003-12-29 Ales Hvezda   <ahvezda@geda.seul.org>
 
176
 
 
177
        * configure.ac: Added checks for gtk+ 2.2.x and 1.2.x.  This was
 
178
        needed since the HAS_GTK22 will start to be used in libgeda includes.
 
179
 
 
180
2003-11-09 Ales Hvezda   <ahvezda@geda.seul.org>
 
181
 
 
182
        * autogen.sh: Added script to generate all the auto* generated files.
 
183
 
 
184
        * config.guess config.sub depcomp install-sh mkinstalldirs missing
 
185
        compile: Removed machine generated files from CVS.
 
186
 
 
187
        * Makefile.am: Added the above files to be cleaned during
 
188
        maintainer-clean
 
189
 
 
190
2003-10-19 Ales Hvezda   <ahvezda@geda.seul.org>
 
191
 
 
192
        * src/g_rc.nw: Added the words "optional" and "required" to the
 
193
        *rc log find messages.
 
194
 
 
195
2003-10-18 Ales Hvezda   <ahvezda@geda.seul.org>
 
196
 
 
197
        * configure.ac: Updated version to something more recent, but this
 
198
        version is not an official release.
 
199
 
 
200
2003-10-04 Ales Hvezda   <ahvezda@geda.seul.org>
 
201
 
 
202
        * configure.ac: Updated version to something more recent, but this
 
203
        version is not an official release.
 
204
 
 
205
2003-10-02 Ales Hvezda   <ahvezda@geda.seul.org>
 
206
 
 
207
        * src/gsch2pcb.c, ChangeLog.gsch2pcb: Updated to Bill Wilson's 
 
208
        version 1.0.1
 
209
 
 
210
2003-09-27 Ales Hvezda   <ahvezda@geda.seul.org>
 
211
 
 
212
        * ChangeLog.gsch2pcb, README.gsch2pcb, examples/gsch2pcb/.cvsignore,
 
213
        examples/gsch2pcb/Makefile.am, examples/gsch2pcb/project.sample,
 
214
        examples/Makefile.am, src/glib12-compat.c, src/gsch2pcb.c, 
 
215
        configure.ac, README: Updated Bill Wilson's gsch2pcb to his 1.0 
 
216
        version.
 
217
 
 
218
2003-09-20 Ales Hvezda   <ahvezda@geda.seul.org>
 
219
 
 
220
        * configure.ac: Fixed MinGW cflags/ldflags
 
221
 
 
222
        * auto* files: Updated to autoconf 2.57 and automake 1.7.6
 
223
 
 
224
2003-08-31 Ales Hvezda   <ahvezda@geda.seul.org>
 
225
 
 
226
        * configure.ac: Changed AC_CONFIG_HEADER to AM_CONFIG_HEADER
 
227
 
 
228
        * scripts/pads_backannotate: Added script by Dan McMahill.
 
229
 
 
230
        * src/gsch2pcb.c and friends: Integrated gsch2pcb written by
 
231
        Bill Wilson.  Thanks Bill!
 
232
 
 
233
2003-08-24 Ales Hvezda   <ahvezda@geda.seul.org>
 
234
 
 
235
        * configure.ac: Removed redundant tests (gtk+, guile) and improved
 
236
        the configuration summary message.
 
237
 
 
238
2003-07-20 Ales Hvezda   <ahvezda@geda.seul.org>
 
239
 
 
240
        * configure.ac: Renamed from configure.in.
 
241
 
 
242
        * configure.ac: Bunch of cleanup to start using pkg-config for all
 
243
        libraries.  Unfortunately, gnetlist now links against libgtk*.  I 
 
244
        might fix that in the future.
 
245
 
 
246
        * *.in, *.h, etc: Removed a bunch of old unneeded auto* files.
 
247
 
 
248
2003-07-14 Ales Hvezda   <ahvezda@geda.seul.org>
 
249
 
 
250
        * src/gmk_sym.c: Applied patch by Holger Dietze to fix Bug #63:
 
251
        "utils/gmk_sym is outdated"
 
252
 
 
253
2003-07-06 Ales Hvezda   <ahvezda@geda.seul.org>
 
254
 
 
255
        * scripts/tragesym, README: Added tragesym 0.0.5 by Werner Hoch.
 
256
        Ales renamed script from tragesym.py to tragesym (to be consistent
 
257
        with the rest of the scripts in the utils package).
 
258
 
 
259
        * README.tragesym, ChangeLog.tragesym: Added info files which are
 
260
        part of tragesym.  Minor updates here and there.
 
261
 
 
262
        * examples/tragesym, examples/gmk_sym: Reoganized the examples
 
263
        directory to include tragesym.
 
264
 
 
265
2003-05-25 Ales Hvezda   <ahvezda@geda.seul.org>
 
266
 
 
267
        * src/sarlacc_schem.c: Initalized some variables to make compiler 
 
268
        happy.
 
269
 
 
270
        * configure.in: Applied Wojciech Kazubski's --with-docdir patch
 
271
 
 
272
2003-05-22 Ales Hvezda   <ahvezda@geda.seul.org>
 
273
 
 
274
        * configure.in: Updated version
 
275
 
 
276
2003-05-13 Ales Hvezda   <ahvezda@geda.seul.org>
 
277
 
 
278
        * src/sarlacc_schem.c: Applied patch by Charles Lepple to fix a 
 
279
        build problem on OSX.
 
280
 
 
281
2003-02-23 Ales Hvezda   <ahvezda@geda.seul.org>
 
282
 
 
283
        * configure.in: Added shell code to expand prefix and set the
 
284
        GEDADOCDIR to the proper path ($prefix/share/doc/geda-doc
 
285
 
 
286
        * scripts/config.sh.in: Changed variables to use the above
 
287
        GEDADOCDIR
 
288
 
 
289
2003-02-20 Ales Hvezda   <ahvezda@geda.seul.org>
 
290
 
 
291
        * gschlas/gschlas.c: Applied patchlet from Steve Tell for disabling
 
292
        the guile 1.6.3 deprecated warnings.
 
293
 
 
294
        * scripts/refdes_renum: Added useful perl script by Dan McMahill.
 
295
        Thanks.
 
296
 
 
297
2003-02-18 Ales Hvezda   <ahvezda@geda.seul.org>
 
298
 
 
299
        * configure.in: Bumped version to 20030223
 
300
 
 
301
2003-02-06 Ales Hvezda   <ahvezda@geda.seul.org>
 
302
 
 
303
        * configure.in: Applied Gabriel Paubert's warning reducing patch with
 
304
        a few minor mods.
 
305
 
 
306
2003-01-26 Ales Hvezda   <ahvezda@geda.seul.org>
 
307
                
 
308
        * src/Makefile.am: Added liberty to all targets for mingw
 
309
 
 
310
2003-01-11 Ales Hvezda   <ahvezda@geda.seul.org>
 
311
 
 
312
        * Makefile.am: Fixed the distclean-local target. 
 
313
 
 
314
2002-12-30 Chris Ellec <chris @ gtx.seul.org>
 
315
 
 
316
        * utils/src/gmk_sym.c: updated file format to 20021103
 
317
        for pins and boxes.
 
318
 
 
319
2002-11-30 Ales Hvezda   <ahvezda@geda.seul.org>
 
320
 
 
321
        * lib/system-gschlasrc.in: Changed the variable names which hold
 
322
        the paths to the data and rc directories.
 
323
 
 
324
        * scripts/Makefile.am: Added gschemdoc to distclean target
 
325
 
 
326
        * aclocal.m4: Removed file from cvs.
 
327
 
 
328
        * src/Makefile.am: Added -lm to olib LD_FLAGS
 
329
 
 
330
2002-11-23 Ales Hvezda   <ahvezda@geda.seul.org>
 
331
 
 
332
        * scripts/gschemdoc.sh: Added %20filetype:pdf to the google search
 
333
        to increase the likelyhood of getting the datasheet.  Suggested by
 
334
        Antonio A Todo Bom.
 
335
 
 
336
        * scripts/gschemdoc.sh: Applied the patch by Gabriel Paubert to 
 
337
        this file to fix the which problems reported on geda-dev.  Thanks.
 
338
 
 
339
2002-11-04 Egil Kvaleberg       <egil@kvaleberg.no>
 
340
 
 
341
        * configure.in: Changed AC_PROG_LEX to AM_PROG_LEX to cater for 
 
342
        automake 1.6.3. Note that this also requires that autoreconf is
 
343
        run.
 
344
 
 
345
2002-11-03 Ales Hvezda   <ahvezda@geda.seul.org>
 
346
 
 
347
        * scripts/gschupdate, scripts/symupdate: Oops, these scripts will
 
348
        break if an attribute has a ='s in it.  Fixed this by passing 2 as
 
349
        the LIMIT to perl's split.
 
350
 
 
351
        * configure.in: Updated version to 20021103 (an official version)
 
352
 
 
353
2002-10-31 Ales Hvezda   <ahvezda@geda.seul.org>
 
354
 
 
355
        * scripts/gschemdoc.sh: Changed the manual which is brought up when
 
356
        you run gschemdoc -m (from gschem.txt go gedadocs.html).
 
357
 
 
358
        * scripts/gschemdoc.sh: Added phoenix to the list of browsers.
 
359
 
 
360
        * scripts/gschemdoc.sh: Added another echo to output which browser
 
361
        has been found.
 
362
 
 
363
2002-10-29 Ales Hvezda   <ahvezda@geda.seul.org>
 
364
 
 
365
        * src/olib.l geda_sym_format.h: Added Mario Pascucci's olib converter.
 
366
 
 
367
        * README.olib: Added README for above.
 
368
 
 
369
2002-10-28 Ales Hvezda   <ahvezda@geda.seul.org>
 
370
 
 
371
        * configure.in: Bumped version to 20021031
 
372
 
 
373
2002-10-27 Ales Hvezda   <ahvezda@geda.seul.org>
 
374
 
 
375
        * configure and friends: Ran "autoreconf --force --install -v" 
 
376
        to really upgrade to the newest version of the auto* tools.
 
377
 
 
378
        * scripts/gschemdoc: Applied Egil's patch to remove the -- for
 
379
        Netscape and Mozilla
 
380
 
 
381
        * gschlas/g_rc.c, g_register.c, i_vars.c, include/i_vars.h: Added
 
382
        force-boundingbox rc variable.
 
383
 
 
384
        * lib/system-gschlas.in: Added default for force-boundingbox variable
 
385
 
 
386
2002-10-19 Ales Hvezda   <ahvezda@geda.seul.org>
 
387
 
 
388
        * configure.in, *.m4: Upgraded to automake 1.7.1 and autoconf 2.54
 
389
        
 
390
2002-10-17 Ales Hvezda   <ahvezda@geda.seul.org>
 
391
 
 
392
        * configure.in, scripts/Makefile.am, scripts/config.sh.in, 
 
393
        scripts/gschemdoc.sh: Added find documentation patch from Egil 
 
394
        Kvaleberg.  Thanks.
 
395
 
 
396
2002-10-07 Ales Hvezda   <ahvezda@geda.seul.org>
 
397
 
 
398
        * src/sarlacc_schem.c, scripts/sarlacc_sym: Added updates from
 
399
        Egil Kvaleberg.  Thanks.
 
400
 
 
401
2002-09-22 Ales Hvezda   <ahvezda@geda.seul.org>
 
402
 
 
403
        * gschlas/: Added new libgeda program: gEDA schematic/symbol Load and
 
404
        Save.  This program just loads the specified files and saves them in
 
405
        the current file format.  gschlas is used by gschupdate and
 
406
        gsymupdate.
 
407
 
 
408
        * lib/, lib/system-gschlasrc.in: Added rc file for above
 
409
 
 
410
        * include/: Added include directory and files for above
 
411
 
 
412
        * scripts/gschupdate, gsymupdate: Updated to use gschlas.
 
413
 
 
414
        * configure.in and others: Updated scripts to search for libgeda and
 
415
        all the required programs.
 
416
 
 
417
        * configure.in: Bumped version to 20020922, which is NOT a release.
 
418
 
 
419
2002-09-07 Ales Hvezda   <ahvezda@geda.seul.org>
 
420
 
 
421
        * utils/convert_sym.c: Updated code to attach pinseq= and pinnumber=
 
422
        instead of pin#=#  
 
423
 
 
424
        * utils/convert_sym.c: Updated code to attach netname= instead of
 
425
        label=
 
426
 
 
427
        * utils/convert_sym.c: Updated "v %s" string to be 19991011 which
 
428
        is the right version for the files convert_sym spits out.  This
 
429
        should eventually be updated to the lastest version, but gschem
 
430
        will happily read in old files.
 
431
 
 
432
        * utils/convert_sym.c: Symbols/schematics that are outputed from
 
433
        this tool are now current to the 20020825 attribute scheme.
 
434
 
 
435
        * utils/gmk_sym.c: Updated code to output pinseq= and pinnumber=
 
436
        instead of pin#=#.
 
437
 
 
438
        * utils/gmk_sym.c: Symbols that are outputed from this tool are
 
439
        now current to the 20020825 attribute scheme.
 
440
 
 
441
        * utils/sarlacc_sym: Updated code to output pinseq= and pinnumber=
 
442
        instead of pin#=#.  UNTESTED, but should be okay.
 
443
 
 
444
2002-08-14 Chris Ellec   <chris @ gtx.seul.org >
 
445
 
 
446
        * utils/gmk_sym.c: Check for multiple instances of the same pin 
 
447
        number and quit when this happens, give Fatal error messsage.
 
448
 
 
449
2002-07-30 Ales Hvezda   <ahvezda@geda.seul.org>
 
450
 
 
451
        * scripts/gsymupdate: Added code to properly convert type= and label= 
 
452
        to pintype= and pinlabel=
 
453
 
 
454
2002-07-29 Ales Hvezda   <ahvezda@geda.seul.org>
 
455
 
 
456
        * scripts/gsymupdate, gschupdate: Added a check to not update if an
 
457
        equivalant .old file is found
 
458
 
 
459
2002-07-27 Ales Hvezda   <ahvezda@geda.seul.org>
 
460
 
 
461
        * scripts/: Created new directory for non-compiled utils
 
462
 
 
463
        * src/*: Moved non-compiled utils to scripts directory
 
464
 
 
465
2002-07-14 Ales Hvezda   <ahvezda@geda.seul.org>
 
466
 
 
467
        * src/convert_sym.awk, convert_sym.c, gmk_sym.c, sarlacc_schem.c, 
 
468
        sarlacc_sym:  Changed all user visible references of uref to
 
469
        refdes.
 
470
 
 
471
        * gsymupdate, gschupdate: Added code to convert uref= to refdes=
 
472
        
 
473
        * gsymupdate, gschupdate: Bunch of code to make these programs
 
474
        a lot more robust and useful.
 
475
        
 
476
2002-07-07 Ales Hvezda   <ahvezda@geda.seul.org>
 
477
 
 
478
        * src/gsymupdate, gschupdate: Added simple perl scripts to convert
 
479
        existing symbols and schematics to use the new attribute conventions
 
480
 
 
481
2002-07-06 Ales Hvezda   <ahvezda@geda.seul.org>
 
482
 
 
483
        * configure.in/Makefile.am: Upgraded to automake 1.6.2
 
484
 
 
485
2002-05-15 Chris Ellec <chris @ gtx.seul.org>
 
486
 
 
487
        * src/gmk_sym.c: Added a couple of data verifications to avoid
 
488
        seg faults when the input file has errors.
 
489
 
 
490
2002-04-08 Ales Hvezda   <ahvezda@geda.seul.org>
 
491
 
 
492
        * src/gmk_sym.c: Fixed a #ifndef to be MINGW32 correct 
 
493
 
 
494
2002-04-03 Ales Hvezda   <ahvezda@geda.seul.org>
 
495
 
 
496
        * configure.in and friends: More work on getting the upgrade of 
 
497
        autoconf, automake, and libtool to behave correctly.
 
498
 
 
499
        * configure.in: Added PATHSEP variable which holds the proper path
 
500
        separater depending on the platform.
 
501
 
 
502
        * lib/system-*.in: Work on getting rc files to use above variable.
 
503
 
 
504
2002-02-02 Ales Hvezda   <ahvezda@geda.seul.org>
 
505
 
 
506
        * src/sarlacc_schem.c: Put in placed the updated files from 
 
507
        Dave Lawrence.  Bug fixes
 
508
        
1
509
2001-07-22 Ales Hvezda   <ahvezda@geda.seul.org>
2
510
 
3
511
        * src/char_width.c: Added patch by Dan Mcmahill for 64-bit