2006-11-07 [paul]	0.12.0

	0.12.0 released

2006-11-07 [paul]	0.11.0cvs3

	* po/de.po
	* po/fr.po
	* po/pt_BR.po
	* po/sk.po
		updated by Stephan Sachse, Fabien Vantard,
		Frederico Goncalves Guimaraes, and Andrej
		Kacian

2006-10-31 [colin]	0.11.0cvs2

	* src/gtkhtml2_viewer.c
		Fix bug 1047, 'CURLOPT_MUTE removed in
		libcurl 7.16.0' (it was deprecated)

2006-09-25 [colin]	0.11.0cvs1

	* src/gtkhtml2_viewer.c
		Finally put back contextual menu on links
		Sorry for the multiple freezes breaks -;)

2006-09-25 [paul]	0.11.0

	0.11.0 released

2006-09-25 [colin]	0.10.2cvs26

	* src/gtkhtml2_viewer.c
		Now you see me, now you don't... Oops.

2006-09-25 [colin]	0.10.2cvs25

	* src/gtkhtml2_viewer.c
		Put back 0.10.2cvs21 (contextual menu on links)

2006-09-25 [paul]	0.10.2cvs24

	* configure.ac
	* po/de.po	** NEW **
	* po/es.po
	* po/fi.po	** NEW **
	* po/fr.po
	* po/pt_BR.po
	* po/sk.po	** NEW **
	* po/sr.po	** NEW **
		added/updated by Stephan Sachse, Ricardo Mones Lastra,
		Flammie Pirinen, Fabien Vantard, Frederico Goncalves
		Guimaraes, Andrej Kacian, and Aleksandar Urosevic

2006-09-22 [ticho]	0.10.2cvs23

	* configure.ac
		Update required sylpheed-claws version to 2.4.0.200.

2006-09-18 [colin]	0.10.2cvs22

	* src/gtkhtml2_viewer.c
		Revert latest-commit (breaking string freeze, oops!)

2006-09-18 [colin]	0.10.2cvs21

	* src/gtkhtml2_viewer.c
		Popup contextual menu when right-clicking links

2006-09-12 [colin]	0.10.2cvs20

	* src/gtkhtml2_viewer.c
		Fix compilation without libcurl

2006-09-11 [wwp]	0.10.2cvs19

	* src/gtkhtml2_viewer.c
		gettext-ize more strings (plugin error messages).

2006-09-10 [paul]	0.10.2cvs18

	* src/gtkhtml2_viewer.c
		fix compilation warnings

2006-09-09 [colin]	0.10.2cvs17

	* src/gtkhtml2_viewer.c
		Implement zooming via Control+mouse wheel 

2006-09-09 [colin]	0.10.2cvs16

	* src/gtkhtml2_viewer.c
		Set minimum font size to our normal font size.
		Requires libgtkhtml > 2.11.0 (for now, CVS
		checkout more recent than Sep 9, 2006, 18:00 UTC)

2006-09-04 [colin]	0.10.2cvs15

	* src/gtkhtml2_viewer.c
		Fix crash when closing an external messageview 
		during load

2006-09-01 [wwp]	0.10.2cvs14

	* commitHelper
		sync w/ commitHelper in sylpheed-claws module:
		use CVSEDITOR env. var. if set.

2006-08-29 [colin]	0.10.2cvs13

	* src/gtkhtml2_viewer.c
		Valgrind fixes, implement scroll

2006-08-29 [paul]	0.10.2cvs12

	* .cvsignore
		remove references to pluginconfig.h(.in),
		the files ceased to exist

2006-08-28 [paul]	0.10.2cvs11

	* src/Makefile.am
	* src/gettext.h
	* src/gtkhtml2_viewer.c
		added missing gettext.h
		removed #include "pluginconfig.h"

2006-08-28 [paul]	0.10.2cvs10

	* configure.ac
	* po/Makefile.in.in
	* po/Makevars
	* po/POTFILES.in
	* po/fr.po
	* po/remove-potcdate.sin
	* src/Makefile.am
	* src/gtkhtml2_prefs.c
	* src/gtkhtml2_viewer.c
		require autoconf 2.60, enabling building
		with gettext 0.15 (gettext 0.14.x build still
		possible). Replace Makefiles with versions
		from gettext 0.15.
		Remove configure option --with-localedir. The
		option that is provided directly by autoconf
		2.60 can be used instead: --localedir
		Add missing files in po/
		All thanks to Colin

	* po/fr.po
		updated by Colin

