commit b6fa18c5f6dc47a98fb741b2ad240047347c1967
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 21:41:56 2020 +0300

    examples/lightning_detector: Move drawing.
    
    Move the schematic to the right inside the
    titleblock, so that the text on the left can
    fit into the frame.

commit e02cefff045b0efc8df13ad260f8f6aaf2488ea6
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 21:35:00 2020 +0300

    examples/lightning_detector: Fix titleblock text.
    
    - Unified text size.
    - Realign title block text.

commit 2add1bb1b9dd00440dc9feaa035bce214a028a88
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 22:08:47 2020 +0300

    examples/lightning_detector: Fix sym/title-A4.sym.
    
    - "graphical" attribute was placed too far from
    the symbol itself. Move it closer.
    - resize the lower part of the block so that the
    text there ("FILE", "REVISION") fits nicely into
    the frame.

commit e58653fbff445fcc3588adc4db8f17bf5fc9accd
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 20:49:37 2020 +0300

    examples/TwoStageAmp: Fix symbols.
    
    Slightly modify the symbols so that the
    text does not overlap symbol graphics.

commit 6e89d8b4d61194b71d168b5ae6133f799fcad3c6
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 20:39:17 2020 +0300

    examples/TwoStageAmp: Realign text.
    
    Make sure attributes do not overlap graphics.
    After recent fixes to font rendering mechanism,
    some text appears slightly shifted upwards.

commit 0ca49578cf5792c31ce4836e85877c65504f845a
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 20:14:11 2020 +0300

    examples/RF_Amp: A box around device components.
    
    Draw a box enclosing MSA-2643 device components.
    It used to be drawn with simple lines.
    Rephrase the description text that states that
    the box is green. This is so only when the dark
    color scheme is used.

commit 884bafc9058a191339df65356fec8657a3d2497c
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 19:43:44 2020 +0300

    examples/RF_Amp: Fix sym/spice-subcircuit-LL-1.sym.
    
    Slightly modify the symbol so that its text
    does not overlap symbol graphics.

commit 0369ec287b831d53a5224b30fd74f47429b12950
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 19:39:26 2020 +0300

    examples/RF_Amp: Fix sym/spice-subcircuit-IO-1.sym.
    
    Slightly modify the symbol so that its text
    does not overlap symbol graphics.

commit 857115cc48d1d47b5e783e696e88b010d37271a6
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 19:27:21 2020 +0300

    examples/RF_Amp: Fix sym/spice-include-1.sym.
    
    Slightly modify the symbol so that its text
    does not overlap symbol graphics.

commit f3c33552b6a9a16d47f7c2cf920b84af531052b8
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue May 26 19:04:45 2020 +0300

    examples/RF_Amp: Realign text.
    
    Make sure attributes do not overlap graphics.
    After recent fixes to font rendering mechanism,
    some text appears slightly shifted upwards.

commit 14e44885f7ef2069cb1005d86944fa655c6d1de2
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Wed Apr 1 21:11:34 2020 +0300

    docs: Move all ChangeLog-1.0 files into one directory and rename them.
    
    Those files are old enough and the user can find the same
    information using 'git'.  Many tools have changed significantly
    since the logs were generated, and their code is now in other
    places, so the files just cluttered up Makefiles.

commit 4cee33ee5b5514a7d816ddefd2467d54b658cd9f
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Mar 25 15:31:12 2020 +0300

    examples: New config file in gTAG example.
    
    Replace legacy geda.conf with lepton.conf.

commit f6d35084fdec9a972503e3ab8d836d1d99b7305d
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Wed Feb 19 15:13:35 2020 +0300

    build: Get rid of removing Makefile.in's with 'make maintainer-clean'.
    
    Some people may contradict that the files clutter the git
    repository. But then, (a) they all are written to the .gitignore
    files and so usually invisible for VCS, and (b) 'git clean' may do
    the job better (please see description of the options '-x' or
    '-X').

commit e3c4b229190b916bfa1e57bcd135034986c2f81b
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Sat Feb 15 04:24:37 2020 +0300

    build: Clean up Makefile.am's in the repository.
    
    - Get rid of most '*CLEANFILES' targets.
    - Clean up whitespaces in all Makefile.am files.
    - Avoid getting rid of ChangeLog files with 'maintainer-clean' as
      they are all built automatically and added to .gitignore.

