commit 351e300
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23

    Prepare for 4.5.3 release.

README-4.5
configure.ac

commit d570f0f
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23

    Prevent crash on using unknown cli options.

src/chordii.c

commit a6c38de
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23

    Improve LATIN2 generation; show in version.

configure.ac
src/chordii.c
src/common.c
src/iso.c

commit 02fba23
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-10-04

    (a2crd) Fix crash when environment HOME is not set (Windows).
    (a2crd) Add -V to print version.
    (a2crd) Update help message.

src/a2crd.c

commit b30f075
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-05-04

    Updates.

TODO

commit 0791f5b
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-12-04

    Handle CRLF input more elegantly.

src/chordii.c

commit 849e412
Author: Adam Monsen <haircut@gmail.com>
Date:   2015-03-21

    TODO: fix filetype in vim modeline
    
    See https://github.com/vimoutliner/vimoutliner

TODO

commit 12530de
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-03-17

    Allow zero value for -x (transpose) option.

README-4.6
configure.ac
src/chordii.c
src/xpose.c

commit 4e3730e
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-03-17

    Increase chord name size a bit.

src/chordii.h

commit 2111979
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-01-30

    I see no reason not to allow spaces in chord names. This makes it
    possible to use 'pseudo-chords' for notational purposes.

src/chordii.c

commit ebfc215
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-08-29

    Bump version pending release.

configure.ac

commit 9178880
Author: Marco Amadori <marco.amadori@gmail.com>
Date:   2013-08-29

    Basic minor and major should not be marked as hard

src/grid.c

commit 8d09426
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-20

    Release wrapup.

NEWS
README-4.5
README-4.5.0
chordii.spec.in

commit f7fd5d3
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-20

    Use NETBSD getopt for Windows.

windows/config.h.in
windows/getopt.c

commit f4d2b17
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-20

    More final elimination of patchlevel.

windows/config.h.in

commit 2cb44e8
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-19

    Final elimination of patchlevel.

configure.ac
src/chordii.c
src/common.c
src/grid.c

commit 666a751
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-19

    Add new READMEs.

MANIFEST
README-4.4.0
README-4.5.0

commit 914e160
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-19

    Update TODO.

TODO

commit 88e7ed8
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-06-19

    Allow reading from - (stdin).

configure.ac
src/common.c

commit c0ef403
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-04-28

    Configure option --enable-latin2 for latin2 support.

configure.ac
src/iso.c

commit 7627511
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2013-03-13

    Fix typo in --help text.

src/chordii.c

commit f9498ff
Author: Daniel Thompson <daniel@redfelineninja.org.uk>
Date:   2012-11-06

    Add support for A5 papersize

man/chordii.1
src/chordii.c

commit a13021d
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-26

    Issue 3483086 - Print chord grids in order they appear in the song. Option --chord-grids-sorted (short: -S) can be used to print the chords in alphabetical order.

man/chordii.1
src/chordii.c
src/chordii.h
src/grid.c

commit f50da7b
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-17

    Add a rule to build ChangeLog on make dist
    
    This will build the ChangeLog from the git logs, and will only get
    called by make dist or make distcheck and will only get updated when
    configure.ac is modified.

.gitignore
ChangeLog
Makefile.am

commit 033e07e
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-26

    Issue 3571592 - Chordpro files with Mac OS line endings silently fail
    
    Patch for chordii contributed by Malcolm Locke.

src/a2crd.c
src/chordii.c

commit 8d581b7
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-17

    Fix spelling error (ReEncode -> Re-encode)
    
    Original patch author was Stefan Ritter <xeno@thehappy.de> as part of
    the initial packaging of chordii for Debian.

src/iso.c

commit a0f4375
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-25

    Bump version.

configure.ac

commit c182550
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-25

    Finish long options for chordii.

man/chordii.1
src/chordii.c

commit 66c2d38
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-25

    Eliminate fallback to our own (ancient. obsolete) copy of getopt.

configure.ac
src/Makefile.am
src/chordii.h
src/getopt.c
src/getopt.h

commit 54e8e4f
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2012-09-25

    TODO: Pictures?

TODO

commit 2816404
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-13

    Add .gitignore to ignore build artifacts

.gitignore

