# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--tca@gnu.org--solfege-2006/solfege--unstable--3.5
#

2006-10-02 12:33:04 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-91

    Summary:
      winbuild.sh: compat fix with sed on mswin
    Revision:
      solfege--unstable--3.5--patch-91


    modified files:
     winbuild.sh


2006-10-02 10:58:39 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-90

    Summary:
      po/no.po: fix incorrect format string
    Revision:
      solfege--unstable--3.5--patch-90


    modified files:
     po/no.po


2006-10-02 10:26:37 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-89

    Summary:
      Set version number to 3.6.0
    Revision:
      solfege--unstable--3.5--patch-89


    modified files:
     configure.ac


2006-10-02 06:16:20 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-88

    Summary:
      default to use external midi player program for new installs on linux
    Revision:
      solfege--unstable--3.5--patch-88

    We do this because I believe this will work for more people than using
    /dev/sequencer2. At least if they have timidity installed. Distribution
    packages should depend on timidity (that is what the debian package will do) to
    give users sound out of the box. Since I have not found a autopackage for
    timidity, it is more difficult to get the deps right there.

    modified files:
     default.config winbuild.sh


2006-10-02 06:06:53 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-87

    Summary:
      distribute winbuild.sh, and remove refs to gnomeemu from the script
    Revision:
      solfege--unstable--3.5--patch-87


    modified files:
     Makefile.in winbuild.sh


2006-10-01 19:59:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-86

    Summary:
      use locale.setlocale in i18n.setup
    Revision:
      solfege--unstable--3.5--patch-86

    Calling locale.setlocale(locale.LC_ALL, '') is standard if you
    want the program to use the users locale settings. That we want.
    
    Also shortened the environment variable list we check/set from
    ('LANGUAGE', 'LC_ALL', 'LC_MESSAGES', 'LANG') to
    ('LANGUAGE', 'LC_MESSAGES') because setting more variables caused
    some strange messages about missing encodings for turkish language.

    modified files:
     src/i18n.py


2006-10-01 19:17:43 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-85

    Summary:
      get_home_dir() should always return unicode
    Revision:
      solfege--unstable--3.5--patch-85


    modified files:
     src/gethomedir.py


2006-10-01 19:07:53 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-84

    Summary:
      windows: install the images in help/?/ly/ (interval images)
    Revision:
      solfege--unstable--3.5--patch-84


    modified files:
     setup.py


2006-09-28 10:56:22 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-83

    Summary:
      updates to debian packaging.
    Revision:
      solfege--unstable--3.5--patch-83


    new files:
     debian-dir/.arch-ids/solfege.preinst.id
     debian-dir/solfege.preinst

    removed files:
     debian-dir/.arch-ids/solfege.postrm.id
     debian-dir/.arch-ids/solfege.preinst.id
     debian-dir/.arch-ids/solfege.prerm.id
     debian-dir/solfege.postrm debian-dir/solfege.preinst
     debian-dir/solfege.prerm

    modified files:
     debian-dir/Makefile debian-dir/control debian-dir/rules
     debian-dir/solfege.postinst


2006-09-27 21:05:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-82

    Summary:
      Theory-link in nameinterval exercises + filemenu theory link fix
    Revision:
      solfege--unstable--3.5--patch-82


    modified files:
     lesson-files/nameinterval-1 lesson-files/nameinterval-2
     lesson-files/nameinterval-fifths
     lesson-files/nameinterval-fourths
     lesson-files/nameinterval-octave
     lesson-files/nameinterval-seconds
     lesson-files/nameinterval-sevenths
     lesson-files/nameinterval-sixths
     lesson-files/nameinterval-thirds
     lesson-files/nameinterval-unison src/mainwin.py


2006-09-25 20:58:43 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-81

    Summary:
      Translation updates to no.po
    Revision:
      solfege--unstable--3.5--patch-81


    modified files:
     po/no.po


2006-09-25 19:38:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-80

    Summary:
      Adjusted a menu label and updated all .po files
    Revision:
      solfege--unstable--3.5--patch-80


    modified files:
     po/cs.po po/da.po po/de.po po/es.po po/es_MX.po po/fr.po
     po/hu.po po/it.po po/nl.po po/ru.po po/sv.po po/tr.po
     src/mainwin.py


2006-09-24 19:41:32 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-79

    Summary:
      There is no thing as a diminished unison. (Mark Veltzer)
    Revision:
      solfege--unstable--3.5--patch-79


    modified files:
     lesson-files/nameinterval-2 lesson-files/nameinterval-unison


2006-09-21 11:02:04 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-78

    Summary:
      updated README and INSTALL
    Revision:
      solfege--unstable--3.5--patch-78


    modified files:
     topdocs/INSTALL.texi topdocs/INSTALL.win32.texi
     topdocs/README.texi


2006-09-20 19:37:41 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-77

    Summary:
      merge configwindow fix from 3.4 branch
    Revision:
      solfege--unstable--3.5--patch-77

    Patches applied:
    
     * tca@gnu.org--solfege-2006/solfege--stable--3.4--patch-7
       configwindow: handle ImportError in sound init
    

    modified files:
     src/app.py src/configwindow.py

    new patches:
     tca@gnu.org--solfege-2006/solfege--stable--3.4--patch-7


2006-09-20 19:34:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-76

    Summary:
      Document header.theory
    Revision:
      solfege--unstable--3.5--patch-76


    modified files:
     help/C/lessonfiles.xml


2006-09-20 10:53:44 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-75

    Summary:
      document patch-74
    Revision:
      solfege--unstable--3.5--patch-75


    modified files:
     src/mainwin.py


2006-09-20 10:49:38 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-74

    Summary:
      We will hide PangoWarnings. Use --show-gtk-warnings to see them.
    Revision:
      solfege--unstable--3.5--patch-74


    modified files:
     src/tracebackwindow.py


2006-09-19 19:45:15 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-73

    Summary:
      Set version string to 3.5.2
    Revision:
      solfege--unstable--3.5--patch-73


    modified files:
     configure.ac


2006-09-19 19:11:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-72

    Summary:
      Re-add scale-common.ly since it was still used
    Revision:
      solfege--unstable--3.5--patch-72


    new files:
     help/C/ly/.arch-ids/scale-common.ly.id
     help/C/ly/scale-common.ly


2006-09-19 18:58:35 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-71

    Summary:
      Removed some old scale images that are unused now.
    Revision:
      solfege--unstable--3.5--patch-71


    removed files:
     help/C/ly/.arch-ids/scale-aeolian.ly.id
     help/C/ly/.arch-ids/scale-common.ly.id
     help/C/ly/.arch-ids/scale-dorian-bebop.ly.id
     help/C/ly/.arch-ids/scale-dorian.ly.id
     help/C/ly/.arch-ids/scale-harmonic-minor.ly.id
     help/C/ly/.arch-ids/scale-ionian.ly.id
     help/C/ly/.arch-ids/scale-locrian.ly.id
     help/C/ly/.arch-ids/scale-lydian.ly.id
     help/C/ly/.arch-ids/scale-major-bebop.ly.id
     help/C/ly/.arch-ids/scale-melodic-minor.ly.id
     help/C/ly/.arch-ids/scale-mixolydian-bebop.ly.id
     help/C/ly/.arch-ids/scale-mixolydian.ly.id
     help/C/ly/.arch-ids/scale-phrygian.ly.id
     help/C/ly/scale-aeolian.ly help/C/ly/scale-common.ly
     help/C/ly/scale-dorian-bebop.ly help/C/ly/scale-dorian.ly
     help/C/ly/scale-harmonic-minor.ly help/C/ly/scale-ionian.ly
     help/C/ly/scale-locrian.ly help/C/ly/scale-lydian.ly
     help/C/ly/scale-major-bebop.ly
     help/C/ly/scale-melodic-minor.ly
     help/C/ly/scale-mixolydian-bebop.ly
     help/C/ly/scale-mixolydian.ly help/C/ly/scale-phrygian.ly


2006-09-19 18:51:34 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-70

    Summary:
      workaround to get lilypond to generate my pngs.
    Revision:
      solfege--unstable--3.5--patch-70


    modified files:
     help/Makefile


2006-09-18 10:09:24 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-69

    Summary:
      merge expert_mode fix from 3.4 branch
    Revision:
      solfege--unstable--3.5--patch-69

    Patches applied:
    
     * tca@gnu.org--solfege-2006/solfege--stable--3.4--patch-6
       idbyname: make sure QuestionNameButtonTable is initialised before buttons change.
    

    modified files:
     src/idbyname.py

    new patches:
     tca@gnu.org--solfege-2006/solfege--stable--3.4--patch-6


2006-09-18 10:03:21 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-68

    Summary:
      added more norwegian translations
    Revision:
      solfege--unstable--3.5--patch-68


    modified files:
     po/no.po


2006-09-18 09:58:35 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-67

    Summary:
      Make sure solfege.pot is updated on "make po-update"
    Revision:
      solfege--unstable--3.5--patch-67


    modified files:
     po/Makefile


2006-09-18 09:47:08 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-66

    Summary:
      don't translate 'interval|%s'
    Revision:
      solfege--unstable--3.5--patch-66


    modified files:
     mpd/interval.py


2006-09-18 07:47:58 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-65

    Summary:
      More scale exercises + scales learning tree reorg.
    Revision:
      solfege--unstable--3.5--patch-65


    new files:
     help/C/scales/.arch-ids/sim.html.id help/C/scales/sim.html
     lesson-files/.arch-ids/sc-6tones.id
     lesson-files/.arch-ids/sc-8tones.id
     lesson-files/.arch-ids/sc-beb-a.id
     lesson-files/.arch-ids/sc-beb-d.id
     lesson-files/.arch-ids/sc-beb-s.id
     lesson-files/.arch-ids/sc-church.id
     lesson-files/.arch-ids/sc-dha-a.id
     lesson-files/.arch-ids/sc-dha-d.id
     lesson-files/.arch-ids/sc-dha-f.id
     lesson-files/.arch-ids/sc-dha-g.id
     lesson-files/.arch-ids/sc-dha-s.id
     lesson-files/.arch-ids/sc-dha-t.id
     lesson-files/.arch-ids/sc-dom-jazz.id
     lesson-files/.arch-ids/sc-east.id
     lesson-files/.arch-ids/sc-greek.id
     lesson-files/.arch-ids/sc-hal-jazz.id
     lesson-files/.arch-ids/sc-ham-a.id
     lesson-files/.arch-ids/sc-ham-d.id
     lesson-files/.arch-ids/sc-ham-f.id
     lesson-files/.arch-ids/sc-ham-g.id
     lesson-files/.arch-ids/sc-ham-s.id
     lesson-files/.arch-ids/sc-ham-t.id
     lesson-files/.arch-ids/sc-har-f.id
     lesson-files/.arch-ids/sc-har-g.id
     lesson-files/.arch-ids/sc-har-s.id
     lesson-files/.arch-ids/sc-har-t.id
     lesson-files/.arch-ids/sc-hum-g.id
     lesson-files/.arch-ids/sc-hun-a.id
     lesson-files/.arch-ids/sc-hun-d.id
     lesson-files/.arch-ids/sc-hun-f.id
     lesson-files/.arch-ids/sc-hun-g.id
     lesson-files/.arch-ids/sc-hun-s.id
     lesson-files/.arch-ids/sc-hun-t.id
     lesson-files/.arch-ids/sc-maj-f.id
     lesson-files/.arch-ids/sc-maj-g.id
     lesson-files/.arch-ids/sc-maj-s.id
     lesson-files/.arch-ids/sc-mau-jazz.id
     lesson-files/.arch-ids/sc-mel-f.id
     lesson-files/.arch-ids/sc-mel-g.id
     lesson-files/.arch-ids/sc-mel-s.id
     lesson-files/.arch-ids/sc-mel-t.id
     lesson-files/.arch-ids/sc-min-jazz.id
     lesson-files/.arch-ids/sc-nat-g.id
     lesson-files/.arch-ids/sc-nea-a.id
     lesson-files/.arch-ids/sc-nea-d.id
     lesson-files/.arch-ids/sc-nea-f.id
     lesson-files/.arch-ids/sc-nea-g.id
     lesson-files/.arch-ids/sc-nea-s.id
     lesson-files/.arch-ids/sc-nea-t.id
     lesson-files/.arch-ids/sc-nem-a.id
     lesson-files/.arch-ids/sc-nem-d.id
     lesson-files/.arch-ids/sc-nem-f.id
     lesson-files/.arch-ids/sc-nem-g.id
     lesson-files/.arch-ids/sc-nem-s.id
     lesson-files/.arch-ids/sc-nem-t.id
     lesson-files/.arch-ids/sc-pen-a.id
     lesson-files/.arch-ids/sc-pen-d.id
     lesson-files/.arch-ids/sc-pen-g.id
     lesson-files/.arch-ids/sc-pen-s.id
     lesson-files/.arch-ids/sc-plagal.id
     lesson-files/.arch-ids/sc-sim-s.id lesson-files/sc-6tones
     lesson-files/sc-8tones lesson-files/sc-beb-a
     lesson-files/sc-beb-d lesson-files/sc-beb-s
     lesson-files/sc-church lesson-files/sc-dha-a
     lesson-files/sc-dha-d lesson-files/sc-dha-f
     lesson-files/sc-dha-g lesson-files/sc-dha-s
     lesson-files/sc-dha-t lesson-files/sc-dom-jazz
     lesson-files/sc-east lesson-files/sc-greek
     lesson-files/sc-hal-jazz lesson-files/sc-ham-a
     lesson-files/sc-ham-d lesson-files/sc-ham-f
     lesson-files/sc-ham-g lesson-files/sc-ham-s
     lesson-files/sc-ham-t lesson-files/sc-har-f
     lesson-files/sc-har-g lesson-files/sc-har-s
     lesson-files/sc-har-t lesson-files/sc-hum-g
     lesson-files/sc-hun-a lesson-files/sc-hun-d
     lesson-files/sc-hun-f lesson-files/sc-hun-g
     lesson-files/sc-hun-s lesson-files/sc-hun-t
     lesson-files/sc-maj-f lesson-files/sc-maj-g
     lesson-files/sc-maj-s lesson-files/sc-mau-jazz
     lesson-files/sc-mel-f lesson-files/sc-mel-g
     lesson-files/sc-mel-s lesson-files/sc-mel-t
     lesson-files/sc-min-jazz lesson-files/sc-nat-g
     lesson-files/sc-nea-a lesson-files/sc-nea-d
     lesson-files/sc-nea-f lesson-files/sc-nea-g
     lesson-files/sc-nea-s lesson-files/sc-nea-t
     lesson-files/sc-nem-a lesson-files/sc-nem-d
     lesson-files/sc-nem-f lesson-files/sc-nem-g
     lesson-files/sc-nem-s lesson-files/sc-nem-t
     lesson-files/sc-pen-a lesson-files/sc-pen-d
     lesson-files/sc-pen-g lesson-files/sc-pen-s
     lesson-files/sc-plagal lesson-files/sc-sim-s

    modified files:
     help/C/scales.xml help/C/scales/aug.html
     help/C/scales/beb.html help/C/scales/blu.html
     help/C/scales/dha.html help/C/scales/dim.html
     help/C/scales/ham.html help/C/scales/har.html
     help/C/scales/hun.html help/C/scales/maj.html
     help/C/scales/mel.html help/C/scales/modes.html
     help/C/scales/nea.html help/C/scales/nem.html
     help/C/scales/pen.html help/C/scales/who.html learningtree.txt
     lesson-files/sc-beb lesson-files/sc-dha lesson-files/sc-dom
     lesson-files/sc-hal lesson-files/sc-ham lesson-files/sc-har
     lesson-files/sc-har-a lesson-files/sc-har-d
     lesson-files/sc-hun lesson-files/sc-maj lesson-files/sc-maj-a
     lesson-files/sc-maj-d lesson-files/sc-maj-t
     lesson-files/sc-mau lesson-files/sc-mel lesson-files/sc-mel-a
     lesson-files/sc-mel-d lesson-files/sc-min lesson-files/sc-nea
     lesson-files/sc-nem lesson-files/sc-pen lesson-files/sc-sim
     lesson-files/sc-sim-a lesson-files/sc-sim-d
     lesson-files/share/sc-master


2006-09-18 06:48:04 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-64

    Summary:
      Add support for header.theory
    Revision:
      solfege--unstable--3.5--patch-64

    The lesson header variable 'theory' should, if it exists,
    point to a file containing music theory related to the exercise.

    modified files:
     help-menu.xml src/app.py src/helpbrowser.py src/mainwin.py


2006-09-17 18:55:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-63

    Summary:
      idbynam: Fix, so that the "Show" button is only displayed when we have no music displayer.
    Revision:
      solfege--unstable--3.5--patch-63


    modified files:
     src/idbyname.py


2006-09-04 11:33:44 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-62

    Summary:
      22x speedup in lesson file manager parsing
    Revision:
      solfege--unstable--3.5--patch-62

    LOTS of new scale lesson files that includes a large common
    data file made the lesson file manager use 12 seconds to
    parse the files. So we needed this.

    modified files:
     src/dataparser.py src/lessonfile.py


2006-09-03 09:21:28 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-61

    Summary:
      Don't hide the default learning tree when using --debug
    Revision:
      solfege--unstable--3.5--patch-61


    modified files:
     src/mainwin.py


2006-08-30 19:40:12 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-60

    Summary:
      idbyname: hide g_show if no music is displayable
    Revision:
      solfege--unstable--3.5--patch-60


    modified files:
     src/abstract.py src/idbyname.py


2006-08-28 09:05:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-59

    Summary:
      Release 3.5.1
    Revision:
      solfege--unstable--3.5--patch-59


    modified files:
     configure.ac help/C/solfege.xml.in


2006-08-28 09:00:32 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-58

    Summary:
      install lesson-files/share on MS Windows
    Revision:
      solfege--unstable--3.5--patch-58


    modified files:
     setup.py


2006-08-28 08:15:49 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-57

    Summary:
      autopackage: install the man page to share/man/man1
    Revision:
      solfege--unstable--3.5--patch-57


    modified files:
     autopackage/default.apspec.in


2006-08-28 07:32:42 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-56

    Summary:
      ms windows: install the scale docs
    Revision:
      solfege--unstable--3.5--patch-56


    modified files:
     setup.py


2006-08-27 21:11:16 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-55

    Summary:
      Make the debug tree always available when --debug is used
    Revision:
      solfege--unstable--3.5--patch-55


    modified files:
     src/mainwin.py


2006-08-27 20:36:27 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-54

    Summary:
      htmlwidget: small table improvements to make the scales docs readable.
    Revision:
      solfege--unstable--3.5--patch-54


    modified files:
     src/htmlwidget.py


2006-08-27 05:27:25 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-53

    Summary:
      dist-add a few images I forgot in patch-52
    Revision:
      solfege--unstable--3.5--patch-53


    modified files:
     help/C/Makefile