commit 56a76065834de1012a269b73763d16bf700a8d9c
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 17:11:26 2019 +0300

    examples: Fix schematic in lightning detector.
    
    - move several attributes so that they do not
    overlap symbols and other attributes
    - enlarge the page title; do not use all caps

commit 8f99bd965b8497bb3cd43dfdba03ce609391cc01
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 02:22:14 2019 +0300

    examples: Add batch mode simulation files.
    
    RF_Amp and TwoStageAmp examples:
    In addition to default SPICE files with the
    interactive mode commands, add corresponding
    Simulation.batch.cmd files containing the
    batch mode commands. Describe it in README.

commit c6cfe3bbeeddb760613b64c0ada96628ff05c7f9
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 00:57:09 2019 +0300

    examples/gTAG: Amend the crdist.sh script.
    
    - paths have changed
    - include *.conf files in archive

commit 3fd634095527aa8d4256a870901824acc806740f
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 00:46:02 2019 +0300

    examples/gTAG: Clean up whitespaces in readme, netlist, changelog.

commit e82fec68601f537f771685e57a93c21adf34f665
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 00:36:58 2019 +0300

    examples/gTAG: Move PostScript files to ps/.

commit c9ea966f2bd287b5133121ef82c64dff5838b282
Author: dmn <graahnul.grom@gmail.com>
Date:   Thu Oct 24 00:31:05 2019 +0300

    examples: Make gTAG self-sufficient.
    
    Copy all symbols used in this example's
    schematics to the local symbols directory.

commit 75434dcae03d319195e0750a792f04121f814c1a
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 11:33:57 2019 +0300

    examples/gTAG: Move symbols to subdirectory.

commit 1588b01067143023ba8829169d3a5eeb187c68cd
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 08:15:32 2019 +0300

    examples: Make lightning_detector self-sufficient.
    
    - Copy all symbols used in this example's
    schematic to the local symbols directory.
    - Remove trailing spaces in lightning.net

commit 56255941194d8de2f599e267a152a85771e67c27
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 07:49:27 2019 +0300

    examples: Make TwoStageAmp self-sufficient.
    
    Copy all symbols used in this example's
    schematic to the local symbols directory.

commit 7904133355415db77af77ae342e432ef26321fb8
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 07:21:12 2019 +0300

    examples/RF_Amp: Bring README up to date.

commit 4bcfbc3cc5d5a4250ce603d965be0cc8478c8e98
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 06:48:21 2019 +0300

    examples: Make RF_Amp self-sufficient.
    
    Copy all symbols used in this example's
    schematics to the local symbols directory.

commit abe6b0ee6adf348a515287b13fbc71ef750f55d3
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 03:45:11 2019 +0300

    examples: Amend README.
    
    - fix gTAG's changelog file name
    - add a link to PCB web site
    - remove obsolete statements
    - remove "license" items
    - use new suite's name (Lepton EDA)

commit a6444e9d3fc38c33e3708ed552d1fef89833b932
Author: dmn <graahnul.grom@gmail.com>
Date:   Wed Oct 23 03:13:02 2019 +0300

    examples: Clean up whitespaces in README.

commit 387be72eec1e72724488860858d8f9eacef75e62
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue Oct 15 15:22:40 2019 +0300

    examples/RF_Amp: Change simulation commands.
    
    Rewrite simulation commands file: use interactive
    mode. Run simulation with 'ngspice MSA-2643.cir',
    for example.

commit c6cb1d4ae21eb4ade835d236a9d8405ad84a6050
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue Oct 15 15:13:04 2019 +0300

    examples/RF_Amp: Fix schematic.
    
    - fix broken simulation by adding a bogus resistor
    (1 picoOhm) in series with L4
    - regenerate SPICE netlist (MSA-2643.cir) using
    the spice-sdb netlist backend

commit e4df7f6b7fd7080b3ffbb1cd091155189d88e292
Author: dmn <graahnul.grom@gmail.com>
Date:   Tue Oct 15 15:10:57 2019 +0300

    examples/RF_Amp: Regenerate netlists.
    
    Regenerate SPICE netlists using the spice-sdb
    netlist backend for two subcircuits (Q1, Q2).
    Model files: remove trailing spaces.

