Revision: 990
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=990&view=rev
Author: eht16
Date: 2009-10-12 19:39:10 +0000 (Mon, 12 Oct 2009)
Log Message:
-----------
Update outdated information
Modified Paths:
--------------
branches/geany-plugins/geany-plugins-0.18/spellcheck/README
Modified: branches/geany-plugins/geany-plugins-0.18/spellcheck/README
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/spellcheck/README 2009-10-12 19:35:28 UTC (rev 989)
+++ branches/geany-plugins/geany-plugins-0.18/spellcheck/README 2009-10-12 19:39:10 UTC (rev 990)
@@ -21,26 +21,17 @@
Downloads
---------
-Spell Check 0.4
-^^^^^^^^^^^^^^^
+Spell Check is part of the combined Geany Plugins release.
+For more information and downloads, please visit
+http://plugins.geany.org/geany-plugins/
-http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.bz2
-http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.bz2.sig (GPG-Signature)
-
-or
-
-http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.gz
-
-http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.gz.sig (GPG-Signature)
-
-
Development Code
^^^^^^^^^^^^^^^^
Get the code from:
- svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/spellc…
+ svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-…
Requirements
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 989
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=989&view=rev
Author: eht16
Date: 2009-10-12 19:35:28 +0000 (Mon, 12 Oct 2009)
Log Message:
-----------
Add readme file for Windows mentioning the included binaries
Added Paths:
-----------
branches/geany-plugins/geany-plugins-0.18/README.windows
Property Changed:
----------------
trunk/geany-plugins/README.windows
Added: branches/geany-plugins/geany-plugins-0.18/README.windows
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/README.windows (rev 0)
+++ branches/geany-plugins/geany-plugins-0.18/README.windows 2009-10-12 19:35:28 UTC (rev 989)
@@ -0,0 +1,19 @@
+Geany Plugins for Windows
+=========================
+
+
+Since the Geany Plugins 0.18 release, the Windows installer contains
+a few dependency library files. Currently, these are Enchant 1.5.0 which
+is required by the Spell Check plugin and Lua 5.1 for the GeanyLua
+plugin.
+
+The installation of these dependencies is fully optional but obviously
+those plugins which depend on the libraries can't be loaded if the
+dependencies are not installed.
+
+
+Enchant 1.5.0 was downloaded from
+http://ftp.acc.umu.se/pub/gnome/binaries/win32/dependencies/.
+
+Lua 5.1 was downloaded from
+http://luaforge.net/frs/?group_id=377
Property changes on: branches/geany-plugins/geany-plugins-0.18/README.windows
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Property changes on: trunk/geany-plugins/README.windows
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 988
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=988&view=rev
Author: eht16
Date: 2009-10-12 19:32:52 +0000 (Mon, 12 Oct 2009)
Log Message:
-----------
Add readme file for Windows mentioning the included binaries
Added Paths:
-----------
trunk/geany-plugins/README.windows
Added: trunk/geany-plugins/README.windows
===================================================================
--- trunk/geany-plugins/README.windows (rev 0)
+++ trunk/geany-plugins/README.windows 2009-10-12 19:32:52 UTC (rev 988)
@@ -0,0 +1,19 @@
+Geany Plugins for Windows
+=========================
+
+
+Since the Geany Plugins 0.18 release, the Windows installer contains
+a few dependency library files. Currently, these are Enchant 1.5.0 which
+is required by the Spell Check plugin and Lua 5.1 for the GeanyLua
+plugin.
+
+The installation of these dependencies is fully optional but obviously
+those plugins which depend on the libraries can't be loaded if the
+dependencies are not installed.
+
+
+Enchant 1.5.0 was downloaded from
+http://ftp.acc.umu.se/pub/gnome/binaries/win32/dependencies/.
+
+Lua 5.1 was downloaded from
+http://luaforge.net/frs/?group_id=377
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Plugins GTK 2.8 build test failed at: waf build
See http://nightly.geany.org/misc/build_gtk28_plugins_stderr.log for details.
Error messages:
../../gtk28_test_plugins/codenav/src/codenavigation.c: In function 'switch_menu_item_activate':
../../gtk28_test_plugins/codenav/src/codenavigation.c:209: error: 'g_strcmp0' undeclared (first use in this function)
../../gtk28_test_plugins/codenav/src/codenavigation.c:209: error: (Each undeclared identifier is reported only once
../../gtk28_test_plugins/codenav/src/codenavigation.c:209: error: for each function it appears in.)
...
../../gtk28_test_plugins/codenav/src/codenavigation.c:209: error: for each function it appears in.)
../../gtk28_test_plugins/codenav/src/codenavigation.c:251: warning: comparison between signed and unsigned
../../gtk28_test_plugins/codenav/src/codenavigation.c:260: warning: implicit declaration of function 'g_strcmp0'
../../gtk28_test_plugins/codenav/src/codenavigation.c:311: warning: ISO C90 forbids mixed declarations and code
Build failed
-> task failed (err #1):
{task: cc codenavigation.c -> codenavigation_2.o}
http://nightly.geany.org/
Revision: 986
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=986&view=rev
Author: frlan
Date: 2009-10-11 20:42:41 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
GeanyLaTeX: Also replace capital German Umlauts.
Modified Paths:
--------------
branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog
branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c
Modified: branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog 2009-10-11 20:40:53 UTC (rev 985)
+++ branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog 2009-10-11 20:42:41 UTC (rev 986)
@@ -1,3 +1,8 @@
+2009-10-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Backport a fix of trunk to also replace capital German Umlauts.
+
+
2009-05-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Some more clean up of code.
Modified: branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c 2009-10-11 20:40:53 UTC (rev 985)
+++ branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c 2009-10-11 20:42:41 UTC (rev 986)
@@ -108,8 +108,11 @@
/* German Umlaute */
{GERMAN_LETTERS, "ä","\"a"},
+ {GERMAN_LETTERS, "Ä","\"A"},
{GERMAN_LETTERS, "ü","\"u"},
+ {GERMAN_LETTERS, "Ü","\"U"},
{GERMAN_LETTERS, "ö","\"o"},
+ {GERMAN_LETTERS, "Ö","\"O"},
{GERMAN_LETTERS, "ß","\"s"},
/* Czech characters */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 985
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=985&view=rev
Author: frlan
Date: 2009-10-11 20:40:53 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
GeanyLaTeX: Replace also capital German Umlauts
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/ChangeLog
trunk/geany-plugins/geanylatex/src/letters.c
trunk/geanylatex/ChangeLog
trunk/geanylatex/src/letters.c
Modified: trunk/geany-plugins/geanylatex/ChangeLog
===================================================================
--- trunk/geany-plugins/geanylatex/ChangeLog 2009-10-11 20:05:19 UTC (rev 984)
+++ trunk/geany-plugins/geanylatex/ChangeLog 2009-10-11 20:40:53 UTC (rev 985)
@@ -1,5 +1,10 @@
2009-05-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Replace also capital letter German Umlauts.
+
+
+2009-05-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
* Some more clean up of code.
* Update of documentation for 0.4 release.
Modified: trunk/geany-plugins/geanylatex/src/letters.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/letters.c 2009-10-11 20:05:19 UTC (rev 984)
+++ trunk/geany-plugins/geanylatex/src/letters.c 2009-10-11 20:40:53 UTC (rev 985)
@@ -108,8 +108,11 @@
/* German Umlaute */
{GERMAN_LETTERS, "ä","\"a"},
+ {GERMAN_LETTERS, "Ä","\"A"},
{GERMAN_LETTERS, "ü","\"u"},
+ {GERMAN_LETTERS, "Ü","\"U"},
{GERMAN_LETTERS, "ö","\"o"},
+ {GERMAN_LETTERS, "Ö","\"O"},
{GERMAN_LETTERS, "ß","\"s"},
/* Czech characters */
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2009-10-11 20:05:19 UTC (rev 984)
+++ trunk/geanylatex/ChangeLog 2009-10-11 20:40:53 UTC (rev 985)
@@ -1,6 +1,11 @@
+2009-10-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Replace also capital German umlauts.
+
+
2009-10-10 Frank Lanitz <frank@frank(dot)uvena(dot)de>
- * Add a function to insert \ref{} and \pageref{} together when
+ * Add a function to insert \ref{} and \pageref{} together when
inserting a reference.
Modified: trunk/geanylatex/src/letters.c
===================================================================
--- trunk/geanylatex/src/letters.c 2009-10-11 20:05:19 UTC (rev 984)
+++ trunk/geanylatex/src/letters.c 2009-10-11 20:40:53 UTC (rev 985)
@@ -108,8 +108,11 @@
/* German Umlaute */
{GERMAN_LETTERS, "ä","\"a"},
+ {GERMAN_LETTERS, "Ä","\"A"},
{GERMAN_LETTERS, "ü","\"u"},
+ {GERMAN_LETTERS, "Ü","\"U"},
{GERMAN_LETTERS, "ö","\"o"},
+ {GERMAN_LETTERS, "Ö","\"O"},
{GERMAN_LETTERS, "ß","\"s"},
/* Czech characters */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 984
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=984&view=rev
Author: frlan
Date: 2009-10-11 20:05:19 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
GeanySendMail: Commit of missed changes
Modified Paths:
--------------
trunk/geanysendmail/NEWS
Modified: trunk/geanysendmail/NEWS
===================================================================
--- trunk/geanysendmail/NEWS 2009-10-11 20:04:06 UTC (rev 983)
+++ trunk/geanysendmail/NEWS 2009-10-11 20:05:19 UTC (rev 984)
@@ -1,3 +1,8 @@
+GeanySendMail 0.4.3 (t.b.d.s)
+ * Use waf instead of autotools
+ * Update to Geany plugin API 147
+
+
GeanySendMail 0.4.2 (26. May 2009):
* Added cancel button to recipient's address dialog
* Some minor code cleanup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.