=== gedit 2.24.1 === 2008-11-02 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.24.1 released 2008-11-02 Paolo Borelli * gedit/sexy-icon-entry.c: do not use private gtk marshaller. Patch by Ed Catmur. 2008-11-02 Paolo Borelli * configure.ac: * data/gedit.pc.in: * gedit/Makefile.am: Long overdue build fixes for cygwin. Bug #317567. 2008-11-01 Paolo Borelli * plugins/pythonconsole/pythinconsole/console.py: decode to utf8 before eval and execute. Fixes bug 558149, patch by Vincent Povirk. 2008-11-01 Paolo Borelli * plugins/sort/sort.ui: * plugins/sort/sort.glade2: * gedit/dialogs/gedit-preferences-dialog.glade: * gedit/dialogs/gedit-preferences-dialog.ui: * gedit/gedit-print-preferences.ui: * gedit/gedit-print-preferences.glade: Use 0 as page-size for GtkSpinButton's adjustements. 2008-11-01 Paolo Borelli * plugins/filebrowser/gedit-filebrowser-store.c: Commit some minor cleanups I had in my tree while wrorking on the previous patch. 2008-10-27 Paolo Borelli * plugins/filebrowser/gedit-filebrowser-store.c: Optimize insertion when loading a dir with lot of files: 1) files are now inserted in batch in order to reduce the amount of searching in the ordered list 2) the previous changeset has been reverted since it caused duplicate entries in some cases, but the check has been made way faster by only looking in the existing list of nodes without iterating the ones we just added. See bug #554362 for details, in the future we should still consider using GSequence. 2008-10-19 Paolo Borelli * plugins/filebrowser/gedit-filebrowser-store.c: do not check if the node already exist if we know it's a new file. 2008-10-18 Paolo Borelli * gedit/gedit.c: free the GOption context after parsing. 2008-10-18 Mart Raudsepp * data/gedit-bugreport.sh.in: don't report the gnome-python version as no modules out of it are used anymore. Bug #555381 2008-10-18 Mart Raudsepp * configure.ac: increase pygobject dependency to 2.15.4 because GIO bindings are used. Bug #555383 2008-10-17 Paolo Borelli * plugins/filebrowser/gedit-filebrowser-plugin.c: load the persisted location only if we are not opening a file. 2008-10-11 Paolo Borelli * data/gedit.desktop.in.in: remove deprecated "Encoding" item Patch by Pacho Ramos. 2008-10-09 Paolo Borelli * gedit/gedit-session.c: * gedit/gedit.c: * gedit/smclient/* Update to the latest version of libegg smclient code. 2008-10-05 Paolo Borelli * gedit/gedit-style-scheme-manager.c: be careful about the case the file is already in .gnome2/gedit/styles. Bug #555113.