Revision: 449
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=449&view=rev
Author: yurand
Date: 2009-02-06 10:07:50 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
GeanyVC: Readme update
Modified Paths:
--------------
trunk/geanyvc/README
Modified: trunk/geanyvc/README
===================================================================
--- trunk/geanyvc/README 2009-02-06 09:57:51 UTC (rev 448)
+++ trunk/geanyvc/README 2009-02-06 10:07:50 UTC (rev 449)
@@ -57,16 +57,23 @@
Requirements
============
-For compiling geanyvc you need Geany sources, you can get them at
-http://geany.uvena.de/, you will need the GTK (>= 2.6.0) libraries
+For compiling the plugin yourself, you will need the GTK (>= 2.6.0) libraries
and header files. You will also need its dependency libraries and header
files, such as Pango, Glib and ATK. All these files are available at
-http://www.gtk.org. If you like to use spellchecking for your commit
+http://www.gtk.org.
+If you like to use spellchecking for your commit
messages you will also need gtkspell (>=2.0), but this is only optional.
-Furthermore you need, of course, a C compiler and the Make tool; The
-GNU versions of these tools are recommended.
+And obviously, you will need have Geany installed. If you have Geany installed
+from the sources, you should be ready to go.
+If you used a prepared package e.g. from your distribution you probably need
+to install an additional package, this might be called geany-dev or geany-devel.
+Please note that in order to compile and use this plugin, you need Geany 0.15
+or later.
+Furthermore you need, of course, a C compiler and the Make tool.
+The GNU versions of these tools are recommended.
+
Usage
=====
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 448
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=448&view=rev
Author: yurand
Date: 2009-02-06 09:57:51 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
GeanyVC: Readme update, set geany minimal version to 0.16
Modified Paths:
--------------
trunk/geanyvc/README
trunk/geanyvc/configure.in
Modified: trunk/geanyvc/README
===================================================================
--- trunk/geanyvc/README 2009-02-06 09:25:58 UTC (rev 447)
+++ trunk/geanyvc/README 2009-02-06 09:57:51 UTC (rev 448)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.4
+.. |(version)| replace:: 0.5
=======
geanyvc
@@ -14,7 +14,7 @@
implemented, but, hey, you don't need anything besides diff, log, status,
revert and commit most time.
-In order to use it you need Geany 0.15.
+In order to use it you need Geany 0.16.
Features
========
@@ -25,34 +25,33 @@
* diff file
* diff directory
- * diff project
+ * diff base directory
* blame
* log file
* log directory
- * log project
+ * log base directory
* status
* revert file
+ * revert directory
+ * revert base directory
* show unmodified original file
* add file
* remove file
* update
* commit
-Currently Subversion only:
-
- * revert directory
- * revert project
-
CVS::
* diff file
* diff directory
- * diff project
+ * diff base directory
* log file
* log directory
- * log project
+ * log base directory
* status
* revert file
+ * revert directory
+ * revert base directory
* update
Requirements
@@ -138,12 +137,31 @@
Download
========
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4.tar.gz
+The current version is:
+============= =============== ==========================================================
+Geany Version Geanyvc Version Download
+============= =============== ==========================================================
+0.16 0.5 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.5.tar.gz
+============= =============== ==========================================================
+
Up to date source code can be downloaded here::
svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanyvc
+If you have old version of Geany installed you need old version of plugin as well. These versions of plugin
+are no longer supported and if you find bug in one of them, it won't be fixed unless you do it yourself.
+
+============= =============== ==========================================================
+Geany Version Geanyvc Version Download
+============= =============== ==========================================================
+0.15 0.4 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4.tar.gz
+
+0.14 0.3 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.3.tar.gz
+
+0.13 0.2 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.2.tar.gz
+============= =============== ==========================================================
+
Gentoo
------
Modified: trunk/geanyvc/configure.in
===================================================================
--- trunk/geanyvc/configure.in 2009-02-06 09:25:58 UTC (rev 447)
+++ trunk/geanyvc/configure.in 2009-02-06 09:57:51 UTC (rev 448)
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([geanyvc], [0.4], [yurand2(a)gmail.com])
+AC_INIT([geanyvc], [0.5], [yurand2(a)gmail.com])
AM_INIT_AUTOMAKE([1.9 foreign])
AM_CONFIG_HEADER(config.h)
@@ -16,7 +16,7 @@
# checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.16])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.