2006-08-27 05:17:22 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-52

    Summary:
      Added the scale documentations from Davide Bonetti
    Revision:
      solfege--unstable--3.5--patch-52


    new files:
     help/C/scales/.arch-ids/=id
     help/C/scales/.arch-ids/aug.html.id
     help/C/scales/.arch-ids/beb.html.id
     help/C/scales/.arch-ids/blu.html.id
     help/C/scales/.arch-ids/dha.html.id
     help/C/scales/.arch-ids/dim.html.id
     help/C/scales/.arch-ids/ham.html.id
     help/C/scales/.arch-ids/har.html.id
     help/C/scales/.arch-ids/hun.html.id
     help/C/scales/.arch-ids/maj.html.id
     help/C/scales/.arch-ids/mel.html.id
     help/C/scales/.arch-ids/modes.html.id
     help/C/scales/.arch-ids/nea.html.id
     help/C/scales/.arch-ids/nem.html.id
     help/C/scales/.arch-ids/pen.html.id
     help/C/scales/.arch-ids/who.html.id help/C/scales/aug.html
     help/C/scales/beb.html help/C/scales/blu.html
     help/C/scales/dha.html help/C/scales/dim.html
     help/C/scales/ham.html help/C/scales/har.html
     help/C/scales/hun.html help/C/scales/images/.arch-ids/=id
     help/C/scales/images/modes/.arch-ids/=id
     help/C/scales/images/modes/chords/.arch-ids/=id
     help/C/scales/images/modes/chords/.arch-ids/dha1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/dha2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/dha4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/dha5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/dha6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/dim2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham3c2.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/ham7c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/har7c.png.id
     help/C/scales/images/modes/chords/.arch-ids/hun1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/hun3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/hun5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/hun6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/maj7c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/mel7c2.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea6c2.png.id
     help/C/scales/images/modes/chords/.arch-ids/nea7c2.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem1c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem2c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem3c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem4c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem5c.png.id
     help/C/scales/images/modes/chords/.arch-ids/nem6c.png.id
     help/C/scales/images/modes/chords/.arch-ids/who1c.png.id
     help/C/scales/images/modes/chords/dha1c.png
     help/C/scales/images/modes/chords/dha2c.png
     help/C/scales/images/modes/chords/dha4c.png
     help/C/scales/images/modes/chords/dha5c.png
     help/C/scales/images/modes/chords/dha6c.png
     help/C/scales/images/modes/chords/dim2c.png
     help/C/scales/images/modes/chords/ham1c.png
     help/C/scales/images/modes/chords/ham2c.png
     help/C/scales/images/modes/chords/ham3c2.png
     help/C/scales/images/modes/chords/ham4c.png
     help/C/scales/images/modes/chords/ham5c.png
     help/C/scales/images/modes/chords/ham6c.png
     help/C/scales/images/modes/chords/ham7c.png
     help/C/scales/images/modes/chords/har1c.png
     help/C/scales/images/modes/chords/har2c.png
     help/C/scales/images/modes/chords/har3c.png
     help/C/scales/images/modes/chords/har4c.png
     help/C/scales/images/modes/chords/har5c.png
     help/C/scales/images/modes/chords/har6c.png
     help/C/scales/images/modes/chords/har7c.png
     help/C/scales/images/modes/chords/hun1c.png
     help/C/scales/images/modes/chords/hun3c.png
     help/C/scales/images/modes/chords/hun5c.png
     help/C/scales/images/modes/chords/hun6c.png
     help/C/scales/images/modes/chords/maj1c.png
     help/C/scales/images/modes/chords/maj2c.png
     help/C/scales/images/modes/chords/maj3c.png
     help/C/scales/images/modes/chords/maj4c.png
     help/C/scales/images/modes/chords/maj5c.png
     help/C/scales/images/modes/chords/maj6c.png
     help/C/scales/images/modes/chords/maj7c.png
     help/C/scales/images/modes/chords/mel1c.png
     help/C/scales/images/modes/chords/mel2c.png
     help/C/scales/images/modes/chords/mel3c.png
     help/C/scales/images/modes/chords/mel4c.png
     help/C/scales/images/modes/chords/mel5c.png
     help/C/scales/images/modes/chords/mel6c.png
     help/C/scales/images/modes/chords/mel7c2.png
     help/C/scales/images/modes/chords/nea1c.png
     help/C/scales/images/modes/chords/nea2c.png
     help/C/scales/images/modes/chords/nea3c.png
     help/C/scales/images/modes/chords/nea4c.png
     help/C/scales/images/modes/chords/nea5c.png
     help/C/scales/images/modes/chords/nea6c2.png
     help/C/scales/images/modes/chords/nea7c2.png
     help/C/scales/images/modes/chords/nem1c.png
     help/C/scales/images/modes/chords/nem2c.png
     help/C/scales/images/modes/chords/nem3c.png
     help/C/scales/images/modes/chords/nem4c.png
     help/C/scales/images/modes/chords/nem5c.png
     help/C/scales/images/modes/chords/nem6c.png
     help/C/scales/images/modes/chords/who1c.png
     help/C/scales/images/modes/scales/.arch-ids/=id
     help/C/scales/images/modes/scales/.arch-ids/aug1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug1d.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug1db.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug1eb.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug2cd.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/aug2dd.png.id
     help/C/scales/images/modes/scales/.arch-ids/beb1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/beb2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/beb3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/beb4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/beb5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/blu1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha2db.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha3c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha3e.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha6ab.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dha7c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim1d.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim1db.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim2cd.png.id
     help/C/scales/images/modes/scales/.arch-ids/dim2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/eni1c-d.png.id
     help/C/scales/images/modes/scales/.arch-ids/eni1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham3c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham3e.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham6ab.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/ham7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/har3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har3eb.png.id
     help/C/scales/images/modes/scales/.arch-ids/har4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/har5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/har6ab.png.id
     help/C/scales/images/modes/scales/.arch-ids/har6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/har7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/har7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun2c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun2dd.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun3e.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun4c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun4fd.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun6a.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun7bb.png.id
     help/C/scales/images/modes/scales/.arch-ids/hun7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj3e.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj6a.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/maj7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel1c-d.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel3eb.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel6a.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/mel7c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea2db.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea3eb.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea6a.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea6c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nea7c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem2db.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem3eb.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem4f.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem5g.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem6ab.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem6c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem7b.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem7c.png.id
     help/C/scales/images/modes/scales/.arch-ids/nem7c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen2c.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen2d.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen3c.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen3e.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen4c.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen4g.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen5a.png.id
     help/C/scales/images/modes/scales/.arch-ids/pen5c.png.id
     help/C/scales/images/modes/scales/.arch-ids/who1c.png.id
     help/C/scales/images/modes/scales/.arch-ids/who1c2.png.id
     help/C/scales/images/modes/scales/.arch-ids/who1db.png.id
     help/C/scales/images/modes/scales/aug1c.png
     help/C/scales/images/modes/scales/aug1d.png
     help/C/scales/images/modes/scales/aug1db.png
     help/C/scales/images/modes/scales/aug1eb.png
     help/C/scales/images/modes/scales/aug2c.png
     help/C/scales/images/modes/scales/aug2cd.png
     help/C/scales/images/modes/scales/aug2d.png
     help/C/scales/images/modes/scales/aug2dd.png
     help/C/scales/images/modes/scales/beb1c.png
     help/C/scales/images/modes/scales/beb2c.png
     help/C/scales/images/modes/scales/beb3c.png
     help/C/scales/images/modes/scales/beb4c.png
     help/C/scales/images/modes/scales/beb5c.png
     help/C/scales/images/modes/scales/blu1c.png
     help/C/scales/images/modes/scales/dha1c.png
     help/C/scales/images/modes/scales/dha2c.png
     help/C/scales/images/modes/scales/dha2db.png
     help/C/scales/images/modes/scales/dha3c.png
     help/C/scales/images/modes/scales/dha3c2.png
     help/C/scales/images/modes/scales/dha3e.png
     help/C/scales/images/modes/scales/dha4c.png
     help/C/scales/images/modes/scales/dha4f.png
     help/C/scales/images/modes/scales/dha5c.png
     help/C/scales/images/modes/scales/dha5g.png
     help/C/scales/images/modes/scales/dha6ab.png
     help/C/scales/images/modes/scales/dha6c.png
     help/C/scales/images/modes/scales/dha7b.png
     help/C/scales/images/modes/scales/dha7c.png
     help/C/scales/images/modes/scales/dha7c2.png
     help/C/scales/images/modes/scales/dim1c.png
     help/C/scales/images/modes/scales/dim1d.png
     help/C/scales/images/modes/scales/dim1db.png
     help/C/scales/images/modes/scales/dim2c.png
     help/C/scales/images/modes/scales/dim2cd.png
     help/C/scales/images/modes/scales/dim2d.png
     help/C/scales/images/modes/scales/eni1c-d.png
     help/C/scales/images/modes/scales/eni1c.png
     help/C/scales/images/modes/scales/ham1c.png
     help/C/scales/images/modes/scales/ham2c.png
     help/C/scales/images/modes/scales/ham2d.png
     help/C/scales/images/modes/scales/ham3c.png
     help/C/scales/images/modes/scales/ham3c2.png
     help/C/scales/images/modes/scales/ham3e.png
     help/C/scales/images/modes/scales/ham4c.png
     help/C/scales/images/modes/scales/ham4f.png
     help/C/scales/images/modes/scales/ham5c.png
     help/C/scales/images/modes/scales/ham5g.png
     help/C/scales/images/modes/scales/ham6ab.png
     help/C/scales/images/modes/scales/ham6c.png
     help/C/scales/images/modes/scales/ham7b.png
     help/C/scales/images/modes/scales/ham7c.png
     help/C/scales/images/modes/scales/har1c.png
     help/C/scales/images/modes/scales/har2c.png
     help/C/scales/images/modes/scales/har2d.png
     help/C/scales/images/modes/scales/har3c.png
     help/C/scales/images/modes/scales/har3eb.png
     help/C/scales/images/modes/scales/har4c.png
     help/C/scales/images/modes/scales/har4f.png
     help/C/scales/images/modes/scales/har5c.png
     help/C/scales/images/modes/scales/har5g.png
     help/C/scales/images/modes/scales/har6ab.png
     help/C/scales/images/modes/scales/har6c.png
     help/C/scales/images/modes/scales/har7b.png
     help/C/scales/images/modes/scales/har7c.png
     help/C/scales/images/modes/scales/hun1c.png
     help/C/scales/images/modes/scales/hun2c.png
     help/C/scales/images/modes/scales/hun2c2.png
     help/C/scales/images/modes/scales/hun2dd.png
     help/C/scales/images/modes/scales/hun3c.png
     help/C/scales/images/modes/scales/hun3e.png
     help/C/scales/images/modes/scales/hun4c.png
     help/C/scales/images/modes/scales/hun4c2.png
     help/C/scales/images/modes/scales/hun4fd.png
     help/C/scales/images/modes/scales/hun5c.png
     help/C/scales/images/modes/scales/hun5g.png
     help/C/scales/images/modes/scales/hun6a.png
     help/C/scales/images/modes/scales/hun6c.png
     help/C/scales/images/modes/scales/hun7bb.png
     help/C/scales/images/modes/scales/hun7c.png
     help/C/scales/images/modes/scales/maj1c.png
     help/C/scales/images/modes/scales/maj2c.png
     help/C/scales/images/modes/scales/maj2d.png
     help/C/scales/images/modes/scales/maj3c.png
     help/C/scales/images/modes/scales/maj3e.png
     help/C/scales/images/modes/scales/maj4c.png
     help/C/scales/images/modes/scales/maj4f.png
     help/C/scales/images/modes/scales/maj5c.png
     help/C/scales/images/modes/scales/maj5g.png
     help/C/scales/images/modes/scales/maj6a.png
     help/C/scales/images/modes/scales/maj6c.png
     help/C/scales/images/modes/scales/maj7b.png
     help/C/scales/images/modes/scales/maj7c.png
     help/C/scales/images/modes/scales/mel1c-d.png
     help/C/scales/images/modes/scales/mel1c.png
     help/C/scales/images/modes/scales/mel2c.png
     help/C/scales/images/modes/scales/mel2d.png
     help/C/scales/images/modes/scales/mel3c.png
     help/C/scales/images/modes/scales/mel3eb.png
     help/C/scales/images/modes/scales/mel4c.png
     help/C/scales/images/modes/scales/mel4f.png
     help/C/scales/images/modes/scales/mel5c.png
     help/C/scales/images/modes/scales/mel5g.png
     help/C/scales/images/modes/scales/mel6a.png
     help/C/scales/images/modes/scales/mel6c.png
     help/C/scales/images/modes/scales/mel7b.png
     help/C/scales/images/modes/scales/mel7c.png
     help/C/scales/images/modes/scales/mel7c2.png
     help/C/scales/images/modes/scales/nea1c.png
     help/C/scales/images/modes/scales/nea2c.png
     help/C/scales/images/modes/scales/nea2db.png
     help/C/scales/images/modes/scales/nea3c.png
     help/C/scales/images/modes/scales/nea3eb.png
     help/C/scales/images/modes/scales/nea4c.png
     help/C/scales/images/modes/scales/nea4f.png
     help/C/scales/images/modes/scales/nea5c.png
     help/C/scales/images/modes/scales/nea5g.png
     help/C/scales/images/modes/scales/nea6a.png
     help/C/scales/images/modes/scales/nea6c.png
     help/C/scales/images/modes/scales/nea6c2.png
     help/C/scales/images/modes/scales/nea7b.png
     help/C/scales/images/modes/scales/nea7c.png
     help/C/scales/images/modes/scales/nea7c2.png
     help/C/scales/images/modes/scales/nem1c.png
     help/C/scales/images/modes/scales/nem2c.png
     help/C/scales/images/modes/scales/nem2db.png
     help/C/scales/images/modes/scales/nem3c.png
     help/C/scales/images/modes/scales/nem3eb.png
     help/C/scales/images/modes/scales/nem4c.png
     help/C/scales/images/modes/scales/nem4f.png
     help/C/scales/images/modes/scales/nem5c.png
     help/C/scales/images/modes/scales/nem5g.png
     help/C/scales/images/modes/scales/nem6ab.png
     help/C/scales/images/modes/scales/nem6c.png
     help/C/scales/images/modes/scales/nem7b.png
     help/C/scales/images/modes/scales/nem7c.png
     help/C/scales/images/modes/scales/nem7c2.png
     help/C/scales/images/modes/scales/pen1c.png
     help/C/scales/images/modes/scales/pen2c.png
     help/C/scales/images/modes/scales/pen2d.png
     help/C/scales/images/modes/scales/pen3c.png
     help/C/scales/images/modes/scales/pen3e.png
     help/C/scales/images/modes/scales/pen4c.png
     help/C/scales/images/modes/scales/pen4g.png
     help/C/scales/images/modes/scales/pen5a.png
     help/C/scales/images/modes/scales/pen5c.png
     help/C/scales/images/modes/scales/who1c.png
     help/C/scales/images/modes/scales/who1c2.png
     help/C/scales/images/modes/scales/who1db.png
     help/C/scales/images/quadriads/.arch-ids/=id
     help/C/scales/images/quadriads/.arch-ids/c7+5.png.id
     help/C/scales/images/quadriads/.arch-ids/c7-5.png.id
     help/C/scales/images/quadriads/.arch-ids/c7.png.id
     help/C/scales/images/quadriads/.arch-ids/c^+5.png.id
     help/C/scales/images/quadriads/.arch-ids/c^-5.png.id
     help/C/scales/images/quadriads/.arch-ids/c^.png.id
     help/C/scales/images/quadriads/.arch-ids/cdim.png.id
     help/C/scales/images/quadriads/.arch-ids/cm7+5.png.id
     help/C/scales/images/quadriads/.arch-ids/cm7-5.png.id
     help/C/scales/images/quadriads/.arch-ids/cm7.png.id
     help/C/scales/images/quadriads/.arch-ids/cm^+5.png.id
     help/C/scales/images/quadriads/.arch-ids/cm^-5.png.id
     help/C/scales/images/quadriads/.arch-ids/cm^.png.id
     help/C/scales/images/quadriads/c7+5.png
     help/C/scales/images/quadriads/c7-5.png
     help/C/scales/images/quadriads/c7.png
     help/C/scales/images/quadriads/c^+5.png
     help/C/scales/images/quadriads/c^-5.png
     help/C/scales/images/quadriads/c^.png
     help/C/scales/images/quadriads/cdim.png
     help/C/scales/images/quadriads/cm7+5.png
     help/C/scales/images/quadriads/cm7-5.png
     help/C/scales/images/quadriads/cm7.png
     help/C/scales/images/quadriads/cm^+5.png
     help/C/scales/images/quadriads/cm^-5.png
     help/C/scales/images/quadriads/cm^.png
     help/C/scales/images/triads/.arch-ids/=id
     help/C/scales/images/triads/.arch-ids/abau.png.id
     help/C/scales/images/triads/.arch-ids/cau.png.id
     help/C/scales/images/triads/.arch-ids/cau1.png.id
     help/C/scales/images/triads/.arch-ids/cau1o.png.id
     help/C/scales/images/triads/.arch-ids/cau2.png.id
     help/C/scales/images/triads/.arch-ids/cau2o.png.id
     help/C/scales/images/triads/.arch-ids/cauo.png.id
     help/C/scales/images/triads/.arch-ids/cdi-fs8.png.id
     help/C/scales/images/triads/.arch-ids/cdi.png.id
     help/C/scales/images/triads/.arch-ids/cdi1.png.id
     help/C/scales/images/triads/.arch-ids/cdi1o.png.id
     help/C/scales/images/triads/.arch-ids/cdi2.png.id
     help/C/scales/images/triads/.arch-ids/cdi2o.png.id
     help/C/scales/images/triads/.arch-ids/cdio.png.id
     help/C/scales/images/triads/.arch-ids/cma.png.id
     help/C/scales/images/triads/.arch-ids/cma1.png.id
     help/C/scales/images/triads/.arch-ids/cma1o.png.id
     help/C/scales/images/triads/.arch-ids/cma2.png.id
     help/C/scales/images/triads/.arch-ids/cma2o.png.id
     help/C/scales/images/triads/.arch-ids/cmao.png.id
     help/C/scales/images/triads/.arch-ids/cmi.png.id
     help/C/scales/images/triads/.arch-ids/cmi1.png.id
     help/C/scales/images/triads/.arch-ids/cmi1o.png.id
     help/C/scales/images/triads/.arch-ids/cmi2.png.id
     help/C/scales/images/triads/.arch-ids/cmi2o.png.id
     help/C/scales/images/triads/.arch-ids/cmio.png.id
     help/C/scales/images/triads/.arch-ids/dau.png.id
     help/C/scales/images/triads/.arch-ids/dbau.png.id
     help/C/scales/images/triads/.arch-ids/eau.png.id
     help/C/scales/images/triads/.arch-ids/ebau.png.id
     help/C/scales/images/triads/abau.png
     help/C/scales/images/triads/cau.png
     help/C/scales/images/triads/cau1.png
     help/C/scales/images/triads/cau1o.png
     help/C/scales/images/triads/cau2.png
     help/C/scales/images/triads/cau2o.png
     help/C/scales/images/triads/cauo.png
     help/C/scales/images/triads/cdi-fs8.png
     help/C/scales/images/triads/cdi.png
     help/C/scales/images/triads/cdi1.png
     help/C/scales/images/triads/cdi1o.png
     help/C/scales/images/triads/cdi2.png
     help/C/scales/images/triads/cdi2o.png
     help/C/scales/images/triads/cdio.png
     help/C/scales/images/triads/cma.png
     help/C/scales/images/triads/cma1.png
     help/C/scales/images/triads/cma1o.png
     help/C/scales/images/triads/cma2.png
     help/C/scales/images/triads/cma2o.png
     help/C/scales/images/triads/cmao.png
     help/C/scales/images/triads/cmi.png
     help/C/scales/images/triads/cmi1.png
     help/C/scales/images/triads/cmi1o.png
     help/C/scales/images/triads/cmi2.png
     help/C/scales/images/triads/cmi2o.png
     help/C/scales/images/triads/cmio.png
     help/C/scales/images/triads/dau.png
     help/C/scales/images/triads/dbau.png
     help/C/scales/images/triads/eau.png
     help/C/scales/images/triads/ebau.png help/C/scales/maj.html
     help/C/scales/mel.html help/C/scales/modes.html
     help/C/scales/nea.html help/C/scales/nem.html
     help/C/scales/pen.html help/C/scales/who.html

    modified files:
     help/C/Makefile help/C/music-theory.xml

    new directories:
     help/C/scales help/C/scales/.arch-ids help/C/scales/images
     help/C/scales/images/.arch-ids help/C/scales/images/modes
     help/C/scales/images/modes/.arch-ids
     help/C/scales/images/modes/chords
     help/C/scales/images/modes/chords/.arch-ids
     help/C/scales/images/modes/scales
     help/C/scales/images/modes/scales/.arch-ids
     help/C/scales/images/quadriads
     help/C/scales/images/quadriads/.arch-ids
     help/C/scales/images/triads
     help/C/scales/images/triads/.arch-ids


