=== gedit 2.23.92 ===

2008-09-08  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	gedit 2.23.92 released

2008-09-08  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit.c: call gdk_threads_init since this seems to fix
	file chooser crashes.

2008-09-08  Paolo Borelli  <pborelli@katamail.com>

	* plugins/pythonconsole/__init__.py:
	* plugins/pythonconsole/console.py:
	do not hold a ref to GeditWindow when deactivating. Patch by
	Jesse van den Kieboom.

2008-09-08  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-tab.c: fixed warning on g_object_unref of NULL

2008-09-07  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-file-chooser-dialog.c: Avoid runtime warning with
	buggy gtk.

2008-09-07  Paolo Borelli  <pborelli@katamail.com>

	* data/gedit.schemas.in: add ftp since it seems to work pretty well
	with gvfs and the backend is now actively maintained.

2008-09-07  Paolo Borelli  <pborelli@katamail.com>

	* plugins/docinfo/gedit-docinfo-plugin.c:
	* plugins/changecase/gedit-changecase-plugin.c:
	* plugins/filebrowser/gedit-file-browser-plugin.c:
	* plugins/sort/gedit-sort-plugin.c:
	* plugins/time/gedit-time-plugin.c:
	* gedit/gedit-local-document-saver.c:
	* gedit/gedit-module.c:
	* gedit/gedit-utils.c:
	* gedit/gedit-app.c:
	* gedit/gedit-mmap-document-loader.c:
	* gedit/gedit-help.c:
	* gedit/gedit-commands-file.c:
	* gedit/gedit-plugins-engine.c:
	* gedit/gedit-document-saver.c:
	* bindings/python/gedit.override:
	Fix "format not a string literal" compiler warning.

2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/filebrowser/gedit-file-browser-store.c: fixed crasher when
	refreshing during async operations like mounting

2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-gio-document-saver.c: fixed but in checking for externally
	modified for new files (ignore NOT_FOUND error), fixes bug #551126

2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-plugin.h: note to self: don't forget to really commit 
	files

2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/filebrowser/gedit-file-browser-widget.c: fixed problem with
	setting root to topmost parent for remote bookmarks
	
2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-plugin.h:
	* plugins/filebrowser/gedit-file-browser-store.c:
	
	Added convenient macro to register interfaces properly in the type
	module
	
2008-09-06  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gedit/gedit-gio-document-saver.c: fix crash due to GError not being
	initialized to NULL properly (fixes bug #551037)

2008-09-06  Paolo Borelli  <pborelli@katamail.com>

	* plugins/gedit-file-browser-plugin.c: fix double-free causing
	memory corruption on rename.

2008-09-05  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gedit/gedit-window.c:
	Added doc.

2008-09-05  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gedit/gedit-plugins-engine.c:
	Fixed memleak.

2008-09-03  Paolo Borelli  <pborelli@katamail.com>

	* plugins/gedit-file-browser-store.c:
	* plugins/gedit-file-browser-utils.c:
	* plugins/gedit-file-browser-utils.h:
	Remove useless roundtrip from uri to gfile to parse_name.

2008-09-03  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.c (gedit_utils_uri_for_display):
	parse_name should not be further unescaped, it's already ready
	to be used in the UI.