=== gedit 2.26.1 === 2009-04-13 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.26.1 release 2009-04-11 Paolo Borelli * plugin-loaders/c/gedit-plugin-loader-c.c: * gedit/gedit-object-module.c: * gedit/gedit-object-module.h: * gedit/gedit-plugins-engine.c: Make all C plugin resident since they may use libraries that do not deal well with reload. Python plugins are already resident. 2009-04-11 Paolo Borelli * gedit/gedit-document.c: do not apply tags to the empty string matches when clearing search highlighting. Bug #578461, found by Zach Kanzler. 2009-04-09 Paolo Borelli * gedit/smclient/eggsmclient-xsmp.c: Updated from libegg. 2009-04-08 Jesse van den Kieboom * plugins/snippets/data/Makefile.am: * plugins/snippets/data/fortran.xml: Added snippets for Fortran 95 (by Jens Domke) 2009-04-08 Ignacio Casal Quinteiro * gedit/smclient/eggsmclient.c: * gedit/smclient/eggdesktopfile.c: Updated smclient. 2009-04-08 Ignacio Casal Quinteiro * plugins/changecase/gedit-changecase-plugin.c: Fixed memory leak. (Fixes bug #578288). 2009-04-01 Ignacio Casal Quinteiro * win32/gedit.iss.in: Now you can choose if you want a desktop icon or a quicklaunch icon. 2009-03-22 Ignacio Casal Quinteiro * gedit/gedit-gio-document-saver.c: Use g_slice_new instead of gnew. 2009-03-21 Ignacio Casal Quinteiro * gedit/gedit-commands-search.c: Use g_slice_new instead of gnew.