2006-08-25 09:16:30 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-51

    Summary:
      Docviewer page linking cleanup.
    Revision:
      solfege--unstable--3.5--patch-51

    Fix the DocViewer class so that we can have a nested directory
    hierarcy of html documents.
    
    HelpBrowser: Check that the adjustment is not None when setting
    the vadjustment of the class when reloading and going back and
    forward in history.
    
    _HtmlWidgetCommon: removed read_docfile because it is unused.
    
    Added url_decode(s) that will decode chars coded like this %5E
    (for the character ^_).
    

    modified files:
     src/docviewer.py src/helpbrowser.py src/htmlwidget.py


2006-08-23 19:35:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-50

    Summary:
      elembuilder: New will grab focus when we answer correctly
    Revision:
      solfege--unstable--3.5--patch-50


    modified files:
     src/elembuilder.py


2006-08-21 12:04:46 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-49

    Summary:
      harmonic progression fixes + doc
    Revision:
      solfege--unstable--3.5--patch-49

    Added skeleton harmonicprogression documentation.
    Small adjustment to strings in the lesson files, and marked
    them for translation.

    new files:
     help/C/.arch-ids/elembuilder-harmonic-progressions.xml.id
     help/C/elembuilder-harmonic-progressions.xml
     help/C/figures/.arch-ids/elembuilder-harmonic-progressions.png.id
     help/C/figures/elembuilder-harmonic-progressions.png

    modified files:
     help/C/solfege.xml.in lesson-files/progression-1
     lesson-files/progression-2 lesson-files/progression-atte
     lesson-files/three-prog-root src/elembuilder.py


2006-08-21 08:30:51 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-48

    Summary:
      add three-prog-root to the learning tree
    Revision:
      solfege--unstable--3.5--patch-48

    

    modified files:
     learningtree.txt lesson-files/share/progression-elements
     lesson-files/three-prog-root


2006-08-21 08:14:01 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-47

    Summary:
      elembuilder wrong answer feedback improvement
    Revision:
      solfege--unstable--3.5--patch-47

    Add "wrong" on the bottom of elements that are wrong.
    

    modified files:
     src/elembuilder.py


2006-08-20 18:54:20 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-46

    Summary:
      Fix wrong translation in the norwegian .po file
    Revision:
      solfege--unstable--3.5--patch-46


    modified files:
     po/no.po


2006-08-14 07:12:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-45

    Summary:
      Release 3.5.0
    Revision:
      solfege--unstable--3.5--patch-45



2006-08-14 05:50:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-44

    Summary:
      sc-scales lesson file updates
    Revision:
      solfege--unstable--3.5--patch-44

    Merge latest changes from Davide. tca: lesson header cleanup.

    new files:
     lesson-files/share/.arch-ids/sc-master.id
     lesson-files/share/sc-master

    modified files:
     lesson-files/sc-beb lesson-files/sc-dha lesson-files/sc-dom
     lesson-files/sc-hal lesson-files/sc-ham lesson-files/sc-har
     lesson-files/sc-har-a lesson-files/sc-har-d
     lesson-files/sc-hun lesson-files/sc-maj lesson-files/sc-maj-a
     lesson-files/sc-maj-d lesson-files/sc-maj-t
     lesson-files/sc-mau lesson-files/sc-mel lesson-files/sc-mel-a
     lesson-files/sc-mel-d lesson-files/sc-min lesson-files/sc-nea
     lesson-files/sc-nem lesson-files/sc-pen lesson-files/sc-sim
     lesson-files/sc-sim-a lesson-files/sc-sim-d


2006-08-13 06:40:49 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-43

    Summary:
      Update .po files after simple .po string change
    Revision:
      solfege--unstable--3.5--patch-43


    modified files:
     po/cs.po po/es.po po/fr.po po/hu.po po/it.po po/nl.po po/no.po
     po/sv.po po/tr.po


2006-08-11 06:33:36 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-42

    Summary:
      Fix lessonfile title that was accidentally changed
    Revision:
      solfege--unstable--3.5--patch-42


    modified files:
     lesson-files/sc-maj


2006-08-11 06:27:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-41

    Summary:
      Various fixes to lesson header for the sc-* lesson files
    Revision:
      solfege--unstable--3.5--patch-41


    modified files:
     lesson-files/sc-beb lesson-files/sc-dha lesson-files/sc-dom
     lesson-files/sc-hal lesson-files/sc-ham lesson-files/sc-har
     lesson-files/sc-har-a lesson-files/sc-har-d
     lesson-files/sc-hun lesson-files/sc-maj lesson-files/sc-maj-a
     lesson-files/sc-maj-d lesson-files/sc-maj-t
     lesson-files/sc-mau lesson-files/sc-mel lesson-files/sc-mel-a
     lesson-files/sc-mel-d lesson-files/sc-min lesson-files/sc-nea
     lesson-files/sc-nem lesson-files/sc-pen lesson-files/sc-sim
     lesson-files/sc-sim-a lesson-files/sc-sim-d


2006-08-08 21:06:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-40

    Summary:
      check all makefiles for line joining bugs
    Revision:
      solfege--unstable--3.5--patch-40

    The new version of gnu make does not insert a space if you
    join lines with the \ character. This triggered a bug in
    po/Makefile when running xgettext, so we make sure there is
    a space before all \ in the makefiles.

    modified files:
     Makefile.in debian-dir/Makefile example-lesson-files/Makefile
     help/Makefile lesson-files/Makefile po/Makefile


2006-08-08 20:47:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-39

    Summary:
      learningtree editor: save translatable menu name
    Revision:
      solfege--unstable--3.5--patch-39

    We have to save the name twice, once as _("name") in addition to
    "name" to trick xgettext to find the string.

    modified files:
     src/learning_tree_editor.py


2006-08-07 19:06:34 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-38

    Summary:
      remove all imports of the gnome module
    Revision:
      solfege--unstable--3.5--patch-38


    modified files:
     Makefile.in debian-dir/rules mpd/musicdisplayer.py setup.py
     src/abstract.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/configwindow.py src/dictation.py
     src/gu.py src/harmonicinterval.py
     src/harmonicprogressiondictation.py src/idbyname.py
     src/identifybpm.py src/idtone.py src/instrumentselector.py
     src/melodicinterval.py src/multipleintervalconfigwidget.py
     src/reportbug.py src/rhythm.py src/singchord.py
     src/singinterval.py src/statisticsviewer.py


2006-08-07 06:06:45 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-37

    Summary:
      Set version to 3.5.0
    Revision:
      solfege--unstable--3.5--patch-37


    modified files:
     configure.ac


2006-08-06 21:55:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-36

    Summary:
      at_question_start for elembuilder + validate fixes
    Revision:
      solfege--unstable--3.5--patch-36


    modified files:
     help/C/lessonfiles.xml


2006-08-06 21:52:54 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-35

    Summary:
      Improved xmllint usage for 'make test'
    Revision:
      solfege--unstable--3.5--patch-35


    modified files:
     Makefile.in


2006-08-06 21:01:09 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-34

    Summary:
      Added LOTS of scale exercsies from Davide Bonetti
    Revision:
      solfege--unstable--3.5--patch-34


    new files:
     lesson-files/.arch-ids/sc-beb.id
     lesson-files/.arch-ids/sc-dha.id
     lesson-files/.arch-ids/sc-dom.id
     lesson-files/.arch-ids/sc-hal.id
     lesson-files/.arch-ids/sc-ham.id
     lesson-files/.arch-ids/sc-har-a.id
     lesson-files/.arch-ids/sc-har-d.id
     lesson-files/.arch-ids/sc-har.id
     lesson-files/.arch-ids/sc-hun.id
     lesson-files/.arch-ids/sc-maj-a.id
     lesson-files/.arch-ids/sc-maj-d.id
     lesson-files/.arch-ids/sc-maj-t.id
     lesson-files/.arch-ids/sc-maj.id
     lesson-files/.arch-ids/sc-mau.id
     lesson-files/.arch-ids/sc-mel-a.id
     lesson-files/.arch-ids/sc-mel-d.id
     lesson-files/.arch-ids/sc-mel.id
     lesson-files/.arch-ids/sc-min.id
     lesson-files/.arch-ids/sc-nea.id
     lesson-files/.arch-ids/sc-nem.id
     lesson-files/.arch-ids/sc-pen.id
     lesson-files/.arch-ids/sc-sim-a.id
     lesson-files/.arch-ids/sc-sim-d.id
     lesson-files/.arch-ids/sc-sim.id lesson-files/sc-beb
     lesson-files/sc-dha lesson-files/sc-dom lesson-files/sc-hal
     lesson-files/sc-ham lesson-files/sc-har lesson-files/sc-har-a
     lesson-files/sc-har-d lesson-files/sc-hun lesson-files/sc-maj
     lesson-files/sc-maj-a lesson-files/sc-maj-d
     lesson-files/sc-maj-t lesson-files/sc-mau lesson-files/sc-mel
     lesson-files/sc-mel-a lesson-files/sc-mel-d
     lesson-files/sc-min lesson-files/sc-nea lesson-files/sc-nem
     lesson-files/sc-pen lesson-files/sc-sim lesson-files/sc-sim-a
     lesson-files/sc-sim-d

    modified files:
     learningtree.txt topdocs/AUTHORS.texi


2006-08-06 20:23:03 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-33

    Summary:
      dataparser: convert \r to \n
    Revision:
      solfege--unstable--3.5--patch-33


    modified files:
     src/dataparser.py


2006-08-06 18:36:41 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-32

    Summary:
      Make checkbutton in learningtree editor dialog work
    Revision:
      solfege--unstable--3.5--patch-32


    modified files:
     src/learning_tree_editor.py


2006-08-06 06:12:14 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-31

    Summary:
      fix random_transpose=yes
    Revision:
      solfege--unstable--3.5--patch-31


    modified files:
     src/lessonfile.py


2006-08-05 21:04:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-30

    Summary:
      
    Revision:
      solfege--unstable--3.5--patch-30

    abstract.Gui.set_lesson_heading: hide g_lesson_heading if the
    text is None or "".
    
    LessonbasedGui: moved .show_answer and .show_music from idbyname to
    here to share them with elembuilder.
    
    elembuilder: added support for at_question_start. Added 
    abstract.do_at_question_start and .show_hide_at_question_start and shared
    the code between elembuilder and idbyname.
    
    Added regression-lesson-files to test some of the code that was changed.

    new files:
     regression-lesson-files/.arch-ids/elembuilder-scale-1.id
     regression-lesson-files/.arch-ids/elembuilder-scale-2.id
     regression-lesson-files/.arch-ids/elembuilder-scale-3.id
     regression-lesson-files/.arch-ids/elembuilder-scale-4.id
     regression-lesson-files/.arch-ids/elembuilder-scale-5.id
     regression-lesson-files/.arch-ids/idbyname-at_question_start-1.id
     regression-lesson-files/.arch-ids/idbyname-at_question_start-2.id
     regression-lesson-files/.arch-ids/idbyname-at_question_start-3.id
     regression-lesson-files/elembuilder-scale-1
     regression-lesson-files/elembuilder-scale-2
     regression-lesson-files/elembuilder-scale-3
     regression-lesson-files/elembuilder-scale-4
     regression-lesson-files/elembuilder-scale-5
     regression-lesson-files/idbyname-at_question_start-1
     regression-lesson-files/idbyname-at_question_start-2
     regression-lesson-files/idbyname-at_question_start-3

    modified files:
     debugtree.txt src/abstract.py src/elembuilder.py
     src/idbyname.py src/lessonfile.py


2006-08-02 20:05:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-29

    Summary:
      Check for pygtk 2.6.0 in conigure.ac
    Revision:
      solfege--unstable--3.5--patch-29


    modified files:
     configure.ac


2006-08-01 09:45:47 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-28

    Summary:
      removed gnomeemu, we are pygtk only now.
    Revision:
      solfege--unstable--3.5--patch-28

    removed gnomeemu, and made the program a pure gtk program, though
    it is possible to use gtkhtml.

    removed files:
     gnomeemu/.arch-ids/=id gnomeemu/gnome/.arch-ids/=id
     gnomeemu/gnome/.arch-ids/Makefile.id
     gnomeemu/gnome/.arch-ids/__init__.py.id
     gnomeemu/gnome/.arch-ids/canvas.py.id
     gnomeemu/gnome/.arch-ids/ui.py.id
     gnomeemu/gnome/.arch-ids/uiconsts.py.id
     gnomeemu/gnome/Makefile gnomeemu/gnome/__init__.py
     gnomeemu/gnome/canvas.py gnomeemu/gnome/ui.py
     gnomeemu/gnome/uiconsts.py

    modified files:
     Makefile.in po/Makefile setup.py src/abstract.py src/chord.py
     src/chordvoicing.py src/compareintervals.py src/gu.py
     src/harmonicinterval.py src/harmonicprogressiondictation.py
     src/idbyname.py src/identifybpm.py src/idtone.py
     src/inputwidgets.py src/instrumentselector.py src/mainwin.py
     src/melodicinterval.py src/multipleintervalconfigwidget.py
     src/rhythm.py src/runtime.py src/statisticsviewer.py
     topdocs/README.texi

    removed directories:
     gnomeemu gnomeemu/.arch-ids gnomeemu/gnome
     gnomeemu/gnome/.arch-ids


2006-08-01 09:11:50 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-27

    Summary:
      Use gtk.AboutDialog, remove gnomeemu.gnome.ui.About
    Revision:
      solfege--unstable--3.5--patch-27


    modified files:
     gnomeemu/gnome/ui.py src/mainwin.py


2006-07-31 05:48:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-26

    Summary:
      More exception handling fixes.
    Revision:
      solfege--unstable--3.5--patch-26

    app.py: check for LessonfileExceptions and display them as an error
    message. For exampel will singanswer files where a question is
    missing the question_text variable raise an exception when being
    parsed.
    
    chord, dictation, elembuilder, idbyname, singanswer, singchord:
    Use new exception checking scheme.
    
    abstract.py: Added run_exception_handled, and two utility functions
    that this and standard_exception_handler will use.
    
    lessonfile.py: Adjusted an exception string.
    
    nameinterval: use new error message function for the "could not
    satisfy constrains" message.
    
    Added more lesson files to regression-lesson-files/

    new files:
     regression-lesson-files/.arch-ids/chord-bad-mpd-code.id
     regression-lesson-files/.arch-ids/chord-wav-music.id
     regression-lesson-files/.arch-ids/elembuilder-bad-mpd-code.id
     regression-lesson-files/.arch-ids/nameinterval-constraints.id
     regression-lesson-files/.arch-ids/singchord-bad-mpd-code.id
     regression-lesson-files/chord-bad-mpd-code
     regression-lesson-files/chord-wav-music
     regression-lesson-files/elembuilder-bad-mpd-code
     regression-lesson-files/nameinterval-constraints
     regression-lesson-files/singchord-bad-mpd-code

    modified files:
     debugtree.txt src/abstract.py src/app.py src/chord.py
     src/dictation.py src/elembuilder.py src/idbyname.py
     src/lessonfile.py src/mainwin.py src/nameinterval.py
     src/singanswer.py src/singchord.py


2006-07-28 09:10:25 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-25

    Summary:
      singanswer exception handling
    Revision:
      solfege--unstable--3.5--patch-25

    updated the module to use standard_excpetion_handler, and made it
    possible to use any music type for the question and answer.
    
    added Music.is_displayable(), a method that will say if we can
    display the music in the music displayer.

    new files:
     regression-lesson-files/.arch-ids/singanswer-bad-mpd-code.id
     regression-lesson-files/.arch-ids/singanswer-missing-.wav-file.id
     regression-lesson-files/.arch-ids/singanswer-missing-question_text.id
     regression-lesson-files/singanswer-bad-mpd-code
     regression-lesson-files/singanswer-missing-.wav-file
     regression-lesson-files/singanswer-missing-question_text

    modified files:
     debugtree.txt src/lessonfile.py src/singanswer.py


2006-07-28 09:05:19 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-24

    Summary:
      spelling fix
    Revision:
      solfege--unstable--3.5--patch-24


    modified files:
     regression-lesson-files/idbyname-bad-cuemusic
     regression-lesson-files/idbyname-missing-.wav-file


2006-07-28 08:47:26 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-23

    Summary:
      global exception hook will add 'ehooked:' to msg if --debug
    Revision:
      solfege--unstable--3.5--patch-23


    modified files:
     src/mainwin.py


2006-07-28 08:31:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-22

    Summary:
      standard_exception_handler: present 1-indexed question number to user for mpd-exception too
    Revision:
      solfege--unstable--3.5--patch-22


    modified files:
     src/abstract.py


2006-07-28 06:36:32 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-21

    Summary:
      Added 3 idbyname lesson files to regression-lesson-files/ and debugtree.txt
    Revision:
      solfege--unstable--3.5--patch-21


    new files:
     regression-lesson-files/.arch-ids/idbyname-bad-cuemusic.id
     regression-lesson-files/.arch-ids/idbyname-bad-mpd-code.id
     regression-lesson-files/.arch-ids/idbyname-missing-.wav-file.id
     regression-lesson-files/idbyname-bad-cuemusic
     regression-lesson-files/idbyname-bad-mpd-code
     regression-lesson-files/idbyname-missing-.wav-file
     regression-lesson-files/share/.arch-ids/=id
     regression-lesson-files/share/.arch-ids/sound.wav.id
     regression-lesson-files/share/sound.wav

    modified files:
     debugtree.txt

    new directories:
     regression-lesson-files/share
     regression-lesson-files/share/.arch-ids


2006-07-26 21:41:19 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-20

    Summary:
      Exception handling fixes. General + idbyname.
    Revision:
      solfege--unstable--3.5--patch-20

    Added Gui.standard_exception_handler, that should be used to check for
    mpd and lessonfile related exceptions everywere. Partly disable with
    --disable-exception-handler
    
    osutils.py: Renamed RunExternalFailed to ExecutableDoesNotExist.
    
    Added a global exception handler in mainwin.py that will catch
    LessonfileExceptions and ExecutableDoesNotExist if they are no
    catched elsewhere.
    
    lesson file objects will raise FileNotFound if we are trying to
    play a wav or a midi file that does not exist.
    
    configwindow.py: test_wav_player and test_midi_player don't have to check
    for exceptions because the global exception handler cathes them.

    modified files:
     src/abstract.py src/configwindow.py src/idbyname.py
     src/lessonfile.py src/mainwin.py src/osutils.py


2006-07-26 19:27:37 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-19

    Summary:
      lessonfiles.xml: spelling fix
    Revision:
      solfege--unstable--3.5--patch-19


    modified files:
     help/C/lessonfiles.xml


2006-07-25 06:21:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-18

    Summary:
      --debug option bug fixes
    Revision:
      solfege--unstable--3.5--patch-18

    Select learningtree.txt if we run without --debug and the
    debug tree is selected in .solfegerc.
    
    learning_tree_editor: call lessonfile_manager.parse with the
    debug flag.

    modified files:
     src/learning_tree_editor.py src/mainwin.py


2006-07-25 05:49:32 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-17

    Summary:
      Added --debug option and debugtree.txt learning tree
    Revision:
      solfege--unstable--3.5--patch-17


    new files:
     .arch-ids/debugtree.txt.id debugtree.txt

    modified files:
     Makefile.in src/lessonfile.py src/mainwin.py


