Revision history for IkiWiki-Plugin-syntax 0.25 Fri, 24 Apr 2009 12:01:37 +0200 * Added a class directive to the code injected into the html. Thanks to Manoj Srivastava for the suggestion. * Fix a warning in the Debian copyright file. Thanks again to Manoj. -- Victor Moral Fri, 24 Apr 2009 12:01:37 +0200 0.24 Fri, 31 Oct 2008 09:42:44 +0100 * Add a new global option named syntax_use_template for enable the HTML::Template module. * Fixed several bugs. -- Victor Moral Fri, 31 Oct 2008 09:42:44 +0100 0.23 Wed, 29 Oct 2008 14:33:35 +0100 * Fix a bug with the closed tags in Kate engine. Thanks to Steven Black. -- Victor Moral Wed, 29 Oct 2008 14:33:35 +0100 0.22 Wed, 29 Oct 2008 11:29:58 +0100 * Add a new global parameter for not use HTML::Template. By default is disabled. -- Victor Moral Wed, 29 Oct 2008 11:28:21 +0100 0.21 Thu, 03 Apr 2008 10:31:03 +0200 * Add a new test for check direct calls to the plugin functions. * Fix a fatal bug in the preprocess function. It always returns a exception. * Fix a bug in the detect language mechanism. * Add a empty parameter in the first call to gettext. * The preprocess function can change the engine at runtime. Not documented parameter yet. * Fixed a bug in the templates. Now uses the full path of the template. 0.20 Mon, 31 Mar 2008 19:37:59 +0200 * New features: + Don't need external modules for a minimal installation + The third party module can be selected on runtime. + New templates: - "syntax" for syntax highlight block text. - "syntax_info" for build a informational table about the external module capabilities. 0.14 Tue, 29 Jan 2008 12:36:50 +0100 * Remove the last call to the gettext library. * Updated the debian/copyright file to the UTF-8 character set and the new FSF postal address. 0.13 Fri, 30 Mar 2007 08:53:27 +020 * Add a minimal ikiwiki setup in the test program. * Changes in htmllink call: add a hash with the last parameters * Minor bugfixes in select syntax language 0.12 Thu, 15 Feb 2007 10:23:35 +0100 * Remove the use of gettext functions because the debian testing versions is too old * Try with some variations of the language parameter for easy use of the plugin 0.11 Mon, 19 Mar 2007 16:26:11 +0100 * Added a minor support for old sintax * Disable the gettext mechanism for use with Debian testing 0.10 Mon, 29 Jan 2007 16:35:17 +0100 * Switch to the new syntax highlight engine based in Kate program. 0.9 Tue Nov 14 12:00:52 CET 2006 - Add a force_subpage parameter for link build - Fix a bug in syntax page link - Documented a bug with markdown indented text 0.8 Tue Nov 14 08:54:13 CET 2006 - Minor corrections on file dependencies 0.6 Fri Oct 20 11:49:32 CEST 2006 - Added a line number parameter 0.5 Thu Oct 19 10:23:11 CEST 2006 - Source module convert to UTF-8 charset. 0.4 Thu Oct 18 14:00:10 CEST 2006 - First debianized version 0.3 Wed Oct 18 10:32:57 CEST 2006 Now reusing an global Text::VimColor object 0.2 Tue Oct 17 16:41:02 CEST 2006 Added documentation to the main module. 0.1 Tue Oct 17 12:41:41 2006 Initial release.