Revision: 264
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=264&view=rev
Author: frlan
Date: 2008-10-29 19:39:32 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
GeanySendMail: Fix of a little typo inside documentation
Modified Paths:
--------------
trunk/geanysendmail/README
Modified: trunk/geanysendmail/README
===================================================================
--- trunk/geanysendmail/README 2008-10-29 19:39:12 UTC (rev 263)
+++ trunk/geanysendmail/README 2008-10-29 19:39:32 UTC (rev 264)
@@ -94,7 +94,7 @@
as GeanySendMail by the copyright owner.
-Kown issues
+Known issues
-----------
During installation it might happen, that the plugin wants to install the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
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(a)frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.5svn", "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: 261
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=261&view=rev
Author: frlan
Date: 2008-10-29 19:38:30 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
GeanySendMail: Version bump of Geany dependency
Modified Paths:
--------------
trunk/geanysendmail/configure.in
Modified: trunk/geanysendmail/configure.in
===================================================================
--- trunk/geanysendmail/configure.in 2008-10-29 19:22:39 UTC (rev 260)
+++ trunk/geanysendmail/configure.in 2008-10-29 19:38:30 UTC (rev 261)
@@ -14,7 +14,7 @@
AC_PROG_INSTALL
# 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.
Revision: 259
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=259&view=rev
Author: eht16
Date: 2008-10-29 19:20:23 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Fix a few typos in the German translation.
Modified Paths:
--------------
trunk/geanysendmail/po/ChangeLog
trunk/geanysendmail/po/de.po
Modified: trunk/geanysendmail/po/ChangeLog
===================================================================
--- trunk/geanysendmail/po/ChangeLog 2008-10-29 19:00:27 UTC (rev 258)
+++ trunk/geanysendmail/po/ChangeLog 2008-10-29 19:20:23 UTC (rev 259)
@@ -1,3 +1,8 @@
+2008-10-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * de.po: Fix a few typos in the German translation.
+
+
2008-10-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* de.po: Update of German translation.
Modified: trunk/geanysendmail/po/de.po
===================================================================
--- trunk/geanysendmail/po/de.po 2008-10-29 19:00:27 UTC (rev 258)
+++ trunk/geanysendmail/po/de.po 2008-10-29 19:20:23 UTC (rev 259)
@@ -7,8 +7,8 @@
"Project-Id-Version: geanysendmail 0.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-10-20 22:01+0200\n"
-"PO-Revision-Date: 2008-05-24 19:13+0100\n"
-"Last-Translator: Frank Lanitz <frank(a)frank.uvena.de>\n"
+"PO-Revision-Date: 2008-10-29 20:19+0100\n"
+"Last-Translator: Enrico Tröger <enrico(a)xfce.org>\n"
"Language-Team: <frank(a)frank.uvena.de>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -57,7 +57,9 @@
#: src/geanysendmail.c:201
msgid "Could not execute mailer. Please check your configuration."
-msgstr "Konnte das Mailprogramm nicht aufrufen. Ist die Konfiguration korrekt?"
+msgstr ""
+"Konnte das Mailprogramm nicht aufrufen. Bitte überprüfen Sie Ihre "
+"Einstellungen"
#: src/geanysendmail.c:213
msgid "Please define a mail client first."
@@ -96,12 +98,12 @@
#: src/geanysendmail.c:356
msgid "Showing icon in toolbar"
-msgstr "Symbol in der Werkzeugliste anzeigen"
+msgstr "Symbol in der Werkzeugleiste anzeigen"
#: src/geanysendmail.c:359
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 "
+"Zeigt ein Symbol in der Werkzeugleiste an, sodass eine Datei einfacher "
"versendet werden kann."
#: src/geanysendmail.c:365
@@ -123,7 +125,7 @@
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 "
+"Sendet ein geöffnetes Dokument als ungepackten Anhang unter Verwendung eines "
"Mailprogrammes."
#~ msgid "_Mail"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 257
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=257&view=rev
Author: eht16
Date: 2008-10-29 18:56:41 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Add 'Ignore All' menu item to the suggestions menu.
Modified Paths:
--------------
trunk/spellcheck/ChangeLog
trunk/spellcheck/src/gui.c
Modified: trunk/spellcheck/ChangeLog
===================================================================
--- trunk/spellcheck/ChangeLog 2008-10-29 18:48:17 UTC (rev 256)
+++ trunk/spellcheck/ChangeLog 2008-10-29 18:56:41 UTC (rev 257)
@@ -3,6 +3,8 @@
* src/speller.c, src/speller.h, src/scplugin.c:
Improve the auto-detection of the user's language (handle locales
like 'de_DE.UTF-8' correctly).
+ * src/gui.c:
+ Add 'Ignore All' menu item to the suggestions menu.
2008-10-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/spellcheck/src/gui.c
===================================================================
--- trunk/spellcheck/src/gui.c 2008-10-29 18:48:17 UTC (rev 256)
+++ trunk/spellcheck/src/gui.c 2008-10-29 18:56:41 UTC (rev 257)
@@ -167,11 +167,15 @@
gint startword, endword, i, doc_len;
ScintillaObject *sci;
GString *str;
+ gboolean ignore = GPOINTER_TO_INT(gdata);
if (clickinfo.doc == NULL || clickinfo.word == NULL || clickinfo.pos == -1)
return;
- speller_add_word(clickinfo.word);
+ /* we either ignore the word, so we only remove all indicators or
+ * we add the word to the personal dictionary */
+ if (! ignore)
+ speller_add_word(clickinfo.word);
/* Remove all indicators on the added word */
sci = clickinfo.doc->editor->sci;
@@ -257,8 +261,15 @@
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menu_item), image);
gtk_container_add(GTK_CONTAINER(sc->edit_menu_sub), menu_item);
g_signal_connect((gpointer) menu_item, "activate",
- G_CALLBACK(on_menu_addword_item_activate), NULL);
+ G_CALLBACK(on_menu_addword_item_activate), GPOINTER_TO_INT(0));
+ image = gtk_image_new_from_stock(GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU);
+ menu_item = gtk_image_menu_item_new_with_label(_("Ignore All"));
+ gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menu_item), image);
+ gtk_container_add(GTK_CONTAINER(sc->edit_menu_sub), menu_item);
+ g_signal_connect((gpointer) menu_item, "activate",
+ G_CALLBACK(on_menu_addword_item_activate), GPOINTER_TO_INT(1));
+
gtk_widget_show(sc->edit_menu);
gtk_widget_show(sc->edit_menu_sep);
gtk_widget_show_all(sc->edit_menu_sub);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.