2006-07-25 05:31:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-16

    Summary:
      added lesson_id to a few regression lesson files
    Revision:
      solfege--unstable--3.5--patch-16


    modified files:
     regression-lesson-files/rvoice
     regression-lesson-files/transpose-accidentals
     regression-lesson-files/transpose-key
     regression-lesson-files/transpose-semitones


2006-07-24 06:41:45 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-15

    Summary:
      rhythm: added button to play the users suggestion
    Revision:
      solfege--unstable--3.5--patch-15


    modified files:
     help/C/figures/rhythm.png help/C/rhythm.xml
     help/fr/figures/rhythm.png help/no/figures/rhythm.png
     help/tr/figures/rhythm.png src/rhythm.py


2006-07-23 19:41:14 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-14

    Summary:
      Added missing tests from 2 harmonic interval exercises
    Revision:
      solfege--unstable--3.5--patch-14


    modified files:
     lesson-files/harmonic-intervals
     lesson-files/harmonic-intervals-2-to-8


2006-07-23 06:40:50 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-13

    Summary:
      Merged Teacher and LessonbasdTeacher
    Revision:
      solfege--unstable--3.5--patch-13


    modified files:
     src/abstract.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/dictation.py src/elembuilder.py
     src/harmonicinterval.py src/idbyname.py src/identifybpm.py
     src/idtone.py src/mainwin.py src/nameinterval.py src/rhythm.py
     src/singanswer.py src/singchord.py src/twelvetone.py


2006-07-23 06:24:42 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-12

    Summary:
      removed the example module because it almost never is uptodate
    Revision:
      solfege--unstable--3.5--patch-12

    I'll try to provide some api docs instead.

    removed files:
     src/.arch-ids/example.py.id src/example.py

    modified files:
     src/mainwin.py


2006-07-23 05:30:33 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-11

    Summary:
      Added lessons to practise intervals from second to octave
    Revision:
      solfege--unstable--3.5--patch-11


    new files:
     lesson-files/.arch-ids/harmonic-intervals-2-to-8.id
     lesson-files/.arch-ids/melodic-intervals-2-to-8.id
     lesson-files/.arch-ids/melodic-intervals-down-2-to-8.id
     lesson-files/harmonic-intervals-2-to-8
     lesson-files/melodic-intervals-2-to-8
     lesson-files/melodic-intervals-down-2-to-8

    modified files:
     learningtree.txt


2006-07-23 05:13:25 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-10

    Summary:
      Fix add lesson learning tree editor bug
    Revision:
      solfege--unstable--3.5--patch-10

    When adding a lesson, the model and gui would be out of sync if the lesson
    was added to a menu where  the last lessons did depend on lessons in the
    same menu and the added lesson did not.

    modified files:
     src/gpath.py src/learning_tree_editor.py


2006-07-21 07:02:27 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-9

    Summary:
      rhythm: save statistics and upstate statistics page on ex_start
    Revision:
      solfege--unstable--3.5--patch-9


    modified files:
     src/identifybpm.py


2006-07-21 06:07:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-8

    Summary:
      elembuilder: display elements in the order they are defined if 'auto'
    Revision:
      solfege--unstable--3.5--patch-8


    modified files:
     src/elembuilder.py


2006-07-21 05:42:21 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-7

    Summary:
      gtkrc cleanup + statistics heading fix
    Revision:
      solfege--unstable--3.5--patch-7

    small cleanup to gtk styles (solfege.gtkrc)
    
    idbyname, harmonicinterval, idtone, melodicinterval, singinterval:
    include the lesson file title in the statistics heading.
    

    modified files:
     solfege.gtkrc src/chord.py src/harmonicinterval.py
     src/idbyname.py src/idtone.py src/melodicinterval.py
     src/singinterval.py src/statisticsviewer.py


2006-07-19 07:54:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-6

    Summary:
      fix nameinterval after lessonfile reorg.
    Revision:
      solfege--unstable--3.5--patch-6


    modified files:
     src/lessonfile.py


2006-07-17 18:28:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-5

    Summary:
      changed statisticsviewer and save statistics
    Revision:
      solfege--unstable--3.5--patch-5

    Renamed SingIntervalStatistisViewer to PercentagesStatisticsViewer
    and user is by both singinterval and elembuilder.
    
    on_end_practise should call Teacher.end_practise to get statistics
    saved.

    modified files:
     src/elembuilder.py src/singinterval.py src/statisticsviewer.py


2006-07-17 18:18:07 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-4

    Summary:
      progression-2: include the correct lesson file
    Revision:
      solfege--unstable--3.5--patch-4


    modified files:
     lesson-files/progression-2


2006-07-17 09:18:08 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-3

    Summary:
      Added the elembuilder module
    Revision:
      solfege--unstable--3.5--patch-3

    Patches applied:
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--base-0
       tag of tca@gnu.org--solfege-2006/solfege--unstable--3.5--patch-2
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-1
       allow named blocks
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-2
       Added elembuilder exercise module
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-3
       config/picky fix for elembuilder
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-4
       elembuilder: added "Play tonic" button
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-5
       elembuilder action buttons + give_up tweak
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-6
       elembuilder: added elements=auto
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-7
       Converted 3 lessonfile to use elembuilder
    
     * tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-8
       Documented elembuilder
    

    new files:
     lesson-files/share/.arch-ids/progression-elements.id
     lesson-files/share/progression-elements
     src/.arch-ids/elembuilder.py.id src/elembuilder.py

    modified files:
     help/C/lessonfiles.xml learningtree.txt
     lesson-files/progression-1 lesson-files/progression-2
     lesson-files/progression-atte src/abstract.py
     src/dataparser.py src/gu.py
     src/harmonicprogressiondictation.py src/lessonfile.py
     src/mainwin.py src/rhythm.py src/statistics.py
     src/statisticsviewer.py

    new patches:
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--base-0
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-1
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-2
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-3
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-4
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-5
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-6
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-7
     tca@gnu.org--solfege-2006/solfege--elembuilder--0.1--patch-8


2006-07-09 06:59:37 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-2

    Summary:
      Added midifile lessonfile music object
    Revision:
      solfege--unstable--3.5--patch-2


    modified files:
     help/C/lessonfiles.xml soundcard/__init__.py src/app.py
     src/lessonfile.py


2006-07-08 20:48:29 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-1

    Summary:
      Lessonfile class hierarcy reorg
    Revision:
      solfege--unstable--3.5--patch-1

    Patches applied:
    
     * tca@gnu.org--solfege-2006/solfege--lfix--3.3--base-0
       tag of tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-69
    
     * tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-2
       lessonfile class reorg, part 1
    
     * tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-3
       Add a notice about partial melodicinteval tests
    
     * tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-4
       Lessonfile reorg: interval tests
    

    modified files:
     help/C/lessonfiles.xml src/abstract.py src/harmonicinterval.py
     src/idtone.py src/lessonfile.py src/melodicinterval.py
     src/rhythm.py src/singinterval.py src/twelvetone.py

    new patches:
     tca@gnu.org--solfege-2006/solfege--lfix--3.3--base-0
     tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-2
     tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-3
     tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-4


2006-07-08 20:44:49 GMT	Tom Cato Amundsen <tca@gnu.org>	base-0

    Summary:
      tag of tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-76
    Revision:
      solfege--unstable--3.5--base-0

    (automatically generated log message)

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-1
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-2
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-3
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-4
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-5
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-6
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-7
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-8
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-9
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-10
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-13
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-14
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-15
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-16
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-17
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-18
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-19
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-20
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-21
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-22
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-23
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-24
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--base-0
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-1
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-2
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-3
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-4
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-5
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-6
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-7
     tca@gnu.org--solfege-2004/solfege--main--2.1--base-0
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-1
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-2
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-3
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-4
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-5
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-6
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-7
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-8
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-9
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-10
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-11
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-12
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-13
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-14
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-15
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-16
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-17
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-18
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-19
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-20
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-21
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-22
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-23
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-24
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-25
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-26
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-27
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-28
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-29
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-30
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-31
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-32
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-33
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-34
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-35
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-36
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-37
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-38
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-39
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-40
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-41
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-42
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-43
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-44
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-45
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-46
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-47
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-48
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-49
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-50
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-51
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-52
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-53
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-54
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-55
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-56
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-57
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-58
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-59
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-60
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-61
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-62
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-63
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-64
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-65
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-66
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-67
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-68
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-69
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-70
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-71
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-72
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-73
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-74
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-75
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-76
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-77
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-78
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-79
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-80
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-81
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-82
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-83
     tca@gnu.org--solfege-2004/solfege--main--2.1--patch-84
     tca@gnu.org--solfege-2005/solfege--devel--2.5--base-0
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-1
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-2
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-3
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-4
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-5
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-6
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-7
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-8
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-9
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-10
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-11
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-12
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-13
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-14
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-15
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-16
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-17
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-18
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-19
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-20
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-21
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-22
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-23
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-24
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-25
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-26
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-27
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-28
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-29
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-30
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-31
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-32
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-33
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-34
     tca@gnu.org--solfege-2005/solfege--devel--2.5--patch-35
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--base-0
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-1
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-2
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-3
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-4
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-5
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-6
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--patch-7
     tca@gnu.org--solfege-2005/solfege--htmlwidget--0.2--version-0
     tca@gnu.org--solfege-2005/solfege--main--2.1--base-0
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-1
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-2
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-3
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-4
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-5
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-6
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-7
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-8
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-9
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-10
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-11
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-12
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-13
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-14
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-15
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-16
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-17
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-19
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-20
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-21
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-22
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-24
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-25
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-27
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-28
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-30
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-32
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-37
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-39
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-42
     tca@gnu.org--solfege-2005/solfege--main--2.1--patch-44
     tca@gnu.org--solfege-2005/solfege--main--2.3--base-0
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-1
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-2
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-3
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-4
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-5
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-6
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-7
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-8
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-9
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-10
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-11
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-12
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-13
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-14
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-15
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-16
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-17
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-18
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-19
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-20
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-21
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-22
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-23
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-24
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-25
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-26
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-27
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-28
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-29
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-30
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-31
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-32
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-33
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-34
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-35
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-36
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-37
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-38
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-39
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-40
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-41
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-42
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-43
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-44
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-45
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-46
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-47
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-48
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-49
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-50
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-51
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-52
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-53
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-54
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-55
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-56
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-57
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-58
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-59
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-60
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-61
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-62
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-63
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-64
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-65
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-66
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-67
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-68
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-69
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-70
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-71
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-72
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-73
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-74
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-75
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-76
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-77
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-78
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-79
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-80
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-81
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-82
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-83
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-84
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-85
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-86
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-87
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-88
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-89
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-90
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-91
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-92
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-93
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-94
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-95
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-96
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-97
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-98
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-99
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-100
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-101
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-102
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-103
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-104
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-105
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-106
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-107
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-108
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-109
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-110
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-111
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-112
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-113
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-114
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-115
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-116
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-117
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-118
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-119
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-120
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-121
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-122
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-123
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-124
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-125
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-126
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-127
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-128
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-129
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-130
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-131
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-132
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-133
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-134
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-135
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-136
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-137
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-138
     tca@gnu.org--solfege-2005/solfege--main--2.3--patch-139
     tca@gnu.org--solfege-2005/solfege--main--2.5--base-0
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-1
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-2
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-3
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-4
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-5
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-6
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-7
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-8
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-9
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-10
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-11
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-12
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-13
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-14
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-15
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-16
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-17
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-18
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-19
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-20
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-21
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-22
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-23
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-24
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-25
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-26
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-27
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-30
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-31
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-32
     tca@gnu.org--solfege-2005/solfege--main--2.5--patch-33
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--base-0
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-1
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-2
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-3
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-4
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-5
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-6
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-7
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-8
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-9
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-10
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-11
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-12
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-13
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-14
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-15
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-16
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-17
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-18
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-19
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-20
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-21
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-22
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-23
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-24
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-25
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-26
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-27
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-28
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-29
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-30
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-31
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-32
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-33
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-34
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-35
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-36
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-37
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-38
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-39
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-40
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-41
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-42
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-43
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-44
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-45
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-46
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-47
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-48
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-49
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-50
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-51
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-52
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-53
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-54
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-55
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-56
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-57
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-58
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-59
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-60
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-61
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-62
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-63
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-64
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-65
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-66
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-67
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-68
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-69
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-70
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-71
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-72
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-73
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-74
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-75
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-76
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-77
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-78
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-79
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-80
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-81
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-82
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-83
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-84
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-85
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-86
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-87
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-88
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-89
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-90
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-91
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-92
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-93
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-94
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-95
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-96
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-97
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-98
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-99
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-100
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-101
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-102
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-103
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-104
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-105
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-106
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-107
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-108
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-109
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-110
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-111
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-112
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-113
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-114
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-115
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-116
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-117
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-118
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-119
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-120
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-121
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-122
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-123
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-124
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-125
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-126
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-127
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-128
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-129
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-130
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-131
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-132
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-133
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-134
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-135
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-136
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-137
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-138
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-139
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-140
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-141
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-142
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-143
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-144
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-145
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-146
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-147
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-148
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-149
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-150
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-151
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-152
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-153
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-154
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-155
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-156
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-157
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-158
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-159
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-160
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-161
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-162
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-163
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-164
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-165
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-166
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-167
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-168
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-169
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-170
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-171
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-172
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-173
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-174
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-175
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-176
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-177
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-178
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-179
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-180
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-181
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-182
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-183
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-184
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-185
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-186
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-187
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-188
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-189
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-190
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-191
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-192
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-193
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-194
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-195
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-196
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-197
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-198
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-199
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-200
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-201
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-202
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-203
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-204
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-205
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-206
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-207
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-208
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-209
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-210
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-211
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-212
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-213
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-214
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-215
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-216
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-217
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-218
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-219
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-220
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-221
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-222
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-223
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-224
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-225
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-226
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-227
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-228
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-229
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-230
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-231
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-232
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-233
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-234
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-235
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-236
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-237
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-238
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-239
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-240
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-241
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-242
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-243
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-244
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-245
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-246
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-247
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-248
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-249
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-250
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-251
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-252
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-253
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-254
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-255
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-256
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-257
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-258
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-259
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-260
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-261
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-262
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-263
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-264
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-265
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-266
     tca@gnu.org--solfege-2005/solfege--newexercisesetup--1.0--patch-267
     tca@gnu.org--solfege-2005/solfege--stable--3.0--base-0
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-1
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-2
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-3
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-4
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-5
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-6
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-7
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-8
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-9
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-10
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-11
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-12
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-13
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-14
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-15
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-16
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-17
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-18
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-19
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-20
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-21
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-22
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-23
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-24
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-25
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-26
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-27
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-28
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-29
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-30
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-31
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-32
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-33
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-34
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-35
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-36
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-37
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-38
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-39
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-40
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-41
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-42
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-43
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-44
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-45
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-48
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-49
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-50
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-51
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-53
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-54
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-56
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-57
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-58
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-59
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-62
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-64
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-65
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-66
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-67
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-70
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-71
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-72
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-73
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-74
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-78
     tca@gnu.org--solfege-2005/solfege--stable--3.0--patch-79
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--base-0
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-1
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-2
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-3
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-4
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-5
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-6
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-7
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-8
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-9
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-10
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-11
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-12
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-13
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-14
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-15
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-16
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-17
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-18
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-19
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-20
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-21
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-22
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-23
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-24
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-25
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-26
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-27
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-28
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-29
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-30
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-31
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-32
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-33
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-34
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-35
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-36
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-37
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-38
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-39
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-40
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-41
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-42
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-43
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-44
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-45
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-46
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-47
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-48
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-49
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-50
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-51
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-52
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-53
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-54
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-55
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-56
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-57
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-58
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-59
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-60
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-61
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-62
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-63
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-64
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-65
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-66
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-67
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-68
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-69
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-70
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-71
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-72
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-73
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-74
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-75
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-76
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-77
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-78
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-79
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-80
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-81
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-82
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-83
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-84
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-85
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-86
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-87
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-88
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-89
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--patch-90
     tca@gnu.org--solfege-2005/solfege--unstable--3.1--version-0
     tca@gnu.org--solfege-2006/solfege--htmlwidget--0.3--base-0
     tca@gnu.org--solfege-2006/solfege--htmlwidget--0.3--patch-1
     tca@gnu.org--solfege-2006/solfege--htmlwidget--0.3--patch-2
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--base-0
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--patch-1
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--patch-2
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--patch-3
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--patch-4
     tca@gnu.org--solfege-2006/solfege--lfix--0.1--patch-5
     tca@gnu.org--solfege-2006/solfege--lfix--3.3--patch-1
     tca@gnu.org--solfege-2006/solfege--stable--3.0--patch-1
     tca@gnu.org--solfege-2006/solfege--stable--3.0--patch-2
     tca@gnu.org--solfege-2006/solfege--stable--3.0--patch-3
     tca@gnu.org--solfege-2006/solfege--stable--3.0--patch-6
     tca@gnu.org--solfege-2006/solfege--stable--3.2--base-0
     tca@gnu.org--solfege-2006/solfege--stable--3.2--patch-1
     tca@gnu.org--solfege-2006/solfege--stable--3.2--patch-3
     tca@gnu.org--solfege-2006/solfege--stable--3.2--patch-5
     tca@gnu.org--solfege-2006/solfege--stable--3.2--patch-8
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--base-0
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-1
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-2
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-3
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-4
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-5
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-6
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-7
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-8
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-9
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-10
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-11
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-12
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-13
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-14
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-15
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-16
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-17
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-18
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-19
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-20
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-21
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-22
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-23
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-24
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-25
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-26
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-27
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-28
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-29
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-30
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-31
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-32
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-33
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-34
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-35
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-36
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-37
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-38
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-39
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-40
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-41
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-42
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-43
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-44
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-45
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-46
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-47
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-48
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-49
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-50
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-51
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-52
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-53
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-54
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-55
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-56
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-57
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-58
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-59
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-60
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-61
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-62
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-63
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-64
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-65
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-66
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-67
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-68
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-69
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-70
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-71
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-72
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-73
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-74
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-75
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-76
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-77
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-78
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-79
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-80
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-81
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-82
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-83
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-84
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-85
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-86
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-87
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-88
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-89
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-90
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-91
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-92
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-93
     tca@gnu.org--solfege-2006/solfege--unstable--3.1--patch-94
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--base-0
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-1
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-2
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-3
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-4
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-5
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-6
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-7
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-8
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-9
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-10
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-11
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-12
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-13
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-14
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-15
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-16
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-17
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-18
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-19
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-20
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-21
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-22
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-23
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-24
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-25
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-26
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-27
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-28
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-29
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-30
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-31
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-32
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-33
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-34
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-35
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-36
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-37
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-38
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-39
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-40
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-41
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-42
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-43
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-44
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-45
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-46
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-47
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-48
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-49
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-50
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-51
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-52
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-53
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-54
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-55
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-56
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-57
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-58
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-59
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-60
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-61
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-62
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-63
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-64
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-65
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-66
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-67
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-68
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-69
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-70
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-71
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-72
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-73
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-74
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-75
     tca@gnu.org--solfege-2006/solfege--unstable--3.3--patch-76


# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--tca@gnu.org--solfege-2004/solfege--main--2.1
#

2004-12-28 21:29:30 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-84

    Summary:
      Simplification.
    Revision:
      solfege--main--2.1--patch-84

    Removed the code to select web browser. We now use the
    python module webbrowser instead.

    modified files:
     TODO default.config src/app.py src/configwindow.py


2004-12-27 15:06:03 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-83

    Summary:
      bug fix + gui fix
    Revision:
      solfege--main--2.1--patch-83

    The answer buttons in id-by-name was sometimes not insensitive
    even if it was selected that not all questions should be asked.
    
    specialwidgets.py: Make sure an answer button has focus.

    modified files:
     TODO src/idbyname.py src/specialwidgets.py


