=== gedit-plugins 2.15.3 ===

2006-06-12  Steve Frécinaux  <steve@istique.net>

	* NEWS:
	* README:
	* configure.ac:
	
	gedit-plugins 2.15.3 released.

2006-06-11  Steve Frécinaux  <steve@istique.net>

	* MAINTAINERS: add MAINTAINERS file.
	
	* configure.ac: set default prefix to the one gedit is installed under;
	lower the gedit dependency to 2.14.2; fix the --with-plugins help
	message.
	
2006-06-04  Steve Frécinaux  <steve@istique.net>

	* plugins/smartspaces/Makefile.am:
	* plugins/smartspaces/smartspaces.gedit-plugin.desktop.in:
	* plugins/smartspaces/smartspaces.py:
	* plugins/smartspaces/.cvsignore:

	New Smart Spaces plugin.

	* configure.ac: add above plugin to python plugin list.

2006-06-03  Steve Frécinaux  <steve@istique.net>

	* plugins/terminal/terminal.py: fix the context menu positioning on
	"popup-menu" event. (requires gedit 2.15 from today CVS)

2006-05-31  Steve Frécinaux  <steve@istique.net>

	* plugins/terminal/terminal.py: move the scrollbar into the terminal
	widget; get the most part of terminal configuration from GConf (Default
	gnome-terminal profile); add a terminal popup menu containing copy and
	paste entries.

2006-05-30  Steve Frécinaux  <steve@istique.net>

	* plugins/terminal/terminal.py: adapt to use a window helper. Converted
	tabs to space to conform to PEP8. (py plugins should conform to PEP8.)

2006-05-25  Steve Frécinaux  <steve@istique.net>

	* plugins/charmap/gedit-charmap-plugin.c: remove statusbar text on
	plugin removal.

	* configure.ac: set gedit requirement to 2.14 since people have been
	asking for it several times. Added a note about prefix.

	* plugins/colorpicker/colorpicker.py: reverted API update to make it
	run with gedit 2.14

2006-05-24  Paolo Borelli  <pborelli@katamail.com>

	* plugins/charmap/gedit-charmap-plugin.c: fix leak.

2006-05-20  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/colorpicker/colorpicker.py: fixed setting color picker menu
	item insensitive when there are no documents. Close dialog when it's
	still open and there are no more documents open.

2006-05-19  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/colorpicker/colorpicker.py: fixed finding color from cursor
	position (it no longer accepts # as a hex color token, which it 
	shouldn't have in the first place)

2006-05-19  Jesse van den Kieboom  <jesse@icecrew.nl>

	* configure.ac: added checks for plugin dependencies. When dependencies
	are not met the plugin will be disabled. When the plugin is explicitely
	defined with --enable-plugins then the missing dependency will generate
	an error, otherwise it will only generate a warning so plugins can
	still be built, but without that specific plugin. Added python vte 
	module check for the terminal plugin. Disable all python plugins when
	there is no python support.

2006-05-15  Steve Frécinaux  <steve@istique.net>

	* configure.ac: bumped intltool requirement to 0.35.0, and gedit
	requirement to 2.15.2.

	* plugins/colorpicker/colorpicker.py: updated deprecated use of
	gedit.gedit_app_get_default().