=== gedit 2.25.5 === 2009-01-19 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.25.5 release 2009-01-16 Ignacio Casal Quinteiro * gedit/gedit-plugin-manager.c: * gedit/gedit-plugins-engine.c: * gedit/gedit-plugins-engine.h: Rescan plugins when creating the manager. 2009-01-15 Jesse van den Kieboom * plugins/filebrowser/gedit-file-browser-plugin.c: fixed 'Open Terminal Here' sensitivity and correct icon. 2009-01-13 Paolo Borelli * gedit/gedit-dirs.[ch]: * gedit-plugins-engine: Do not look for plugin loaders in the home dir. 2009-01-12 Kjartan Maraas * plugins/pythonconsole/pythonconsole/config.ui: Don't translate widget labels. 2009-01-12 Jesse van den Kieboom * plugins/filebrowser/gedit-file-browser-plugin.c: fixed initializing window data to 0 (prevents incorrect removal of gconf watches when they are not actually installed) 2009-01-12 Jesse van den Kieboom * gedit/gedit-message-type.c: fixed correctly setting optional argument types 2009-01-11 Gian Mario Tagliaretti * gedit/gedit-view.c: (gedit_view_set_font) small doc fix. 2009-01-11 Paolo Borelli * plugins/pythonconsole/pythonconsole/console.py: properly handle modifiers on key_press_event, patch by B. Clausius, bug #567364. 2009-01-10 Ignacio Casal Quinteiro * gedit/gedit-window-private.h: * gedit/gedit-window.c: Add animation to fullscreen controls. 2009-01-08 Paolo Borelli * plugins/pythonconsole/pythonconsole/*: Add a config dialog to set console colors, patch by B. Clausius, bug #566010. 2009-01-08 Ignacio Casal Quinteiro * gedit/gedit-window.c: Fix bug hidding the fullscreen controls. 2009-01-07 Paolo Borelli * gedit/gedit-statusbar.c: try to be smarter when sizing the statusbar ln/col and overwrite areas. 2009-01-07 Paolo Borelli * gedit/gedit-window.c: hide the status combos when no document is open. 2009-01-07 Jesse van den Kieboom * plugins/externaltools/tools/tools.ui: fix problem with strings not being translated (fixes bug #559117). 2009-01-07 Ignacio Casal Quinteiro * gedit/gedit-ui.h: Fix string. 2009-01-07 Ignacio Casal Quinteiro * gedit/gedit-window-private.h: * gedit/gedit-ui.h: * gedit/gedit-ui.xml: * gedit/gedit-window.c: * gedit/gedit-window.h: * gedit/gedit-commands.h: * gedit/gedit-commands-view.c: Added new fullscreen mode. (Fixes bug #520749). 2009-01-06 Ignacio Casal Quinteiro * gedit/gedit-window.c: Fix bug showing warning. 2009-01-06 Jesse van den Kieboom * plugin-loaders/python/bindings/geditmessage.override: fix function with no return value. Patch by Magnus Boman (fixes #566686)