=== gedit 2.13.91 === 2006-02-13 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.13.91 released 2006-02-13 Jesse van den Kieboom * plugins/snippets/*: reworked to use new storage format, should fix some of the bugs and performance issues. 2006-02-13 Steve Frécinaux * plugins/externaltools/tools/capture.py: convert to unicode the what we get from the pipe. 2006-02-13 Paolo Borelli * gedit/gedit-ui.xml: add placeholders in the File menu in case someone wants to give SaveCopy or New From Template a try. 2006-02-13 Steve Frécinaux * plugins/externaltools/tools/outputanel.py: * plugins/externaltools/tools/functions.py: replace blue status messages with italic/bold ones. Make some strings localizables. Revert the idle cursor on new documents when appropriated. * plugins/externaltools/tools/manager.py: reset accelerator entry when focus out and no accelerator was set. 2006-02-13 Paolo Borelli * plugins/snippets/snippets.gedit-plugin.desktop.in: mark name for translation. 2006-02-12 Paolo Borelli * gedit/gedit-tab.c: do not install autosave timeout when in CLOSING state. Fixes bug 330516. 2006-02-12 Paolo Borelli * gedit/gedit-document.c: fix off by one bug in goto line. 2006-02-12 Paolo Borelli * gedit/gedit-view.c: be robust to the case where the view is destroyed before the idle-scroll-to-line hack runs. * gedit/gedit-tab.c: check for NULLness before destroying a GTimer. 2006-02-12 Paolo Maggi * gedit/gedit-utils.c (gedit_utils_make_valid_utf8): replace unknown characters by the Unicode replacement character instead of '?', and don't append "(invalid encoding)". 2006-02-12 Paolo Borelli * gedit/gedit-view.c: use gtk_widget_get_clipboard instead of gtk_clipboard_get. 2006-02-12 Steve Frécinaux * gedit/gedit-window.[ch]: handle the visibility changes of panels, toolbar and statusbar connecting to the show and hide signals. * gedit/gedit-commands-view.c: * gedit/gedit-session.c: adapt for above changes (use directly gtk_widget_show/hide instead of a custom function) 2006-02-12 Paolo Maggi * plugins/externaltools/tools/tools.glade: use GTK_SHADOW_IN for the scrolled window in the output panel 2006-02-08 James Livingston * gedit/gedit-document.c: (gedit_document_replace_all): disable search highlighting during replace all, as it can be done at the end and can be slow. 2006-02-08 Paolo Borelli * plugins/externaltools/tools/manager.py: properly clear the fields and handle sensitivity when adding and removing tools. 2006-02-04 Paolo Borelli * gedit/gedit-commands-search.c: fix cut&paste error. 2006-02-04 Paolo Borelli * gedit/gedit-document.c: disable bracket matching during replace_all, in order to avoid wasting time. Patch by James Livingston. 2006-02-01 Paolo Borelli * gedit/gedit-document-saver.c: * gedit/gedit-window.c: * gedit/sexy-icon-entry.c: * plugins/docinfo/gedit-docinfo-plugin.c: fix some C99-style variable initializations, patch by Jens Granseuer. 2006-01-30 Paolo Borelli * gedit/gedit-file-chooser-dialog.c: add some application/x-foo mime types to the "All text files" white list. Spotted Mathieu Pillard. 2006-01-31 Michael Terry * gedit/gedit.c: * configure.ac: Convert from popt to goption (bug 329375).