Revision: 149
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=149&view=rev
Author: frlan
Date: 2008-08-31 23:08:49 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
GeanySendMail: Update of version string
Modified Paths:
--------------
trunk/geanysendmail/ChangeLog
trunk/geanysendmail/configure.in
trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/ChangeLog
===================================================================
--- trunk/geanysendmail/ChangeLog 2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/ChangeLog 2008-08-31 23:08:49 UTC (rev 149)
@@ -3,8 +3,9 @@
* Build environment: Update of Makefiles to include icon.h into source
package
* Build environment: Added makefile for Windows (needs to be tested)
+ * configure.in: Update of version string
+
-
2008-07-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Make plugin compile with Geany svn r2767.
Modified: trunk/geanysendmail/configure.in
===================================================================
--- trunk/geanysendmail/configure.in 2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/configure.in 2008-08-31 23:08:49 UTC (rev 149)
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanysendmail, 0.4git)
+AM_INIT_AUTOMAKE(geanysendmail, 0.4svn)
AM_CONFIG_HEADER(config.h)
Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c 2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/src/geanysendmail.c 2008-08-31 23:08:49 UTC (rev 149)
@@ -45,7 +45,7 @@
PLUGIN_VERSION_CHECK(71)
PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.4dev", "Frank Lanitz <frank(a)frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.4svn", "Frank Lanitz <frank(a)frank.uvena.de>")
/* Keybinding(s) */
enum
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 147
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=147&view=rev
Author: frlan
Date: 2008-08-31 23:05:48 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
GeanySendMail: Small update of German transaltion
Modified Paths:
--------------
trunk/geanysendmail/po/de.po
trunk/geanysendmail/po/geanysendmail.pot
Modified: trunk/geanysendmail/po/de.po
===================================================================
--- trunk/geanysendmail/po/de.po 2008-08-31 23:05:13 UTC (rev 146)
+++ trunk/geanysendmail/po/de.po 2008-08-31 23:05:48 UTC (rev 147)
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
-"Project-Id-Version: geanysendmail\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-05-24 19:12+0200\n"
+"Project-Id-Version: geanysendmail 0.4svn\n"
+"Report-Msgid-Bugs-To: Geany-i18n team <geany-i18n(a)uvena.de>\n"
+"POT-Creation-Date: 2008-09-01 00:51+0200\n"
"PO-Revision-Date: 2008-05-24 19:13+0100\n"
"Last-Translator: Frank Lanitz <frank(a)frank.uvena.de>\n"
"Language-Team: <frank(a)frank.uvena.de>\n"
@@ -43,50 +43,49 @@
msgid "File have to be saved before sending."
msgstr "Due Datei muss vor dem Senden gespeichert werden."
-#: src/geanysendmail.c:206
-msgid "Mail Configuration"
-msgstr "Maileinstellungen"
+#: src/geanysendmail.c:252
+msgid "Plugin configuration directory could not be created."
+msgstr "Konfigurationsdatei konnte nicht erstellt werden."
#. add a label and a text entry to the dialog
-#: src/geanysendmail.c:214
+#: src/geanysendmail.c:277
msgid "Path and options for the mail client:"
msgstr "Pfad und Optionen für das Mailprogramm:"
-#: src/geanysendmail.c:222
+#: src/geanysendmail.c:285
#, c-format
msgid "Note: \\%f will be replaced by your filename."
msgstr "Anmerkung: \\%f wird durch den Dateinamen ersetzt."
-#: src/geanysendmail.c:226
+#: src/geanysendmail.c:289
msgid "Showing icon in toolbar (EXPERIMENTAL)"
msgstr "Symbol in der Werkzeugliste anzeigen (Experimental)"
-#: src/geanysendmail.c:229
+#: src/geanysendmail.c:292
msgid "Shows a icon in the toolbar to send file more easy."
msgstr ""
"Zeigt ein Symbol in der Werkzeugliste an, so dass eine Datei einfacher "
"versendet werden kann."
-#: src/geanysendmail.c:271
-msgid "Plugin configuration directory could not be created."
-msgstr "Konfigurationsdatei konnte nicht erstellt werden."
-
-#: src/geanysendmail.c:294
+#: src/geanysendmail.c:316
msgid "Send file by mail"
msgstr "Per Mail senden"
#. Build up menu
-#: src/geanysendmail.c:324
+#: src/geanysendmail.c:345
msgid "_Mail"
msgstr "_Mail"
-#: src/geanysendmail.c:330
+#: src/geanysendmail.c:351
msgid "_Mail document"
msgstr "_Dokument versenden"
-#: src/geanysendmail.c:333
+#: src/geanysendmail.c:354
msgid ""
"Sends the opened file as unzipped attachment by any mailer from your $PATH"
msgstr ""
"Sendet ein geöffnete Dokument als ungepackter Anhang unter Verwendung eines "
"Mailprogrammes."
+
+#~ msgid "Mail Configuration"
+#~ msgstr "Maileinstellungen"
Modified: trunk/geanysendmail/po/geanysendmail.pot
===================================================================
--- trunk/geanysendmail/po/geanysendmail.pot 2008-08-31 23:05:13 UTC (rev 146)
+++ trunk/geanysendmail/po/geanysendmail.pot 2008-08-31 23:05:48 UTC (rev 147)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-05-20 14:55+0200\n"
+"POT-Creation-Date: 2008-09-01 00:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,72 +16,68 @@
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/geanysendmail.c:40
+#: src/geanysendmail.c:47
msgid "GeanySendMail"
msgstr ""
-#: src/geanysendmail.c:40
+#: src/geanysendmail.c:47
msgid ""
"A little plugin to send the current file as attachment by user's favorite "
"mailer"
msgstr ""
-#: src/geanysendmail.c:91
+#: src/geanysendmail.c:125
msgid "Filename placeholder not found. The executed command might have failed."
msgstr ""
-#: src/geanysendmail.c:97
+#: src/geanysendmail.c:131
msgid "Could not execute mailer. Please check your configuration."
msgstr ""
-#: src/geanysendmail.c:106
-msgid "Please define a mailing tool first."
+#: src/geanysendmail.c:140
+msgid "Please define a mail client first."
msgstr ""
-#: src/geanysendmail.c:111
+#: src/geanysendmail.c:145
msgid "File have to be saved before sending."
msgstr ""
-#: src/geanysendmail.c:173
-msgid "Mail Configuration"
+#: src/geanysendmail.c:252
+msgid "Plugin configuration directory could not be created."
msgstr ""
#. add a label and a text entry to the dialog
-#: src/geanysendmail.c:181
-msgid "Path and options for the mail programm:"
+#: src/geanysendmail.c:277
+msgid "Path and options for the mail client:"
msgstr ""
-#: src/geanysendmail.c:189
+#: src/geanysendmail.c:285
#, c-format
msgid "Note: \\%f will be replaced by your filename."
msgstr ""
-#: src/geanysendmail.c:193
+#: src/geanysendmail.c:289
msgid "Showing icon in toolbar (EXPERIMENTAL)"
msgstr ""
-#: src/geanysendmail.c:196
+#: src/geanysendmail.c:292
msgid "Shows a icon in the toolbar to send file more easy."
msgstr ""
-#: src/geanysendmail.c:238
-msgid "Plugin configuration directory could not be created."
-msgstr ""
-
-#: src/geanysendmail.c:261
+#: src/geanysendmail.c:316
msgid "Send file by mail"
msgstr ""
#. Build up menu
-#: src/geanysendmail.c:289
+#: src/geanysendmail.c:345
msgid "_Mail"
msgstr ""
-#: src/geanysendmail.c:295
+#: src/geanysendmail.c:351
msgid "_Mail document"
msgstr ""
-#: src/geanysendmail.c:298
+#: src/geanysendmail.c:354
msgid ""
"Sends the opened file as unzipped attachment by any mailer from your $PATH"
msgstr ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 146
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=146&view=rev
Author: frlan
Date: 2008-08-31 23:05:13 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
GeanySendMail: Added ChangeLog to po-directory
Added Paths:
-----------
trunk/geanysendmail/po/ChangeLog
Added: trunk/geanysendmail/po/ChangeLog
===================================================================
--- trunk/geanysendmail/po/ChangeLog (rev 0)
+++ trunk/geanysendmail/po/ChangeLog 2008-08-31 23:05:13 UTC (rev 146)
@@ -0,0 +1,6 @@
+2008-09-01 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Initial import of ChangLog
+ * de.po: Small update on translation
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 145
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=145&view=rev
Author: frlan
Date: 2008-08-31 23:04:40 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
GeanySendMail: Update of Makefiles to include icon.h into source package
Modified Paths:
--------------
trunk/geanysendmail/src/Makefile.am
Modified: trunk/geanysendmail/src/Makefile.am
===================================================================
--- trunk/geanysendmail/src/Makefile.am 2008-08-31 12:01:22 UTC (rev 144)
+++ trunk/geanysendmail/src/Makefile.am 2008-08-31 23:04:40 UTC (rev 145)
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = geanysendmail.la
-geanysendmail_la_SOURCES = geanysendmail.c
+geanysendmail_la_SOURCES = geanysendmail.c icon.h
geanysendmail_la_LDFLAGS = -module -avoid-version
geanysendmail_la_LIBADD = @GEANY_LIBS@ $(INTLLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.