commit 4b1e0d3
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-14

    Fix `make distcheck`
    
    Allows `make distcheck` to pass.
    
    Specifically fix tests so they run under the distcheck environment as
    well as `make check`.  Also adds test files to EXTRA_DIST.

src/Makefile.am
src/test/above.sh
src/test/below.sh
src/test/passthrough.sh

commit 175e166
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-13

    Removes redundant man_MANS from man/Makefile.am
    
    dist_man_MANS will be installed *and* included in the dist package, so
    man_MANS is redundant, and causes make install to fail on my system due
    to trying to install each man page twice.

man/Makefile.am

commit 8ac57f7
Author: Malcolm Locke <malc@wholemeal.co.nz>
Date:   2011-12-13

    Relax error throwing compiler flags.
    
    This helps the package stay future proof in distributions, as each
    version of GCC tends to increase the number of warnings that are issued.
    
    This change will still allow compilation if any future compiler warnings
    are thrown.

configure.ac

commit c1b07b5
Merge: ae08b6a afa7d3e
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-10-22

    Merge branch 'master' of ssh://chordii.git.sourceforge.net/gitroot/chordii/chordii

commit ae08b6a
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-10-22

    Long options.

TODO
src/chordii.c

commit afa7d3e
Author: Adam Monsen <haircut@gmail.com>
Date:   2011-07-22

    Attempt to normalize line endings for INSTALL.WINDOWS.
    
    This will hopefully make the repo have a file with LF line endings, but
    properly convert line endings on checkout to CRLF.
    
    All devs, please make sure you have core.autocrlf set appropriately.
    
    GNU/Linux and Mac OS X folks, set core.autocrlf to "input".
    
    Windows folks, set core.autocrlf to "true".
    
    See http://help.github.com/line-endings/ for more info.

INSTALL.WINDOWS

commit cf68c2c
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-07-22

    Update TODO items.

TODO

commit eba19a7
Merge: 3364ac8 9893d40
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-07-22

    Merge branch 'fixcompile'

commit 3364ac8
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-07-22

    Add -w N option to add extra vertical space to improve readability.

man/chordii.1
src/chordii.c
src/chordii.h

commit 1f9cef2
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-07-22

    Add compile-time support for ISO 8859.2.
    
    Compile option LATIN2 makes chordii produce a PostScript preamble with
    fonts recoded according to ISO Latin-2.
    
    Not perfect, but better than nothing :(.

src/iso.c

commit 80ba6a6
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2011-07-22

    Note URL of predefined ukelele (4-string) chords for future reference.

TODO

commit 9893d40
Author: Adam Monsen <haircut@gmail.com>
Date:   2011-07-21

    Remove PROG_LDADD, was breaking compilation for me.
    
    I was getting:
    
      No rule to make target `X.o', needed by `chordii'
    
    From "info automake" (node: Linking)...
    
      If you need to link against libraries that are not found by
      `configure', you can use `LDADD' to do so.  This variable is used to
      specify additional objects or libraries to link with; it is
      inappropriate for specifying specific linker flags, you should use
      `AM_LDFLAGS' for this purpose.
    
    More of my original "make" output before this patch:
    
      ...
      gcc -DHAVE_CONFIG_H -I.     -g -O2 -Wall -Werror -pedantic-errors -g -MT toc.o -MD -MP -MF .deps/toc.Tpo -c -o toc.o toc.c
      mv -f .deps/toc.Tpo .deps/toc.Po
      make[2]: *** No rule to make target `X.o', needed by `chordii'.  Stop.
      make[2]: Leaving directory
      `/heap/backup/stage/adam/active/git/chordii/src'
      make[1]: *** [all] Error 2
      make[1]: Leaving directory
      `/heap/backup/stage/adam/active/git/chordii/src'
      make: *** [all-recursive] Error 1

src/Makefile.am

commit 51fcdcb
Author: Adam Monsen <haircut@gmail.com>
Date:   2011-07-21

    Replace PROG_LDADD accidentally removed in last commit.
    
    I meant to have Johan review the change first.

src/Makefile.am

commit 0e0427b
Author: Adam Monsen <haircut@gmail.com>
Date:   2011-07-21

    Add a2crd unit tests. Invoke with "make check".
    
    With chords are below the lyrics, the first line of lyrics is
    interpreted as a title (and converted to {title:Wonderful Time}).
    Because of that I added a title (and subtitle) for that test.

src/01.actual
src/02.actual
src/Makefile.am
src/test/above.sh
src/test/below.sh
src/test/data/above.expected
src/test/data/above.input
src/test/data/below.expected
src/test/data/below.input
src/test/data/passthrough.expected
src/test/data/passthrough.input
src/test/passthrough.sh

commit e495eb9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-11-22

    Bump version to 4.3.1.

configure.ac

commit 0c99cb0
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-11-22

    Reset settings before producing the toc.
    This is to avoid the settings of the last song to be applied to the
    table of contents.
    Problem found by <miracech@email.cz>, who kindly helped debugging and
    testing the solution.

src/chordii.c

commit b004bc2
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-11-21

    (do_directive) Allow number of coluns to be set to 1.

src/chordii.c

commit ec7aeab
Author: Adam Monsen <haircut@gmail.com>
Date:   2010-08-29

    Manpage cleanup, mostly for consistency.
    
    I emulated formatting conventions from grep(1) and also corrected some
    mistakes.
    
    I found the following resources useful:
    - man 7 man
    - Troff User's Manual (I'm not sure which PDF found via google is the
      authoritative document)
    - other manpages, like grep(1) and ls(1)
    - output of "chordii -h"
    - output of
      - man ./chordii.1
      - groff -man -Thtml chordii.1 > /tmp/out.html
      - groff -man chordii.1 > /tmp/out.ps

