-- 1.2.1
Mon Jan 25 1999
Summary:
    * Added missing files.
    * Fixed some configuration probrems.
    * Added --enable-dynamic `configure' option.

Date: Mon Jan 25 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: acinclude.m4 configure.in
    Fixed some probrems of configuration:
	* Remove duplicated -lXpm option.
	* Not to change the order of comple flags.
	* and so on...
Files: interface/gtk_c.c
    Implemented interface_g_loader()
Files: timidity/dl_dlopen.c
    Added "\n" to error message of dl_find_symbol()

Date: Mon, 25 Jan 1999 01:18:27 +0900 (JST)
From: nork@lb.u-tokai.ac.jp (Norikatsu Shigemura)
Files: configure.in
    Pached for making FreeBSD UMP.

Date: Fri Jan 22 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: configure.in
    Added --enable-dynamic configure option.  It is enable to always compile
    dynamic link codes.
Files: timidity/gtk_i.c
    On Solaris, glob()'s flag is different in the interface.
    So I just changed not to call glob() on Solaris.

Date: Thu, 21 Jan 1999 12:53:18 +0900
From: "KINOSHITA, K." <kino@krhm.jvc-victor.co.jp>
Files: timidity/timidity.c
    Removed no effect statements.

Date: Thu, 21 Jan 1999 03:40:38 +0900
From: Ueyama Rui <rui@po.teleway.ne.jp>
Files: interface/pixmaps/{fast,slow,restart,keyup,keydown}.xpm
    Reported some files for Gtk pixmaps are missing.  Added them.

-- 1.2.0
Thu Jan 21 JST 1999
Summary:
    * XAW interface:
      - Changed button bitmap of random & repeat
      - Modified some implementations.
    * Gtk interface:
      - Added buttons (& implementation) for raising & lowering the pitch.
      - Added buttons (& implementation) for increasing/decreasing the tempo.
    * Lookup TIMIDITY_SOUND_CARD and TIMIDITY_PCM_DEVICE environment variable
      to select the PCM device of ALSA.
    * Made interface.h to define IA_* macro for TiMidity interface.  This
      file is generated automatically by configure.
    * Fixed some bugs.

Date: Thu, 21 Jan 1999 01:33:58 +0900 (JST)
From: nork@lb.u-tokai.ac.jp (Norikatsu Shigemura)
Files: configure.in
    Fixed configure bug about FreeBSD dynamic interface.

Date: Wed Jan 20 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/xskin_spectrum.c
    Don't define xskin_spe_ana() and xskin_wave() if soundspec is not enable.
Files: configure.in interface.h.in timidity/{Makefile.am,timidity.c,controls.c}
    Fixed configuration bug that tcl needed -dl on some machines.
    IA_* macro is into interface.h.  interface.h is generated automatically
    by configure.

Date: Tue, 19 Jan 1999 23:16:33 +0900 (JST)
From: Yoshishige Arai <ryo2@on.rim.or.jp>
Files: interface{bitmaps/Makefile.am,bitmaps/Makefile.in,bitmaps/random.xbm,
	bitmaps/repeat.xbm,xaw.h,xaw_i.c}
    Modified XAW interface:
      - Changed Form Widget to Box Widget.
      - Changed icon bitmaps
      - Obsoleted MSGWINDOW macro configuration.  Message window is always
        enable.

Date: Tue, 19 Jan 1999 17:54:53 +0900
From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>,
      Glenn Trigg <ggt@netspace.net.au>
Files: interface{emacs_c.c,gtk_c.c,gtk_h.h,gtk_i.c,gtk_p.c,ncurs_c.c,
	pixmaps/Makefile.in,vt100_c.c}
	timidity/{controls.h,playmidi.c,timidity.c,wrd_read.c}
    Pached from Glenn Trigg:
    The changes are (roughly):
      - Added buttons (& implementation) for raising & lowering the pitch.
      - Added buttons (& implementation) for increasing/decreasing the tempo.
      - Fixed a bug where starting with no files and then loading a file
        and trying to play it caused a crash.
      - Fixed a typo RC_TOGGLE_DURMCHAN => RC_TOGGLE_DRUMCHAN.
      - Added some braces to two macros to stop some compiler warnings.

Date: Tue, 19 Jan 1999 00:21:35 +0900
From: Yamahata Isaku <yamahata@kusm.kyoto-u.ac.jp>
Files: alsa_a.c
    Lookup TIMIDITY_SOUND_CARD and TIMIDITY_PCM_DEVICE environment variable
    to select the PCM device.

-- 1.1.1
Mon Jan 18 1999
Summary:
    * Fixed some bugs.
    * Modified that xaw interface is enable to run without any midi files.

Date: Mon Jan 18 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/{xaw_i.c,xaw_c.c} timidity/common.c
    Fixed some bugs.

Date: Mon Jan 18 1999
From: takawata@shidahara1.planet.sci.kobe-u.ac.jp
Files: configure.in
    Fixed configuration bug about OffiX.
    Fixed configuration bug about ALSA.
Files: interface/{xaw_c.c,xaw_i.c} timidity/timidity.c
    Modified that xaw interface is enable to run without any midi files.

Date: Mon Jan 18 1999
From: "KINOSHITA, K." <kino@krhm.jvc-victor.co.jp>
Files: configure.in
    Removed -ltcl when configure option of --enabel-tcltk=dynamic is specified.
Files: interface/Makefile.am
    Modified some installation.  Used `$(INSTALL_DATA)' instead of
    `$(INSTALL) -m 644'

Files: interface/{dumb_c.c,dynamic_c.c,emacs_c.c}
    On some compilers, `stdout' can't assign to any variable in global
    statement.  Fixed this probrem.