commit 2c5930319e8cce5762a544ab80a42b1c2ecd01b4
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Oct 14 23:44:09 2019 +0300

    examples/RF_Amp: Fix gafrc.
    
    Remove excessive component-library-search() call.

commit c82918f52e388bbe5b04de97082333c089a52a89
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Oct 14 23:33:34 2019 +0300

    examples/TwoStageAmp: Change simulation commands.
    
    Rewrite simulation commands file: use interactive
    mode. Run simulation with 'ngspice spice.netlist',
    for example.

commit cc78c75c9ae7eb55c1edeccd14c476f46ef9d54d
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Oct 14 23:25:20 2019 +0300

    examples/TwoStageAmp: Regenerate netlist.
    
    Regenerate SPICE netlist using the spice-sdb
    netlist backend.
    Remove trailing spaces in the 2N3904 model file.

commit dd45b7e93fa505da984ccf3cceab7eba9a136f8d
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Oct 14 23:14:09 2019 +0300

    examples/TwoStageAmp: Remove unused attribute.
    
    Remove unused "file" attribute of A3, which
    overlaps other attributes.

commit 3f76a8e253ed8c85d179defeba10e491170f70d2
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Oct 14 23:10:33 2019 +0300

    examples: Delete stale .gitignore files.

commit d723dec3655e268a09cd9b4d6d058e2a8ac0f97a
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 23:32:58 2019 +0300

    examples: Move the bom python script to contrib/.

commit 15608112288959e363b8b72bba4b489eb667bb0f
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 21:28:37 2019 +0300

    examples: Fix gTAG README file.
    
    - fix file names, remove absent files
    - remove trailing spaces

commit 31d45d2fcb49583a017f6551d390151fd3c8e15b
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 20:37:45 2019 +0300

    examples: Fix gTAG script and config files.
    
    - fix files list and program name in crdist.sh
    - remove gnetlistrc file with deprecated options,
      add geda.conf with the same settings

commit ae9dbb704b14fa535baa322a9fb0faaf3dba7c14
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 20:16:12 2019 +0300

    examples: Update README.
    
    - leptonize header
    - remove the "License" section
    - remove the "Internet resources" section
    - remove trailing spaces

commit 6242816d78a18507c5395d5aa8cec1a3a589ead5
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 19:54:29 2019 +0300

    examples: Reduce the number of makefiles.
    
    There's no point in using multiple makefiles
    in the RF_Amp/ example (for model/ and sym/
    subdirectories).

commit 464f2312378374922a596ed3294c911602f6ebcf
Author: dmn <graahnul.grom@gmail.com>
Date:   Sun Oct 6 18:57:37 2019 +0300

    examples: Amend makefiles.
    
    - put each data file name on its own line
    in Makefile.am files
    - remove trailing spaces

commit 8b0753977a68ad5af1fedbbc114e91cf46d1129c
Author: dmn <graahnul.grom@gmail.com>
Date:   Mon Apr 23 00:04:39 2018 +0300

    scripts: Do not hardcode interpreters' paths.

commit 138c0906b8c17e2fdcde672bcb84a8a5a0a4b0c7
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Wed Feb 15 16:23:12 2017 +0300

    Rename libgeda to liblepton.

commit 4a75cc448c3f013f79ca8498fdb6cbd122da8832
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Fri Sep 2 22:19:58 2016 +0300

    gTAG example: Remove superfluous footprint= for a slotted component.

commit 6927441b2fef65fd36a0d5374ae532ac85b4b6b3
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Fri Sep 2 16:18:02 2016 +0300

    gTAG example: Removed duplicated column in BOM netlist.

commit 5ac2038828ecc89deb2eff1c9834c028c3019dfe
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Fri Sep 2 16:14:58 2016 +0300

    gTAG example: Fixed attribute promotion.
    
    gnetlist doesn't promote attributes attached in symbols these days.

commit 27baeca265c5781b4f4e955d4d8137d08afaf447
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Fri Sep 2 16:09:21 2016 +0300

    gTAG example: Updated BOM netlist.
    
    The netlist has been changed due to changes introduced in commit 1314f9a.

