2008-12-11  Øyvind Kolås  <pippin@gimp.org>

	* configure.in: bump version to 0.1.20

2008-12-11  Øyvind Kolås  <pippin@gimp.org>

	* configure.in: copied lua handling from GEGL.
	* src/render.c: updated to newer APIs.

2005-03-30  Øyvind Kolås  <pippin@gimp.org>

	* configure.in: bump version to 0.1.19

2005-03-30  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: Scroll view, and move cursor to line lua suspected
	error comes from.

2005-03-30  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c,
	* src/interface.c: Added print pane, at the moment just displaying the
	last string printed from lua.

2005-03-30  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: renamed time to user_value, fixed animation rendering.
	* src/interface.c: added about dialog, and properties toggle button.

2005-03-25  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: import the table library.

2004-12-14  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: readded initial copying of layer, that was accidentaly
	removed in previous commit.
	Added global symbols bound_x0, bound_y0, bound_x0, and bound_y0.
	made the wrap mode of the pixel fetcher default to smear, since it
	is the mode that seems to have the least problems.
	
	Updated version to 0.1.18
	

2004-12-14  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: massive speed increase after porting the pget
	function to GimpPixelFetcher.
	
	Updated version to 0.1.17

2004-12-14  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: made the dialog not quit when ESC is pressed, this
	makes the editor more useful for people used to vim, which might press
	ESC accidentaly while editing.

2004-12-07  Øyvind Kolås  <pippin@gimp.org>

	* src/main.c: register script parameter with PDB properly. 
	
	Updated version to 0.1.16
	
2004-12-05  Øyvind Kolås  <pippin@gimp.org>

	* src/main.c: code cleanup, use GNU indentation style.
	
2004-12-04  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: preparing for input from multiple drawables.
	* src/render.c: default to full opacity in set_value and set_rgb.

2004-11-26  Øyvind Kolås  <pipipn@gimp.org>

	* src/main.c: add alpha channel to animation layers if original
	didn't have it.
	
	Updated version to 0.1.14

2004-11-26  Øyvind Kolås  <pipipn@gimp.org>

	* src/interface.c: Added shortcuts for toolbar buttons, (see tooltops
	for value), added animation frame (toggle it by shift+ctrl+a).
	* src/main.c: Added code to handle animation.
	* src/main.h: Increased maximum script size to 64k
	* configure.in: use lua-config, guesses, and allow setting prefix
	where lua is installed check ingorporated from stratagus.

	Updated version to 0.1.13

2004-11-23  Øyvind Kolås  <pippin@gimp.org>

	* configure.in: make the configure check not depend on the debian
	specific pkgconfig files.

2004-11-22  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: rewrote to use a single pair of pset/pget
	functions. should make porting to other envirometns easier,
	rewrote the function registration code, added pixel setters
	and getters for hsv and hsl using libgimpcolor.
	* configure.in: update version to 0.1.11

2004-11-21  Øyvind Kolås  <pippin@gimp.org>

	* configure.in
	* src/Makefile.am
	* src/interace.c: use gtksourceview if available, this gives
	autoindent, linenumbers and syntax highlight.
	* src/render.c: apply changes even when parsing of lua code encounters
	errors. (fixed crash).
	* src/main.h: rewrote sample code, to include listing of custom
	function prototypes as well.
	* configure.in: update version to 0.1.10

2004-11-20  Øyvind Kolås  <pippin@gimp.org>

	* src/main.c, run(): freeze and thaw undo system, to avoid storing
	undo information about the temporary preview layers.
	* configure.in: update version to 0.1.9

2004-11-17  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: moved previe code
	* src/preview_layer.[ch]: to these files, added correct positioning
	for the preview layer.
	* configure.in: update version to 0.1.8

2004-11-17  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: replaced code to create the preview code with
	actual libgimp calls, now preserving layer mode mask and opacity.
	* configure.in: update version to 0.1.7
	
	added .cvsignore files to repository

2004-11-13  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: set error_label to NULL after closing dialog.

	released 0.1.6

2004-11-12  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: force numeric locale to C before evaluating user
	provided code.

	released 0.1.5

2004-11-11  Øyvind Kolås  <pippin@gimp.org>

	* all: renamed to gluas, did search and replace on the whole source
	tree.

	released 0.1.4

2004-11-11  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: fixed bug with textview, due to setting "monospace,
	courier" as family, just setting "monospace" makes it work on win32.
	* src/render.c: added get_lab() and set_lab() functions.

2004-11-09  Øyvind Kolås  <pippin@gimp.org>

	released 0.1.3

