==== gedit-plugins 2.20.0 ==== 2007-09-29 Paolo Borelli * README: * configure.ac: * NEWS: gedit-plugins 2.20.0 released. 2007-09-29 Paolo Borelli * plugins/joinlines/joinlines.py: Patch from André Homeyer to improve the behavior: just join the current and next line when there is no selection and respect current line indentation when reformatting a paragraph. 2007-09-29 Paolo Borelli * plugins/joinlines/joinlines.py: update for gsv2. 2007-09-18 Jürg Billeter * configure.ac: require gedit-2.20 >= 2.20.0 2007-09-05 Jürg Billeter * configure.ac: require gtksourceview-2.0 >= 1.90.4 and gedit-2.16 >= 2.19.91 ==== gedit-plugins 2.19.90 ==== 2007-09-03 Paolo Borelli * README: * configure.ac: * NEWS: gedit-plugins 2.19.90 released. 2007-08-28 Steve Frécinaux * plugins/codecomment/codecomment.py: Update to new gtksourceview 1.90 API. Comment tags are now taken from .lang metadata. 2007-08-28 Steve Frécinaux * plugins/smartspaces/smartspaces.py: Update to new gtksourceview 1.90 API. 2007-08-16 Paolo Borelli * plugins/colorpicker/colorpicker.py: use "Pick Color..." for the menu item label. 2007-07-01 Paolo Borelli * plugins/drawspaces/drawspaces.glade: * plugins/drawspaces/drawspaces.py: Draw non-breaking spaces. Patch by Bob Mauchin. Fixes bug #431956. 2007-05-06 Loïc Minier * plugins/sessionsaver/__init__.py: Fix typo causing a Python stack trace on deactivation of the plugin; thanks Vincent Untz. Fixes #436371. 2007-04-07 Paolo Borelli * plugins/sessionsaver/store.py: Fix dir craeation. Pointed out by Trond Danielsen. 2007-03-20 Steve Frécinaux * plugins/drawspaces/drawspaces.py: * plugins/joinlines/joinlines.py: Remove unneeded parts of the i18n initialisation. 2007-03-19 Wouter Bolsterlee * plugins/drawspaces/drawspaces.py: Make i18n actually work for this plugin. Fixes #420305. 2007-03-19 Wouter Bolsterlee * plugins/joinlines/joinlines.py: Make i18n actually work for this plugin. Partly fixes #420305. ==== gedit-plugins 2.18.0 ==== 2007-03-19 Steve Frécinaux * README: * configure.ac: * NEWS: gedit-plugins 2.18 released. 2007-03-15 Steve Frécinaux * plugins/codecomment/codecomment.py: * plugins/colorpicker/colorpicker.py: * plugins/sessionsaver/__init__.py: * plugins/sessionsaver/dialogs.py: * plugins/terminal/terminal.py: Use try/catch statements to define the textdomain, in order to make it easier to copy paste plugins in ~. Also use GETTEXT_DOMAIN instead of gving it explicitely. 2007-03-15 Steve Frécinaux * plugins/drawspaces/drawspaces.glade: * plugins/sessionsaver/sessionsaver.glade: Mark stock labels as non translatable. 2007-03-15 Steve Frécinaux * configure.ac: * README: * plugins/drawspaces/Makefile.am: * plugins/drawspaces/drawspaces.gedit-plugin.desktop.in: * plugins/drawspaces/drawspaces.glade: * plugins/drawspaces/drawspaces.py: New Draw Spaces plugin. ==== gedit-plugins 2.17.2 ==== 2007-02-20 Steve Frécinaux * NEWS: * README: * configure.ac: gedit-plugins 2.17.2 released. * plugins/sessionsaver/Makefile.am: add sessionsaver.glade to EXTRA_DIST. 2007-02-20 Steve Frécinaux * plugins/sessionsaver/__init__.py: fix opening of a new window: don't open a new window when there is only an untouched document in the window. * plugins/sessionsaver/store.py: remove dead code. 2007-02-20 Steve Frécinaux * plugins/sessionsaver/sessionsaver.py: fix a typo that caused the menu items not to work properly. 2007-02-20 Steve Frécinaux * plugins/smartspaces/smartspaces.py: fix annoying behaviour that avoided the selection to be deleted on backspace. 2007-01-22 Steve Frécinaux * plugins/sessionsaver/dialogs.py: add glade.bindtextdomain. 2007-01-22 Steve Frécinaux * plugins/sessionsaver/Makefile.am: * plugins/sessionsaver/__init__.py: * plugins/sessionsaver/dialogs.py: * plugins/sessionsaver/sessionsaver.gedit-plugin.desktop.in: * plugins/sessionsaver/sessionsaver.glade: * plugins/sessionsaver/store.py: New Session Saver plugin. * configure.ac: * README: Add the new plugin. === gedit-plugins 2.17.1 === 2007-01-13 Steve Frécinaux * README: * NEWS: * configure.ac: gedit-plugins 2.17.1 released (due to a mistake in previous release). === gedit-plugins 2.17.0 === 2007-01-13 Steve Frécinaux * README: * NEWS: * configure.ac: gedit-plugins 2.17.0 released. 2006-12-08 Steve Frécinaux * plugins/terminal/terminal.py: Fix Bug 381885 – Terminal plugin should offer an easy way to change the directory. Patch by Osmo Salomaa. 2006-11-20 Steve Frécinaux * plugins/terminal/terminal.py: Fix Bug 351630 – terminal plugin should honour ctrl+tab; fix weird line break that appeared in the middle of the first line. 2006-11-07 Steve Frécinaux * plugins/codecomment/codecomment.py: Fix bug 359494 – codecomment plugin is commenting unselected lines, and remove trailing spaces. === gedit-plugins 2.16.0 === 2006-09-08 Jesse van den Kieboom * configure.ac: bump the gedit requirement to 2.16.0 * README: added bracketcompletion and smartspaces plugin * configure.ac: * NEWS: * README: gedit-plugins 2.16.0 released. 2006-08-28 Steve Frécinaux * plugins/bracketcompletion/bracketcompletion.py: put the closing bracket on the next line if the user hits Return. Warning: this might break input methods. 2006-08-28 Steve Frécinaux * plugins/bracketcompletion/bracketcompletion.py: remove both brackets if the user hits the backspace. 2006-08-28 Steve Frécinaux * configure.ac: * plugins/bracketcompletion/bracketcompletion.py * plugins/bracketcompletion/bracketcompletion.gedit-plugin.desktop.in: * plugins/bracketcompletion/Makefile.am: New Bracket Completion plugin. * plugins/smartspaces/smartspaces.py: fix typo that caused a warning on plugin deactivation. * plugins/joinlines/joinlines.gedit-plugin.desktop.in: set the name and description translatable. === 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) === gedit-plugins 2.15.4 === 2006-07-11 Jesse van den Kieboom * NEWS: * README: * configure.ac: gedit-plugins 2.15.4 released. 2006-06-20 Steve Frécinaux * configure.ac: fix Bug 344655 – configure uses old-style automake init. Patch by Christian Persch. 2006-06-19 Steve Frécinaux * plugins/terminal/terminal.py: set the "copy" menu insensitive when there is nothing selected. 2006-06-13 Steve Frécinaux * configure.ac: fix some more linuxisms (bug #344613). Patch by Joe Marcus Clarke. 2006-06-11 Steve Frécinaux * configure.ac: fix bug #344563 – broken configure script (due bashizms). Patch by Fryderyk Dziarmagowski === gedit-plugins 2.15.3 === 2006-06-11 Steve Frécinaux * NEWS: * README: * configure.ac: gedit-plugins 2.15.3 released. 2006-06-11 Steve Frécinaux * MAINTAINERS: add MAINTAINERS file. * configure.ac: set default prefix to the one gedit is installed under; lower the gedit dependency to 2.14.2; fix the --with-plugins help message. 2006-06-04 Steve Frécinaux * plugins/smartspaces/Makefile.am: * plugins/smartspaces/smartspaces.gedit-plugin.desktop.in: * plugins/smartspaces/smartspaces.py: * plugins/smartspaces/.cvsignore: New Smart Spaces plugin. * configure.ac: add above plugin to python plugin list. 2006-06-03 Steve Frécinaux * plugins/terminal/terminal.py: fix the context menu positioning on "popup-menu" event. (requires gedit 2.15 from today CVS) 2006-05-31 Steve Frécinaux * plugins/terminal/terminal.py: move the scrollbar into the terminal widget; get the most part of terminal configuration from GConf (Default gnome-terminal profile); add a terminal popup menu containing copy and paste entries. 2006-05-30 Steve Frécinaux * plugins/terminal/terminal.py: adapt to use a window helper. Converted tabs to space to conform to PEP8. (py plugins should conform to PEP8.) 2006-05-25 Steve Frécinaux * plugins/charmap/gedit-charmap-plugin.c: remove statusbar text on plugin removal. * configure.ac: set gedit requirement to 2.14 since people have been asking for it several times. Added a note about prefix. * plugins/colorpicker/colorpicker.py: reverted API update to make it run with gedit 2.14 2006-05-24 Paolo Borelli * plugins/charmap/gedit-charmap-plugin.c: fix leak. 2006-05-20 Jesse van den Kieboom * plugins/colorpicker/colorpicker.py: fixed setting color picker menu item insensitive when there are no documents. Close dialog when it's still open and there are no more documents open. 2006-05-19 Jesse van den Kieboom * plugins/colorpicker/colorpicker.py: fixed finding color from cursor position (it no longer accepts # as a hex color token, which it shouldn't have in the first place) 2006-05-19 Jesse van den Kieboom * configure.ac: added checks for plugin dependencies. When dependencies are not met the plugin will be disabled. When the plugin is explicitely defined with --enable-plugins then the missing dependency will generate an error, otherwise it will only generate a warning so plugins can still be built, but without that specific plugin. Added python vte module check for the terminal plugin. Disable all python plugins when there is no python support. 2006-05-15 Steve Frécinaux * configure.ac: bumped intltool requirement to 0.35.0, and gedit requirement to 2.15.2. * plugins/colorpicker/colorpicker.py: updated deprecated use of gedit.gedit_app_get_default(). === gedit-plugins 2.15.2 === 2006-05-15 Steve Frécinaux * Makefile.am: added gnome-doc-utils.make to dist and dustclean targets. * plugins/showtabbar/Makefile.am: added schema file to dist, clean and distclean targets. * README: information about module and how to install. * configure.ac: gedit-plugins 2.15.2 released. 2006-05-14 Steve Frécinaux * plugins/charmap/gedit-charmap-plugin.c: fix the insertion when a document is read-only or non-editable. Show information about the currently selected char in the statusbar. 2006-05-13 Steve Frécinaux * INSTALL: Added generic install instructions. * plugins/terminal/terminal.gedit-plugin.desktop.in: added custom icon. * plugins/colorpicker/colorpicker.gedit-plugin.desktop.in: added custom icon and marked strings for translation. * plugin/charmap/charmap.gedit-plugin.desktop.in: added custom icon and explicit plugin description. 2006-04-23 Jesse van den Kieboom * plugins/colorpicker/.cvsignore: * plugins/colorpicker/Makefile.am: * plugins/colorpicker/colorpicker.gedit-plugin.desktop.in: * plugins/colorpicker/colorpicker.py: New Color Picker plugin * configure.ac: Add above plugin to python plugin list 2006-04-23 Steve Frécinaux * plugins/charmap/.cvsignore: * plugins/charmap/Makefile.am: * plugins/charmap/charmap.gedit-plugin.desktop.in: * plugins/charmap/gedit-charmap-panel.[ch]: * plugins/charmap/gedit-charmap-plugin.[ch]: New Character Map Panel plugin. * configure.ac: Add above plugin to plugin list. Remove useless dependencies. Remove unused GEDIT_DATA_DIR definition. Add conditional dependency for libgucharmap. 2006-04-20 Steve Frécinaux * autogen.sh: updated package name to gedit-plugins * configure.ac: comment out GNOME_COMPILE_WARNINGS on a suggestion of بهداد اسفهبد. 2006-04-16 Steve Frécinaux * configure.ac: * plugins/terminal/.cvsignore: * plugins/terminal/Makefile.am: * plugins/terminal/terminal.gedit-plugin.desktop.in: * plugins/terminal/terminal.py: New Embedded Terminal plugin. Plugin from Paolo Borelli . 2006-04-16 Steve Frécinaux * configure.ac: * plugins/showtabbar/.cvsignore: * plugins/showtabbar/Makefile.am: * plugins/showtabbar/gedit-show-tabbar-plugin.c: * plugins/showtabbar/gedit-show-tabbar-plugin.h: * plugins/showtabbar/gedit-show-tabbar-plugin.schemas.in: * plugins/showtabbar/showtabbar.gedit-plugin.desktop.in: New Show/Hide Tabbar plugin. 2006-04-16 Steve Frécinaux * configure.ac: fix typo. * .cvsignore: * m4/.cvsignore: * po/.cvsignore: Update cvsignore list. 2006-04-16 Steve Frécinaux * configure.ac: fix the way po/LINGUAS is handled. Add gedit-2.14 into pkg dependencies to be able to build C plugins. 2006-04-09 Steve Frécinaux * configure.ac: * po/LINGUAS: Move ALL_LANGUAGES content to the po/LINGUAS file, to make our translators' life easier. 2006-04-08 Steve Frécinaux * plugins/joinlines/joinlines.py: take care of the current tab size for the line splitting. 2006-03-30 Steve Frécinaux * plugins/joinlines/joinlines.gedit-plugin.desktop.in: * plugins/joinlines/joinlines.py: * plugins/joinlines/Makefile.am: New "Join/Split Lines" plugin. * configure.ac,Makefile.am: updated plugin list and removed references to translations 2006-03-29 Steve Frécinaux * configure.ac,Makefile.am: * README,INSTALL,COPYING,NEWS,AUTHORS,autogen.sh: * plugins/*: * m4/*: Autotools stuff, burrowed from gedit and epiphany-extensions. Need further testing and plugins ;-), probably quite buggy. 2005-09-29 Raphael Slinckx * quickies/quickies.py,quickies.glade,quickies.gedit-plugin: Clean the CVS module, and add the quickies python extension