
1.0.2

o this should fix the segfault problem on HP-UX and a few
  rogue cases of  null FILE pointers ;-)



1.0.1

o fixed a few buglets



1.0 

o At each run, ascp now saves every config with a  ".ascp" extension.
o extensive cleanup and addition of a new config page (winlist)


0.9.9pre 

patch 1 (muligan, aegir@sanctuary.org)
o Added "gnome support" for themes via gtk_rc_parse of ./gnome/gtkrc
o Imp'd font selector for BalloonFont and PagerFont, PagerSmallFont
o Changed PagerHilight <color> to take into account PagerHilightBorders
o Added Transparent desks to the pager panel.
- In Progess
o Propagating the font selector calls throughout.
- Going to do soon
o Change the cowardly checkbox for transparent to an edit box of colors
  with a color selector.



0.9.6pre
o full gtk+-1.0.x compatibility (with a few warnings here and there :-)


0.9.5

o deprecated "--enable-16bpp", it's now a runtime option (8,16,24,32)
o added a config file for ascp itself (at this time it's hand
     edited (no ascp page for it yet) 
o completed "audio" and "autoexec" 
o added up/down buttons to easily move list items (ie. autoexec & paths) 
o updated gtk+-1.0.x compatibility 


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)



