=== gedit 2.25.8 ===

2009-03-01  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	gedit 2.25.8 release

2009-03-01  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-message-bus.c:
	Fixed unregister_all to not remove items from a hash table while
	iterating over the hash table (uses g_hash_table_foreach_remove
	instead)

2009-03-01  Paolo Borelli  <pborelli@katamail.com>

	* plugins/modelines/modeline-parser.c:
	Fix logic use to select lines to scan for modelines to
	be more careful about empty lines and end of buffer.

2009-03-01  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/filebrowser/gedit-file-browser-messages.c:
	fixed crasher bug when deactivating file browser (caused
	by not unregistering a signal properly)

2009-03-01  Paolo Borelli  <pborelli@katamail.com>

	* plugins/taglist/gedit-taglist-plugin-parser.c:
	plug some minor leaks.

2009-03-01  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.c: properly handle vararg in error path.
	* plugins/time/gedit-time-plugin.c: handle error more correctly.

2009-03-01  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac: add AC_SYS_LARGEFILE. Bug #571632.

2009-02-28  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.[ch]:
	* gedit/gedit-window.c:
	* gedit/gedit-tab.c:
	Improve how the dirname in the titlebar is shown for remote files
	which have a mount name. Bug #573286, based on a patch by Ignacio
	Casal Quinteiro.

2009-02-25  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-plugin.c:
	* gedit/gedit-plugins-engine.c:
	Chain up to the parent's finalize

2009-02-24  Paolo Borelli  <pborelli@katamail.com>

	* plugin-loaders/python/gedit-plugin-loader-python.c:
	Use g_strerror

2009-02-23  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.h: fix compiler warning on 64 bit in the
	boolean to pointer macros

2009-02-22  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	Bump required gtksourceview version to match reality.

2009-02-22  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.c:
	* gedit/gedit.c:
	* gedit/gedit-document.c:
	* gedit/gedit-commands.h:
	* gedit/gedit-commands-file.c:

	Try to handle better strange filenames passed on the command line that
	contain	columns. Fixes bug #572746. I think there are still corner
	cases where we do not properly handle uri vs filename-with-columns,
	but probably the logic (if solvable at all) should go in
	g_file_new_for_command_line_arg. 

2009-02-17  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugin-loaders/python/bindings/geditmessage.override:
	* plugin-loaders/python/bindings/gedit.override:
	
	Fixed some embarassing typos in geditmessage.override and some compiler
	warnings about unused variables (fixes #572101)