2004-11-09  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: a label for displaying error messages.

2004-11-09  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: use a toolbar instead of hbox with buttons.

2004-11-07  Øyvind Kolås  <pippin@gimp.org>

	* README: added information about flush ()
	* src/render.c: added flush () function

2004-11-07  Øyvind Kolås  <pippin@gimp.org>

	* README: wrote some content

2004-11-06  Øyvind Kolås  <pippin@gimp.org>

	* src/render.c: redid script api, set_rgb, set_rgba, get_value
	* examples/*.lua: reflect changes in script api

2004-11-05  Øyvind Kolås  <pippin@gimp.org>

	* src/interface.c: added in image "preview"

2004-11-04  Øyvind Kolås  <pippin@gimp.org>

	* src/main.c: split code out ...
	* src/interface.c: into here
	* src/render.c: and here (refactoring of api as well)

2004-10-28  Øyvind Kolås  <pippin@gimp.org>

	Adapted gluas to gimp plug-in template

2004-02-02  Sven Neumann  <sven@gimp.org>

	* Made 1.3.3 release.

2004-02-02  Sven Neumann  <sven@gimp.org>

	* autogen.sh: also check for automake-1.8.

2004-02-01  Michael Natterer  <mitch@gimp.org>

	* src/interface.[ch]
	* src/render.[ch]: #include and trailing whitespace cleanup.

	* src/main.c: added example which shows how to pass both "seed"
	and "randomize" and how to store and retreive them from the
	plug-in's arguments and from the last_vals struct correctly.

2004-01-28  Sven Neumann  <sven@gimp.org>

	* configure.in: use AC_CONFIG_FILES.

2004-01-27  Manish Singh  <yosh@gimp.org>

	* src/Makefile.am
	* configure.in: redid the versioning magic, some cleanup.

2004-01-27  Sven Neumann  <sven@gimp.org>

	* autogen.sh
	* configure.in: simplified by using PKG_CHECK_MODULES instead of
	AM_PATH_GIMP_2_0.

2004-01-27  Sven Neumann  <sven@gimp.org>

	* configure.in: removed use of $DATADIRNAME in favor of $datadir.
	Use pkg-config instead of gimptool-1.3.

	* src/Makefile.am: use GIMP_LIBDIR.

2004-01-20  Sven Neumann  <sven@gimp.org>

	* configure.in: check for gimp >= 1.3.24; bumped version to 1.3.3.

	* src/interface.c
	* src/main.{ch]: adapt to changed API of gimp_random_seed_new().

2003-12-04  Sven Neumann  <sven@gimp.org>

	* configure.in: only use FOO_DISABLE_DEPRECATED in CPPFLAGS when
	compiling against gtk+ <= 2.3.0. Fixes bug #128550.

2003-11-29  Sven Neumann  <sven@gimp.org>

	* Made 1.3.2 release.

2003-11-29  Sven Neumann  <sven@gimp.org>

	* src/render.c (render): added a g_message() so something happens
	when clicking the OK button.

	* HACKING: updated.

2003-11-29  Sven Neumann  <sven@gimp.org>

	* debian/Makefile.am
	* help/C/Makefile.am
	* help/images/Makefile.am: minor cleanups.

	* help/Makefile.am
	* help/gimp-help.xml: added a mapping file for the GIMP help system.

	* src/interface.c: register help for the dialog.

2003-11-29  Sven Neumann  <sven@gimp.org>

	* autogen.sh: updates based on the autogen.sh script in GIMP.

2003-11-11  Sven Neumann  <sven@gimp.org>

	* src/interface.c (dialog): use gimp_dialog_run().

2003-11-06  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on GIMP >= 1.3.23. Bumped version to 1.3.2.
	
	* src/interface.c: updated for new GimpDialog API.

	* src/main.c: updated for new GimpHelp API.

2003-07-25  Sven Neumann  <sven@gimp.org>

	* Made 1.3.1 release.

2003-07-25  Sven Neumann  <sven@gimp.org>

	* Makefile.am (DISTCLEANFILES): added intltool-extract and friends.

2003-07-22  Sven Neumann  <sven@gimp.org>

	* configure.in: use AM_PATH_GIMP_2_0(), changed the gettext domain
	to gimp20-gluas.

2003-07-06  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on GIMP >= 1.3.17.

	* src/main.c: added const qualifiers as expected by
	libgimp >= 1.3.17.

2003-03-25  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on GIMP >= 1.3.14.
	
	* src/plugin-intl.h: only define the gettext macros here.
	
	* src/main.c: bind to the plug-in textdomain, GIMP takes care of
	the rest.

2003-03-10  Manish Singh  <yosh@gimp.org>

	* src/main.c: #include <string.h> for strcmp

	* Makefile.am (EXTRA_DIST): include HACKING

2003-03-09  Sven Neumann  <sven@gimp.org>

	* COPYING
	* src/*.[ch]: relicensed to a less restrictive X11-style license.
	Thanks to Adam D. Moss <adam@gimp.org> for providing the patch for
	this change.

	* configure.in: bumped version to 1.3.1.

2003-03-05  Sven Neumann  <sven@gimp.org>

	* Made 1.3.0 release.

2003-03-05  Sven Neumann  <sven@gimp.org>

	* Makefile.am (EXTRA_DIST): include autogen.sh and the
	intltool*.in files.

	* src/Makefile.am: please automake-1.7.

2003-03-05  Sven Neumann  <sven@gimp.org>

	* acconfig.h: removed this file.

	* README
	* configure.in
	* src/interface.c
	* src/main.c
	* src/main.h: various changes to make it compile with GIMP >= 1.3.11.

2002-06-03  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* README: Added notice about po/README.translators.

2002-05-14  Sven Neumann  <sven@gimp.org>

	* configure.in: check for bind_textdomain_codeset.

2002-04-16  Sven Neumann  <sven@gimp.org>

	* autogen.sh: call glib-gettextize and intltoolize.

	* configure.in: require at least gimp-1.3.5. Use AC_PROG_INTLTOOL
	and AM_GLIB_GNU_GETTEXT for i18n.
	
	* src/interface.c (dialog_ok_callback): made it compile again.

2002-01-15  Sven Neumann  <sven@gimp.org>

	* HACKING
	* Makefile.am
	* acconfig.h
	* autogen.sh
	* configure.in
	* src/Makefile.am
	* src/interface.c
	* src/main.c
	* src/plugin-intl.h: use gimp-1.3.

2001-12-26  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added "az" to ALL_LINGUAS.

2001-12-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added "sk" to ALL_LINGUAS.

2001-11-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.

2001-10-20  Christophe Merlet  <redfox@eikonex.org>

	* configure.in: Added "fr" to $ALL_LINGUAS.

2001-08-31  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW

2001-07-12  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: added zh_TW.Big5 (traditional Chinese) to ALL_LINGUAS

2001-07-12  Michael Natterer  <mitch@gimp.org>

	* made 1.2.0 release.

2001-07-12  Michael Natterer  <mitch@gimp.org>

	* README: updated.

	* src/main.h
	* src/interface.c: added image & drawable menu examples.

2001-07-12  Michael Natterer  <mitch@gimp.org>

	* autogen.sh: allow newer auto* version strings.

	* configure.in: bumped version number to 1.2.0, require gimp 1.2.1.

	* src/Makefile.am
	* src/interface.h
	* src/main.h
	* src/render.h: minor cleanups.

2000-08-28  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* src/interface.c
	* src/main.c: removed COMPAT_CRUFT

2000-08-25  Kevin Turner  <acapnotic@users.sourceforge.net>

	* src/Makefile.am (LDADD): Remove GTK_LIBS, as these are included in 
	GIMP_LIBS.

2000-06-24  Sven Neumann  <sven@gimp.org>

	* autogen.sh: applied patch from Sesse <sgunderson@bigfoot.com>
	that fixes the check for recent versions of auto[conf|make].
	
	* configure.in: we require gimp-1.1.24 and gtk+-1.2.8

2000-06-14  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* debian/*: new directory.

	A patch from Kevin Turner <acapnotic@users.sourceforge.net> which
	adds a debian packet description.

2000-06-14  Michael Natterer  <mitch@gimp.org>

	* src/Makefile.am: disable all Gimp compatibility defines.

	* src/interface.[ch]
	* src/main.[ch]
	* src/plugin-intl.h
	* src/render.[ch]: some (not yet finished) code to show how to
	store stuff per drawable and per image through parasites.
	Minor fixes.

2000-05-24  Michael Natterer  <mitch@gimp.org>

	* src/main.c: register for all image types.

2000-05-24  Michael Natterer  <mitch@gimp.org>

	* HACKING: s/gfm/gluas/

2000-05-24  Michael Natterer  <mitch@gimp.org>

	* src/interface.c: one more comment.

	* src/main.[ch]: renamed variables, #define'd some string constants.

2000-05-24  Michael Natterer  <mitch@gimp.org>

	* src/interface.[ch]
	* src/render.[ch]: added some comments.

2000-05-24  Michael Natterer  <mitch@gimp.org>

	* initial revision.