man/a2crd.1
man/chordii.1

commit 9b88ebe
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    Update TODOs.

TODO

commit 2c6d391
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    Remove debian specific files.
    chordii is now distributed with Debian, so these files are no
    longer necessary. In fact, they get in the way when the debian
    packager builds new chordii kits.

Makefile.am
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules

commit bfa9936
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    Add script to clean workspace to VCS clean.

clean_all

commit 264f4c9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    INSTALL.first: How to build from develop repo.

INSTALL.first

commit 81110d7
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    Adjust git attributes for (some) windows files.

.gitattributes
windows/.gitattributes

commit 70d4794
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-06-28

    Remove files generated by auto(re)conf and configure.

INSTALL
windows/config.h

commit 0de6026
Author: Adam Monsen <haircut@gmail.com>
Date:   2010-05-29

    Mark a few TODOs done. Yay!

TODO

commit 8a2968d
Author: Adam Monsen <haircut@gmail.com>
Date:   2010-05-29

    Ignore line endings for files bound for Windows
    
    Maybe the build scripts should force CRLF line endings for these files?

.gitattributes
windows/.gitattributes

commit 49d66de
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2010-04-16

    Added MANIFEST to svn.
    Added INSTALL.WINDOWS to MANIFEST.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@98 0e071314-8ace-49ca-b2b0-85ff696b3a9b

MANIFEST

commit f7bf879
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2009-12-30

    Rebase on GPL Chord 3.6.4.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@96 0e071314-8ace-49ca-b2b0-85ff696b3a9b

AUTHORS
NEWS
README
chordii.spec.in

commit bb688ac
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2009-07-13

    Fix problem where chordii loops forever when a directiive is not
    properly terminated and the parsers hits end of file.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@94 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordii.c

commit 18aa5e7
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2009-07-13

    Fix man page section from 'l' (ell) to '1' (one).
    
    git-svn-id: file:///tmp/chordii-svn/trunk@93 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/a2crd.1
man/chordii.1

commit 59e5ae6
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2009-07-13

    Update original licence text to the latest one we could find.
    Add missing windows/config.h.in.
    Update version to 4.3.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@92 0e071314-8ace-49ca-b2b0-85ff696b3a9b

NEWS
README
chordii.spec.in
configure.ac
windows/config.h.in

commit 4030489
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-12-24

    More to do.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@91 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit c6977c4
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-12-24

    Updates.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@90 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 29f4533
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-12-15

    Remove.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@87 0e071314-8ace-49ca-b2b0-85ff696b3a9b

windows/config.h.in

commit 3815ca5
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-12-15

    Add.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@86 0e071314-8ace-49ca-b2b0-85ff696b3a9b