commit e826a332397f6554516e8db08db1275be4cd1937
Author: Vladimir Zhbanov <vzhbanov@gmail.com>
Date:   Fri Sep 2 15:28:48 2016 +0300

    gTAG example: Removed trailing whitespaces.
    
    Current BOM netlister doesn't output trailing whitespaces.

commit a6026cb26708227e1e0b37591a8053ca5938bc53
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Sat Jan 23 21:09:11 2016 +0000

    build: Generate an empty ChangeLog when git history unavailable
    
    When no git history is available -- for example, when the git
    repository was cloned using the `--depth` option to limit the amount
    of git history downloaded -- the changelog-generation rule can fail
    because the changelog's base git commit (i.e. the 1.0 release tag)
    isn't available in the repository.
    
    This patch makes generation of `ChangeLog` succeed in that situation,
    by creating an empty log and printing a warning to stderr.  It allows
    `make dist` and `make distcheck` to pass on shallow clones.

commit f7fab3715f984c374f41d7c2d74fc2802bbb4e7a
Author: Gareth Edwards <gareth@edwardsfamily.org.uk>
Date:   Wed Nov 14 22:58:12 2012 +0000

    Replace references to geda.seul.org with up-to-date URLs.
    
    Update lots of links to seul.org to www.geda-project.org, wiki.geda-project.org, gedasymbols.org and www.gnu.org as appropriate.

commit 11f91c04a33ed79eb4ed51f30027127ddc2d9bf4
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Mon Dec 12 21:36:40 2011 +0000

    examples: Update TwoStageAmp.sch
    
    Commit d5d1a98f0e95 removed special handling for attributes with the
    value "?" in the spice-sdb gnetlist backend.  However, the TwoStageAmp
    example had an embedded copy of spice-directive-1.sym with a "file=?"
    attribute.
    
    Reported-by: Vladimir Zhbanov <vzhbanov@gmail.com>

commit 0e506ebd5d5cc87a7f373b83b24f2ad3c90fd18b
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Mon Dec 12 14:13:22 2011 +0000

    Remove per-tool INSTALL files.
    
    Only one top-level INSTALL file is needed, and that is provided by
    automake.

commit 502ab80495c45e092eca6052edd6cf8e7ff55429
Merge: 27f7a522a e1c3ba4c4
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Jan 13 19:59:35 2011 +0000

    Merge branch 'stable-1.6'
    
    Conflicts:
            NEWS
            libgeda/include/prototype_priv.h
            libgeda/src/gdk-pixbuf-hacks.c
            libgeda/src/o_basic.c
            libgeda/src/o_complex_basic.c
            utils/src/gsch2pcb.c

commit 8a3a0bb070d1b288fceac2fcdd7b317a8f77a464
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Fri Jan 7 22:00:09 2011 +0000

    Update FSF address in copyright headers.
    
    The FSF have now moved to 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301 USA.  Our GPL and LPGL copyright headers need to updated to
    reflect this.
    
    Only files remaining with old address are wiki files (although the
    wiki has now been updated) and PostScript files.

commit 70349cdffe0aa25b9da909b5cc03abe421cfe81c
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Sat Oct 17 03:39:49 2009 +0100

    examples: Use filled paths to make some symbols look nicer
    
    I've been using the lightning detector example to make screen-shots,
    so I'm committing the symbol changes I made for those.

commit 98fc06c271432b9f59ca49865b8ca9dbe844b9de
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Aug 8 00:44:40 2009 -0400

    More Makefile.am cleanup
    
    Details on this commit:
    * Removed even more trace of the old prototype mechanism from the Makefiles.
    * Removed the cleanup of configure scripts which are no longer there (or
      for that matter were never in the same directory as some of these
      Makefiles).
    * Removal of some files from the *CLEANFILES rules which never existed.
    * Line length tweaks and fixes

