=== gedit 2.15.2 === 2006-05-15 Steve Frécinaux * configure.ac: bump intltool requirement to 0.35.0 * configure.ac: * NEWS: * README: gedit 2.15.2 released 2006-05-15 Steve Frécinaux * bindings/python/gedit.defs: Remove gedit_ prefix from functions, and add gedit_-prefixed ones marked as deprecated. * bindings/python/gedit.override: Add overrides for deprecated functions issuing a DeprecationWarning when used. * plugins/externaltools/tools/__init__.py: * plugins/externaltools/tools/functions.py: * plugins/snippets/snippets/SnippetComplete.py: * plugins/snippets/snippets/SnippetsDialog.py: * plugins/snippets/snippets/__init__.py: Use the new function names. 2006-05-15 Paolo Borelli * plugins/sort/gedit-sort-plugin.c: handle empty lines correctly. bug #341117. 2006-05-14 Steve Frécinaux * bindings/python/Makefile.am: * bindings/python/geditutils.defs: * bindings/python/geditutils.override: New gedit.utils python module binding a few functions from gedit-utils.h * gedit/gedit-python-module.c: (gedit_python_module_init_python): import the new above-mentioned module. 2006-05-02 Steve Frécinaux * gedit/gedit-plugin-manager.c: destroy the popup menu when the dialog is closed. * plugins/modelines/modelines.py: fix a warning (typo). 2006-05-02 Steve Frécinaux * gedit/gedit-plugin-manager.c: new layout for the plugin manager: hide the treeview headers and add a title. Add a context menu to the plugin list. * gedit/gedit-plugins-engine.c (gedit_plugin_engine_get_plugin_icon_name): fallback to default icon when the specified icon is invalid or unavailable. * gedit/gedit-utils.[ch] (gedit_utils_menu_position_under_tree_view): new helper function allowing to position a popup menu under the active row of a tree view. 2006-05-01 Jesse van den Kieboom * gedit/plugins/snippets/snippets/SnippetPlaceholders.py: added sigalarm timeout for python placeholders. Cleaned up python placeholders. Make updating mirror placeholders abort when one of the updates fails (like for example a timeout) 2006-05-01 Jesse van den Kieboom * gedit/plugins/snippets/snippets/SnippetController.py: added check for valid snippets. Fixed check for valid accelerator. 2006-05-01 Jesse van den Kieboom * gedit/plugins/snippets/snippets/SnippetsDialog.py: * gedit/plugins/snippets/snippets/SnippetsLibrary.py: * gedit/plugins/snippets/snippets/functions.py: * gedit/plugins/snippets/snippets/snippets.glade: Added snippet validation (by tab trigger and accelerator). Added error message for invalid tab triggers 2006-04-28 Steve Frécinaux * gedit/gedit-plugins-engine.[ch]: add support for an 'Icon' field in the plugins description file. New function to access this icon field: gedit_plugin_engine_get_plugin_icon_name. * gedit/gedit-plugin-manager.c: show the above defined icon in the plugin about boxes and in the plugin list. * plugins/indent/indent.gedit-plugin.desktop.in: * plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in: * plugins/sort/sort.gedit-plugin.desktop.in: * plugins/spell/spell.gedit-plugin.desktop.in: Define custom icons. 2006-04-26 Benoît Dejean * gedit/gedit-languages-manager.c: (string_to_tag_style): Cleanup. Closes #172352. 2006-04-26 Paolo Maggi Fixed bug #336954 – Does not work with arabic dictionary * plugins/spell/gedit-spell-checker.c: add Arabic and Arabic Egypt to the list of known languages. Patch by Mohammed Sameer 2006-04-25 Steve Frécinaux * gedit/gedit-panel.c: Remove some unused non-working code.