[Codestriker-commits] CVS update: codestriker CHANGELOG
Brought to you by:
sits
From: <si...@us...> - 2008-06-18 07:11:55
|
User: sits Date: 08/06/18 00:11:51 Modified: . CHANGELOG Log: Update changelog to indicate highlighting has been implemented. Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.229 retrieving revision 1.230 diff -u -r1.229 -r1.230 --- CHANGELOG 17 Jun 2008 06:51:38 -0000 1.229 +++ CHANGELOG 18 Jun 2008 07:11:50 -0000 1.230 @@ -3,6 +3,12 @@ Version 1.9.5 +* Syntax highlighting is now supported using the highlight package from + http://www.andre-simon.de/. Check the codestriker.conf file for + configuration. Many thanks to Nikita V. Borodikhin + <el...@us...> for all his assistance in implementing + this feature. + * Allow the ability to specify just a filename (for the module field) and a revision number (for the start or end tag) to create a review for a specific version of a file in a subversion repository. |