/* whatsnew.txt v0.80 */
/* EB = Edward Boone */
/* epsilonbeta@geocities.com */
/* http://www.geocities.com/SiliconValley/Vista/6617/index.html */
/* Only nothing seems to be what it looks like */
/*---------------------------------------------------------------------------*/
v0.80:
any wav-file can be played now (8-bit/16-bit/mono/stereo/big/small)
I use this to play recorded CD-tracks and apply some real-time audio-effects
like changing speed and panning.
thanks to Shawn Hargreaves for his support

limited voc-file support, mono 8-bit, CT-Block Type 1 (8 bit mono) and Type 9
(8/16 bit mono unpacked)
this is a limit of the Allegro-lib

added the -Wall and -W compiler switches to report warnings, and changed the
source-code so that there are none
I think every coder should do this !

redesigned the screen-FX engine (many new effects and new keys, F1-F12 (0-9))
new effects thanks to :
David Lenhart (see.exe F5 : 8, 9 : earth rotation)
Scott Scriven from XYZZ (very comprehensive text about image filtering) (see.exe F11 : 0-9)
Michael Bevin (see.exe F12 : 0-9 : wormhole, plasma, slimy texture)

in see.exe you can now go from one image in a directory to another
simply by pressing left and right. This avoids the switching between text-mode
and graphical mode when browsing images. (thanks Konstanty for your remark)

in see.exe the format of the image is internally converted when you go into
effect mode

now hear.exe uses the JGMOD-library of Jeffery Guan Foo Wah for playing .MOD/.S3M/.XM
and extracting samples of them

the loginname is not more asked at the start of mi.exe if the environment-
variable mi_login is set. Just put (SET mi_login=xxxx) in your autoexec.bat
with xxxx being your nickname.
/*---------------------------------------------------------------------------*/
v0.70:
added this file

adapted load_gif to the latest version of Paul Bartrum's GIF-decoder

see.exe and hear.exe can now be run as standalone programs
(bug-fix: loginname unknown if run as standalone program fixed by referring to default
files michbeta.txt and intrbeta.txt)

.FLC's are supported (this was allready the case in v0.60, only I didn't noticed it then :-))
but not on all computers

You can call online help by pressing [F1] (bug-fix) or <h> (allready in v0.60)
You can read the online help also offline (readme.txt).

Michelle is now part of the DJGPP-distribution. So the directory where it should be installed
from has changed from c:\mich to c:\djgpp
installation: c:\djgpp> pkunzip -d ebmchxxxx.zip
This will install michelle under c:\djgpp\contrib\mich

Michelle can now be downloaded via FTP
e.g
ftp.simtel.net (and it's mirrors)
under /pub/simtelnet/gnu/djgpp/v2tk
the files ebmchxxb.zip : binaries
          ebmchxxs.zip : sources

A warning and installation instructions are displayed now if the program can't find
c:\djgpp\contrib\mich\michbeta.txt (instead of just freezing)

compiled with -O2 instead of -O3 to make the exe's a bit smaller
no performance drop though
corrected rotate.c bug to compile it with optimisation switch on

F7 : extract samples from MOD/S3M/XM-files and save them in c:\djgpp\contrib\mich\data

fixed bug, so that I can play .MID's again

z.c (F10, 0-9) contains effects now (most of them of Brett Porter), but new effect-code is still
welcome
changed also some other effects here and there

here and there some clean-up (like always :-))