Files: configure.in config.h.in timidity/timidity.c
    Added HAVE_GETOPT_H macro.
Files: configure.in
    Fixed bugs of configure without --with-x.
Files: timidity/Makefile.am
    Fixed probrem to `make install' instead of `make; make install'

-- 1.1.0
Mon Jan 18 1999
Summary:
    * Fixed bugs of xaw interface with no trace mode.
    * Added configuration for UMP package.
    * Modified configure and Makefiles.
    * Added trace mode to xaw interface.
    * Supported OffiX configuration.
    * Some bugs are fixed.

Date: Mon Jan 18 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/xaw_i.c
    Fixed bugs of xaw interface with no trace mode.
Files: configure* */Makefile*
    Added configuration for UMP package.
    Modified configure and Makefiles.

Date: Sat, 16 Jan 1999 02:18:01 +0900 (JST)
From: Yoshishige Arai <ryo2@on.rim.or.jp>
Files: interface/{xaw.h,xaw_c.c,xaw_i.c}
    Added trace mode to xaw interface.

Date: Fri, 15 Jan 1999 14:26:17 +0900
From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Files: configure.in interface/xaw.h interface/xskin_loadBMP.c
    Supported OffiX configuration.  The new configure options are:
	--enable-offix
	    Turn on OffiX interface for XAW.
	--with-offix-includes=[dir]
	    Specify include directry for Offix library.
	--with-offix-libs=[dir]
	    Specify library for Offix.
    Fixed tkl/tk configure bug.
    Included config.h in xskin_loadBMP.c.

-- 1.0.1
Thu Jan 14 1999
Summary:
    * Define function of vsnprintf() and snprintf() if it is not exists.
    * Fixed message transfer probrem with '\n' for some interface.
    * Modified manual installation.
    * Check libXaw3d before checking libXaw.
    * Fixed ALSA configuration probrem.
    * Modified for OffiX interface.
    * Tcl/tk interface can start with no midi file arguments.
    * Modified doc/C/README.xskin

Date: Thu Jan 14, 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/common.c interface/{motif_c.c,slang_c.c,vt100_c,ncurs_c.c,c,
	xaw_i.c,xaw_c.c,tk_c.c,wrdt_x.c}
    Define function of vsnprintf() and snprintf() if it is not exists.
    And use it some where.
    Fixed Tck/Tk message transfer probrem with '\n' (Not completed)
Files: interface/xaw_c.c interface/xaw_i.c
    Fixed XAW message transfer probrem with '\n'.
Files: configure.in doc/Makefile* doc/*/Makefile*
    Modified manual installation.
Files: configure.in interface/xaw.h
    Check libXaw3d before checking libXaw.
    Modified the comment in xaw.h

Date: Tue, 12 Jan 1999 22:00:26 +0900
From: Yamahata Isaku <yamahata@kusm.kyoto-u.ac.jp>
Files: configure.in acinclude.m4
    Fixed ALSA configuration probrem.

Date: Tue, 12 Jan 1999 21:25:32 +0900
From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Files: interface/xaw.h interface/xaw_i.c
    Modified for OffiX file drag & drop interface for xaw. (need libDnd)
    This interface is not enabled by default.  If you want build this,
    define OFFIX in interface/xaw.h and link libDnd.
    xaw.h:WIDGET_IS_LABEL_WIDGET is undefined by default.

Date: Tue, 12 Jan 1999 11:38:16 +0900
From: "KINOSHITA, K." <kino@krhm.jvc-victor.co.jp>
Files: interface/tk_c.c interface/tkpanel.tcl interface/timidity.c
    Tcl/tk interface can start with no midi file arguments.

Date: Sun, 10 Jan 1999 18:58:17 +0900 (JST)
From: Yoshishige Arai <ryo2@on.rim.or.jp>
Files: doc/C/README.xskin
    Fixed spelling and syntax.

-- 1.0.0
1/6, 1999
Major changes from 0.2i:
   * Install with `configure' script.
   * Synchronization for audio and interface controls.
   * Uses GUS/patch and SoundFont for voice data
   * Plays the MIDI file via network (UNIX version)
   * Plays the MIDI file in archive file
   * Plays not only SMF file but also MOD, RCP/R36/G18/G36
   * Can handle 32 channel data
   * Can handle user interfaces as dynamic link modules (UNIX version)
   * Can display the sound spectrogram (UNIX or Macinotsh version)
   * Automatically detects the mode of MIDI file (GM/GS/XG)
   * Automatically detects drum channels (GS/XG)
   * Can display MIMPI's WRD file (One of KARAOKE system mainly used in japan)
   * Localization for Japanese
   * Improve new curses interface
   * Add new interface:
	VT100, X Athena Wiget, Emacs, skin, gtk
   * Make Pre-calculated resampling cache
   * Enable private user configuration (in ~/.timidity.cfg)
   * Add some effects
   * Can control follows while playing:
	- Change drumpart
	- Load patch file
	- Pitch up/down
	- Speed up/down
	- Maxmum voices up/down (limited to MAX_VOICES macro defined at
		compiling)
   * Can output Sun audio file (*.au)
   * Can output encoding of G.711 A-Law
   * Use pager program specified by PAGER Environment when displaying the
	command line help
   * The following new MIDI events are supported:
	ChannelPressure, ModulationWheel,
	Portamento, ReverbEffect, ChorusEffect, RPN+/-,
	Mono/Poly Part, Lyric, KARAOKE-Part(@KMIDI),
	and SystemExclusiveMessages
   * Many bugs (that is found in the original) are fixed.