2004-12-27 14:29:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-82

    Summary:
      bug fixes doco fixes
    Revision:
      solfege--main--2.1--patch-82

    mpd/interval.py: bugfix to set_from_string("a4"). Added some
    module tests.
    
    lessonfiles: fixed rvoice so that the octave is correct and that
    rvoice-music can be played slowly. Updated docs.
    
    music-format.xml: added a line about the \transpose command
    telling users not to use it.
    
    lessonfiles.xml: Small fixes to translation doco.
    
    Added the directory regression-lesson-files and some files in it.

    new files:
     regression-lesson-files/.arch-ids/=id
     regression-lesson-files/.arch-ids/rvoice.id
     regression-lesson-files/.arch-ids/transpose-accidentals.id
     regression-lesson-files/.arch-ids/transpose-key.id
     regression-lesson-files/.arch-ids/transpose-semitones.id
     regression-lesson-files/rvoice
     regression-lesson-files/transpose-accidentals
     regression-lesson-files/transpose-key
     regression-lesson-files/transpose-semitones

    modified files:
     TODO mpd/interval.py online-docs/C/lessonfiles.xml
     online-docs/C/music-format.xml src/lessonfile.py

    new directories:
     regression-lesson-files regression-lesson-files/.arch-ids


2004-12-21 23:20:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-81

    Summary:
      Documented the music object used in lesson files
    Revision:
      solfege--main--2.1--patch-81


    modified files:
     online-docs/C/lessonfiles.xml


2004-12-13 20:03:15 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-80

    Summary:
      Added to debian changelog
    Revision:
      solfege--main--2.1--patch-80


    modified files:
     debian-dir/changelog


2004-12-10 20:27:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-79

    Summary:
      release 2.1.9
    Revision:
      solfege--main--2.1--patch-79


    modified files:
     configure.ac online-docs/C/lessonfiles.xml src/app.py


2004-12-05 22:18:16 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-78

    Summary:
      Windows installer now use gtk 2.4
    Revision:
      solfege--main--2.1--patch-78

    Changes to build the MS Windows installer using gtk 2.4
    
    Makefile.in: include runsrcdir.bat to the dist_files variable
    
    Makefile.in: fix to that the export-to-dos target does not require
    the current directory to be named 'solfege'
    
    runpy2exe.bat and runsrcdir.bat: paths to work with gtk 2.4

    modified files:
     Makefile.in runpy2exe.bat runsrcdir.bat


2004-11-29 11:05:36 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-77

    Summary:
      Spelling fix to singanswer exercise
    Revision:
      solfege--main--2.1--patch-77


    modified files:
     TODO online-docs/C/lessonfiles.xml


2004-11-29 10:25:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-76

    Summary:
      Spacing issues
    Revision:
      solfege--main--2.1--patch-76

    Made the action button be right below the content of the exercise
    page, and not at the bottom of the window. This to get shorter
    mouse movements.
    
    Removed some unused set_size_request calls.
    
    The music displayer in harmonicprogression show two lines when
    cleared.
    
    Removed the option to select if the main window is resizeable from 
    the View menu. The option is still available from the Preferences
    window. The plan is to nuke this option completely.

    modified files:
     TODO src/abstract.py src/chord.py src/chordvoicing.py
     src/dictation.py src/gu.py src/harmonicprogressiondictation.py
     src/idbyname.py src/lessonfile_editor_main.py src/mainwin.py
     src/melodicinterval.py src/notenamespinbutton.py src/rhythm.py
     src/singchord.py src/twelvetone.py


2004-11-28 22:32:50 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-75

    Summary:
      small lesson file fixes
    Revision:
      solfege--main--2.1--patch-75

    Small adjustment to sing-the-* lesson files.
    
    Adjustment to that we will see a more equal amount of flats 
    and sharps in randomly transposed questions.
    
    random_transpose = yes now equals "key, -5, 5" and not
    "semitones, -5, 6"

    modified files:
     lesson-files/sing-chord-tone lesson-files/sing-the-fifth
     lesson-files/sing-the-root lesson-files/sing-the-seventh
     lesson-files/sing-the-third mpd/musicalpitch.py
     src/lessonfile.py


2004-11-28 16:47:01 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-74

    Summary:
      small updates
    Revision:
      solfege--main--2.1--patch-74

    lessonfiles.xml: Use new URL for the wiki. Other updates.
    lessonfile.py: Remove unused, invalid code.
    src/singanswer.py: use the header.have_music_displayer variable
    default.config: _really_ make lessoncollections a list

    modified files:
     TODO default.config online-docs/C/lessonfiles.xml
     src/lessonfile.py src/singanswer.py


2004-11-28 16:40:16 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-73

    Summary:
      Fix config file handling if rcfile is from newer solfege version
    Revision:
      solfege--main--2.1--patch-73


    modified files:
     src/app.py src/cfg.py


2004-11-21 21:19:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-72

    Summary:
      Fixed suse9.spec file
    Revision:
      solfege--main--2.1--patch-72

    
    

    modified files:
     solfege.suse9.spec.in


2004-11-16 22:33:47 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-71

    Summary:
      Small bugfix triggered by singanswer
    Revision:
      solfege--main--2.1--patch-71

    Removed unfinished .set_from_steps function from MusicalPitch
    
    Added MusicalPitch.sanitate_accidental that will make sure
    translated notenames don't end up as gisisis, but rather ais.

    modified files:
     TODO mpd/musicalpitch.py src/lessonfile.py


2004-11-08 15:10:21 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-70

    Summary:
      
    Revision:
      solfege--main--2.1--patch-70

    fix bad indentation lots of files.
    
    Don't call update_gui_after_lessonfile_change for exercises that
    are not lesson file based.

    modified files:
     TODO mpd/const.py mpd/engravers.py mpd/musicdisplayer.py
     mpd/parser.py soundcard/midifilesynth.py
     soundcard/oss_sequencer.py soundcard/track.py src/abstract.py
     src/app.py src/cfg.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/configureoutput.py.in
     src/configwindow.py src/dictation.py src/harmonicinterval.py
     src/idbyname.py src/idtone.py src/inputwidgets.py
     src/lessonfile.py src/lessonfile_editor_main.py src/mainwin.py
     src/rhythm.py src/selectlessonfilewidget.py src/utils.py


2004-11-08 08:55:39 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-69

    Summary:
      small rcfile fix + improved docstrings.
    Revision:
      solfege--main--2.1--patch-69

    App.check_rcfile: fixed if-blocks.
    
    config variable config/lessoncollections should be a list.
    
    lessonfile.py: Improved a few docstrings.

    modified files:
     default.config src/app.py src/lessonfile.py
     src/selectlessonfilewidget.py


2004-11-06 17:45:16 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-68

    Summary:
      Packaging and build system fixes
    Revision:
      solfege--main--2.1--patch-68

    Require pygtk 2.0.0 and pygnome 2.0.0
    
    configure.ac: removed GNOME_REQUIRE_PKGCONFIG becuase
    PKG_CHECK_MODULES from pkg.m4 will check for pkg-config
    before using it.
    
    Removed the configure option --with-buggy-distro. Use
    --disable-pygtk-test and --disable-pygnome-test if the
    required pkg-config-files are not installed.
    
    Documented --disable-pygnome-test and --disable-pygtk-test
    in INSTALL
    
    Simplified autogen.sh
    
    Makefile.in: removed solfege.manpage.xml from easy-dist-files.
    
    Updates to the debian packaging.

    new files:
     .arch-ids/lessonfile_editor.manpage.xml.id
     lessonfile_editor.manpage.xml

    modified files:
     .arch-inventory Makefile.in TODO autogen.sh configure.ac
     debian-dir/changelog debian-dir/control
     debian-dir/solfege.menu online-docs/C/solfege.xml
     online-docs/es_MX/solfege.xml online-docs/no/solfege.xml
     online-docs/ru/solfege.xml topdocs/INSTALL.texi


2004-11-03 09:59:50 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-67

    Summary:
      Renamed requests.Music to requests.MusicRequest
    Revision:
      solfege--main--2.1--patch-67


    modified files:
     mpd/parser.py mpd/requests.py


2004-11-01 20:59:54 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-66

    Summary:
      singanswer gui bugfix.
    Revision:
      solfege--main--2.1--patch-66

    singanswer: made the correct buttons insensitive if the
    lesson file is unparsable.
    
    Removed stuff from TODO.

    modified files:
     TODO src/chord.py src/singanswer.py


2004-11-01 15:45:25 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-65

    Summary:
      Documented that musicformat is ignored by singanswer
    Revision:
      solfege--main--2.1--patch-65


    modified files:
     TODO online-docs/C/lessonfiles.xml


2004-11-01 15:13:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-64

    Summary:
      Exception handling cleanup + lesson file fix.
    Revision:
      solfege--main--2.1--patch-64

    Fixed singanswer lesson files.
    
    Marked some more exception messages for translation.
    
    Made update_gui_after_lessonfile_change be called when
    exercises are activated, not only the first time the
    exercise is constructed.
    
    dictation.py: Don't call update_gui_after_lessonfile_change
    in on_end_practise
    
    Exception handling improved: chord, chordvoicing, dictation,
    harmonicprogressiondictation, singanswer, singchord

    modified files:
     TODO lesson-files/sing-chord-tone lesson-files/sing-the-fifth
     lesson-files/sing-the-root lesson-files/sing-the-third
     mpd/musicalpitch.py src/app.py src/chord.py
     src/chordvoicing.py src/dictation.py
     src/harmonicprogressiondictation.py src/idbyname.py
     src/lessonfile.py src/mainwin.py src/singanswer.py
     src/singchord.py


2004-10-26 16:03:46 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-63

    Summary:
      Fixes to make the lessonfile dialog popup much faster.
    Revision:
      solfege--main--2.1--patch-63


    modified files:
     src/selectlessonfilewidget.py


2004-10-25 22:24:51 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-62

    Summary:
      renamed /etc/solfegeX.Y => /etc/solfege
    Revision:
      solfege--main--2.1--patch-62


    new files:
     debian-dir/.arch-ids/solfege.preinst.id
     debian-dir/solfege.preinst

    modified files:
     Makefile.in debian-dir/changelog run-solfege.py.in


2004-10-25 14:09:00 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-61

    Summary:
      
    Revision:
      solfege--main--2.1--patch-61

    dataparser.py: Don't shadow builtin exception SyntaxError,
    renamed to DataparserSyntaxError.
    
    po/no.po: translation fix.
    
    mpd/engravers.py: Added a docstring and fixed a small FIXME.
    
    updated the scripts in test/ to use python 2.3

    modified files:
     mpd/engravers.py po/no.po src/dataparser.py
     test/lessonparser-test.py test/mpd-test.py
     test/percussion-test.py test/seq.py test/soundbug.py
     test/soundcard-test.py


2004-10-25 07:12:34 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-60

    Summary:
      
    Revision:
      solfege--main--2.1--patch-60

    Updates to src/notenamespinbutton.py to make the _test()
    function work.
    
    Lessonfile_editor: Display a message instead of crashing
    if the lessonfile is for content types not supported yet.

    modified files:
     TODO src/lessonfile_editor_main.py src/notenamespinbutton.py


2004-10-24 18:16:46 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-59

    Summary:
      lessonfile_editor: handle empty lesson files better
    Revision:
      solfege--main--2.1--patch-59


    modified files:
     src/lessonfile_editor_main.py


2004-10-24 17:09:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-58

    Summary:
      python code modernisation
    Revision:
      solfege--main--2.1--patch-58

    Avoid variable names that clash with the __builtins__ module.
    
    Don't use the too be deprecated string module. Use string
    methods instead.

    modified files:
     mpd/__init__.py mpd/parser.py soundcard/midifilesynth.py
     src/abstract.py src/cfg.py src/chord.py src/htmlwidget.py
     src/idbyname.py src/mainwin.py src/polyrhythm.py
     src/pyscript.py src/rhythm.py src/singchord.py src/utils.py
     tools/fix_feta.py tools/lf2lb.py


2004-10-24 16:47:05 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-57

    Summary:
      python code modernisation
    Revision:
      solfege--main--2.1--patch-57

    Dont use the types module, use isinstance instead.
    
    Small fix to the "finn" script.

    modified files:
     finn mpd/__init__.py mpd/musicalpitch.py soundcard/__init__.py
     soundcard/mfutils.py soundcard/rat.py soundcard/track.py
     src/abstract.py src/cfg.py src/lessonfile.py src/mainwin.py
     src/utils.py


2004-10-24 16:01:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-56

    Summary:
      python code modernisation
    Revision:
      solfege--main--2.1--patch-56

    Fixed for-loops by removing usage of .keys() or using
    iterXXX() instead.

    modified files:
     mpd/engravers.py mpd/parser.py src/abstract.py src/app.py
     src/cfg.py src/chord.py src/chordvoicing.py src/identifybpm.py
     src/lessonfile.py src/mainwin.py src/statistics.py
     src/utils.py


2004-10-23 17:40:40 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-55

    Summary:
      python code modernisation
    Revision:
      solfege--main--2.1--patch-55

    Don't use the apply function since it is Pending Deprecation.

    modified files:
     soundcard/midifilesynth.py src/app.py src/dataparser.py
     src/dictation.py src/htmlwidget.py src/lessonfile.py


2004-10-23 17:30:21 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-54

    Summary:
      python code modernisation.
    Revision:
      solfege--main--2.1--patch-54

    Use "substring in string" instead of .find if the
    substring position is not important.

    modified files:
     soundcard/__init__.py src/app.py


2004-10-23 17:20:09 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-53

    Summary:
      python code modernisation. Don't use has_key any more.
    Revision:
      solfege--main--2.1--patch-53


    modified files:
     mpd/parser.py soundcard/oss_sequencer.py soundcard/track.py
     src/app.py src/cfg.py src/chord.py src/chordvoicing.py
     src/exercise_setup.py src/i18n.py src/inputwidgets.py
     src/intervals.py src/lessonfile.py src/mainwin.py
     src/specialwidgets.py src/statistics.py
     src/statisticsviewer.py test/musicparser-test.py
     {arch}/=tagging-method


2004-10-23 16:22:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-52

    Summary:
      Really fix right-click on idbyname
    Revision:
      solfege--main--2.1--patch-52


    modified files:
     src/idbyname.py


2004-10-23 15:53:00 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-51

    Summary:
      added right-click to chord-voicing. added header.enable_right_click
    Revision:
      solfege--main--2.1--patch-51

    added header.enable_right_click. Set the variable to 'no' for
    lesson files where right clicking does not make sense. Documented
    it on lessonfiles.xml. The variable is used by idbyname, chord
    and chord-voicing.
    
    Added rightclick-functionality to chordvoicing.py

    modified files:
     lesson-files/durmoll online-docs/C/lessonfiles.xml
     src/chord.py src/chordvoicing.py src/idbyname.py
     src/lessonfile.py


2004-10-21 15:57:41 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-50

    Summary:
      Corrected key bindings for identify-bpm and added\na slightly improved description.
    Revision:
      solfege--main--2.1--patch-50


    modified files:
     online-docs/C/identify-bpm-help.xml


2004-10-20 11:58:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-49

    Summary:
      Moved stuff from TODO to www.solfege.org/wiki/SITS/SITS
    Revision:
      solfege--main--2.1--patch-49


    modified files:
     TODO


2004-10-20 11:56:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-48

    Summary:
      Small bugfix
    Revision:
      solfege--main--2.1--patch-48

    Flash a message at startup. Really forget everything when we start another exercise
    

    modified files:
     src/identifybpm.py


2004-10-04 22:11:08 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-47

    Summary:
      Parser error handling fix. Sound init fix. Lessonfile_editor fix.
    Revision:
      solfege--main--2.1--patch-47

    Will release this as 2.1.7 if nothing more shows up.
    
    Show a better error message if the input to the parser is wrong and
    \addvoice is used before \staff.
    
    Better detect unexpected EOF in mpd.parser.
    
    Call soundcard.initialise_using_fake_synth if sound init fails
    trying to initialise /dev/music. This to avoid getting lots and
    lots of error dialogs if you try to use the exercises even if
    you have no sound.
    
    lessonfile_editor: more app_version to lessonfile_editor_main.py to make
    the help window work. Fixes to make it install and work after being
    installed.

    modified files:
     .arch-inventory Makefile.in configure.ac debian-dir/changelog
     easy-patches/Makefile.in.diff lessonfile_editor.py.in
     mpd/parser.py online-docs/C/solfege.xml
     online-docs/es_MX/solfege.xml online-docs/no/solfege.xml
     online-docs/ru/solfege.xml src/app.py src/dataparser.py
     src/lessonfile_editor_main.py src/tracebackwindow.py

    renamed files:
     .arch-ids/lessonfile_editor.py.id
       ==> .arch-ids/lessonfile_editor.py.in.id
     lessonfile_editor.py
       ==> lessonfile_editor.py.in


2004-10-04 15:29:50 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-46

    Summary:
      Added tooltips to the toolbar buttons
    Revision:
      solfege--main--2.1--patch-46


    modified files:
     src/mainwin.py


2004-09-29 20:41:39 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-45

    Summary:
      Code cleanup.
    Revision:
      solfege--main--2.1--patch-45

    Moved some duplicate code from solfege.py and run-solfege.py.in to
    src/mainwin.py.

    new files:
     .arch-ids/lessonfile_editor.py.id lessonfile_editor.py

    modified files:
     .arch-inventory TODO run-solfege.py.in solfege.py
     src/mainwin.py


2004-09-28 22:17:54 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-44

    Summary:
      small tweaks.
    Revision:
      solfege--main--2.1--patch-44

    Removed src/txtui.py. I will never complete it.
    Removed unused variable sysconfdir from configureoutput.py.in
    configure.ac: lessonfile.py is not generated from lessonfile.py.in
    any more.

    removed files:
     .arch-ids/lessonfile_editor.py.in.id src/.arch-ids/txtui.py.id
     src/txtui.py

    modified files:
     configure.ac solfege.py src/configureoutput.py.in


2004-09-27 22:31:20 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-43

    Summary:
      lessonfile_editor now can install
    Revision:
      solfege--main--2.1--patch-43


    new files:
     src/.arch-ids/lessonfile_editor_main.py.id
     src/lessonfile_editor_main.py

    removed files:
     lessonfile_editor.py

    modified files:
     .arch-inventory Makefile.in configure.ac debian-dir/changelog
     debian-dir/rules src/stock.py

    renamed files:
     .arch-ids/lessonfile_editor.py.id
       ==> .arch-ids/lessonfile_editor.py.in.id


2004-09-27 18:42:04 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-42

    Summary:
      Updated version strings. Released as 2-1-6
    Revision:
      solfege--main--2.1--patch-42


    modified files:
     online-docs/C/solfege.xml online-docs/es_MX/solfege.xml
     online-docs/no/solfege.xml online-docs/ru/solfege.xml


2004-09-27 18:03:08 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-41

    Summary:
      The tarball should include lessonfile_editor.py
    Revision:
      solfege--main--2.1--patch-41


    modified files:
     Makefile.in configure.ac lessonfile_editor.py


2004-09-27 17:30:52 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-40

    Summary:
      lessonfile-editor fixes
    Revision:
      solfege--main--2.1--patch-40

    Write the random_transpose variable correctly and add a gui to change it.

    modified files:
     TODO lessonfile_editor.py


2004-09-27 15:51:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-39

    Summary:
      bugfix and copyright notice updates.
    Revision:
      solfege--main--2.1--patch-39

    Updated some copyright strings.
    
    Hide the dialog used to select lesson files if there is an error parsing the file.

    modified files:
     mpd/_exceptions.py src/configureoutput.py.in src/dataparser.py
     src/exercise_setup.py src/htmlwidget.py
     src/selectlessonfilewidget.py


