2021-12-08  Yury Aliaev <mutab0r@rambler.ru>
	* Released v0.2.7
	* src/alsa.[ch], src/api-wrapper.c, src/interface.c: Copyrights are
	updated.

2021-06-26  Yury Aliaev <mutab0r@rambler.ru>
	* src/jack.c: A warning is issued when PSI discretization rate
	differs from Jack rate.

2021-06-26  Yury Aliaev <mutab0r@rambler.ru>
	* Released v0.2.7-pre2
	* src/alsa.c, src/api-wrapper.c, src/interface.[ch], src/jack.c,
	src/main.[ch], src/pulse.c, src/utils.[ch]: Discretization rate
	selection for both playback and export is implemented;
	* src/interface.[ch], src/main.[ch], src/utils.[ch]: GUI code is a
	little bit rearranged and optimized.

2021-06-17  Yury Aliaev <mutab0r@rambler.ru>
	* src/alsa.c, src/interface.c, src/jack.c, src/pulse.c: Some
	interface labels are made more lucid.

2021-02-23  Yury Aliaev <mutab0r@rambler.ru>
	* src/api-wrapper.c: Normalization is fixed (sound disappeared for
	some configurations).

2020-10-19  Yury Aliaev <mutab0r@rambler.ru>
	* Released v0.2.7-pre1
	* src/interface.c: Fixed crash induced by code rearrangement
	* src/interface.c, src/utils.[ch]: Playback can be retrigged at any
	time

2020-10-18  Yury Aliaev <mutab0r@rambler.ru>
	* src/api-wrapper.c, src/interface.c, src/main.h: Implemented input
	and output nodes selection

2020-10-16  Yury Aliaev <mutab0r@rambler.ru>
	* src/api-wrapper.[ch], src/interface.c, src/main.h, src/utils.[ch]:
	Added the button for interrupting rendering / playback

2020-10-15  Yury Aliaev <mutab0r@rambler.ru>
	* src/interface.c: Spinbuttons are added to some hscales for
	precision parameters setting

2020-07-22  Yury Aliaev <mutab0r@rambler.ru>
	* src/alsa.c, src/interface.c, src/main.h: Fixed sytax errors in
	declaration of some string constants (led to warnings with gcc-8)
	* src/alsa.h, src/jack.h, src/pulse.h: Fixed duplicating declaration
	of some variables

2020-06-02  Yury Aliaev <mutab0r@rambler.ru>
	* src/interface.c, src/main.[ch], src/utils.c: Complatibility
	issues with older versions of PSIndustrializer are fixed and
	improved
	* src/interface.c: Keybindings are implemented; file filters are
	added to file dialogs

2020-06-01  Yury Aliaev <mutab0r@rambler.ru>
	* src/interface.c, src/utils.[ch]: Confusing term "instrument" is
	replaced by "presets" everywhere in the code

2020-05-25  Yury Aliaev <mutab0r@rambler.ru>
	* src/jack.c, src/main.[ch], src/pulse.c, src/utils.c: Driver
	API is improved to meet pecularities of particular drivers
	* src/alsa.c: Bugfix; the driver now works
	* configure.ac, src/interface.c: Setup and About dialogs are
	improved
	* src/xml-parser.[ch]: Facility for parsing array variables is
	added
	* src/alsa.c, src/interface.[ch], src/jack.c, src/main.[ch],
	src/pulse.c: Sound drivers can be configurable (implemented in
	ALSA driver for now)
	* src/alsa.c, src/interface.[ch], src/jack.c, src/main.[ch],
	src/pulse.c, src/xml-parser.[ch]: New config file API is
	implemented
	* src/interface.c: GUI is improved (a toolbar with icons is used
	instead of boring buttons)

2020-04-02  gettextize  <bug-gnu-gettext@gnu.org>
	* Upgrade to gettext-0.19.8.1

2020-04-02  Yury Aliaev <mutab0r@rambler.ru>
	* configure.ac, Makefile.am, psphymod/Makefile.am,
	src/Makefile.am: Fixed compilation when no OpenGL libraries are
	installed; autoconf/automake stuff is updated; building dymanic
	library is reverted
	* psphymod/psmetalobj.c, src/callbacks.c, src/interface.[ch],
	src/main.[ch], src/xml-parser.[ch]: Compiles warnings are fixed
	* src/interface.c: Me is added in the copyrights info window
	* src/callbacks.c, src/main.c, src/xml-parser.[ch]: XML parser is
	fixed and improved
	* configure.ac, src/alsa.c, src/api-wrapper.c, src/interface.[ch],
	src/jack.c, src/main.[ch], src/pulse.c, src/utils.[ch],
	src/xml-parser.[ch]: Code cleanup and reordering
	* src/interface.c: Text is being drawn inside the progress bar

2014-09-12  Wladimir J. van der Laan <laanwj@gmail.com>
	* src/jack.c: Initialization order is fixed

2014-09-11  Wladimir J. van der Laan <laanwj@gmail.com>
	* src/main.c: Fixed crash when no audio driver presents
	* configure.ac: Fixed --enable-driver/--disable-driver

