2005-10-27  Heikki Orsila <heikki.orsila@iki.fi>
	* UADE 1.50-pre6 (tester pre)
	- Uade core now supports only 16-bits stereo. If 8-bits or mono is
	  needed the sample data can be postprocessed.
	- Added experimental filtering support. It should be better than the
	  one found from uade1. Thanks to Antti S. Lankila <alankila@bel.fi>
	  for IIR filter coefficients and advice.
	- New uade.conf options:
	   filter     - enable filter emulation
	   no_filter  - disable filter emulation
	   filter_off - turn filter always off
	- New command line options:
	   --filter Enable filter emulation
	   --force-filter=x, where x = 0, or x = 1. Set filter state either
	     off (0) or on (1).

2005-10-16  Heikki Orsila <heikki.orsila@iki.fi>
	- Added a fuzzy state diagram on client-server interaction from client
	  perspective.

2005-10-08  Heikki Orsila <heikki.orsila@iki.fi>
	- Unknown keywords in uade.conf are ignored. Old behavior was to
	  terminate uade123 on an unknown keyword.
	- First try to load uade.conf from ~/.uade2/uade.conf, and then
	  try the global config file ($PREFIX/etc/uade.conf)
	- Simplify playloop in uade123.
	- Beautify directory hierarchy scanning by avoiding unnecessary
	  '/' characters.
	- Started specifying uade client-server protocol. See
	  doc/play_loop_state_diagram.dia.
	- Removed S3M support. It's not an Amiga format, and thus it doesn't
	  belong to UADE. It might also interfere with other players when
	  UADE is used as an XMMS plugin. Use XMP, modplug or something
	  else for these formats.
	- 'make check' is now 'make soundcheck' because it's more a sound
	  check than a good test set.

2005-10-03  Heikki Orsila <heikki.orsila@iki.fi>
	- Action keys made into default behavior for uade123.

2005-09-08  Heikki Orsila <heikki.orsila@iki.fi>
	- Giulio Canevari pointed out that --panning doesn't work. For
	  some reason I didn't notice that (perhaps didn't test ;-). The
	  problem was false parameters for GNU getopt.
	- mod2ogg2.sh from Giulio Canevari
	
2005-09-04  Heikki Orsila <heikki.orsila@iki.fi>
	- Added -g option to uade123 to only print information about songs.
	  Songs are not played in this mode. All relevant output goes into
	  stdout. This should be useful for scripting people. An example:

	  $ uade123 -g /svu/chip/mod/mod.Unit-a-remix 2>/dev/null
	  playername: Protracker & relatives
	  modulename: unit-a-remix
	  formatname: type: Protracker
	  subsong_info: 1 1 1 (cur, min, max)
	  <uade123 quits fast>

2005-09-01  Heikki Orsila <heikki.orsila@iki.fi>
	- Cygwin fixes. Add cygwin detection to configure script. Makefile
	  should be aware that uade123 is named uade123.exe on cygwin.

2005-08-27  Heikki Orsila <heikki.orsila@iki.fi>
	- Fixed a memory copying bug which could cause sound data
	  corruption when skipping 10 seconds forward with uade123. The bug
	  was at playloop.c:273. memmove should be used instead of memcpy (shd)
	- A patch from Jarno Paananen <jpaana@s2.org>. It fixes use of C99
	  anonymous initializers with sigaction (2) on Cygwin.

2005-07-28  Heikki Orsila <heikki.orsila@iki.fi>
	* UADE 1.50-pre5 (developer release)
	- Nothing better to do. Let's release the new version for users to
	  test.

2005-07-25  Heikki Orsila <heikki.orsila@iki.fi>
	- It seems ALSA lib could fork and consequently terminate a process
	  when used through libao, and we must not consider it an error in
	  our signal handler that catches all dead children. The signal
	  handler assumed that the only child that could die is uade. (shd)

2005-07-24  Heikki Orsila <heikki.orsila@iki.fi>
	- New keys for interactive mode:
	   [0-9]  - Select subsong in range [0, 9]
	   q	  - Quit player
	   s      - Switch between normal and shuffle mode
	   x      - Restart current subsong
	- Added - or --no-song-end switches. Song just keeps playing even if
	  the amiga player says it has ended. Dude! You can get pretty weird
	  sounds with this, and sometimes the sound core crashes, and should
	  crash. Fortunately that doesn't kill the simulator :)
	- Made help print (-h) prettier by aligning tex columns
	- Added -K or --no-keys to disable action keys (this can be used to
	  override the uade.conf if it enables actions by default).
	