2004-09-27 15:42:22 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-38

    Summary:
      Lesson file small fixes.
    Revision:
      solfege--main--2.1--patch-38

    Updated copyright notices in outdated files.
    Adjusted the header.content variable for some lesson files.

    modified files:
     TODO lesson-files/altered-1 lesson-files/altered-2
     lesson-files/atonal-1 lesson-files/barnesanger
     lesson-files/besifring lesson-files/chord-7b9-maj79
     lesson-files/chord-all lesson-files/chord-all-inv
     lesson-files/chord-dim-aug
     lesson-files/chord-dim-aug-min-major lesson-files/chord-m7-7
     lesson-files/chord-m7-7-inv lesson-files/chord-m7-7-inv-not
     lesson-files/chord-m7-7-maj7-m7b5-dim7 lesson-files/chord-m9-9
     lesson-files/chord-m9-9-7b9-maj79
     lesson-files/chord-maj7-m7b5-dim7 lesson-files/chord-min-major
     lesson-files/chord-min-major-7
     lesson-files/chord-min-major-close-open
     lesson-files/chord-min-major-inv
     lesson-files/chord-min-major-inv-not
     lesson-files/csound-fifth-0.97 lesson-files/csound-fifth-0.98
     lesson-files/csound-fifth-0.99 lesson-files/csound-fifth-0.995
     lesson-files/csound-fifth-0.996
     lesson-files/csound-fifth-0.997
     lesson-files/csound-fifth-0.998 lesson-files/diatonic-1
     lesson-files/diatonic-2 lesson-files/durmoll
     lesson-files/fifth-small-pure-0.99
     lesson-files/harmonic-intervals lesson-files/jsb-inventions
     lesson-files/progression-1 lesson-files/progression-2
     lesson-files/progression-atte lesson-files/progression-x
     lesson-files/scales lesson-files/scales-thirds
     lesson-files/sing-chord-tone lesson-files/sing-the-fifth
     lesson-files/sing-the-root lesson-files/sing-the-seventh
     lesson-files/sing-the-third lesson-files/singchord-1
     lesson-files/singchord-2 lesson-files/singchord-3
     lesson-files/singchord-4 lesson-files/singchord-5
     lesson-files/singchord-6 lesson-files/singchord-all
     lesson-files/three-prog-root lesson-files/two-prog-root
     lesson-files/volkslieder1 lesson-files/volkslieder2


2004-09-27 11:08:57 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-37

    Summary:
      2 small feature adds.
    Revision:
      solfege--main--2.1--patch-37

    Save the whole content of the header.content.
    Load file given at command line.

    modified files:
     lessonfile_editor.py


2004-09-27 08:18:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-36

    Summary:
      Small fixes.
    Revision:
      solfege--main--2.1--patch-36

    tracebackwindow.py: Set focus to the OK button in the TracebackWindow
    
    musicalpitch.py: Fix a few pylint warnings and correct one test.
    
    dataparser.py: Fix a pylint warning
    
    lessonfile_parser.py, stock.py: Use IconFactory to create new stock icons.
    Use those when creating images. Created the Help menu for the version of
    the program written for pygtk 2.2.

    new files:
     src/.arch-ids/stock.py.id src/stock.py

    modified files:
     TODO lessonfile_editor.py mpd/musicalpitch.py
     src/dataparser.py src/tracebackwindow.py


2004-09-24 18:43:15 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-35

    Summary:
      Release fix for broken 2.1.5 release
    Revision:
      solfege--main--2.1--patch-35

    Release fix for broken 2.1.5 release
    

    modified files:
     configure.ac lessonfile_editor.py


2004-09-22 07:21:01 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-34

    Summary:
      Release version 2.1.5
    Revision:
      solfege--main--2.1--patch-34


    modified files:
     configure.ac


2004-09-21 21:57:17 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-33

    Summary:
      Added help window with no useful help.
    Revision:
      solfege--main--2.1--patch-33


    modified files:
     lessonfile_editor.py


2004-09-21 15:34:03 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-32

    Summary:
      small tweaks to lesson file editor.
    Revision:
      solfege--main--2.1--patch-32

    Moved RandomTransposeDialog from abstract.py to specialwidgets.py
    Used the dialog in lessonfile_editor.py.
    
    Use a gtk.Notebook with one page for questions and one for the
    lesson file header.

    modified files:
     TODO lessonfile_editor.py src/abstract.py
     src/specialwidgets.py src/widgets.py


2004-09-20 20:25:43 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-31

    Summary:
      First version of lesson file editor
    Revision:
      solfege--main--2.1--patch-31

    The editor is not very well tested yet. But it can create files for
    the chord exercise.

    new files:
     .arch-ids/lessonfile_editor.py.id
     graphics/.arch-ids/.arch-inventory.id
     graphics/.arch-ids/accidental-2sharp.svg.id
     graphics/.arch-ids/accidental-sharp.svg.id
     graphics/.arch-ids/erase-tool.svg.id graphics/.arch-inventory
     graphics/accidental-2sharp.svg graphics/accidental-sharp.svg
     graphics/erase-tool.svg lessonfile_editor.py

    modified files:
     TODO graphics/Makefile mpd/engravers.py mpd/musicalpitch.py
     mpd/musicdisplayer.py src/gu.py src/mainwin.py


2004-09-08 15:02:19 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-30

    Summary:
      Minor tweaks
    Revision:
      solfege--main--2.1--patch-30


    modified files:
     lesson-files/sing-the-fifth lesson-files/sing-the-third


2004-09-08 14:27:52 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-29

    Summary:
      lesson file updates + added sing-the-seventh
    Revision:
      solfege--main--2.1--patch-29

    Set the correct version variable for the sing-the-* lesson files.
    Added lesson-files/sing-the-seventh

    new files:
     lesson-files/.arch-ids/sing-the-seventh.id
     lesson-files/sing-the-seventh

    modified files:
     lesson-files/sing-the-fifth lesson-files/sing-the-root
     lesson-files/sing-the-third


2004-09-08 14:24:49 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-28

    Summary:
      added have_repeat_arpeggio_button + gui fix to singanswer
    Revision:
      solfege--main--2.1--patch-28

    added 'have_repeat_arpeggio_button' variable to the singanswer exercise.
    Documented it. Fixed sensitivity for buttons the the exercise.

    modified files:
     lesson-files/sing-the-root online-docs/C/lessonfiles.xml
     src/lessonfile.py src/singanswer.py


2004-09-06 20:25:59 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-27

    Summary:
      minor tweaks after adding the 'music' lesson file function
    Revision:
      solfege--main--2.1--patch-27

    Changed a few lesson files to use the new 'music' function in
    lesson files.
    
    Fix to src/chord.py to make it work now that the musicformat variable
    in the header block is deprecated.

    modified files:
     TODO lesson-files/chord-7b9-maj79 lesson-files/chord-all
     lesson-files/chord-all-inv lesson-files/sing-the-root
     src/chord.py


2004-09-04 15:50:19 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-26

    Summary:
      Merged lessonfile changes
    Revision:
      solfege--main--2.1--patch-26

    Adds the 'music' constructor used when entering music code.
    
    Patches applied:
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--base-0
       tag of tca@gnu.org--solfege-2004/solfege--main--2.1--patch-25
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-1
       Lessonfile refactoring step 1
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-2
       Lessonfile refactoring part 2
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-3
       Lessonfile refactoring part 3
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-4
       Lessonfile refactoring part 4
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-5
       small cleanups
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-6
       
    
     * tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-7
       Added 'voice' music type.
    

    modified files:
     TODO lesson-files/altered-2 lesson-files/sing-the-fifth
     lesson-files/sing-the-root lesson-files/sing-the-third
     src/chord.py src/chordvoicing.py src/dataparser.py
     src/lessonfile.py src/singanswer.py

    new patches:
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--base-0
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-1
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-2
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-3
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-4
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-5
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-6
     tca@gnu.org--solfege-2004/solfege--experimental--1.0--patch-7


2004-07-11 18:30:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-25

    Summary:
      pylint and pychecker fixes
    Revision:
      solfege--main--2.1--patch-25

    Replaced "== None" with "is None" and "!= None" with "is not None"
    Fixed some other small things found by pylint and pychecker.
    Replaced has_key with key in dict.

    modified files:
     lesson-files/chord-min-major mpd/interval.py
     mpd/musicdisplayer.py mpd/parser.py src/abstract.py src/app.py
     src/chord.py src/dataparser.py src/htmlwidget.py
     src/inputwidgets.py src/lessonfile.py
     src/multipleintervalconfigwidget.py src/statisticsviewer.py
     src/txtui.py


2004-07-10 22:16:31 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-24

    Summary:
      Small cleanups
    Revision:
      solfege--main--2.1--patch-24

    Moved the content in translate-solfege.html online to 
    www.solfege.org/wiki/Solfege/TranslateSolfege
    
    Fixed rcfile names in solfege.manpage.xml.in.
    
    Install only welcome.html from online-docs/nl/ since they are so
    out of date.
    
    Change after lilypond-book has change the option --outdir to --output.
    
    Run po-update and updated no.po
    
    idtone.py: remove extra _ from menu label.
    
    README: small update

    modified files:
     TODO online-docs/C/translating-solfege.xml
     online-docs/Makefile online-docs/nl/Makefile po/da.po po/de.po
     po/es.po po/es_MX.po po/fr.po po/it.po po/nl.po po/no.po
     po/ru.po po/solfege.pot solfege.manpage.xml.in src/idtone.py
     topdocs/README.texi