commit a4a8c19bb3389548d641a0874a77c77f623ad7a5
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Fri Aug 7 23:02:01 2009 -0400

    Makefile.am cleanup (removal of ChangeLog and Makefile.in files)
    
    Details on this commit:
    * Now that we are no longer storing machine generated ChangeLogs inside
      the git repository, make maintainer-clean should remove the machine
      generated ChangeLogs.  This way nobody accidently edits the ChangeLog.
      Only 7 ChangeLogs are left after a make maintainer-clean (intl, po,
      and one toplevel ChangeLog).
    * Some directories were missing the removal of Makefile.in when make
      maintainer-clean is run.  Only 3 Makefile.in files remain now after
      make maintainer-clean (only in the intl directories).
    * Removed $Id$ tags from some of the Makefiles since we are no longer
      using CVS.
    * Removed some unnecessary ChangeLogs from ever being created (from
      example/gTAG gschem/scripts, and symbol/font).
    
    Note 1: There are still some machine generated files still hanging around,
    but I'm going to leave those alone for now as the .gitignore mechanism
    properly masks those.
    
    Note 2: Made sure that all files that are to be removed in the *CLEANFILES
    lists comes before the #*# otherwise they will be ignored.

commit 1a3b04db4b811a853b9d2d7c5c57038f2146f919
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Fri Aug 7 21:21:22 2009 -0400

    Added a bunch of files that should be included in any distribution
    
    The only file which I might want to not distribute is update-version.sh,
    which technically is a developer/maintainer only file, but for now I'll
    include it.  Also libgeda/docs/images isn't integrated into the build
    properly yet, so it will not be in the distribution for now.

commit fc2b205314545d92ea2a7e8f40a7a4c7d5af893d
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Aug 6 17:15:29 2009 +0100

    Don't store git-generated ChangeLog files in repository.
    
    Don't store ChangeLog files in the git repository and have to remember
    to update them each time a release is made.  Instead, get `make dist'
    to create the ChangeLogs for you if a git repository is detected.
    
    Note: make distcheck does not pass in this commit.

commit 77d96e9154d9cfc81b25353ef99b8f8f42999bfb
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Aug 6 14:35:12 2009 +0100

    Add top-level NEWS file.
    
    This contains important user-visible changes.  It should be kept
    up-to-date, in order to make writing release notes easier.

commit 433c672579aabb282999377139c9242b319ba044
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Aug 6 12:38:31 2009 +0100

    Only need a single `AUTHORS' file.
    
    Move the gschem one to the toplevel (adding several missing names on
    the way), and remove most of the others. The `AUTHORS' files in the
    `symbols' and `utils' directories are retained, because they contain
    some useful information.
    
    Note: make distcheck does not pass in this commit.

commit ed7134fd403b9f1dc0a75d50e4e7bcfb2fd95cb8
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Aug 6 11:19:57 2009 +0100

    Only need one copy of GPLv2.
    
    Also, update to latest version of GPLv2 (from
    http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt).  This corrects
    the FSF contact address, along with some minor formatting
    modernisations.
    
    Note: make distcheck does not pass in this commit.

commit b3e125c3d814f1b4461a85ed2230aac517784477
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Thu Aug 6 10:55:49 2009 +0100

    Add examples to unified build system.
    
    Note: make distcheck does not pass in this commit.

commit e55e9e247eb33c4a5be56687b4610c6649ef74d7
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Tue Aug 4 22:06:16 2009 +0100

    Remove existing build infrastructure.
    
    This simply strips out all configure, m4 and autogen scripts from the
    whole repository, including the toplevel Makefile.  This commit does
    not compile (what a surprise)!

commit 67aeb9b999d29080118a7af899ad1de362ccd2b8
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Mon Jun 8 23:31:22 2009 +0100

    Fix autogen.sh scripts to look for AC_CONFIG_HEADER to run autoheader
    
    Since commit #9a7c363c572d32a30fa1522cd7d14b21c2958ca8, the configure
    scripts in gEDA use AC_CONFIG_HEADER, not AM_CONFIG_HEADER
    
    Fixes build problems noted by various users. Identified by Dan McMahill.

commit ab590ab70cddfe6a0954d56a31c0ebd1f0bc7691
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Mar 28 15:55:19 2009 -0400

    Updated ChangeLogs one more time for 1.5.2

