Revision: 1277
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1277&view=rev
Author: frlan
Date: 2010-04-21 22:12:32 +0000 (Wed, 21 Apr 2010)
Log Message:
-----------
Delete not needed path
Removed Paths:
-------------
trunk/geanysendmail/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1275
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1275&view=rev
Author: frlan
Date: 2010-04-21 22:08:09 +0000 (Wed, 21 Apr 2010)
Log Message:
-----------
Remove accidently added branch
Removed Paths:
-------------
branches/geany-plugins/geany-plugins-0.18/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1273
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1273&view=rev
Author: frlan
Date: 2010-04-21 21:42:34 +0000 (Wed, 21 Apr 2010)
Log Message:
-----------
GeansSendMail: Preparing 0.4.4 maintenance release -- Last stand alone release
Modified Paths:
--------------
trunk/geanysendmail/INSTALL
trunk/geanysendmail/NEWS
trunk/geanysendmail/README
trunk/geanysendmail/src/geanysendmail.c
trunk/geanysendmail/wscript
Modified: trunk/geanysendmail/INSTALL
===================================================================
--- trunk/geanysendmail/INSTALL 2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/INSTALL 2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,12 +1,12 @@
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 149, Geany v0.19svn+).
+of the Geany sources (API version 147, Geany v0.18.1+).
To compile and install just follow the typical three steps:
- % ./waf configure
- % ./waf build
+ % ./waf configure
+ % ./waf build
% ./waf install
The plugin will be installed into your $prefix/lib/geany of your Geany
Modified: trunk/geanysendmail/NEWS
===================================================================
--- trunk/geanysendmail/NEWS 2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/NEWS 2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,3 +1,10 @@
+GeansSendMail 0.4.4 (21.04.2010 - maintenance release)
+ * Execute send email dialog by hitting simple return on email adress
+ dialog
+ * Minor update of waf build system
+ * Last stand alone release
+
+
GeanySendMail 0.4.3 (05.01.2010 - maintenance release)
* Use waf instead of autotools
* Update to Geany plugin API 147
Modified: trunk/geanysendmail/README
===================================================================
--- trunk/geanysendmail/README 2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/README 2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,5 +1,5 @@
GeanySendMail Plugin
-(0.4.2)
+(0.4.4)
About
Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c 2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/src/geanysendmail.c 2010-04-21 21:42:34 UTC (rev 1273)
@@ -38,7 +38,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.4.3", "Frank Lanitz <frank(a)frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.4.4", "Frank Lanitz <frank(a)frank.uvena.de>")
/* Keybinding(s) */
enum
Modified: trunk/geanysendmail/wscript
===================================================================
--- trunk/geanysendmail/wscript 2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/wscript 2010-04-21 21:42:34 UTC (rev 1273)
@@ -4,7 +4,7 @@
# WAF build script for geany plugin GeanySendMail
#
# Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
-# Copyright 2009 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+# Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
APPNAME = 'geanysendmail'
-VERSION = '0.4.3'
+VERSION = '0.4.4'
srcdir = '.'
blddir = '_build_'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1271
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1271&view=rev
Author: frlan
Date: 2010-04-21 17:38:27 +0000 (Wed, 21 Apr 2010)
Log Message:
-----------
GeanyLaTeX: Make clear, that we don't set any encoding in this case as 'misc' is a quit bad wording
Modified Paths:
--------------
trunk/geanylatex/src/latexencodings.c
Modified: trunk/geanylatex/src/latexencodings.c
===================================================================
--- trunk/geanylatex/src/latexencodings.c 2010-04-21 17:26:38 UTC (rev 1270)
+++ trunk/geanylatex/src/latexencodings.c 2010-04-21 17:38:27 UTC (rev 1271)
@@ -54,6 +54,6 @@
GEANY_ENCODING_IBM_850);
fill(LATEX_ENCODING_IBM_852, _("IBM 852 code page"), "cp852",
GEANY_ENCODING_IBM_852);
- fill(LATEX_ENCODING_NONE, _("Misc"), NULL,
+ fill(LATEX_ENCODING_NONE, _("Don't set any encoding"), NULL,
GEANY_ENCODING_NONE);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1270
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1270&view=rev
Author: frlan
Date: 2010-04-21 17:26:38 +0000 (Wed, 21 Apr 2010)
Log Message:
-----------
GeanyLaTeX: Fix an issue with broken template replacement in case of none particular encoding has been chosen on wizard
Modified Paths:
--------------
trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c 2010-04-21 17:26:15 UTC (rev 1269)
+++ trunk/geanylatex/src/geanylatex.c 2010-04-21 17:26:38 UTC (rev 1270)
@@ -1113,8 +1113,12 @@
GTK_COMBO_BOX(glatex_wizard.template_combobox));
encoding_int = gtk_combo_box_get_active(
GTK_COMBO_BOX(glatex_wizard.encoding_combobox));
- enc_latex_char = g_strconcat("\\usepackage[",
- latex_encodings[encoding_int].latex,"]{inputenc}\n", NULL);
+ /* We don't want to set an encoding, if there is none choosen */
+ if (encoding_int != LATEX_ENCODINGS_MAX)
+ {
+ enc_latex_char = g_strconcat("\\usepackage[",
+ latex_encodings[encoding_int].latex,"]{inputenc}\n", NULL);
+ }
fontsize = gtk_combo_box_get_active_text(
GTK_COMBO_BOX(glatex_wizard.fontsize_combobox));
author = g_strdup(gtk_entry_get_text(GTK_ENTRY(glatex_wizard.author_textbox)));
@@ -1327,7 +1331,12 @@
utils_string_replace_all(code, "{ENCODING}", enc_latex_char);
g_free(enc_latex_char);
}
-
+ else
+ /* If there is no encoding proberly set but {ENCODING} is set inside
+ * the template, replace it with nothing */
+ {
+ utils_string_replace_all(code, "{ENCODING}", "");
+ }
switch (paperorientation_int){
case 2:
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.