=== gedit 2.17.2 ===

2006-12-18  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	gedit 2.17.2 released

2006-12-18  Paolo Borelli  <pborelli@katamail.com>

	* plugins/externaltools/tools/tools.glade: use "Shortcut Key"
	instead of "Accelerator"

2006-12-17  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-io-error-message-area.c: handle TIMEOUT error
	as recoverable.

2006-12-17  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit.c: handle a bit more gracefully the case where
	the display cannot be opened. Bug #360792.

2006-12-12  Bruno Boaventura <brunoboaventura@gmail.com>

	* gedit/gedit-io-error-message-area.[ch]: create
	is_recoverable_error, rename unrecoverable_error to
	io_loading_error.
	* gedit/gedit-tab.c: rename recoverable_loading_error to
	conversion_loading_error. Add a "Retry" button to the message
	area when the error is recoverable. Fixes #372653.

2006-12-10  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-module.c: fail gradefully if
	'register_gedit_plugin' symbol is NULL.

2006-12-10  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-window.c: set the sensitivity of "paste"
	according to the clipboard contents. Fixes #74051.

2006-12-10  Paolo Maggi  <paolo@gnome.org>

	* gedit/gedit-documents-panel.c (refresh_list) (window_tab_added)
	(window_tabs_reordered) (treeview_row_inserted)
	(gedit_documents_panel_init): implements documents reordering using d&d

	* gedit/gedit-notebook.c (gedit_notebook_reorder_tab): do not reorder
	if the new position of the tab is equal to the old one

2006-12-09  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/filebrowser/gedit-file-browser-store.c: only enable dragging
	for non dummy nodes
	
2006-12-09  Jesse van den Kieboom  <jesse@icecrew.nl>

	* plugins/filebrowser/gedit-file-browser-store.c: check if a node
	is visible in the tree when removing its children. If its not visible
	than just free the children nodes. Fixes bug #384015 – Warning running 
	file browser plugin.

2006-12-09  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-spinner.c: sync with epiphany.

2006-12-09  Paolo Maggi  <paolo@gnome.org>

	* plugins/taglist/gedit-taglist-plugin-panel.c: adds a preview area,
	makes the tooltips working with combox box

2006-12-09  Paolo Maggi  <paolo@gnome.org>

	* plugins/taglist/HTML.tags.xml.in: added "sort" attribute to TagGroups,
	added a couple of missing elements.

	* plugins/taglist/Latex.tags.xml.in: 
	* plugins/taglist/XSLT.tags.xml.in: 
	* plugins/taglist/XUL.tags.xml.in: added "sort" attribute to TagGroup

	* plugins/taglist/gedit-taglist-plugin-panel.c (insert_tag)
	(tag_list_row_activated_cb) (tag_list_key_press_event_cb): move focus
	to document when double-clicking on a tag. Move focus also on 
	Ctrl + Return, but not on Return.

	* plugins/taglist/gedit-taglist-plugin-parser.c (tags_cmp)
	(parse_tag_group) (get_tag_group) (groups_cmp) (lookup_best_lang):
	sort the tags if needed, sort the tag groups.

2006-12-08  Paolo Maggi  <paolo@gnome.org>

	Fixes bug #155487 – make html tag list xhtml compliant
	Patch by Luis Menina <liberforce@fr.st>
	
	* plugins/taglist/HTML.tags.xml.in: New XHTML compliant TagGroup, 
	converted HTML to lowercase, removed in-tags spaces, removed a few 
	HTML nonstandard tags (ie. browser specific - we're not in stoneage
	anymore)

2006-12-08  Paolo Maggi  <paolo@gnome.org>

  	Fixes bug #344050 – XUL.tags file
	Patch by Pete Morgan <pm@daffodil.uk.com>
	
	* plugins/taglist/Makefile.am: distribute XUL taglist

	* plugins/taglist/XUL.tags.xml.in: new file

2006-12-08  Paolo Maggi  <paolo@gnome.org>

	* plugins/savecopy/*: bye bye savecopy plugin, you had a very short
	life (note that savecopy plugin was never ported to the new plugin
	architecture introduced with gedit 2.14)

2006-12-08  Paolo Maggi  <paolo@gnome.org>

	Fixes bug #353235 – Overloaded plural strings
	
	Patch by Theppitak Karoonboonyanan <thep@inux.thai.net>
	
	* gedit/dialogs/gedit-close-confirmation-dialog.c
	(get_text_secondary_label): manage the case with hours == 1 in the 
	right way

	* gedit/gedit-commands-file.c (revert_dialog): ditto

2006-12-07  Paolo Maggi  <paolo@gnome.org>

	* gedit/gedit-history-entry.[ch] (gedit_history_entry_destroy)
	(gedit_history_entry_finalize) (gedit_history_entry_class_init)
	(insert_history_item) (gedit_history_entry_init)
	(gedit_history_entry_set_enable_completion)
	(gedit_history_entry_get_enable_completion)
	(gedit_history_entry_new): implemented inline completion

	* gedit/dialogs/gedit-open-location-dialog.c
	(gedit_open_location_dialog_init): use the new signature for 
	gedit_history_entry_new

	* gedit/dialogs/gedit-search-dialog.c
	(gedit_search_dialog_focus_in_event): fixed a warning
	(gedit_search_dialog_init): enable completion for history entries

2006-12-07  Steve Frécinaux  <code@istique.net>

	* gedit/gedit-window.c: Fix Bug 349198 – Unable to define accelerators 
	on language highlighting menus.

2006-12-07  Paolo Maggi  <paolo@gnome.org>

	* gedit/gedit-view.c (ensure_search_window): use inline completion
	instead of the popup menu for the incremental search entry
	(completion_func): custom completion function
	
2006-12-06  Steve Frécinaux  <code@istique.net>

	* plugins/externaltools/tools/__init__.py: fix regression: accelerators
	weren't shown in the tool menu anymore.