2014-09-07  Wladimir J. van der Laan <laanwj@gmail.com>
	* configure.ac, src/Makefile.am, src/jack.[ch], src/main.c: JACK
	audio output is added
	* src/pulse.[ch]: Code cleanup

2014-08-30  Wladimir J. van der Laan <laanwj@gmail.com>
	* src/callbacks.[ch], src/interface.c: Automaticaly render sounds
	when necessary; sounds can be played using space bar
	* src/interface.c: Icons' path bug is fixed; zero page size is set
	for GtkAdjustments
	* src/callbacks.c: Modern GMutex interface is used
	* psphymod/psmetalobj.h: Unused prototype ps_metal_obj_node_new() is
	removed
	* src/callbacks.[ch], src/interface.[ch]: Decay now works like other
	controls
	* src/main.c: Code cleanup from deprecated g_thread_init() call
	* configure.ac: Unnecessary dependence on gthread is removed

2014-08-29  Wladimir J. van der Laan <laanwj@gmail.com>
	* Build scripts are updated for modern autotools
	* src/main.c, src/esnd.[ch] => src/pulse.[ch]: Esound is replaced
	by Pulseaudio
	* configure.ac, src/callback.c, src/main.c: gtkglarea is replaced
	by gtkglext, the message about broken GL support is removed

Thu Sep 27 10:56:23 2005  Yury Aliaev <mutab0r@rambler.ru>
	* 0.2.5 released!
	* Fixed some gettext issues
	* Russian translation updated

Sat Sep 24 14:00:00 2005  Yury Aliaev <mutab0r@rambler.ru>
	* Added application icon support for window managers

Wed Sep 21 19:01:55 2005  Yury Aliaev <mutab0r@rambler.ru>
	* Various improvements in the file saving dialogs

Wed Sep 07 16:57:21 2005  Yury Aliaev <mutab0r@rambler.ru>
	* Industrializer now can save and load presets as instruments
	(.psii -- PSIndustrializer Instrument, the XML-based format)

Wed Mar 23 18:18:38 2005  Yury Aliaev <mutab0r@rambler.ru>
	* Ooops! Fixed build without GL

Sun Mar 20 13:56:00 2005  Yury Aliaev <mutab0r@rambler.ru>
	* 0.2.4 complete! New xml routins for config saving/loading
	* better progress calculation for given final attenuation

Mon Jan 10 21:45:10 2005  Yury Aliaev <mutab0r@rambler.ru>
	* 0.2.4 almost done, except config saving/loading

Sat Nov 20 21:00:00 2004  Yury Aliaev  <mutab0r@rambler.ru>
	* OpenGL code ported to Gtk+-2, also rendering bug fixed

Sat Nov 6 18:56:08 2004  Yury Aliaev  <mutab0r@rambler.ru>
	* Preliminary version of Gtk+-2 port works!!!

Wed Jun 6 15:18:00 2004  Yury Aliaev  <mutab0r@rambler.ru>
	* Added patch by Conrad Parker removing libpsphysmod dependency on
	  glib

Wed May 26 21:03:00 2004  Yury Aliaev  <mutab0r@rambler.ru>
	* Automatic sample length detection;
	* Russian translation updated

Sat Dec 6 15:15:34 2003  Yury Aliaev  <mutab0r@rambler.ru>
	* Changes merged with 0.2.2
	* Russian translation updated

Wed Dec 3 00:00:00 2003  Yury Aliaev  <mutab0r@rambler.ru>
	* Spring tension setting accuracy increased
	* Bugfix for mousewheel use with conrols
	* Code cleanup and adaptation for modern autotools
	* Added selectable sound output driver mechanism (currently supported
	  EsounD and ALSA)
	* Russian translation added

Thu Mar 15 17:51:00 2001  David A. Bartold  <foxx@mail.utexas.edu>
	* Added -L/usr/X11R6/lib to the OpenGL LDFLAGS
	* Fixed "have_opengl not found error"
	* Fixed compilation without OpenGL

Sat Dec 30 01:30:00 2000  David A. Bartold  <foxx@mail.utexas.edu>
	* Removed something or other

Mon May 01 00:00:00 2000  David A. Bartold  <foxx@mail.utexas.edu>
	* Added progress bar
	* Split the calculation code into a library-- libpsphymod
	* Changed calculation model slightly

Mon Apr 17 22:56:00 2000  David A. Bartold  <foxx@mail.utexas.edu>
	* Added plane topology
	* Error conditions are checked when writing wave file
	* Added perspective and lighting to the 3D view
	* Changed all referenses of 'tensity' and 'tenseness' to 'tension'

Mon Apr 10 19:37:00 2000  David A. Bartold  <foxx@mail.utexas.edu>
	* Changing the Spring Tenseness hscale updates the OpenGL display
	* Set AboutWindow's widget name in callbacks.c instead of in
	  interface.c-- saves having to manually edit interface.c every time
	* Set Perpendicular Hit as default
	* Optimized the hscales' granularities
	* Cleaned up desktop link
	* Can now rotate OpenGL object by dragging cursor
	* Release 0.1.1

Sat Apr 08 19:54:00 2000  David A. Bartold  <foxx@mail.utexas.edu>
	* Initial release 0.1