windows/config.h

commit 150357f
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-07-24

    Small changes to prevent unneccessary warnings (that may be considered
    fatal by some compilers).
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@83 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/common.c
src/grid.c

commit bbd8192
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-07-24

    Small changes in wordings.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@82 0e071314-8ace-49ca-b2b0-85ff696b3a9b

README

commit e672dea
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-06-14

    Oops. Gcc --pedantic requires extra parens around check.
    
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@80 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordii.c

commit 71a3cc9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-06-14

    Port to Microsoft Windows.
    
    This adds a directory 'windows' that holds Windows specific files. See
    INSTALL.WINDOWS for details.
    
    Apart from organisational changes, porting required only one small fix
    to chordii.c: an additional check on whether environment variable HOME
    is set.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@78 0e071314-8ace-49ca-b2b0-85ff696b3a9b

INSTALL.WINDOWS
Makefile.am
NEWS
configure.ac
src/Makefile.am
src/chordii.c
windows/config.h.in
windows/getopt.c
windows/getopt.h
windows/makefile

commit 9959c23
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-15

    Bump patch level.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@77 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac

commit 44b3795
Author: Adam Monsen <haircut@gmail.com>
Date:   2008-03-05

    would be nice to have this included in (at least) Fedora and Debian
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@75 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 9069343
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Try CHORDIIRC first, then CHORDRC.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@74 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordii.c

commit c5c019e
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Mention User Guide.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@73 0e071314-8ace-49ca-b2b0-85ff696b3a9b

README

commit 2218190
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Actualisation.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@72 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/a2crd.1

commit d43ae62
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Actualisation.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@71 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/chordii.1

commit 8301b24
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add some more ignore targets.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@70 0e071314-8ace-49ca-b2b0-85ff696b3a9b

commit ee6401f
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Change Chordie -> Chordii, .crd -> .cho.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@69 0e071314-8ace-49ca-b2b0-85ff696b3a9b

contrib/make/Makefile

commit 4725f15
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    More Chordie -> Chordii changes.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@68 0e071314-8ace-49ca-b2b0-85ff696b3a9b

README

commit 72b5f41
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Debian files are now included.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@67 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit e53d6e6
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add manual pages.
    Obsolete chordie and chord.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@66 0e071314-8ace-49ca-b2b0-85ff696b3a9b

chordii.spec.in

commit 6055d1d
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add Makefile for manual pages.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@65 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac
man/Makefile.am

commit d451e03
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add debian files.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@64 0e071314-8ace-49ca-b2b0-85ff696b3a9b

debian/changelog

commit c5450c9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add debian files.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@63 0e071314-8ace-49ca-b2b0-85ff696b3a9b

debian/compat
debian/control
debian/copyright
debian/rules

commit 5e25645
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add debian files.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@62 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am

commit 3b090d5
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Change to Chordii.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@61 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/chordie.1
man/chordii.1

commit b3b67fc
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-03

    Add Makefile.am. Change *.man to *.1.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@60 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/Makefile.am
man/a2crd.1
man/a2crd.man
man/chordie.1
man/chordie.man

commit 81d62f2
Author: Adam Monsen <haircut@gmail.com>
Date:   2008-03-03

    fixed project URL using @PACKAGE@ macro
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@59 0e071314-8ace-49ca-b2b0-85ff696b3a9b

chordii.spec.in

commit 046605e
Author: Adam Monsen <haircut@gmail.com>
Date:   2008-03-03

    add some low-priority TODOs
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@58 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit cf79137
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-02

    Change Chordie to Chordii.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@57 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/a2crd.man
man/chordie.man

commit 4aa3d2a
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-02

    Bump version to 4.1.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@56 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac

commit 0fe8b9e
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-02

    Change Chordie to Chordii.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@55 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am
configure.ac
src/Makefile.am
src/a2crd.c
src/chordii.c
src/chordii.h
src/common.c
src/grid.c
src/iso.c
src/toc.c
src/xpose.c

commit df60288
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2008-03-02

    Change chordie files to chordii.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@54 0e071314-8ace-49ca-b2b0-85ff696b3a9b

