Revision: 972
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=972&view=rev
Author: eht16
Date: 2009-09-30 19:43:46 +0000 (Wed, 30 Sep 2009)
Log Message:
-----------
Update NEWS
Modified Paths:
--------------
branches/geany-plugins/geany-plugins-0.18/NEWS
Modified: branches/geany-plugins/geany-plugins-0.18/NEWS
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/NEWS 2009-09-30 19:41:19 UTC (rev 971)
+++ branches/geany-plugins/geany-plugins-0.18/NEWS 2009-09-30 19:43:46 UTC (rev 972)
@@ -2,6 +2,10 @@
General:
+ Spell Check:
+ * Allow setting custom dictionary directories if
+ Enchant >= 1.5.0 is used.
+
GeanyVC:
* Update to most recent version including an entry to editor menu
and a check/uncheck all function on commit dialog.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 966
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=966&view=rev
Author: eht16
Date: 2009-09-30 19:14:01 +0000 (Wed, 30 Sep 2009)
Log Message:
-----------
Fix version number
Modified Paths:
--------------
branches/geany-plugins/geany-plugins-0.18/configure.ac
Modified: branches/geany-plugins/geany-plugins-0.18/configure.ac
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/configure.ac 2009-09-30 16:06:54 UTC (rev 965)
+++ branches/geany-plugins/geany-plugins-0.18/configure.ac 2009-09-30 19:14:01 UTC (rev 966)
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([geany-plugins], [0.17.1])
+AC_INIT([geany-plugins], [0.18])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
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/