commit 546d4dbe0124d3f9421116b9e5a8889cccf97b84
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Mar 28 15:22:19 2009 -0400

    Updated all ChangeLogs
    
    Updated the ChangeLogs by running:
            ./update-changelogs.sh 1.0-20070526..master
    in the toplevel directory

commit 859abe69912ba99ca27bb58c378284e9eec56259
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Mar 28 15:13:59 2009 -0400

    Updated all versions to 1.5.2 20090328 36:0:0
    
    Updated by running:
    ./update-versions.sh 1.5.2 20090328 36:0:0

commit df3e8c492a78348cd9e7862ef31ab51e2cbaa38b
Author: Stuart Brorson <sdb@cloud9.net>
Date:   Sat Dec 27 15:04:50 2008 -0500

    Remove hard-coded file path from example netlist.

commit 19f1f215bfa62f164a8bbc4bdf6f7afd042a6107
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Tue Dec 23 00:29:29 2008 +0000

    examples: Correct non unix file-endings on a few files

commit 3c49636e1a9e9e703fab4c6aafc69affb4fd2bab
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Dec 21 16:23:26 2008 -0500

    Updated ChangeLogs one more time.

commit 2f3e07a1fa7fd92ab163d2cd966efd98ab306512
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Dec 21 14:40:21 2008 -0500

    Updated ChangeLogs again in prep for the 1.5.1 release

commit 76d02f7f935d930d8093bd49b7eb0836d3b1aa6e
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Dec 21 14:06:17 2008 -0500

    Updated all ChangeLogs in prep for the 1.5.1 release.
    
    The update was done by running:
    ./update-changelogs.sh 1.0-20070526..master

commit 680e08085d44c9876bdadef0ca7ef25b474c2006
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Dec 21 13:39:29 2008 -0500

    Updated all versions to 1.5.1 20081221 35:0:0
    
    Updated by running:
    ./update-versions.sh 1.5.1 20081221 35:0:0

commit 8479d01b6a4a819ae105659a9b9f1e6ab2d85136
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Jul 6 22:03:02 2008 -0400

    Updated all ChangeLogs by running ./update-changelogs.sh 1.0-20070526..master

commit 7ae9572f269c8b973bb4a38014e28dbc10cdcb32
Author: Ales Hvezda <ahvezda@-e false.(none)>
Date:   Sun Jul 6 08:38:24 2008 -0400

    Bumped versions to 1.5.0/20080706/34:0:0 for the next development release

commit af0d9f2e8825f7d23c691deec0e70f1eaaac0e38
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Wed Mar 5 05:27:41 2008 -0500

    Updated version to 1.5.0 to mark the start of the next development cycle

commit b202ee510fb90cedd038ce5ec41cc6de453dbeea
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Jan 27 11:47:13 2008 -0500

    Updated ChangeLogs for the 1.4.0 release

commit 3d43c5d642ebe12a69380e8accf5533d338ee5e5
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Jan 26 20:07:45 2008 -0500

    Bumped versions to 1.4.0/20080127/33:0:0 for the next stable release

commit d2047bc2a06e6534ff32464d36f8a95aec11b9d7
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Fri Jan 11 01:11:12 2008 -0500

    Updated all ChangeLogs for this release (1.3.1)

commit 1314f9a1aa89f85b27318a2af8d565614e1b8510
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Fri Jan 11 01:57:31 2008 +0000

    Fix some footprint= refdes in the gTAG example

commit a2e742c2f1c3f827af39f3665b0c2dfb37744d7f
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Thu Jan 10 00:52:16 2008 -0500

    Argh, forgot to update the Makefile.am for the gTAG fixes.
    
    This change also belongs to 3fbc908cb6e3be4fb79d32c641cfb15b4765183f
    and 34d9611f5c27c3617541705edb1fb380ca161

commit 3fbc908cb6e3be4fb79d32c641cfb15b4765183f
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Thu Jan 10 00:36:02 2008 -0500

    Additional changes need to make gTAG example to work correctly
    
    Oops, changes should have been part of 34d9611f5c27c3617541705edb1fb380ca161d53

commit 34d9611f5c27c3617541705edb1fb380ca161d53
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Thu Jan 10 00:33:03 2008 -0500

    Fixed up the gTAG example to load correctly from different directory
    
    When running gschem from a different directory than the gTAG example
    directory, the schematics would not load up correctly because a gafrc
    was not found (with all the component/source library paths).

