
0.9.4

o fixed the pixmap browser
o added path config page (base.*bpp)
o now looks in the multiple paths specified in base.*bpp for icons
o can now _dynamically_ add to ascp search paths
o deprecated the use of local.h
o fixed scrollbar bugs
o added 16bpp as a ./configure option (default 8bpp)
o disabled saving:  window handling, audio, autoexec (until they are ready).


0.9.3:

patch 1 (allanon)
 o ascp_char_to_color() no longer allocates memory; instead, it takes a 
   GdkColor* as a parameter
 o ascp_char_to_color() now uses gdk_color_parse() to parse X color strings
 o added ascp_set_background_color() to set the background of a colorwell 
   when it is realized

patch 2 (allanon)
 o configure: added new --enable-stable-libs option; this option causes 
   configure to check for gtk+ 1.0.0, and sets GTK_STABLE_VERSION in 
   configure.h
 o moved ChangeLog to doc/code/ChangeLog
 o added doc/code/patch; describes how to make a patch by hand or with 
   makeascppatch
 o added doc/code/makeascpclean; cleans out an ascp source directory
 o added doc/code/makeascppatch; makes a patch; assumes that the old code 
   is in /usr/src/ascp-current, and the new tree is in /usr/src/ascp-devel



0.9.2

 o drag and drop support
 o up/down buttons deprecated 
 o supports for the extra 3-dots.xpm 
   (not truly multi-xpm capable, but it's a start).

patch 1 (Makoto Kato)
 o support for i18n (README.i18n)



