=== 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().

=== gedit-plugins 2.15.2 ===

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

	* Makefile.am: added gnome-doc-utils.make to dist and dustclean targets.

	* plugins/showtabbar/Makefile.am: added schema file to dist, clean and
	distclean targets.

	* README: information about module and how to install.

	* configure.ac: gedit-plugins 2.15.2 released.

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

	* plugins/charmap/gedit-charmap-plugin.c: fix the insertion when a
	document is read-only or non-editable. Show information about the
	currently selected char in the statusbar.

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

	* INSTALL: Added generic install instructions.

	* plugins/terminal/terminal.gedit-plugin.desktop.in: added custom icon.
	
	* plugins/colorpicker/colorpicker.gedit-plugin.desktop.in: added custom
	icon and marked strings for translation.
	
	* plugin/charmap/charmap.gedit-plugin.desktop.in: added custom icon and
	explicit plugin description.

2006-04-23  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/colorpicker/.cvsignore:
	* plugins/colorpicker/Makefile.am:
	* plugins/colorpicker/colorpicker.gedit-plugin.desktop.in:
	* plugins/colorpicker/colorpicker.py:
	
	New Color Picker plugin
	
	* configure.ac: Add above plugin to python plugin list

2006-04-23  Steve Frécinaux  <steve@istique.net>

	* plugins/charmap/.cvsignore:
	* plugins/charmap/Makefile.am:
	* plugins/charmap/charmap.gedit-plugin.desktop.in:
	* plugins/charmap/gedit-charmap-panel.[ch]:
	* plugins/charmap/gedit-charmap-plugin.[ch]:
	
	New Character Map Panel plugin.

	* configure.ac: Add above plugin to plugin list. Remove useless
	dependencies. Remove unused GEDIT_DATA_DIR definition. Add conditional
	dependency for libgucharmap.

2006-04-20  Steve Frécinaux  <steve@istique.net>

	* autogen.sh: updated package name to gedit-plugins

	* configure.ac: comment out GNOME_COMPILE_WARNINGS on a suggestion
	of بهداد اسفهبد.

2006-04-16  Steve Frécinaux  <steve@istique.net>

	* configure.ac:
	* plugins/terminal/.cvsignore:
	* plugins/terminal/Makefile.am:
	* plugins/terminal/terminal.gedit-plugin.desktop.in:
	* plugins/terminal/terminal.py:

	New Embedded Terminal plugin.
	Plugin from Paolo Borelli <pborelli@katamail.com>.

2006-04-16  Steve Frécinaux  <steve@istique.net>

	* configure.ac:
	* plugins/showtabbar/.cvsignore:
	* plugins/showtabbar/Makefile.am:
	* plugins/showtabbar/gedit-show-tabbar-plugin.c:
	* plugins/showtabbar/gedit-show-tabbar-plugin.h:
	* plugins/showtabbar/gedit-show-tabbar-plugin.schemas.in:
	* plugins/showtabbar/showtabbar.gedit-plugin.desktop.in:
	
	New Show/Hide Tabbar plugin.

2006-04-16  Steve Frécinaux  <steve@istique.net>

	* configure.ac: fix typo.

	* .cvsignore:
	* m4/.cvsignore:
	* po/.cvsignore:
	
	Update cvsignore list.

2006-04-16  Steve Frécinaux  <steve@istique.net>

	* configure.ac: fix the way po/LINGUAS is handled. Add gedit-2.14 into
	pkg dependencies to be able to build C plugins.

2006-04-09  Steve Frécinaux  <steve@istique.net>

	* configure.ac:
	* po/LINGUAS:
	
	Move ALL_LANGUAGES content to the po/LINGUAS file, to make our
	translators' life easier.

2006-04-08  Steve Frécinaux  <steve@istique.net>

	* plugins/joinlines/joinlines.py: take care of the current tab size for
	the line splitting.

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

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

	New "Join/Split Lines" plugin.

	* configure.ac,Makefile.am: updated plugin list and removed
	references to translations

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

	* configure.ac,Makefile.am:
	* README,INSTALL,COPYING,NEWS,AUTHORS,autogen.sh:
	* plugins/*:
	* m4/*:

	Autotools stuff, burrowed from gedit and epiphany-extensions.
	Need further testing and plugins ;-), probably quite buggy.

2005-09-29  Raphael Slinckx  <rslinckx@cvs.gnome.org>

	* quickies/quickies.py,quickies.glade,quickies.gedit-plugin:
	Clean the CVS module, and add the quickies python extension