2005-07-23  Heikki Orsila <heikki.orsila@iki.fi>
        * UADE 1.50-pre4 (developer release)
	- Added shell interaction keys into UADE123. The keys can be enabled
	  with -k switch, or adding line "action_keys" into uade.conf.
	  The keys are (mimiking XMMS):
	    z     - Previous subsong
	    c     - Pause
	    b     - Next subsong
	    n     - Next song
	    .     - Skip 10 seconds forward
	    ENTER - Next song
	    SPACE - Next subsong
	  Does someone want these configurable into uade.conf? Please email
	  me.
	
2005-07-22  Heikki Orsila <heikki.orsila@iki.fi>
	* UADE 1.50-pre3 (developer release)
	- Added a -j to skip x seconds of audio from the beginning. Note that
	  this does not affect timeout parameters in any way. If timeout is
	  1 minute and skip is 2 minutes, the song will just end before
	  anything is played.

2005-07-21  Heikki Orsila <heikki.orsila@iki.fi>
	- Added silence timeout
	- Wrote a config file parser for uade123. Look at uade.conf file
	  for instructions. uade123 tries to load following files in order on
	  startup: BASEDIR/uade.conf and $(HOME)/.uade2/uade.conf. Command
	  line options can override config file parameters. Users of uade123
	  might want to configure timeout, panning and such values as
	  personal defaults. This is a very important feature important over
	  uade 1.0x command line tool.
	- Restructured uade123 code into different code modules to make
	  maintaining and code reuse easier.
	
2005-07-18  Heikki Orsila <heikki.orsila@iki.fi>
	- Fixed a bug in uade123 that prevented it from playing the last
	  subsong of a song.

2005-07-18  Heikki Orsila <heikki.orsila@iki.fi>
	* UADE 1.50-pre2 (developer release)
	- uade123 now has eagleplayer fileformat check ignoring feature (-i),
	  panning (-p), song timeout (-t), and subsong timeouts (-w)

2005-07-17  Heikki Orsila <heikki.orsila@iki.fi>
	- uade123 now uses GNU getopt
	- uade123 can now output both raw and wav formats by using libao
	  file output mechanism. Wav format is the default. Example:
	  uade123 -e wav -f foo.wav songfile
	- The sound core now reports to the simulator when audio output should
	  start. Traditionally the simulator has produced audio output from
	  the reboot of the amiga even if it is only useful to output audio
	  after all the lengthy player initializations have been made in
	  the sound core. For example, AHX.Cruisin now has 0.96 seconds less
	  zero samples in the beginning.
	- Cleaned up sound core a bit. Removed some unused definitions
	  of messages between sound core and the simulator. Removed unused
	  code that was designed to be used when running sound core under a
	  _real_ AmigaOS.
	- Made uade123 less verbose. Use -v option to get more details.
	- Renamed uade-trivial.c to 'uade123.c' in src/frontends/uade123
	- Renamed directory 'trivial' to 'uade123' in src/frontends/

2005-07-15  Heikki Orsila <heikki.orsila@iki.fi>
        * UADE 1.50-pre1 (developer release)
	- Lots of changes into uade123
	- This is just a preview of the new system. There are no interesting
	  features over uade 1.0x versions. This release doesn't even have
	  xmms / beepmp plugins.
	- Short instructions for testing:
	   $ ./configure && make
	   $ make test
	   $ make install
	  Will install everything to $(HOME)/.uade2/. Then
	  $(HOME)/.uade2/uade123 is the player you can use. This version
	  uses libao for audio output.

2005-07-12  Heikki Orsila <heikki.orsila@iki.fi>
	- Code in src/amifilemagic.c does amiga fileformats detection. If it's
	  useful for any other project out there, it is now dual licensed
	  under the GNU GPL _and_ Public Domain. By public domain we mean
	  that you can do anything you like with the code, including
	  relicensing arbitrarily for your projects.

2005-07-11  Heikki Orsila <heikki.orsila@iki.fi>
	- Improved the command line frontend in src/frontends/trivial/,
	  and now it is called uade123. It can now do fileformat detection by
	  content, and load proper players from their installation place.
	  Also, it can play multiple songs in a sequence if one switches to
	  next song with ctrl-c before the song actually ends. If the song
	  ends by itself, the system will crash ;) 
	- Found a bug in amifilemagic by accident. chk_id_offset() function
	  tested patterns of length sizeof(patterns[i]) which is totally
	  wrong. It was corrected to strlen(patterns[i]).

2005-07-09  Heikki Orsila <heikki.orsila@iki.fi>
	- started hacking uade. the goal is to release uade 2.00 someday
	  http://board.kohina.com/viewtopic.php?p=3499#3499
	- these changes start a series. version 1.50 will be the first public
	  release in this series.
	- src/frontends/trivial/ can now play single file songs
	- debugging is broken because libao can't handle signals well
	- tons of things missing from the system
