|
From: Alan E. <ez...@us...> - 2005-12-25 19:32:14
|
Update of /cvsroot/jedit/plugins/Navigator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9040 Modified Files: build.xml Log Message: Fixed a bug in "goBack()" - now it pushes the current cursor position into the forwardstack, making goForward() work properly. Index: build.xml =================================================================== RCS file: /cvsroot/jedit/plugins/Navigator/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- build.xml 23 Dec 2005 21:29:02 -0000 1.11 +++ build.xml 25 Dec 2005 19:32:06 -0000 1.12 @@ -9,7 +9,7 @@ <property name="jar.name" value="NavigatorPlugin.jar"/> <!-- version number --> - <property name="build.num" value="1.0.7"/> + <property name="build.num" value="1.0.8"/> <!-- where to put the finished plugin --> <property name="install.dir" value=".." /> |