=== gedit 2.20.4 === 2007-11-27 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.20.4 released 2007-11-10 Paolo Borelli * plugins/snippets/data/python.xml: fix typo in class snippet. Patch by Yoan Blanc. 2007-11-07 Jesse van den Kieboom * plugins/snippets/snippets/Placeholder.py: fixed bug not showing a default value for python placeholder mirror placeholders 2007-11-04 Paolo Borelli * gedit/gedit-document.c: be more careful when retrieving mtime. 2007-11-02 Steve Frécinaux Fix bug 491442 – gedit.commands.load_uri should only accept valid URIs * gedit/gedit-commands-file.c (gedit_commands_load_uri): check that the uri is valid before trying to open it. 2007-11-02 Steve Frécinaux Fix bug #491312 – External Tools with two lines as input * plugins/externaltools/tools/functions.py: go to the beginning of the current line instead of the previous one when running an external tool on "current line". 2007-10-28 Steve Frécinaux * gedit/gedit-utils.c: Use gdk_error_trap_*() to protect direct XGetWindowProperty() calls. 2007-10-28 Steve Frécinaux Fix bug #484613 by adding viewport support to gedit. * gedit/gedit-utils.[ch]: New utility function gedit_utils_get_current_viewport(). * gedit/gedit-app.[ch]: Rename gedit_app_get_window_in_workspace() into gedit_app_get_window_in_viewport and add viewport support to it. * gedit/gedit.c: Adapt IPC protocol to specify the current viewport to the running instance. 2007-10-28 Paolo Borelli * gedit/gedit-utils.[ch]: * gedit/gedit-window.c: Simply use g_strdelimit instead of a cutsom function to escape slashes.