2004-07-06 23:25:24 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-23

    Summary:
      bugfix. makefile cleanup. Release 2.1.4
    Revision:
      solfege--main--2.1--patch-23

    The tarball now includes the online-docs/nl/*.texi.m4 files again.
    
    Removed some old junk from Makefile.in and fixed the uninstall target.
    
    run-solfege.py.in: Add __exdata__ to __buildins

    modified files:
     Makefile.in configure.ac easy-patches/Makefile.in.diff
     online-docs/C/solfege.xml online-docs/es_MX/solfege.xml
     online-docs/nl/Makefile online-docs/no/solfege.xml
     online-docs/ru/solfege.xml run-solfege.py.in


2004-06-28 21:09:16 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-22

    Summary:
      sound error message improvements.
    Revision:
      solfege--main--2.1--patch-22

    This patch fixes the problem where a sound error message would be
    hidden below the splash screen. Also it make sure only one sound
    error message is displayed.
    
    Spelling fix to error message in soundcardexceptions.py

    modified files:
     soundcard/soundcardexceptions.py src/app.py src/mainwin.py


2004-06-28 17:35:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-21

    Summary:
      Release 2.1.3
    Revision:
      solfege--main--2.1--patch-21

    * Update version strings
    * add a "set -e" to the top of autogen.sh
    * remove a print statement from configwindow.py

    modified files:
     TODO autogen.sh configure.ac online-docs/C/solfege.xml
     online-docs/es_MX/solfege.xml online-docs/no/solfege.xml
     online-docs/ru/solfege.xml src/configwindow.py


2004-07-28 11:19:24 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-20

    Summary:
      made interval.py and rhythm.py available from the File|Junk submenu.
    Revision:
      solfege--main--2.1--patch-20

    
    
    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-24
       made interval.py and rhythm.py available from the File|Junk submenu.
    

    modified files:
     TODO src/intervals.py src/mainwin.py src/polyrhythm.py

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-24


2004-07-28 11:15:10 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-19

    Summary:
      bugfixes and added a few singanswer lesson file.
    Revision:
      solfege--main--2.1--patch-19

    
    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-20
       tag of tca@gnu.org--solfege-2004/solfege--main--2.1--patch-18
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-21
       Added singanswer lesson files + other singanswer fixes. Makefile fix.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-22
       
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-23
       bug fixes
    

    new files:
     lesson-files/.arch-ids/sing-the-fifth.id
     lesson-files/.arch-ids/sing-the-root.id
     lesson-files/.arch-ids/sing-the-third.id
     lesson-files/sing-the-fifth lesson-files/sing-the-root
     lesson-files/sing-the-third

    modified files:
     TODO lesson-files/csound-fifth-0.97
     lesson-files/csound-fifth-0.98 lesson-files/csound-fifth-0.99
     lesson-files/csound-fifth-0.995
     lesson-files/csound-fifth-0.996
     lesson-files/csound-fifth-0.997
     lesson-files/csound-fifth-0.998
     lesson-files/fifth-small-pure-0.99
     lesson-files/sing-chord-tone online-docs/C/Makefile
     online-docs/C/singanswer-help.xml online-docs/Makefile
     online-docs/es_MX/Makefile online-docs/no/Makefile
     online-docs/ru/Makefile src/abstract.py src/app.py
     src/chord.py src/chordvoicing.py src/compareintervals.py
     src/dictation.py src/exercise_setup.py src/harmonicinterval.py
     src/harmonicprogressiondictation.py src/idbyname.py
     src/identifybpm.py src/idtone.py src/mainwin.py
     src/melodicinterval.py src/rhythm.py src/singanswer.py
     src/singchord.py src/singinterval.py src/twelvetone.py
     src/utils.py

    renamed files:
     lesson-files/.arch-ids/singanswer-1.id
       ==> lesson-files/.arch-ids/sing-chord-tone.id
     lesson-files/singanswer-1
       ==> lesson-files/sing-chord-tone

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-20
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-21
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-22
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-23


2004-07-26 17:30:30 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-18

    Summary:
      Merge
    Revision:
      solfege--main--2.1--patch-18

    
    
    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-13
       tag of tca@gnu.org--solfege-2004/solfege--main--2.1--patch-17
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-14
       
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-15
       Small code cleanup.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-16
       Added new exercise singanswer.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-17
       
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-18
       Code cleanup.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-19
       added exercise_setup.py 
    

    new files:
     lesson-files/.arch-ids/singanswer-1.id
     lesson-files/singanswer-1
     online-docs/C/.arch-ids/singanswer-help.xml.id
     online-docs/C/singanswer-help.xml
     src/.arch-ids/exercise_setup.py.id
     src/.arch-ids/singanswer.py.id src/exercise_setup.py
     src/singanswer.py

    modified files:
     TODO default.config online-docs/C/lessonfiles.xml
     online-docs/C/solfege.xml online-docs/es_MX/solfege.xml
     online-docs/no/solfege.xml online-docs/ru/solfege.xml
     solfege.py src/abstract.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/configwindow.py src/const.py
     src/dataparser.py src/dictation.py src/gu.py
     src/harmonicinterval.py src/harmonicprogressiondictation.py
     src/idbyname.py src/identifybpm.py src/idtone.py
     src/lessonfile.py src/mainwin.py src/melodicinterval.py
     src/rhythm.py src/singchord.py src/singinterval.py
     src/statistics.py src/twelvetone.py

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-13
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-14
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-15
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-16
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-17
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-18
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-19


2004-06-06 20:55:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-17

    Summary:
      Release 2.1.2
    Revision:
      solfege--main--2.1--patch-17


    modified files:
     configure.ac


2004-06-06 16:07:56 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-16

    Summary:
      Small gui adjustments
    Revision:
      solfege--main--2.1--patch-16

    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-10
       Small gui adjustments
    

    modified files:
     src/chord.py src/configwindow.py src/gu.py

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-10


2004-06-06 15:58:13 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-15

    Summary:
      Windows porting.
    Revision:
      solfege--main--2.1--patch-15

    * htmlwidget.py: Small fixes that hopefully fixes the unicode errors
      seen on windows machines.
    * Updated lots of files to get this thing build on windows XP

    modified files:
     Makefile.in TODO finn online-docs/C/Makefile runpy2exe.bat
     runsrcdir.bat setup.py solfege.bat soundcard/Makefile
     src/htmlwidget.py src/mainwin.py windowsinstaller.iss.in


2004-06-03 16:26:22 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-14

    Summary:
      
    Revision:
      solfege--main--2.1--patch-14

    * update debian-dir/Makefile to the new makefile setup.
    * distclean target
    * New makefile rule to make toc.html. create_toc.py now finds the encoding
      from the file content.
    * README: updated
    * TextViewHtmlWidget: changed bullet char to 0x2022
    * Added spec file for Suse9.
    
    New-files: .arch-ids/solfege.suse9.spec.in.id
        solfege.suse9.spec.in
    Modified-files: .arch-inventory Makefile.in TODO configure.ac
        debian-dir/Makefile easy-patches/configure.ac.diff
        online-docs/C/Makefile online-docs/Makefile
        online-docs/create_toc.py online-docs/es_MX/Makefile
        online-docs/no/Makefile online-docs/ru/Makefile
        src/htmlwidget.py topdocs/Makefile topdocs/README.texi
    

    new files:
     .arch-ids/solfege.suse9.spec.in.id solfege.suse9.spec.in

    modified files:
     .arch-inventory Makefile.in TODO configure.ac
     debian-dir/Makefile easy-patches/configure.ac.diff
     online-docs/C/Makefile online-docs/Makefile
     online-docs/create_toc.py online-docs/es_MX/Makefile
     online-docs/no/Makefile online-docs/ru/Makefile
     src/htmlwidget.py topdocs/Makefile topdocs/README.texi

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-9


2004-06-01 15:33:49 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-13

    Summary:
      cleanups and small improvements to configwindow.py
    Revision:
      solfege--main--2.1--patch-13

    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-7
       minor tweaks
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-8
       find external sound programs. code cleanup.
    

    modified files:
     TODO src/app.py src/configwindow.py src/gu.py

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-7
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-8


2004-06-01 15:32:20 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-12

    Summary:
      Makefile fixes. configwindow.py improvements.
    Revision:
      solfege--main--2.1--patch-12

    * Makefile fixes.
    * Updated copyright notices.
    * Added gui to configwindow.py to set external midi player program
    
    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-4
       small makefile fixes necessary after the rewrite
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-5
       makefile bugfix. update copyright notice.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-6
       makefile fixes, bugfixes
    

    new files:
     lesson-files/share/.arch-ids/fanfare.midi.id
     lesson-files/share/fanfare.midi

    removed files:
     gnomeemu/.arch-ids/Makefile.id gnomeemu/Makefile

    modified files:
     Makefile.in TODO configure.ac debian-dir/Makefile
     default.config easy-patches/configure.ac.diff
     example-lesson-files/Makefile feta/Makefile finn
     gnomeemu/gnome/Makefile gnomeemu/gnome/__init__.py
     gnomeemu/gnome/ui.py gnomeemu/gnome/uiconsts.py
     graphics/Makefile lesson-files/Makefile mpd/Makefile
     mpd/__init__.py mpd/const.py mpd/duration.py mpd/engravers.py
     mpd/interval.py mpd/mpdutils.py mpd/musicalpitch.py
     mpd/musicdisplayer.py mpd/parser.py mpd/requests.py
     online-docs/C/Makefile online-docs/C/copyright.xml
     online-docs/C/solfege.xml online-docs/Makefile
     online-docs/create_toc.py online-docs/es_MX/Makefile
     online-docs/es_MX/copyright.xml online-docs/es_MX/solfege.xml
     online-docs/nl/Makefile online-docs/nl/bug-reporting.texi.m4
     online-docs/nl/chord-help.texi.m4
     online-docs/nl/compare-intervals-help.texi.m4
     online-docs/nl/copyright.texi.m4
     online-docs/nl/dictation-help.texi.m4
     online-docs/nl/harmonic-interval-help.texi.m4
     online-docs/nl/harmonic-progression-dictation-help.texi.m4
     online-docs/nl/helpfile-format.texi.m4
     online-docs/nl/id-by-name-help.texi.m4
     online-docs/nl/id-tone-help.texi.m4
     online-docs/nl/identify-bpm-help.texi.m4
     online-docs/nl/identify-scale-help.texi.m4
     online-docs/nl/index.texi.m4
     online-docs/nl/lessonfiles.texi.m4
     online-docs/nl/melodic-interval-help.texi.m4
     online-docs/nl/missing-helpfile.texi.m4
     online-docs/nl/online-resources.texi.m4
     online-docs/nl/polyrhythm-help.texi.m4
     online-docs/nl/preferences-window.texi.m4
     online-docs/nl/rhythm-help.texi.m4
     online-docs/nl/sing-chord-help.texi.m4
     online-docs/nl/sing-interval-help.texi.m4
     online-docs/nl/translating-solfege.texi.m4
     online-docs/nl/twelve-tone-help.texi.m4
     online-docs/nl/ui.texi.m4 online-docs/nl/welcome.texi.m4
     online-docs/no/Makefile online-docs/no/solfege.xml
     online-docs/png/Makefile online-docs/ru/Makefile
     online-docs/ru/solfege.xml po/Makefile po/solfege.pot
     run-solfege.py.in runsrcdir.bat solfege.bat solfege.gtkrc
     solfege.py soundcard/Makefile soundcard/__init__.py
     soundcard/fakesynth.py soundcard/macro_to_function.c
     soundcard/mfutils.py soundcard/midifilesynth.py
     soundcard/oss_common.py soundcard/oss_sequencer.py
     soundcard/oss_sequencer2.py soundcard/rat.py
     soundcard/solfege_c_midi.c soundcard/solfege_c_midi.i
     soundcard/soundcardexceptions.py soundcard/track.py
     soundcard/winsynth.py src/Makefile src/abstract.py src/app.py
     src/cfg.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/configwindow.py src/const.py
     src/dictation.py src/gu.py src/harmonicinterval.py
     src/harmonicprogressiondictation.py src/history.py src/i18n.py
     src/idbyname.py src/identifybpm.py src/idtone.py
     src/inputwidgets.py src/instrumentselector.py src/intervals.py
     src/lessonfile.py src/mainwin.py src/melodicinterval.py
     src/multipleintervalconfigwidget.py src/notenamespinbutton.py
     src/polyrhythm.py src/pyscript.py src/rhythm.py
     src/selectlessonfilewidget.py src/singchord.py
     src/singinterval.py src/specialwidgets.py src/statistics.py
     src/statisticsviewer.py src/tracebackwindow.py src/tuner.py
     src/twelvetone.py src/txtui.py src/utils.py src/widgets.py
     test/Makefile tools/Makefile tools/lf2lb.py tools/pcopy.py
     topdocs/Makefile topdocs/README.texi

    renamed files:
     online-docs/C/.arch-ids/theory-intervals.tely.id
       ==> online-docs/C/.arch-ids/theory-intervals.src.tely.id
     online-docs/C/theory-intervals.tely
       ==> online-docs/C/theory-intervals.src.tely

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-4
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-5
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-6


2004-05-23 18:32:48 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-11

    Summary:
      rewrote makefiles to use non-recursive makefiles
    Revision:
      solfege--main--2.1--patch-11

    
    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-3
       rewrote makefiles to use non-recursive makefiles.
    

    new files:
     easy-patches/.arch-ids/Makefile.in.diff.id
     easy-patches/.arch-ids/online-docs-C-Makefile.id
     easy-patches/.arch-ids/online-docs-no-Makefile.id
     easy-patches/Makefile.in.diff
     easy-patches/online-docs-C-Makefile
     easy-patches/online-docs-no-Makefile
     tools/.arch-ids/pcopy.py.id tools/pcopy.py

    removed files:
     .arch-ids/Makefile.inc.in.id Makefile.inc.in
     easy-patches/.arch-ids/easy.diff.id easy-patches/easy.diff
     lesson-files/bin/.arch-ids/Makefile.id
     lesson-files/bin/Makefile
     lesson-files/share/.arch-ids/Makefile.id
     lesson-files/share/Makefile
     online-docs/.arch-ids/Rules.make.id
     online-docs/.arch-ids/Rules.make.texinfo.id
     online-docs/Rules.make online-docs/Rules.make.texinfo

    modified files:
     .arch-inventory Makefile.in TODO configure.ac
     debian-dir/solfege.postinst easy-patches/configure.ac.diff
     easy-patches/soundcard-Makefile.diff
     example-lesson-files/Makefile feta/Makefile gnomeemu/Makefile
     graphics/Makefile lesson-files/Makefile mpd/Makefile
     online-docs/C/Makefile online-docs/Makefile
     online-docs/create_toc.py online-docs/es_MX/Makefile
     online-docs/nl/Makefile online-docs/nl/ui.texi.m4
     online-docs/no/Makefile online-docs/ru/Makefile po/Makefile
     soundcard/Makefile soundcard/macro_to_function.c src/Makefile
     src/mainwin.py test/Makefile tools/Makefile topdocs/Makefile

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-3


2004-05-19 21:49:43 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-10

    Summary:
      added interval theory docs, htmlwidget fix, easy-dist fix
    Revision:
      solfege--main--2.1--patch-10

    Patches applied:
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-1
       added interval theory doc. htmlwidget fix.
    
        Added file talking about interval names.
        Update make files to build the files using lilypond.
    
        Improvements to html viewer so that the inline images of
        lilypond generated documentations is found.
    
        We require lilypond to build the documentation.
    
        Clicking on a link to a midi file will make the program
        play the linked midi file. Right now timidity is hard coded
        as the midi player.
    
     * tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-2
       fixing easy-dist. Don't require lilypond and swig
    

    new files:
     easy-patches/.arch-ids/configure.ac.diff.id
     easy-patches/configure.ac.diff
     graphics/.arch-ids/image-not-found.png.id
     graphics/image-not-found.png
     online-docs/.arch-ids/process-lilygenerated-docs.py.id
     online-docs/C/.arch-ids/theory-intervals.tely.id
     online-docs/C/theory-intervals.tely
     online-docs/process-lilygenerated-docs.py

    modified files:
     Makefile.in Makefile.inc.in TODO configure.ac
     easy-patches/README.EASYBUILD.diff easy-patches/easy.diff
     online-docs/C/.arch-inventory online-docs/C/Makefile
     online-docs/Rules.make soundcard/Makefile src/app.py
     src/htmlwidget.py src/mainwin.py

    new patches:
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-1
     tca@gnu.org--laptop-solfege-2004/solfege--main--2.1--patch-2


2004-05-11 18:44:34 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-9

    Summary:
      
    Revision:
      solfege--main--2.1--patch-9

    Removed unused function src.chord.Teacher._generate_question_vector
    
    finn should not search the {arch} directory

    modified files:
     finn src/chord.py


2004-05-03 22:40:26 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-8

    Summary:
      remove all .cvsignore files
    Revision:
      solfege--main--2.1--patch-8


    removed files:
     .arch-ids/.cvsignore.id .cvsignore
     gnomeemu/gnome/.arch-ids/.cvsignore.id
     gnomeemu/gnome/.cvsignore online-docs/.arch-ids/.cvsignore.id
     online-docs/.cvsignore online-docs/C/.arch-ids/.cvsignore.id
     online-docs/C/.cvsignore
     online-docs/es_MX/.arch-ids/.cvsignore.id
     online-docs/es_MX/.cvsignore
     online-docs/nl/.arch-ids/.cvsignore.id
     online-docs/nl/.cvsignore
     online-docs/no/.arch-ids/.cvsignore.id
     online-docs/no/.cvsignore
     online-docs/png/.arch-ids/.cvsignore.id
     online-docs/png/.cvsignore
     online-docs/ru/.arch-ids/.cvsignore.id
     online-docs/ru/.cvsignore po/.arch-ids/.cvsignore.id
     po/.cvsignore soundcard/.arch-ids/.cvsignore.id
     soundcard/.cvsignore src/.arch-ids/.cvsignore.id
     src/.cvsignore topdocs/.arch-ids/.cvsignore.id
     topdocs/.cvsignore


2004-05-03 22:30:58 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-7

    Summary:
      Trying to remove CVS usage
    Revision:
      solfege--main--2.1--patch-7


    removed files:
     CVS/.arch-ids/=id CVS/.arch-ids/Entries.id
     CVS/.arch-ids/Repository.id CVS/.arch-ids/Root.id CVS/Entries
     CVS/Repository CVS/Root debian-dir/CVS/.arch-ids/=id
     debian-dir/CVS/.arch-ids/Entries.id
     debian-dir/CVS/.arch-ids/Repository.id
     debian-dir/CVS/.arch-ids/Root.id debian-dir/CVS/Entries
     debian-dir/CVS/Repository debian-dir/CVS/Root
     easy-patches/CVS/.arch-ids/=id
     easy-patches/CVS/.arch-ids/Entries.id
     easy-patches/CVS/.arch-ids/Repository.id
     easy-patches/CVS/.arch-ids/Root.id easy-patches/CVS/Entries
     easy-patches/CVS/Repository easy-patches/CVS/Root
     example-lesson-files/CVS/.arch-ids/=id
     example-lesson-files/CVS/.arch-ids/Entries.id
     example-lesson-files/CVS/.arch-ids/Repository.id
     example-lesson-files/CVS/.arch-ids/Root.id
     example-lesson-files/CVS/Entries
     example-lesson-files/CVS/Repository
     example-lesson-files/CVS/Root feta/CVS/.arch-ids/=id
     feta/CVS/.arch-ids/Entries.id feta/CVS/.arch-ids/Repository.id
     feta/CVS/.arch-ids/Root.id feta/CVS/Entries
     feta/CVS/Repository feta/CVS/Root gnomeemu/CVS/.arch-ids/=id
     gnomeemu/CVS/.arch-ids/Entries.id
     gnomeemu/CVS/.arch-ids/Repository.id
     gnomeemu/CVS/.arch-ids/Root.id gnomeemu/CVS/Entries
     gnomeemu/CVS/Repository gnomeemu/CVS/Root
     gnomeemu/gnome/CVS/.arch-ids/=id
     gnomeemu/gnome/CVS/.arch-ids/Entries.id
     gnomeemu/gnome/CVS/.arch-ids/Repository.id
     gnomeemu/gnome/CVS/.arch-ids/Root.id
     gnomeemu/gnome/CVS/Entries gnomeemu/gnome/CVS/Repository
     gnomeemu/gnome/CVS/Root graphics/CVS/.arch-ids/=id
     graphics/CVS/.arch-ids/Entries.id
     graphics/CVS/.arch-ids/Repository.id
     graphics/CVS/.arch-ids/Root.id graphics/CVS/Entries
     graphics/CVS/Repository graphics/CVS/Root
     lesson-files/CVS/.arch-ids/=id
     lesson-files/CVS/.arch-ids/Entries.id
     lesson-files/CVS/.arch-ids/Repository.id
     lesson-files/CVS/.arch-ids/Root.id lesson-files/CVS/Entries
     lesson-files/CVS/Repository lesson-files/CVS/Root
     lesson-files/bin/CVS/.arch-ids/=id
     lesson-files/bin/CVS/.arch-ids/Entries.id
     lesson-files/bin/CVS/.arch-ids/Repository.id
     lesson-files/bin/CVS/.arch-ids/Root.id
     lesson-files/bin/CVS/Entries lesson-files/bin/CVS/Repository
     lesson-files/bin/CVS/Root lesson-files/share/CVS/.arch-ids/=id
     lesson-files/share/CVS/.arch-ids/Entries.id
     lesson-files/share/CVS/.arch-ids/Repository.id
     lesson-files/share/CVS/.arch-ids/Root.id
     lesson-files/share/CVS/Entries
     lesson-files/share/CVS/Repository lesson-files/share/CVS/Root
     mpd/.arch-ids/.cvsignore.id mpd/.cvsignore
     mpd/CVS/.arch-ids/=id mpd/CVS/.arch-ids/Entries.id
     mpd/CVS/.arch-ids/Repository.id mpd/CVS/.arch-ids/Root.id
     mpd/CVS/Entries mpd/CVS/Repository mpd/CVS/Root
     online-docs/C/CVS/.arch-ids/=id
     online-docs/C/CVS/.arch-ids/Entries.id
     online-docs/C/CVS/.arch-ids/Repository.id
     online-docs/C/CVS/.arch-ids/Root.id online-docs/C/CVS/Entries
     online-docs/C/CVS/Repository online-docs/C/CVS/Root
     online-docs/CVS/.arch-ids/=id
     online-docs/CVS/.arch-ids/Entries.id
     online-docs/CVS/.arch-ids/Repository.id
     online-docs/CVS/.arch-ids/Root.id online-docs/CVS/Entries
     online-docs/CVS/Repository online-docs/CVS/Root
     online-docs/es_MX/CVS/.arch-ids/=id
     online-docs/es_MX/CVS/.arch-ids/Entries.id
     online-docs/es_MX/CVS/.arch-ids/Repository.id
     online-docs/es_MX/CVS/.arch-ids/Root.id
     online-docs/es_MX/CVS/Entries online-docs/es_MX/CVS/Repository
     online-docs/es_MX/CVS/Root online-docs/nl/CVS/.arch-ids/=id
     online-docs/nl/CVS/.arch-ids/Entries.id
     online-docs/nl/CVS/.arch-ids/Repository.id
     online-docs/nl/CVS/.arch-ids/Root.id
     online-docs/nl/CVS/Entries online-docs/nl/CVS/Repository
     online-docs/nl/CVS/Root online-docs/no/CVS/.arch-ids/=id
     online-docs/no/CVS/.arch-ids/Entries.id
     online-docs/no/CVS/.arch-ids/Repository.id
     online-docs/no/CVS/.arch-ids/Root.id
     online-docs/no/CVS/Entries online-docs/no/CVS/Repository
     online-docs/no/CVS/Root online-docs/png/CVS/.arch-ids/=id
     online-docs/png/CVS/.arch-ids/Entries.id
     online-docs/png/CVS/.arch-ids/Repository.id
     online-docs/png/CVS/.arch-ids/Root.id
     online-docs/png/CVS/Entries online-docs/png/CVS/Repository
     online-docs/png/CVS/Root online-docs/ru/CVS/.arch-ids/=id
     online-docs/ru/CVS/.arch-ids/Entries.id
     online-docs/ru/CVS/.arch-ids/Repository.id
     online-docs/ru/CVS/.arch-ids/Root.id
     online-docs/ru/CVS/Entries online-docs/ru/CVS/Repository
     online-docs/ru/CVS/Root po/CVS/.arch-ids/=id
     po/CVS/.arch-ids/Entries.id po/CVS/.arch-ids/Repository.id
     po/CVS/.arch-ids/Root.id po/CVS/Entries po/CVS/Repository
     po/CVS/Root soundcard/CVS/.arch-ids/=id
     soundcard/CVS/.arch-ids/Entries.id
     soundcard/CVS/.arch-ids/Repository.id
     soundcard/CVS/.arch-ids/Root.id soundcard/CVS/Entries
     soundcard/CVS/Repository soundcard/CVS/Root
     src/CVS/.arch-ids/=id src/CVS/.arch-ids/Entries.id
     src/CVS/.arch-ids/Repository.id src/CVS/.arch-ids/Root.id
     src/CVS/Entries src/CVS/Repository src/CVS/Root
     test/CVS/.arch-ids/=id test/CVS/.arch-ids/Entries.id
     test/CVS/.arch-ids/Repository.id test/CVS/.arch-ids/Root.id
     test/CVS/Entries test/CVS/Repository test/CVS/Root
     tools/CVS/.arch-ids/=id tools/CVS/.arch-ids/Entries.id
     tools/CVS/.arch-ids/Repository.id tools/CVS/.arch-ids/Root.id
     tools/CVS/Entries tools/CVS/Repository tools/CVS/Root
     topdocs/CVS/.arch-ids/=id topdocs/CVS/.arch-ids/Entries.id
     topdocs/CVS/.arch-ids/Repository.id
     topdocs/CVS/.arch-ids/Root.id topdocs/CVS/Entries
     topdocs/CVS/Repository topdocs/CVS/Root

    modified files:
     Makefile.in {arch}/=tagging-method

    removed directories:
     CVS CVS/.arch-ids debian-dir/CVS debian-dir/CVS/.arch-ids
     easy-patches/CVS easy-patches/CVS/.arch-ids
     example-lesson-files/CVS example-lesson-files/CVS/.arch-ids
     feta/CVS feta/CVS/.arch-ids gnomeemu/CVS
     gnomeemu/CVS/.arch-ids gnomeemu/gnome/CVS
     gnomeemu/gnome/CVS/.arch-ids graphics/CVS
     graphics/CVS/.arch-ids lesson-files/CVS
     lesson-files/CVS/.arch-ids lesson-files/bin/CVS
     lesson-files/bin/CVS/.arch-ids lesson-files/share/CVS
     lesson-files/share/CVS/.arch-ids mpd/CVS mpd/CVS/.arch-ids
     online-docs/C/CVS online-docs/C/CVS/.arch-ids online-docs/CVS
     online-docs/CVS/.arch-ids online-docs/es_MX/CVS
     online-docs/es_MX/CVS/.arch-ids online-docs/nl/CVS
     online-docs/nl/CVS/.arch-ids online-docs/no/CVS
     online-docs/no/CVS/.arch-ids online-docs/png/CVS
     online-docs/png/CVS/.arch-ids online-docs/ru/CVS
     online-docs/ru/CVS/.arch-ids po/CVS po/CVS/.arch-ids
     soundcard/CVS soundcard/CVS/.arch-ids src/CVS
     src/CVS/.arch-ids test/CVS test/CVS/.arch-ids tools/CVS
     tools/CVS/.arch-ids topdocs/CVS topdocs/CVS/.arch-ids


2004-05-03 17:02:00 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-6

    Summary:
      
    Revision:
      solfege--main--2.1--patch-6

    Updated norwegian translation in identify-scale-help.xml
    
    Added bebop scales to lesson-files/scales

    modified files:
     .arch-inventory CVS/Entries Makefile.in TODO changelog
     debian-dir/CVS/Entries easy-patches/CVS/Entries
     example-lesson-files/CVS/Entries feta/CVS/Entries
     gnomeemu/CVS/Entries gnomeemu/gnome/CVS/Entries
     graphics/CVS/Entries lesson-files/CVS/Entries
     lesson-files/bin/CVS/Entries lesson-files/scales
     lesson-files/share/CVS/Entries mpd/CVS/Entries
     online-docs/C/CVS/Entries online-docs/CVS/Entries
     online-docs/es_MX/CVS/Entries online-docs/nl/CVS/Entries
     online-docs/no/CVS/Entries
     online-docs/no/identify-scale-help.xml
     online-docs/png/CVS/Entries online-docs/ru/CVS/Entries
     po/CVS/Entries soundcard/CVS/Entries src/CVS/Entries
     test/CVS/Entries tools/CVS/Entries topdocs/CVS/Entries
     {arch}/=tagging-method


2004-04-11 19:53:11 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-5

    Summary:
      chord bug fix.
    Revision:
      solfege--main--2.1--patch-5

    Make the "Give up" button work properly.

    modified files:
     src/chord.py


2004-04-11 19:06:29 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-4

    Summary:
      bug fix: lesson files with musicformat=cmdline
    Revision:
      solfege--main--2.1--patch-4

    Let the lesson file class have a reference to the teacher class owning it.

    modified files:
     changelog src/abstract.py src/lessonfile.py


2004-04-11 18:05:51 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-3

    Summary:
      general cleanup
    Revision:
      solfege--main--2.1--patch-3

    We don't need "from __future__ import generators" any longer since we
    use python 2.3.
    
    Small addition to the "instrument" lesson file variable documentation.

    modified files:
     online-docs/C/lessonfiles.xml src/lessonfile.py


2004-04-10 16:43:25 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-2

    Summary:
      Regorganised file menu. docbook bug workaround.
    Revision:
      solfege--main--2.1--patch-2


    modified files:
     online-docs/C/solfege.xml src/mainwin.py


2004-04-10 15:35:36 GMT	Tom Cato Amundsen <tca@gnu.org>	patch-1

    Summary:
      Require python 2.3
    Revision:
      solfege--main--2.1--patch-1

    Found two more files that needed update.

    modified files:
     CVS/Entries debian-dir/CVS/Entries easy-patches/CVS/Entries
     example-lesson-files/CVS/Entries feta/CVS/Entries
     gnomeemu/CVS/Entries gnomeemu/gnome/CVS/Entries
     graphics/CVS/Entries lesson-files/CVS/Entries
     lesson-files/bin/CVS/Entries lesson-files/share/CVS/Entries
     mpd/CVS/Entries online-docs/C/CVS/Entries
     online-docs/CVS/Entries online-docs/es_MX/CVS/Entries
     online-docs/nl/CVS/Entries online-docs/no/CVS/Entries
     online-docs/png/CVS/Entries online-docs/ru/CVS/Entries
     po/CVS/Entries run-solfege.py.in solfege.py
     soundcard/CVS/Entries src/CVS/Entries test/CVS/Entries
     tools/CVS/Entries topdocs/CVS/Entries


2004-04-10 15:27:23 GMT	Tom Cato Amundsen <tca@gnu.org>	base-0

    Summary:
      initial import
    Revision:
      solfege--main--2.1--base-0

    
    (automatically generated log message)

    new files:
     .cvsignore COPYING CVS/Entries CVS/Repository CVS/Root
     Makefile.in Makefile.inc.in TODO acinclude.m4 autogen.sh
     changelog config.h.in configure.ac debian-dir/CVS/Entries
     debian-dir/CVS/Repository debian-dir/CVS/Root
     debian-dir/Makefile debian-dir/README.debian-dir
     debian-dir/changelog debian-dir/control debian-dir/copyright
     debian-dir/dirs debian-dir/docs debian-dir/rules
     debian-dir/solfege.doc-base debian-dir/solfege.menu
     debian-dir/solfege.postinst debian-dir/solfege.postrm
     debian-dir/solfege.prerm default.config
     easy-patches/CVS/Entries easy-patches/CVS/Repository
     easy-patches/CVS/Root easy-patches/README.EASYBUILD.diff
     easy-patches/easy.diff easy-patches/redhat9.diff
     easy-patches/soundcard-Makefile.diff easy-patches/suse82.diff
     example-lesson-files/CVS/Entries
     example-lesson-files/CVS/Repository
     example-lesson-files/CVS/Root example-lesson-files/Makefile
     example-lesson-files/chord-satb
     example-lesson-files/harmonic-progression-dictation
     example-lesson-files/id-by-name-1
     example-lesson-files/id-by-name-2
     example-lesson-files/sing-chord feta/CVS/Entries
     feta/CVS/Repository feta/CVS/Root feta/Makefile feta/README
     feta/feta20-accidentals--1.xpm feta/feta20-accidentals--2.xpm
     feta/feta20-accidentals-0.xpm feta/feta20-accidentals-1.xpm
     feta/feta20-accidentals-2.xpm feta/feta20-clefs-C.xpm
     feta/feta20-clefs-F.xpm feta/feta20-clefs-G.xpm
     feta/feta20-dots-dot.xpm feta/feta20-flags-d3.xpm
     feta/feta20-flags-d4.xpm feta/feta20-flags-d5.xpm
     feta/feta20-flags-d6.xpm feta/feta20-flags-u3.xpm
     feta/feta20-flags-u4.xpm feta/feta20-flags-u5.xpm
     feta/feta20-flags-u6.xpm feta/feta20-noteheads-0.xpm
     feta/feta20-noteheads-1.xpm feta/feta20-noteheads-2.xpm
     feta/feta20-number-0.xpm feta/feta20-number-1.xpm
     feta/feta20-number-2.xpm feta/feta20-number-3.xpm
     feta/feta20-number-4.xpm feta/feta20-number-5.xpm
     feta/feta20-number-6.xpm feta/feta20-number-7.xpm
     feta/feta20-number-8.xpm feta/feta20-number-9.xpm
     feta/feta20-rests--1.xpm feta/feta20-rests--2.xpm
     feta/feta20-rests--4.xpm feta/feta20-rests-0.xpm
     feta/feta20-rests-0o.xpm feta/feta20-rests-1.xpm
     feta/feta20-rests-1o.xpm feta/feta20-rests-2.xpm
     feta/feta20-rests-3.xpm feta/feta20-rests-4.xpm
     feta/feta20-rests-5.xpm feta/feta20-rests-6.xpm
     feta/feta20-rests-7.xpm finn gnomeemu/CVS/Entries
     gnomeemu/CVS/Repository gnomeemu/CVS/Root gnomeemu/Makefile
     gnomeemu/gnome/.cvsignore gnomeemu/gnome/CVS/Entries
     gnomeemu/gnome/CVS/Repository gnomeemu/gnome/CVS/Root
     gnomeemu/gnome/Makefile gnomeemu/gnome/__init__.py
     gnomeemu/gnome/canvas.py gnomeemu/gnome/ui.py
     gnomeemu/gnome/uiconsts.py graphics/CVS/Entries
     graphics/CVS/Repository graphics/CVS/Root graphics/Makefile
     graphics/chord24.png graphics/compareintervals24.png
     graphics/dictation24.png graphics/happyface-32x32.png
     graphics/harmonicinterval24.png
     graphics/harmonicprogression24.png graphics/holder.png
     graphics/idbyname24.png graphics/identify-bpm24.png
     graphics/identifychord24.png graphics/identifyscale24.png
     graphics/idtone24.png graphics/melodicinterval24.png
     graphics/rhythm-c12c12c12.png graphics/rhythm-c12c12r12.png
     graphics/rhythm-c12r12c12.png graphics/rhythm-c16c16c16c16.png
     graphics/rhythm-c16c16c8.png graphics/rhythm-c16c8..png
     graphics/rhythm-c16c8c16.png graphics/rhythm-c4.png
     graphics/rhythm-c8.c16.png graphics/rhythm-c8c16c16.png
     graphics/rhythm-c8c8.png graphics/rhythm-r12c12c12.png
     graphics/rhythm-r12c12r12.png graphics/rhythm-r12r12c12.png
     graphics/rhythm-r16c16c16c16.png graphics/rhythm-r16c16c8.png
     graphics/rhythm-r16c8..png graphics/rhythm-r16c8c16.png
     graphics/rhythm-r4.png graphics/rhythm-r8c16c16.png
     graphics/rhythm-r8c8.png graphics/rhythm-r8r16c16.png
     graphics/rhythm-wrong.png graphics/rhythm24.png
     graphics/sadface-32x32.png graphics/singchord24.png
     graphics/singinterval24.png graphics/solfege.png
     graphics/solfege.xpm graphics/test-sound.png
     graphics/twelvetone24.png install-sh installer.nsi.in
     lesson-files/CVS/Entries lesson-files/CVS/Repository
     lesson-files/CVS/Root lesson-files/Makefile
     lesson-files/altered-1 lesson-files/altered-2
     lesson-files/atonal-1 lesson-files/barnesanger
     lesson-files/besifring lesson-files/bin/CVS/Entries
     lesson-files/bin/CVS/Repository lesson-files/bin/CVS/Root
     lesson-files/bin/Makefile
     lesson-files/bin/csound-play-harmonic-interval.sh
     lesson-files/chord-7b9-maj79 lesson-files/chord-all
     lesson-files/chord-all-inv lesson-files/chord-dim-aug
     lesson-files/chord-dim-aug-min-major lesson-files/chord-m7-7
     lesson-files/chord-m7-7-inv lesson-files/chord-m7-7-inv-not
     lesson-files/chord-m7-7-maj7-m7b5-dim7 lesson-files/chord-m9-9
     lesson-files/chord-m9-9-7b9-maj79
     lesson-files/chord-maj7-m7b5-dim7 lesson-files/chord-min-major
     lesson-files/chord-min-major-7
     lesson-files/chord-min-major-close-open
     lesson-files/chord-min-major-inv
     lesson-files/chord-min-major-inv-not
     lesson-files/csound-fifth-0.97 lesson-files/csound-fifth-0.98
     lesson-files/csound-fifth-0.99 lesson-files/csound-fifth-0.995
     lesson-files/csound-fifth-0.996
     lesson-files/csound-fifth-0.997
     lesson-files/csound-fifth-0.998 lesson-files/diatonic-1
     lesson-files/diatonic-2 lesson-files/durmoll
     lesson-files/fifth-small-pure-0.99
     lesson-files/harmonic-intervals lesson-files/jsb-inventions
     lesson-files/progression-1 lesson-files/progression-2
     lesson-files/progression-atte lesson-files/progression-x
     lesson-files/scales lesson-files/scales-thirds
     lesson-files/share/CVS/Entries
     lesson-files/share/CVS/Repository lesson-files/share/CVS/Root
     lesson-files/share/Makefile
     lesson-files/share/fifth-pure-220.00.wav
     lesson-files/share/fifth-pure-247.5.wav
     lesson-files/share/fifth-pure-293.33.wav
     lesson-files/share/fifth-small-220.00.wav
     lesson-files/share/fifth-small-247.5.wav
     lesson-files/share/fifth-small-293.33.wav
     lesson-files/share/fil1.orc lesson-files/share/fil1.sco
     lesson-files/singchord-1 lesson-files/singchord-2
     lesson-files/singchord-3 lesson-files/singchord-4
     lesson-files/singchord-5 lesson-files/singchord-6
     lesson-files/singchord-all lesson-files/three-prog-root
     lesson-files/two-prog-root lesson-files/volkslieder1
     lesson-files/volkslieder2 mpd/.cvsignore mpd/CVS/Entries
     mpd/CVS/Repository mpd/CVS/Root mpd/Makefile mpd/__init__.py
     mpd/_exceptions.py mpd/const.py mpd/duration.py
     mpd/engravers.py mpd/interval.py mpd/mpdutils.py
     mpd/musicalpitch.py mpd/musicdisplayer.py mpd/parser.py
     mpd/requests.py online-docs/.cvsignore
     online-docs/C/.cvsignore online-docs/C/CVS/Entries
     online-docs/C/CVS/Repository online-docs/C/CVS/Root
     online-docs/C/Makefile online-docs/C/bug-reporting.xml
     online-docs/C/chord-help.xml online-docs/C/chord-names.xml
     online-docs/C/chord-voicing-help.xml
     online-docs/C/compare-intervals-help.xml
     online-docs/C/copyright.xml online-docs/C/dictation-help.xml
     online-docs/C/fdl-appendix.sgml
     online-docs/C/gpl-appendix.sgml
     online-docs/C/harmonic-interval-help.xml
     online-docs/C/harmonic-progression-dictation-help.xml
     online-docs/C/helpfile-format.xml
     online-docs/C/id-by-name-help.xml
     online-docs/C/id-tone-help.xml
     online-docs/C/identify-bpm-help.xml
     online-docs/C/identify-scale-help.xml
     online-docs/C/inc-interval-input-keybindings.xml
     online-docs/C/lessonfiles.xml
     online-docs/C/melodic-interval-help.xml
     online-docs/C/missing-helpfile.xml
     online-docs/C/music-format.xml
     online-docs/C/online-resources.xml
     online-docs/C/preferences-window.xml
     online-docs/C/rhythm-help.xml
     online-docs/C/sing-chord-help.xml
     online-docs/C/sing-interval-help.xml online-docs/C/solfege.xml
     online-docs/C/translating-solfege.xml
     online-docs/C/twelve-tone-help.xml online-docs/C/ui.xml
     online-docs/C/welcome.xml online-docs/CVS/Entries
     online-docs/CVS/Repository online-docs/CVS/Root
     online-docs/Makefile online-docs/Rules.make
     online-docs/Rules.make.texinfo online-docs/addstyle.py
     online-docs/create_toc.py online-docs/es_MX/.cvsignore
     online-docs/es_MX/CVS/Entries online-docs/es_MX/CVS/Repository
     online-docs/es_MX/CVS/Root online-docs/es_MX/Makefile
     online-docs/es_MX/bug-reporting.xml
     online-docs/es_MX/chord-help.xml
     online-docs/es_MX/chord-voicing-help.xml
     online-docs/es_MX/compare-intervals-help.xml
     online-docs/es_MX/copyright.xml
     online-docs/es_MX/dictation-help.xml
     online-docs/es_MX/harmonic-interval-help.xml
     online-docs/es_MX/harmonic-progression-dictation-help.xml
     online-docs/es_MX/helpfile-format.xml
     online-docs/es_MX/id-by-name-help.xml
     online-docs/es_MX/id-tone-help.xml
     online-docs/es_MX/identify-bpm-help.xml
     online-docs/es_MX/identify-scale-help.xml
     online-docs/es_MX/inc-interval-input-keybindings.xml
     online-docs/es_MX/lessonfiles.xml
     online-docs/es_MX/melodic-interval-help.xml
     online-docs/es_MX/missing-helpfile.xml
     online-docs/es_MX/music-format.xml
     online-docs/es_MX/online-resources.xml
     online-docs/es_MX/preferences-window.xml
     online-docs/es_MX/rhythm-help.xml
     online-docs/es_MX/sing-chord-help.xml
     online-docs/es_MX/sing-interval-help.xml
     online-docs/es_MX/solfege.xml
     online-docs/es_MX/translating-solfege.xml
     online-docs/es_MX/twelve-tone-help.xml
     online-docs/es_MX/ui.xml online-docs/es_MX/welcome.xml
     online-docs/nl/.cvsignore online-docs/nl/CVS/Entries
     online-docs/nl/CVS/Repository online-docs/nl/CVS/Root
     online-docs/nl/Makefile online-docs/nl/bug-reporting.texi.m4
     online-docs/nl/chord-help.texi.m4
     online-docs/nl/compare-intervals-help.texi.m4
     online-docs/nl/copyright.texi.m4
     online-docs/nl/dictation-help.texi.m4
     online-docs/nl/harmonic-interval-help.texi.m4
     online-docs/nl/harmonic-progression-dictation-help.texi.m4
     online-docs/nl/helpfile-format.texi.m4
     online-docs/nl/id-by-name-help.texi.m4
     online-docs/nl/id-tone-help.texi.m4
     online-docs/nl/identify-bpm-help.texi.m4
     online-docs/nl/identify-scale-help.texi.m4
     online-docs/nl/index.texi.m4
     online-docs/nl/lessonfiles.texi.m4
     online-docs/nl/melodic-interval-help.texi.m4
     online-docs/nl/missing-helpfile.texi.m4
     online-docs/nl/online-resources.texi.m4
     online-docs/nl/polyrhythm-help.texi.m4
     online-docs/nl/preferences-window.texi.m4
     online-docs/nl/rhythm-help.texi.m4
     online-docs/nl/sing-chord-help.texi.m4
     online-docs/nl/sing-interval-help.texi.m4
     online-docs/nl/translating-solfege.texi.m4
     online-docs/nl/twelve-tone-help.texi.m4
     online-docs/nl/ui.texi.m4 online-docs/nl/welcome.texi.m4
     online-docs/no/.cvsignore online-docs/no/CVS/Entries
     online-docs/no/CVS/Repository online-docs/no/CVS/Root
     online-docs/no/Makefile online-docs/no/chord-help.xml
     online-docs/no/chord-voicing-help.xml
     online-docs/no/compare-intervals-help.xml
     online-docs/no/dictation-help.xml
     online-docs/no/harmonic-interval-help.xml
     online-docs/no/harmonic-progression-dictation-help.xml
     online-docs/no/id-by-name-help.xml
     online-docs/no/id-tone-help.xml
     online-docs/no/identify-bpm-help.xml
     online-docs/no/identify-scale-help.xml
     online-docs/no/inc-interval-input-keybindings.xml
     online-docs/no/melodic-interval-help.xml
     online-docs/no/online-resources.xml
     online-docs/no/rhythm-help.xml
     online-docs/no/sing-chord-help.xml
     online-docs/no/sing-interval-help.xml
     online-docs/no/solfege.xml online-docs/no/twelve-tone-help.xml
     online-docs/no/welcome.xml online-docs/png/.cvsignore
     online-docs/png/CVS/Entries online-docs/png/CVS/Repository
     online-docs/png/CVS/Root online-docs/png/Makefile
     online-docs/png/addvoice.png online-docs/png/ceg-relative.png
     online-docs/png/ceg.png online-docs/png/clef.png
     online-docs/png/fist.png online-docs/png/mainwin.png
     online-docs/png/simple.png online-docs/png/skip.png
     online-docs/png/test.png online-docs/png/tie.png
     online-docs/png/tuple.png online-docs/ru/.cvsignore
     online-docs/ru/CVS/Entries online-docs/ru/CVS/Repository
     online-docs/ru/CVS/Root online-docs/ru/Makefile
     online-docs/ru/solfege.xml online-docs/ru/welcome.xml
     online-docs/stupid_catalog_file.cat
     online-docs/texidefinitions.m4.in online-docs/xml-to-sgml.py
     po/.cvsignore po/CVS/Entries po/CVS/Repository po/CVS/Root
     po/Makefile po/da.po po/de.po po/es.po po/es_MX.po po/fr.po
     po/it.po po/nl.po po/no.po po/ru.po po/solfege.pot py-compile
     run-solfege.py.in runpy2exe.bat runsrcdir.bat setup.py
     solfege.bat solfege.desktop solfege.gtkrc
     solfege.manpage.xml.in solfege.py solfege.redhat8.spec.in
     solfege.redhat9.spec.in solfege.suse82.spec.in
     soundcard/.cvsignore soundcard/CVS/Entries
     soundcard/CVS/Repository soundcard/CVS/Root soundcard/Makefile
     soundcard/__init__.py soundcard/calc.c soundcard/calc.h
     soundcard/dsp.c soundcard/dsp.h soundcard/fakesynth.py
     soundcard/fft.c soundcard/fft.h soundcard/gate.c
     soundcard/gate.h soundcard/macro_to_function.c
     soundcard/mfutils.py soundcard/midifilesynth.py
     soundcard/oss_common.py soundcard/oss_sequencer.py
     soundcard/oss_sequencer2.py soundcard/rat.py
     soundcard/solfege_c_midi.c soundcard/solfege_c_midi.i
     soundcard/soundcardexceptions.py soundcard/track.py
     soundcard/winmidi.c soundcard/winmidi.def
     soundcard/winmidi.dsp soundcard/winmidi.dsw
     soundcard/winsynth.py soundcard/xmalloc.c soundcard/xmalloc.h
     src/.cvsignore src/CVS/Entries src/CVS/Repository src/CVS/Root
     src/Makefile src/__init__.py src/abstract.py src/app.py
     src/cfg.py src/chord.py src/chordvoicing.py
     src/compareintervals.py src/configureoutput.py.in
     src/configwindow.py src/const.py src/dataparser.py
     src/dictation.py src/gu.py src/harmonicinterval.py
     src/harmonicprogressiondictation.py src/history.py
     src/htmlwidget.py src/i18n.py src/idbyname.py
     src/identifybpm.py src/idtone.py src/inputwidgets.py
     src/instrumentselector.py src/intervals.py src/lessonfile.py
     src/mainwin.py src/melodicinterval.py
     src/multipleintervalconfigwidget.py src/notenamespinbutton.py
     src/polyrhythm.py src/pyscript.py src/rhythm.py
     src/selectlessonfilewidget.py src/singchord.py
     src/singinterval.py src/specialwidgets.py src/statistics.py
     src/statisticsviewer.py src/tracebackwindow.py src/tuner.py
     src/twelvetone.py src/txtui.py src/utils.py src/widgets.py
     system.rc test/CVS/Entries test/CVS/Repository test/CVS/Root
     test/Makefile test/README test/lessonparser-test.py
     test/mpd-test.py test/musicparser-test.py
     test/percussion-test.py test/seq.c test/seq.py
     test/soundbug.py test/soundcard-test.py todo.tree
     tools/CVS/Entries tools/CVS/Repository tools/CVS/Root
     tools/Makefile tools/fix_feta.py tools/lf2lb.py
     topdocs/.cvsignore topdocs/AUTHORS.texi topdocs/CVS/Entries
     topdocs/CVS/Repository topdocs/CVS/Root topdocs/FAQ.texi
     topdocs/INSTALL.texi topdocs/INSTALL.win32.texi
     topdocs/Makefile topdocs/README.texi topdocs/defs.texi.in
     windowsinstaller.iss.in


