=== gedit 2.13.92 === 2006-02-26 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.13.92 released 2006-02-26 Steve Frécinaux * plugins/externaltools/tools/capture.py: * plugins/externaltools/tools/manager.py: * plugins/externaltools/tools/functions.py: Fix a few python exceptions. 2006-02-24 Steve Frécinaux * gedit/gedit-ui.xml: * gedit/gedit-ui.h: * gedit/gedit-commands.h: * gedit/gedit-commands-search.c: Add a new menu entry: Search -> Clear highlight 2006-02-24 Paolo Borelli * gedit/gedit-ui.h: s/Panel/Pane as per ui review. * gedit/gedit-command-view.c: make naming consistent with the above. * gedit/gedit-window.c: ditto. 2006-02-24 Paolo Borelli * gedit/gedit-view.c: use gtk_accelerator_get_default_mod_mask instead of hardcoding SHIFT | CONTROL. 2006-02-24 Paolo Borelli * gedit/gedit-ui.h: change Replace accel to ctrl+H as mandated, by the HIG. 2006-02-22 Steve Frécinaux * plugins/externaltools/tools/tools.glade: * plugins/externaltools/tools/manager.py: Use a GtkSourceView and text wrapping for command text view. Also fix bug #331114 by removing all the size requests. 2006-02-22 Jesse van den Kieboom * plugins/snippets/snippets/SnippetsLibrary.py: fixed get_snippets() to return a copy of the snippets data instead of the data itself. 2006-02-19 Paolo Borelli * plugins/spell/gedit-spell-plugin.c: fix thinko (returning NULL iconditionally is not a good idea). Fixes bug 331811. 2006-02-19 Paolo Borelli * gedit/gedit-command-file.c: * gedit/gedit-command-view.c: * gedit/gedit-tab.[ch]: fix compiler warnings. 2006-02-19 Paolo Borelli * gedit/gedit-document.[ch]: * gedit/gedit-document-loader.[ch]: * gedit/gedit-tab.[ch]: * gedit/gedit-command-file.c: make the file load api return null in all the involved functions to reflect that it is async. Handle correctly valid uris that however return a null vfs-uri. 2006-02-19 Jesse van den Kieboom * plugins/snippets/snippets/SnippetsLibrary.py: inspect files as lazy as possible. Files will be scanned now on first request for snippet data from the plugin (either dialog or controller in the view) * plugins/snippets/snippets/__init__.py: remove old error message code, call SnippetsLibrary().set_dirs instead of SnippetsLibrary().set_data 2006-02-18 Paolo Maggi Lazy loading of taglists (improve gedit startup time when taglist plugin is active) * plugins/taglist/gedit-taglist-plugin-panel.c (expose_event_cb): If needed load taglists from files at the first expose and populate the combobox (gedit_taglist_plugin_panel_init): do not show_all the panel and do not populate the combox. Connect the expose-eveng signal. * plugins/taglist/gedit-taglist-plugin-parser.c (free_taglist): return immediately if taglist is NULL * plugins/taglist/gedit-taglist-plugin.c (gedit_taglist_plugin_init): does not load taglists 2006-02-18 Paolo Maggi * gedit/gedit-message-area.c (style_set): removed a debug message * gedit/gedit-view.c (reset_searched_text): ditto 2006-02-18 Jesse van den Kieboom * plugins/snippets/snippets/SnippetsLibrary.py: give more informative error messages when loading a file fails. Only add snippets once the whole file loaded ok. * plugins/snippets/snippets/SnippetPluginInstance.py: fix adding SnippetControllers to views in the window when activating the snippets plugin * po/POTFILES.in: removed plugins/snippets/snippets/__init__.py as it no longer contains translatable strings 2006-02-14 Steve Frécinaux * plugins/externaltools/tools/tools.glade: use "Accelerator" instead of "Shortcut Key". 2006-02-14 Jesse van den Kieboom * plugins/snippets/snippets/SnippetsLibrary.py: check if the language has libraries.