version 0.9.4:
- made the Services menu and mechanism work again;
- made the DnD of song filenames work properly on MacOSX, by complying
  with Apple's documentation;
- added the ability to send a bug report from the Info menu;
- activated the application menu;
- fixed a bug that was recording the wrong date and size informations for 
  songs in the stored playlist, reducing the speedup brought by the use of
  an NSKeyedArchive;
- fixed a bug that was preventing the player to skip invalid songs;
- fixed a bug that was requesting the player to start playing when the column
  headers were double-clicked on GNUstep;
- fixed a bug in the Esound bundle that was preventing the socket to be
  reinitialized with the correct song rate and channels informations;
- add a "Cleanup" entry in the "Remove" dropdown menu that performs the
  removal of all the songs that either were not recognized with their format
  or are missing in the filesystem.
- fixed a bug that was preventing the OSS output bundle to start correctly
  when no dsp device was set in the preferences.

version 0.9.3a:
- this version now builds and runs on MacOS X again;

version 0.9.3:
- do not interpret command-line arguments starting with "-" as songs;
- a bunch of new supported file formats were added:
  - added the Mod format module relying on libmodplug (thanks to Rob Burns),
    adding support for 23 types of tracker file formats (mod, s3m, ...);
  - added the AudioFile format module relying on libaudiofile, adding support
    for 7 types of uncompressed sound formats (wav, aiff, ...);
  - added the FLAC format module relying on libflac, adding support for
    the Free Lossless Audio Codec;
- factory methods return autoreleased object by default, to comply with the
  coding standards;
- reworked the player interface;
- eradicated the memleaks (thanks to Ludovic Marcotte);
- the column headers can now be used to sort the playlist in ascending and
  descending orders;
- UTF16'd language dictionaries;
- dropped embryonic support for OpenStep 4.2;
- the timer is reversed directly when clicked;
- when changing the selection in the playlist, the total time taken by the
  songs is displayed during one second;
- the default playlist is saved in <User's Library>/Cynthiune/Playlist rather
  than in the defaults database (migration is transparent);
- loading the default playlist is made faster by the use of
  NSKeyedArchiver/NSKeyedUnarchiver.
- supported extensions appears case-insensitively in the open dialog;
- fixed the display of UTF8-encoded song metadata;
- added Italian translation (thanks to Roberto Pariset);
- MacOSX users can select whether Cynthiune will display textured or regular
  windows;
- the Esound and OSS drivers are no longer threaded, this makes the playing of
  songs faster to start since no lock has to be instantiated.
- the output bundles and the output mechanism were redesigned and made
  simpler, cleaner;

version 0.9.2:
- fixed two buggy behaviours related to the playlist management, both when
  repeat is on and off;
- unified interface files (nib/gorm);
- fixed a bug related to the resizing of sticked playlist windows;
- the preferences window won't crash the application any longer (thanks to
  Ludovic Marcotte);
- the preference dialogs are now localized too;
- the active playlist is synced to the defaults database so that we won't lose
  it anymore when Cynthiune crashes;
- the MP3 bundle now has support for the RIFF encapsulation format as well as
  for the MPEG 1/2/2.5 Layer 1/2/3 formats;
- Cynthiune can now be launched from its source directory without adapting
  the source code;
- GNUstep and MacOSX releases are again on par with each other (thanks to my
  friend Cynthia for offering me her iMac);
- the windows menu is enabled properly;
- services that can manage filenames are made available in the "Services"
  menu, they will be given the list of selected song filenames as parameter;
- the playlist can serve as a dragging source for music files to other
  applications and widget accepting NSFilenamePboardType objects;
- major code cleanup (memleaks, coding conventions, refactoring);
- the timer field can display the time remaining for the current song by
  clicking on it;
- when the selection of songs is changing, the total time taken by those songs
  is displayed in the timer field;
- dropped usage of that crappy Sodipodi piece of voodooware after losing
  an important file (see rant about free software in the README);
- aesthetical details modified;

version 0.9.1:
- cosmetic changes (new buttons);
- new pause button;
- fixed crash in dummy output bundle;
- new application icon, thanks to Mivil Deschnes <Mivil@Contre.COM>;

version 0.9:
- the sound stream is now handled by a different thread than the GUI
  (Esound/OSS);
- French translation;
- MP3 format is now supported through libmad;
- Cynthiune keeps its playlist saved between sessions;
- import/export playlists in .m3u and .pls;
- we now accept input and output plugins as Bundles;
- a bundle was added to support output to esd;
- a basic implementation of a preferences system;
- windows stickiness;
- repeat and shuffle;
- ability to change the current position in the song;
- misc. interface enhancements;

version 0.4:
- bug fix version;

version 0.3:
- mute button works
- "pause" implemented
- file metadata (artist, song titles, ...) handled
- timer displayed
- new logo and better application icon
- drag and drop:
  - list reorganization;
  - file dropping from workspace;
  - file dragged on the application's icon are opened;
- correct window resizing;
- quit when the window is closed;

version 0.2:
- make everything work as expected: don't crash unexpectedly, don't stop
  playing for strange reasons;

version 0.1:
- late Christmas release, very basic, full of bugs

