2.3.99 April 24, 2005
Arch revision: solfege--main--2.3--patch-133
- Merged changes to fr and nl translation of the user's manual.
- ran po-update and updated no.po
- gnomeemu/ : made some more strings translatable. Thanks to Etienne Bourrez.
- Small fix to rhythm exercise: don't throw exception with "don't start question with a rest" checked and only rhythm elements that start with a rest.
2.3.5 April 19, 2005
Arch revision: solfege--main--2.3--patch-128
- Rebuild toc.html if create_toc.py is changed.
- Disabled the harmonicprogressionexercise until it is more completed.
- Make the plus, minus and equal keys on the keypad work combined with <ctrl> as accels for html widget zooming.
- Include ui.xml in the windows installer.
- Merged changes from SolfegeDocsNl?
- Play C locale midi file when clicking to a lily generated image in doc files if the localized file does not exist.
- Updated
mpd/engravers.py to newer pygtk api so we don't get all those warnings when using pygtk 2.6
- Ran
make po-update
- Use xgettext since pygettext is deprecated. Multiline strings in lesson must be tripple-quoted now. Updated some lesson files.
2.2.3 Not released yet
- Use unversioned datadir when building debian package.
- Don't print a warning when we try to get a bool config variable that does not exist.
2.3.4 April 14, 2005
Arch revision: solfege--main--2.3--patch-117
- Added nl translation of teory-intervals
- autopackage small fixes.
- idbyname: questions_selectable fix.
- <alt>Left, <alt>Right, <ctrl> for browser navigation. HIG and Tom E.
- updates to README, INSTALL and AUTHORS
- configure.ac: don't check for lilypond since we don't use it.
- Use <ctrl>plus, <ctrl>minus and <ctrl>equal as accel keys for zooming the doc viewer.
- Removed lilypond rules from the makefiles since we are moving everything to the wiki.
- Theory-intervals.html is now maintained on the wiki.
- User's manual: Use silver background from the <pre> tag.
- Two more french doc pages:
chord-names.html and translating-solfege.html.
- Use "_Rhythm" for both submenu and menu entry.
- Don't crash if the theme is not found.
- Moved python and pygtk sanity checks to
runtime.py.
- Added --without-gnome and --without-gtkhtml options to solfege. Note that this is not options to configure, but to change the runtime test.
- Updated nl.po from Tom Eykens.
- Workaround for the problem that new pages we display are scrolled down to show the first link on the page.
- autopackage: Added version number to DisplayName. The version number is not visible in the autopackage-manager though.
- Updated fr.po from Etienne Bourrez
- Merged the docs with the latest wiki pages. Make <code> monospaced.
2.3.3 April 3, 2005
Arch revision: solfege--main--2.3--patch-79
- Made the gnome and gtkhtml2 test a runtime test. This removed the
--with-gnome and --with-gtkhtml options to configure.
- Small fix to autopackage spec file.
- New mainwin screen shot and a small NL update.
- Fixed PercussionNameComboBox (used in the rhythm exercises config page.)
- Marked some more strings for translation and ran "make po-update".
- Make the translated table of contents work again.
- Invert the no_splash check, so we get a splash.
mainwin.display_error_message accepts strings in pango markup.
- Give nice message if we cannot find _solfege_c_midi.so at startup and really need it.
- cfg.get_bool: don't print warning when getting unexisting variables
2.3.2 March 30, 2005
Arch revision: solfege--main--2.3--patch-64
- Added .autopackage (http://www.autopackage.org)
- Tom Eykens translated the manual to dutch and updated the .po file.
- Made the program relocatable.
- Added
DESTDIR support to the makefiles.
- Add
ui.xml to the list of files to install. How stupid can I be??
2.3.1 March 27, 2005
Arch revision: solfege--main--2.3--patch-55
- Merged translations added to the stable branch.
- Fix to po-update. My last change was not ok.
- Ran
make po-update.
- Added
ui.xml to the list of files to distribute.
- Updated easy-patches/configure.ac.diff
2.3.0 March 22, 2005
Arch revision: solfege--main--2.3--patch-48
I forgot to merge the translations added to 2.2.2, so please wait until 2.3.1 before you do translation work for the devel branch.
- Rewrote the menu and toolbar code to use the new UIManager.
- Ported the program to the new pygtk 2.4 api.
- Added 'Play tonic' button to harmonicprogressiondictation.
- HIG 2.0 fixes: configwindow
- Use optparse for command line options.
- --no-random option for debugging.
- TextViewHtmlWidget: Added support for
<th>.
- Added a test to melodic-interval and harmonic-interval.
- Maybe finally learned how unicode works.
- Removed
polyrhythm.py and intervals.py and the Junk menu.
- Junk docbook. We now maintain the user's manual on the wiki in SolfegeDocs/SolfegeDocs.
- Added french translation of the user's manual.