* Sun Jun 07 2009 Ken Prox <kprox@users.sourceforge.net>
- Added desktop icon and shortcut for gnome desktop.
- Added initial German translation from Fabian Affolter <fab@fedoraproject.org>
- Fixed file permissions from cvs, RCS file permissions on CVS server fixed.
- Fixed build problems on Debian 5, and probably some other systems as well.
- Replaced depreciated GList boxes with GTK Combo Boxes.
- Fixed some types 'size_t' which were causing problems on 64 bit systems
  in morse and audio.
- Added missing oss read function in default audio API with no OSS.
- Added 22050 and 44100 Hz sampling rates for those audio cards that do not 
  support the slower rates.
- Added capability to Audio API to report device types supported.
  Done for future expansion.
  
* Sat Jun 09 2006 Ken Prox <kprox@users.sourceforge.net>
- Added GUI Window that displays Morse Timing Statistics.
- Added some new characters, commonly used by CW nets.

* Sun Nov 06 2005 Ken Prox <kprox@users.sourceforge.net>
- Fix lock up condition when audio device is busy (bug ID 1336387)
- Now use standard int types (C99) from stdint.h

* Sat Sep 02 2005 Ken Prox <kprox@users.sourceforge.net>
- Fix small memory leak when Start button is pressed while morse threads
  are running (bug ID 1273732)
- Fix initial busy and then freed audio device from prohibiting a re-start
  of morse code decoding (bug ID 1241589). 
- Add audio abstraction layer which is a stepping stone for ALSA support.
  Also a stepping stone for audio loopback, so morse2txt can be used for an
  audio dsp filter.

* Sat May 07 2005 Ken Prox <kprox@users.sourceforge.net>
- AGC gain increase rate based on audio and Morse settings, fixed to 3s for now.
- Fixed two characters that were wrong "@" and "-"
- Added a few more Morse characters, + " ' ( ) _ $ etc...
- Added additional AGC algorithms.
- Added AGC enable/disable button.
- Fixed bug where if morse reading is stopped, and then morse preferences are
  changed, a non-existant filter would be modified (frequency adjustment change),
  locking application.
- Added gui hooks for front end filter, bandwidth and apply.
- Added preferences for the filter configuration in the Preferences dialog.

* Tue Apr 12 2005 Ken Prox <kprox@users.sourceforge.net>
- More Noise immunity improvments:
- Build array of fft packet amplitudes, and then deglitch using median filter.
- Added FFT Window filter (fixed order and BW, for now, 500Hz to 1500Hz with 32 taps).

* Fri Apr 01 2005 Ken Prox <kprox@users.sourceforge.net>
- Fix locked application when starting morse decoder when audio device is busy.
- Improve noise immunity.
- Refactor morse algorithm.
- Allow GtkCurve to shrink.
- Remove noisy signal fixes from GUI.

* Sun Feb 20 2005 Ken Prox <kprox@users.sourceforge.net>
- Fix alignment of discrete time window.
- Add Blackman window to discrete time window functions.
- Refactor dt_window.[ch]

* Sat Jan 15 2005 Ken Prox <kprox@users.sourceforge.net>
- Fix thread joining in gtk callback using g_idle_add.
- Fixed include file foldings, no functional change, only code refactoring.
- Reduced coupling between GUI and functional code.
- Ported to Gtk 2.0.
- Fixed multiple spaces appended to text buffer growing GUI width.
- Added auto-scroll to text window.
- Corrected date format in spec file.