chordie.spec.in
chordii.spec.in
src/chordie.c
src/chordie.h
src/chordii.c
src/chordii.h

commit 45b76b2
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Place chordie.spec in the dist root so rpmbuild -ta works.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@52 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am
chordie.spec.in
configure.ac
contrib/rpm/chordie.spec.in

commit 85f9de9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Check off some more.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@51 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 1e40714
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Add swing-low. Change extensions to .cho.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@50 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am

commit 6d17b65
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-30

    "cho" seems to be the preferred format
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@49 0e071314-8ace-49ca-b2b0-85ff696b3a9b

contrib/make/Makefile

commit 453c310
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Rename examples to .cho extension. Seems to be preferred over .crd,
    since crd is an older format.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@48 0e071314-8ace-49ca-b2b0-85ff696b3a9b

examples/everybody-hurts.cho
examples/everybody-hurts.crd
examples/love-me-tender.cho
examples/love-me-tender.crd
examples/swing-low.cho

commit dda6cf5
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Match page type case-insenstive.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@47 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.c

commit e067a43
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-30

    Actualize.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@46 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/grid.c

commit ee95d37
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@45 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/toc.c

commit e658e88
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@44 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/grid.c

commit 28f3d19
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@43 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.h

commit ce940ee
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@42 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.c

commit 6be7591
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@41 0e071314-8ace-49ca-b2b0-85ff696b3a9b

man/chordie.man

commit 538cf45
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-28

    Merge with 3.6.2.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@40 0e071314-8ace-49ca-b2b0-85ff696b3a9b

NEWS

commit d033c9d
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    use new name for chordie binary
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@39 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.c

commit 4b4994a
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    Shell glob only works if "bash" is the default system shell (grumble, grumble).
    Explicitly list all songs in the "examples" dir.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@38 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am

commit 650535c
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    now that we can compile without warnings, ensure programmers always follow the
    rules. All warnings are now compile time errors.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@37 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac

commit bbc7c4c
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    * added "replace current examples"
    * added "clean up code"
    * revived clobbered TODO file
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@36 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit d6a1431
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Make page size dynamic.
    From the command line: -P xx, where xx = letter or a4 (default).
    From the .chordierc: {pagetype: xx}.
    Command line overrides rc.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@35 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.c
src/chordie.h

commit a2a71b5
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Add %%DocumentFonts in trailer.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@34 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/grid.c

commit 7e05390
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Include examples directory in 'dist'.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@33 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am

commit 4c83ff4
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Use @PACKAGE@.
    'songs' are now 'examples'.
    Small textual fixes.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@32 0e071314-8ace-49ca-b2b0-85ff696b3a9b

contrib/rpm/chordie.spec.in

commit b516e03
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Eliminate warnings on FreeBSD.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@31 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/getopt.c

commit 42c6510
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Add doc and examples to dist.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@30 0e071314-8ace-49ca-b2b0-85ff696b3a9b

Makefile.am

commit 21c3e16
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Update.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@29 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 10ff21d
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    config.h should go first.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@28 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/chordie.h

commit 691d622
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    "-ansi" is just a bit too far away...
    
    git-svn-id: file:///tmp/chordii-svn/trunk@27 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac

commit 9452784
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-25

    Eliminate compile warnings.
    
    git-svn-id: file:///tmp/chordii-svn/trunk@26 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO
configure.ac
src/a2crd.c
src/chordie.c
src/chordie.h
src/common.c
src/grid.c
src/toc.c

commit 4c2a5c1
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    keep track of what has been changed and what is done
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@25 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit b162c0c
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    Johan likes using config.h too. Merging to trunk.
    
    * eliminated patchlevel.h in favor of a standard autogenerated autoconf
      "config.h"
    * teach SVN to ignore build products
    * add Johan's email to AC_INIT (would use a mailing list addr if we had one)
    
    svn merge -r17:HEAD branches/useConfig_h trunk
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@23 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac
src/Makefile.am
src/chordie.h
src/patchlevel.h.in

