2011-11-208 Rüdiger Schneider <remschneid@web.de>

        V1.0.4
        * src/main.c: Fixed finally the Cancel button pressed problem.
        * changed src/plugin-intl.h because menu strings are not localized on Windows.

2011-11-20 Rüdiger Schneider <remschneid@web.de>

        V1.0.3
        * src/main.c: hopefully fixed the Cancel button pressed problem.
          I think it's never a good idea to delete gradients still in use.
          Under Linux this explains the sometimes dangling gradients named
          "toygradient".

2011-11-18 Rüdiger Schneider <remschneid@web.de>

        V1.0.2
        * configure.in: removed check for GIMP 2.7, don't need it anymore
        * src/render.c: uses a wrapper function for gimp_image_insert_layer()
          and gimp_image_add_layer (), so compiled
	  plugins will run on 2.6 and 2.7 versions of GIMP.
        * src/main.c: hopefully fixed a problem with writing and reading of
          values in the gimprc file on Windows.
	* src/interface.c: added a "horizon view" in the preview, you can 
          still use the old "line view" if you like bx adding a new option 
          in the gimprc file.
	* generally a lot of code was fixed for better readability.

2011-11-11 Rüdiger Schneider <remschneid@web.de>
	
	V1.0.1
	* configure.in: Check for GIMP 2.7 
        * src/render.c: uses gimp_image_insert_layer() if you're compiling
          for GIMP 2.7 so no change in source is necessary anymore.
	* src/main.c: removed a useless debug message.

2011-11-10  Rüdiger Schneider  <remschneid@web.de>

	V1.0
	* initial revision.
