=== gedit-plugins 2.15.5 === 2006-08-21 Steve Frécinaux * configure.ac: bump the gedit requirement to 2.15.7 * configure.ac: * NEWS: * README: gedit-plugins 2.15.5 released. 2006-08-18 Steve Frécinaux * configure.ac: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/gpdefs.py.in: New gpdef module containing data from gedit-plugin configure, including VERSION, PACKAGE and GETTEXT stuff. * plugins/charmap/gedit-charmap-plugin.c: * plugins/showtabbar/gedit-show-tabbar-plugin.c: Use translated strings instead of just mark them as translatable. * plugins/codecomment/codecomment.py: * plugins/colorpicker/colorpicker.py: * plugins/terminal/terminal.py: Fix i18n: initialize gettext domain and fix not translated strings. 2006-08-16 Steve Frécinaux * plugins/terminal/terminal.py: fix plugin deactivation. 2006-08-11 Jesse van den Kieboom * configure.ac: * plugins/charmap/gedit-charmap-plugin.c: * plugins/charmap/gedit-charmap-panel.[ch]: Make charmap plugin use the new GeditPlugin macros for registering types. gedit requirement version in configure.ac has been bumped to 2.15.5 since the new macros are included since then 2006-08-11 Steve Frécinaux * plugins/codecomment/codecomment.py: fix bug introduced in last commit. 2006-08-11 Steve Frécinaux * plugins/codecomment/codecomment.py: use language id's instead of MIME types. Add a few new language comments definitions. Define each comment tuple only once. Fix an exception on deactivate. 2006-08-06 Steve Frécinaux * plugins/codecomment/*: * configure.ac: New Code Comment plugin, from Matthew Dugan. 2006-08-06 Steve Frécinaux * plugins/joinlines/joinlines.py: convert from tabs to spaces to conform PEP8. (we decided to use spaces instead of tabs for python). 2006-08-05 Jesse van den Kieboom * configure.ac: fixed configure.ac sed rule (autoconf seems to remove [] from the rule which is fixed by using [[]] instead)