commit 406444a
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-25

    * use warnings, pedantic error checking, ansi C when GCC is the compiler
      (looks like we've got a few warnings to fix)
    * added "include sandwich" to chordie.h to guard against double #include
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@22 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac
src/chordie.h

commit 6447d75
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-24

    add license. I forget if it is better to use '#' or 'dnl' to comment these lines
    out, but '#' seems to work.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@19 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac

commit 7d3c900
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-24

    keeping track of wishlist items. This is a brainstorm, so no wrong answers are possible. Within reason, of course.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@17 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit b5d2b51
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-24

    no longer needed to build distribution tarball, "make dist" does it all and more (and better)
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@16 0e071314-8ace-49ca-b2b0-85ff696b3a9b

MANIFEST

commit 5615295
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-24

    use autoconf/M4/whatever macro to avoid hardcoding version in patchlevel.h
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@15 0e071314-8ace-49ca-b2b0-85ff696b3a9b

configure.ac
src/patchlevel.h
src/patchlevel.h.in

commit 712de3f
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-24

    include patchlevel.h in the dist tarball so "make distcheck" and "make dist"
    succeed
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@14 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/Makefile.am

commit 7b70ea9
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-24

    Additional changes for the GNU Build System.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@13 0e071314-8ace-49ca-b2b0-85ff696b3a9b

src/Makefile.am
src/patchlevel.h

commit eb5803a
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-24

    Additional files.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@12 0e071314-8ace-49ca-b2b0-85ff696b3a9b

MANIFEST
examples/love-me-tender.crd

commit ba71349
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-24

    Updates for the GNU Build System.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@11 0e071314-8ace-49ca-b2b0-85ff696b3a9b

AUTHORS
ChangeLog
INSTALL
MANIFEST
Makefile
Makefile.am
NEWS
README
configure.ac
contrib/rpm/chordie.spec
contrib/rpm/chordie.spec.in

commit 8892cdd
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-24

    Move files to new locations.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@10 0e071314-8ace-49ca-b2b0-85ff696b3a9b

a2crd.c
a2crd.man
chordie.c
chordie.h
chordie.man
common.c
examples/everybody-hurts.crd
getopt.c
getopt.h
grid.c
iso.c
man/a2crd.man
man/chordie.man
patchlevel.h
songs/everybody-hurts.crd
songs/heaven.crd
songs/space-oddity.crd
src/a2crd.c
src/chordie.c
src/chordie.h
src/common.c
src/getopt.c
src/getopt.h
src/grid.c
src/iso.c
src/patchlevel.h
src/toc.c
src/xpose.c
toc.c
xpose.c

commit 68d80d3
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2007-11-24

    Added src directory.
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@9 0e071314-8ace-49ca-b2b0-85ff696b3a9b

commit 92882fb
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-11-23

    use file extensions so these are easier for editors to recognize as
    Chordpro-formatted text
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@8 0e071314-8ace-49ca-b2b0-85ff696b3a9b

songs/everybody-hurts
songs/everybody-hurts.crd
songs/heaven
songs/heaven.crd
songs/space-oddity
songs/space-oddity.crd

commit fbb45fc
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    might be good to see this on other OSes
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@7 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 7fa873e
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    add link to project homepage
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@6 0e071314-8ace-49ca-b2b0-85ff696b3a9b

README

commit 91c7415
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    add a Makefile for processing directories of chordpro-formatted text files
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@5 0e071314-8ace-49ca-b2b0-85ff696b3a9b

contrib/make/Makefile

commit ebbcbca
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    PDFs, UNICODE on the way
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@4 0e071314-8ace-49ca-b2b0-85ff696b3a9b

TODO

commit 028eab0
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    forking Chord 3.6
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@3 0e071314-8ace-49ca-b2b0-85ff696b3a9b

COPYING
Makefile
README
TODO
a2crd.c
a2crd.man
chordie.c
chordie.h
chordie.man
common.c
contrib/README
contrib/rpm/chordie.spec
contrib/vim/README
getopt.c
getopt.h
grid.c
iso.c
patchlevel.h
songs/everybody-hurts
songs/heaven
songs/space-oddity
toc.c
xpose.c

commit 6e27b81
Author: Adam Monsen <haircut@gmail.com>
Date:   2007-10-25

    adding base SVN repository infrastructure as per common practice
    
    
    git-svn-id: file:///tmp/chordii-svn/trunk@2 0e071314-8ace-49ca-b2b0-85ff696b3a9b
