=== gedit 2.19.90 ===

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	gedit 2.19.90 released

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* plugins/spell/gedit-spell-plugin.c:
	* plugins/spell/gedit-spell-language-dialog.[ch]:
	* plugins/spell/gedit-spell-checker-dialog.c:

	Turn the language dialog into a GtkDialog suubclass and 
	make use of gedit_utils_get_glade_widgets instead of using
	glade directly.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-commands-file.c: add comment for translators.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-window.c: remove use of deprecated
	gtk_recent_manager_get_for_screen.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* gedit/dialogs/gedit-page-setup-dialog.glade:
	* gedit/dialogs/gedit-preferences-dialog.glade:

	Fix a couple of accelerators, patch by Patrick Wade, fixes 
	bug #466688 and #466689.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-document-loader.c: fix bugus assertion.

2007-08-15  Paolo Maggi  <paolo@gnome.org>

	* gedit/dialogs/gedit-preferences-dialog.c: allow to add/remove style
	schemes

	* gedit/dialogs/gedit-preferences-dialog.glade: ditto

	* gedit/gedit-document.c (get_default_style_scheme): new function
	(gedit_document_init): use get_default_style_scheme instead of the 
	removed gedit_source_style_manager_get_default_scheme

	* gedit/gedit-prefs-manager-app.c
	(gedit_prefs_manager_source_style_scheme_changed): do not use 
	the removed function gedit_source_style_manager_get_default_scheme

	* gedit/gedit-source-style-manager.[ch]: mostly rewritten

2007-08-15  Paolo Maggi  <paolo@gnome.org>

	* docs/reference/Makefile.am: fix building
	* docs/reference/gedit.types: ditto

	* gedit/dialogs/Makefile.am: do not compile and distributed files 
	related	to the style scheme editor.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* plugins/taglist/gedit-taglist-plugin-panel.c: add tooltips
	displaying the tag preview. Patch by Alexandre Mazari.

2007-08-15  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-documents-panel.c: add tooltips on the list
	now that gtk makes it easy.

2007-08-15  Paolo Maggi  <paolo@gnome.org>

	* gedit/dialogs/gedit-style-scheme-dialog.c:
	* gedit/dialogs/gedit-style-scheme-dialog.glade: small improvements, but
	the style schemed editor is still not working. Note that the style
	scheme editor will not be included in gedit 2.20.

2007-08-15  Paolo Maggi  <paolo@gnome.org>

	* gedit/gedit-utils.c (gedit_warning): do not call 
	gtk_dialog_set_has_separator
	(gedit_utils_get_glade_widgets): layout fixes in case of error

2007-08-15  Paolo Maggi  <paolo@gnome.org>

	* gedit/gedit-metadata-manager.c: the debug output of the metadata 
	manager was too verbose. Now verbose debug output is enabled only when
	GEDIT_METADATA_VERBOSE_DEBUG is #defined

2007-08-14  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-statusbar.c:
	* gedit/gedit-tooltips.c:
	* gedit/gedit-tooltips.h:
	* gedit/dialogs/gedit-preferences-dialog.c.orig:
	* gedit/dialogs/gedit-preferences-dialog.c:
	* gedit/gedit-notebook.c:
	* gedit/gedit-view.c:
	* gedit/gedit-print-job-preview.c:
	* gedit/gedit-panel.c:

	Use the new gtk tooltips API and remove custom gedit-tooltips
	implementation. Patch by Alexandre Mazari (bug #456717).

2007-08-12  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-document.c: save the metadata in ::dispose()
	so that we have a valid language. Fixes bug #464382.

2007-08-12  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-io-error-message-area.c: avoid conflicting
	accelerators. Patch by Patrick Wade, bug #444909.

2007-08-12  Vincent Geddes  <vgeddes@gnome.org>

	* plugins/spell/languages-dialog.glade2,
	plugins/docinfo/docinfo.glade2,
	plugins/time/time.glade2,	 
	plugins/time/gedit-time-plugin.c,
	gedit/dialogs/gedit-open-location-dialog.c,
	gedit/dialogs/gedit-encodings-dialog.c,
	gedit/dialogs/gedit-page-setup-dialog.c,
	gedit/dialogs/gedit-search-dialog.glade,
	gedit/dialogs/gedit-preferences-dialog.c,
	gedit/dialogs/gedit-search-dialog.c:
	  
	Ensure all dialogs have HIG compliant border widths
	and spacings (#341650).

2007-08-11  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-document.c: make sure the search highlighting
	text tag has higher priority than syntax highlighting tags.

2007-08-11  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-document.c: obtain the search-match highlighing
	color from the style scheme if it specified. Based on a patch
	by Paolo Maggi.

2007-08-10  Paolo Borelli  <pborelli@katamail.com>

	* plugins/Makefile.am: modelines is in C these days so it should
	always be built. Spotted by Rui Tiago Cação Matos.

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

	* plugins/filebrowser/gedit-file-browser-widget.c: removed the warning
	when the path combobox changes the current selection when there is no
	active iter (because this is not really an invalid case). Fixes bug
	#460586

2007-08-01  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-plugins-engine.c: do not assign to a bitfield
	the result of a pointer comparison. It seems some compilers
	do not like it. reported by Rémi Cardona <remi@gentoo.org>.