aterm v.0.2.0
*Started this ChangeLog. Old rxvt ChangeLog moved to doc/ChangeLog.rxvt
*Converted documentation to aterm vs. rxvt
*src/features.h [ATERM_PATH_ENV]: Added ATERMPATH env. variable to 
 define PATH where to search for files. Aterm is now looking in ATERMPATH,
 then RXVTPATH, and only then in PATH.
* --enable-transparency and --enable-next-scroll are now set by default.

aterm v.0.3.0
*started new development version. USE IT WITH CAUTION !!!
*Changed --enable-background-xpm to --enable-background-image. Due to wider
 image format support it makes better sense.
*Added optional integration with AfterStep libraries for wider image format
 support. JPEG and PNG images can now be used as background, 
 if shared AfterStep libraries are installed on system.
 libJPEG v.6.0a and/or libPNG v.1.0.2 or greater required.
 Imaging library detection macros has been taken from AfterStep distribution.
 AfterStep libs will only be used if configured with --enable-background-image
 flag.
*--enable-aftersteplibs configure flag added to enable/disable AfterStep
 integration. Enabled by default. 
*the following configure options added to enable/disable image library usage :
  --with-xpm-includes=DIR use XPM includes in DIR
  --with-xpm-library=DIR  use XPM library in DIR
  --with-xpm              use XPM
  --with-jpeg-includes=DIR use JPEG includes in DIR
  --with-jpeg-library=DIR  use JPEG library in DIR
  --with-jpeg              support JPEG image format [yes]
  --with-png-includes=DIR use PNG includes in DIR
  --with-png-library=DIR  use PNG library in DIR
  --with-png              support PNG image format [yes]
*src/feature.h removed obsolete code for XPM_BUFFERING support.
*src/main.c (resize_window()) fixed bug when transparent background gets 
 garbled, when Shading/Unshading aterm in AfterStep.
*src/screen.c scr_clear() changed into scr_clear_tint(int bWithTinting) 
 to enable/disable tinting while clearing window. scr_clear() is now
 a macro calling scr_clear_tint(1).
*src/screen.c (scr_clear_tint()) fixed minor bug in tinting code
 to use TermWin_internalBorder instead of BORDERWIDTH
*src/screen.c (CLEAR_CHARS(),CLEAR_ROWS()) fixed bug when clearing
 screen will keep tine border around window untinted.
 ( based on contribution from Michael Bruun Petersen" <mbp@image.dk>)
*src/main.c added (SetBackgroundPixmap(char* PixmapSpec)) to parse pixmap
 specification load/scale pixmap.
*src/main.c (change_font()) added sanity check for font width, that will
 hopefully prevent aterm from crashing, when using some fonts.
 ( thanks to <suchness> for suggestion ).
*src/xpm.c moved to src/pixmap.c due to wider image format support that
 makes better sense.
*src/pixmap.c removed obsolete code for XPM_BUFFERING
*src/pixmap.c (set_bgPixmap()) modifyed for optional utilization of 
 AfterStep libraries.
*src/pixmap.c (resize_pixmap()) added support to prevent pixmap from 
 tiling vertical, horizontal or in both directions. See src/feature.h
 to enable/disable this.
 ( contributed by Eric Tremblay <deltax@dsuper.net> )
*src/rxvt.h   added :
 #include <sys/int_types.h> 
 to fix compilation problems on some Solaris boxes.
 ( suggested by Albert Dorofeev <tigr@tigr.net> )
*src/scrollbar2.c rewrote NeXT scrollbar code for better portability
 and configurability. Now scrollbar width and look can be changed at 
 compile time, using options in rxvt.h.
*src/rxvt.h added bunch of defines to enable NeXT scrollbar tweaking at 
 compile time:
    /* could be anything from 13 to 19  but the true NeXT is 17 */ 
    # define SB_WIDTH		17 
    /* this will define somemore parameters for shaping NeXTish scrollbars */
    /* NEXT_SCROLL_CLEAN if defined removes shades of gray from buttons */
    # undef NEXT_SCROLL_CLEAN   
    # define NEXT_SCROLL_SQUARE_ARROWS 
    # define SB_BORDER_WIDTH 1
    /* this makes buttons thinner then scrollbar's base ( if more then 0 ) */ 
    # define SIDE_STEP_WIDTH 0
    /* end NeXT scrollbar specific fetures */

aterm v.0.3.1
*src/command.c (process_x_event()) added check for _XROOTPMAP_ID value - 
 so not to refresh screen when it's None - that fixes problem with aterm
 dieing on AfterStep restart.