2006-08-27 [colin]	0.10.2cvs9

	* src/gtkhtml2_viewer.c
		Implement plugin_provides()

2006-08-23 [colin]	0.10.2cvs8

	* configure.ac
	* src/gtkhtml2_viewer.c
		Implement get_selection(), which will return
		the selected text

2006-08-21 [colin]	0.10.2cvs7

	* src/gtkhtml2_prefs.c
	* src/gtkhtml2_prefs.h
	* src/gtkhtml2_viewer.c
		Implement image cache

2006-08-18 [paul]	0.10.2cvs6

	* configure.ac
		bump up GLib and GTK+ minimum required versions,
		following Claws

2006-08-17 [colin]	0.10.2cvs5

	* src/gtkhtml2_viewer.c
		Don't verify certificate on https

2006-08-09 [colin]	0.10.2cvs4

	* src/gtkhtml2_viewer.c
		Don't wait for stuff loading if we're
		exiting. Requires SC 2.4.0cvs36

2006-08-09 [colin]	0.10.2cvs3

	* src/gtkhtml2_viewer.c
		- Implement non-blocking I/O (allows switching to 
		  another mail before images are loaded on the
		  current one
		- Add a NoticeView to tell there were images if
		  they weren't loaded for some reason
		Please test :)

2006-08-03 [colin]	0.10.2cvs2

	* src/gtkhtml2_viewer.c
		Use base href in <a> links too

2006-08-03 [colin]	0.10.2cvs1

	* src/gtkhtml2_viewer.c
		Handle base_url property as
		given by libgtkhtml2, for use in
		request_url callback. Why can't
		libgtkhtml2 handle it by itself
		is another question.

2006-08-02 [paul]	0.10.2

	0.10.2 released

2006-06-26 [colin]	0.10.1cvs2

	* src/gtkhtml2_viewer.c
		Let the scrolled window look like the
		normal textview (Thanks to Fabien)

2006-06-21 [colin]	0.10.1cvs1

	* configure.ac
		Fix missing pthread support

2006-06-12 [paul]	0.10.1

	0.10.1 released

2006-06-12 [paul]	0.10.0cvs4

	* po/Makefile.in.in
		fix autoconf warning

2006-06-12 [paul]	0.10.0cvs3

	* configure.ac
	* po/fr.po
		new translation, submitted by Fabien Vantard <fzzzzz@gmail.com>

2006-06-06 [wwp]	0.10.0cvs2

	* configure.ac
	* src/.cvsignore
	* src/plugin_version.h.in
	* src/gtkhtml2_viewer.c
		fix/unify/simplify autostuff, get rid of src/plugin_version.h{,.in} (use pluginconfig.h instead).

2006-06-03 [wwp]	0.10.0cvs1

	* commitHelper
	* PATCHSETS
	* configure.ac
		introducing commitHelper for plugins too.

2006-04-27 [colin] 	0.10

	* configure.ac
	* po/pl.po
		Polish translation
		Patch by Pawel Pekala.

2006-04-07 [colin] 	0.9

	* configure.ac
		Optionnaly handle --prefix.
		Patch by Pawel Pekala.

2006-04-06 [paul] 0.8

	* src/gtkhtml2_prefs.c
		fix namespace conflict. prefs_page is already 
		used (and non-static) by Dillo plugin.
		Thanks to Colin.

2006-03-16 [colin] 0.7

	* src/gtkhtml2_viewer.c
	* configure.ac
		Load inline images using Content-Location too
		Requires newer SC version

2006-03-15 [wwp] 0.6

	* src/gtkhtml2_viewer.c
		Use a better solution for timeouts (thanks to Colin)

2006-03-15 [colin] 0.5

	* src/gtkhtml2_viewer.c
		Load inline images (attached to the mail).
		Patch by Ivan Rayner <ivanr@sgi.com>

2006-03-14 [wwp] 0.3

	* src/gtkhtml2_viewer.c
		Properly init curl outside of any thread (thanks to Colin)

2006-02-13 [colin] 0.2

	* src/gtkhtml2_viewer.c
		Use correct Mimeview for statusbar
		Specify HTML charset if unspecified
