SF.net SVN: geany-plugins:[263] trunk/geanysendmail
frlan at users.sourceforge.net
frlan at xxxxx
Wed Oct 29 19:39:12 UTC 2008
Revision: 263
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=263&view=rev
Author: frlan
Date: 2008-10-29 19:39:12 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
GeanySendMail: Version bump and little update of documentation
Modified Paths:
--------------
trunk/geanysendmail/INSTALL
trunk/geanysendmail/README
trunk/geanysendmail/configure.in
trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/INSTALL
===================================================================
--- trunk/geanysendmail/INSTALL 2008-10-29 19:38:51 UTC (rev 262)
+++ trunk/geanysendmail/INSTALL 2008-10-29 19:39:12 UTC (rev 263)
@@ -1,7 +1,7 @@
These installation instructions are written for a Linux system.
At the time of this writing, building the plugin requires a recent SVN checkout
-of the Geany sources (API version 100, Geany v0.15+).
+of the Geany sources (API version 104, Geany v0.16svn+).
To compile and install just follow the typical three steps:
Modified: trunk/geanysendmail/README
===================================================================
--- trunk/geanysendmail/README 2008-10-29 19:38:51 UTC (rev 262)
+++ trunk/geanysendmail/README 2008-10-29 19:39:12 UTC (rev 263)
@@ -1,5 +1,5 @@
GeanySendMail Plugin
-(v0.4: 20.10.2008)
+(post 0.4:)
About
@@ -24,7 +24,7 @@
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 (Geany Plugin API v100 or higher).
+you need Geany 0.16svn or later (Geany Plugin API v104 or higher).
Furthermore you need, of course, a C compiler and the Make tool. The
GNU versions of these tools are recommended.
Modified: trunk/geanysendmail/configure.in
===================================================================
--- trunk/geanysendmail/configure.in 2008-10-29 19:38:51 UTC (rev 262)
+++ trunk/geanysendmail/configure.in 2008-10-29 19:39:12 UTC (rev 263)
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanysendmail, 0.4)
+AM_INIT_AUTOMAKE(geanysendmail, 0.5svn)
AM_CONFIG_HEADER(config.h)
Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c 2008-10-29 19:38:51 UTC (rev 262)
+++ trunk/geanysendmail/src/geanysendmail.c 2008-10-29 19:39:12 UTC (rev 263)
@@ -45,7 +45,7 @@
PLUGIN_VERSION_CHECK(104)
PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.4", "Frank Lanitz <frank at frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.5svn", "Frank Lanitz <frank at frank.uvena.de>")
/* Keybinding(s) */
enum
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list