1999-03-08  Eric Blaine Werner  <ebw@city-net.com>

	* Fixed gstamp crash when loading RCFILE after previewing an image.
	* Minor code cleanup
	
1999-03-08  Eric Blaine Werner  <ebw@city-net.com>

	* Fixed a bug where gstamp would crash if you Preview and then
	  open an RC File.
	* Added a (useless) Help menu.
	* Removed the About Tab.

1999-03-07  Eric Blaine Werner  <ebw@city-net.com>

	* Released Stamp 2.0.6!
	* Patrick drew some icons which I now use to inform the user
	  that we're stamping/sending.
	* Added a status bar
	* Cleaned up gstamp_ui.c a bit.
	* Renamed gstmpcfg to gstamp
	* Fixed a bug where if jpeglib bombs, it would take 
	  stamp down with it.  (this was somewhat horrid - 
	  libjpeg uses setjmp and longjmp for error handling.)

1999-03-06  Eric Blaine Werner  <ebw@city-net.com>
	  
	* Added a menubar
	* Added "Stamp" menu item which stamps the image
	 with the current settings
	* Added "Stamp and Send" menu item which stamps the image
	 with the current settings and then sends it to the server
	* Fixed the notebook so if you resize the window, the notebook
	  resizes as well.
	* Made Stamp, and Stamp and Send actually fork, so the
	  UI doesn't die..
	 	  
1999-03-05  Eric Blaine Werner  <ebw@city-net.com>

	* Moved most of main() in stamp.c into stamp_main in common.c
	* Moved common.* and transmogrify.* to lib
	* Made JPG_Save nondestructive
	* Made JPG_Free to free the alloced memory

1999-02-28  Eric Blaine Werner  <ebw@city-net.com>

	* Fixed a bug in gstamp that made it ignore 
	  a cmd line arg for rcfile

1999-02-28  Eric Blaine Werner  <ebw@city-net.com>

	* Changed Stamp to delete its tmp files
	* Changed Stamp to use it's pid when making tmp files
	* Changed Stamp to always produce a color jpeg
	  Now poor schleps like me can have color on their
	  b/w webcam images.
	* Added an icon for the window.
	* Added support for error codes in gstmp
	* New Message Dialog

1999-02-28  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Stamp now exits with error codes, and has an associated array
	  of strings, extern char *stamperror[], which can be output to
	  explain the error.

1999-02-27  Eric Blaine Werner  <ebw@city-net.com>
	* Fixed the bug where you get an empty window on startup.
	* Added Previewfile to the stamp arg struct, and everything
	        that needs to mod it.
	
1999-02-27  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* in RC_save, if a string is null, don't save it at all.

1999-02-27  Eric Blaine Werner  <ebw@city-net.com>
	* Renamed some functions
	* Added an entry field and button for preview jpeg
	* Fixed segfaults in previews
	* Changed title on preview window
	* Fixed common.c to make it a bit more sane and
	  to kill the segfaults
	* Added UPDATE and SAVE AS

1999-02-26  Eric Blaine Werner  <ebw@city-net.com>

	* Previews (somewhat) working (hope you don't have an 8-bit display...)

1999-02-21  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Removed UseFTP checkbox.  It is a commandline option
	* Finished adding all tooltips.
	* Added "Upload Name" field, this is the name of the file as it
	  would be uploaded to an FTP server.  Can now differ from output
	  name, which makes sense.
	* Added "quality".  Hehe.  Well, the whole program is quality, but
	  this in for the JPEG settings. :)

1999-02-20  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Fixed most of the tooltips in the GUI.
	* We are now working with a configure-based system.  Jeez, that
	  was annoying.  Well, I guess it is all for the best. :)
	* Supporting files are dropped into $prefix/share/stamp

1999-02-19  Eric B. Werner  <ebw@city-net.com>

	* Patrick integreated Stamp 1.4 with gstmp-0.4 to make
	  stamp-2.0.pre0
	* Cleaned up the gstamp source files.  Now, only signal 
	  functions are in the signal file and misc functions are
	  in misc.  (stamp-2.0.pre0-ebw)
	* Everything in gstamp works except the preview.
	
1999-02-14  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Eliminated command line arguments, now everthing is
	  in stamprc file.  Remaining command line arguments
	  are -v, -r rcfile, -h, and -f (ftp).  Everything else
	  is loaded from stamprc.

1999-02-13  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Got string exec'ing to work for RC files... it is better this way.

1999-02-13  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Stamp gets a second wind, and a new programmer, Eric Werner!
	* Broke out all functions into header and C files, so that common
	  parts could be used by multiple programs.
	* DEATH to global variables!!  They're all gone. :)
	* All JPG manipulation functions are in transmogrify.c
	  except load and save, which are independent.

1999-02-12  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Recombined the ShadeUpper and ShadeLower functions into a
	  Shade(position) function.  
	* Added support for sideways text... thanks to heavy competition
	  to keep up with the features being released by JeffS on his
	  Windows stamp-like program. :)

1999-02-10  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Version 1.3 is Released.
	* Fixed a lot of problems I created by doing all this stuff.
	* Added fore/back-ground colors.  
	* You can now choose to use two different fonts for the top and
	  bottom strings.  

1999-02-07  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Added -s flag.  This allows you to make the shade gradiant
	  shade faster or slower.  Values above 20 are ridiculous... but
	  you're welcome to use them.  0 will produce no shade at all,
	  and 8 is the default.  This means, every scanline, the pixels
	  gets 8 shades darker...  
	* Added color text option when using color JPEGS. -R -G and -B
	  now select the values (0-255) for each component.
	* Mashed together the Color and B&W cases by using the variable
	  "factor" which determines the scaling.  This makes things
	  cleaner.  In case you're curious, color jpegs are 3x the width
	  of b&w jpegs, because of 3-pixels per pixel determine color.	

1999-02-06  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Version 1.2 Released.
	* Now uses getopt_long for long-named cmdline options, in
	  the GNU-ish style.

1999-02-05  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Now smaller fonts like 8x8.fnt scrunch out of the way, and
	  do not take up as much room (or shade) as a larger font.  It
	  makes things very nice looking.

	* Added 3d mode, and -2 option to disable new 3d lettering (default).
	  Drank lots of coffee.

	* Removed hard-coded bitmap[][] array, now dynamically malloc'ed.
	  That was a mess.  Now it is nice. 

	* Created stamp-fonts.tar.gz bundle for the less fortunate
	  people who don't run Slackware like me. :)
	
	* Created AUTHORS file, removed authors from stamp.c

	* Added -v to -h menu of options.

1999-02-05  Patrick J.M. Keane  <patrick@cs.pitt.edu>

	* Version 1.1 Released.

	* Fixed a lot of the segmentation fault possibilities.

	* Organized all of the arguments into a structure.

	* Organized all of the image properties into a structure.

	* Now distributed with a standard Linux font to use, just in case.

	* Moved all of stamp.h into stamp.c for now, to make things easier
	  on me.

	* Much more code clean up.
	
1999-02-01  Patrick J.M. Keane  <patrick@cs.pitt.edu>
	
	* Version 1.0!  Woo hoo!  :-)
	
	