commit b2380c0f70344117be7045a5fc1483698fdf4358
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Jan 5 20:57:51 2008 -0500

    Bumped versions to 1.3.1/20080110/32:0:0 for the next development snapshot
    
    Note, libgeda's so did not change at this time.

commit 2f7e3ae60480743a8268d392272d05bd77dd75c8
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Mon Dec 31 20:43:08 2007 -0500

    Updated all ChangeLogs for the past development release (1.3.0)
    
    This step was supposed to happen before the 1.3.0 tarballs were released.
    These changes will be picked up in a subsequent release.

commit ba474af87840a0d49e04a00de96b7df2944c09bd
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Dec 29 09:57:43 2007 -0500

    Bumped versions to 1.3.0/20071229/32:0:0 for the next development snapshot

commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Wed Dec 19 17:48:57 2007 +0000

    Add intltoolize to the build infrastructure
    
    Provide intltoolize infrastructure for translating .desktop and MIME
    XML files. Run gettextize after intltoolize if required, so that the
    infrastructure for providing libintl on a non GNU system still works.

commit 6056ef48272778419d39e0233f395bfd60019ab9
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Aug 19 22:40:19 2007 -0400

    Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master

commit 92b3b65d0cec286b0ce59fc43cc07dcb60c39fa1
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sat Aug 18 16:14:30 2007 -0400

    Bumped versions to 1.1.2/20070818/30:2:0 for the next development snapshot

commit 19b6b06461a906399126803d4c46a5a42d1cc784
Author: Stuart Brorson <sdb@cloud9.net>
Date:   Sun Aug 5 05:30:58 2007 -0400

    Updated files to fix problems noted by Chitlesh.
    
    Fixed files to fix following problems with Fedora:
      *  DOS style line endings on a couple lines (WTF???)
      *  Removed absolute paths present in example file.

commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Jul 8 18:18:39 2007 -0400

    Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master

commit d7e8f5abc35644e90bfabf84396023cab09f2968
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Sun Jul 8 16:18:57 2007 -0400

    Updated configure.ac[.in] and Makefile versions in prep for a release.
    
    The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
    at the toplevel.  libgeda's shared library version is now 30:1:0

commit 3f3505662fe4bb8c585aea0ea965296bd923956c
Author: Carlos Nieves Onega <cnieves@iespana.es>
Date:   Sun Jul 8 21:16:17 2007 +0200

    Added *~ to .gitignore files.

commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Thu Jul 5 01:36:31 2007 -0400

    Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master

commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Thu Jul 5 00:11:45 2007 -0400

    Updated all version strings to 1.1.0 and 20070705

commit dc7b8c53f4bc94626634887e46167a367a91f707
Author: Ales Hvezda <ahvezda@seul.org>
Date:   Wed Jul 4 23:32:15 2007 -0400

    Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
    
    Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
    files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
    Updated the configure.ac[.in] files to have consistent top sections.
    Updated code and various scheme files to use the new DOTTED_VERSION
    and DATE_VERSION variables available via config.h.  Stopped using
    PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
    (not intended for that use).  Updated update-versions.sh script to set the
    version in all the configure.ac[.in] files and the toplevel Makefile.
    Went through all the g_rc.c files and make the handling of rc file
    mismatch handling consistent.

commit edff766e8b15c311505810241528026f722e30b6
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Sat Jun 23 18:19:11 2007 +0100

    Make sure various files are installed.
    
    Several new files were not being distributed. This patch addresses the
    problem by adding files to EXTRA_DIST in automake input files.

commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:   Sat Jun 23 18:17:29 2007 +0100

    Move all .cvsignore files to .gitignore files

commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
Author: Peter TB Brett <peter@peter-b.co.uk>
Date:   Sat Jun 23 16:11:44 2007 +0100

    Changes to ChangeLog usage.
    
    With actual changes this time.  Old-style changelogs as of gaf 1.0
    (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
    ChangeLogs replace them.  A script has been added to the gaf top level
    to allow maintainers to update all the ChangeLog files immediately
    prior to making out a release.
