Revision: 1834
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1834&view=rev
Author: colombanw
Date: 2011-01-13 19:38:55 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
GeanyGenDoc: Add a TODO entry
Modified Paths:
--------------
trunk/geany-plugins/geanygendoc/TODO
Modified: trunk/geany-plugins/geanygendoc/TODO
===================================================================
--- trunk/geany-plugins/geanygendoc/TODO 2011-01-13 19:38:30 UTC (rev 1833)
+++ trunk/geany-plugins/geanygendoc/TODO 2011-01-13 19:38:55 UTC (rev 1834)
@@ -14,3 +14,5 @@
* Store doctype in a per-document basis? It would be cool, but not sure it is
possible without re-implementing a lot of document history.
+
+* Support multiple cursors in templates
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1832
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1832&view=rev
Author: colombanw
Date: 2011-01-13 19:38:06 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
GeanyGenDoc: Make ggd_plugin_get_doctype() more private
ggd_plugin_get_doctype() is not used outside of ggd-plugin.c, no need
to have it in the headers.
Modified Paths:
--------------
trunk/geany-plugins/geanygendoc/src/ggd-plugin.c
trunk/geany-plugins/geanygendoc/src/ggd-plugin.h
Modified: trunk/geany-plugins/geanygendoc/src/ggd-plugin.c
===================================================================
--- trunk/geany-plugins/geanygendoc/src/ggd-plugin.c 2011-01-13 10:11:30 UTC (rev 1831)
+++ trunk/geany-plugins/geanygendoc/src/ggd-plugin.c 2011-01-13 19:38:06 UTC (rev 1832)
@@ -92,7 +92,7 @@
/* Gets an element of GGD_OPT_doctype, falling back to GGD_OPT_doctype[0]
* (default) if the requested element is not set */
-const gchar *
+static const gchar *
ggd_plugin_get_doctype (filetype_id id)
{
const gchar *doctype;
Modified: trunk/geany-plugins/geanygendoc/src/ggd-plugin.h
===================================================================
--- trunk/geany-plugins/geanygendoc/src/ggd-plugin.h 2011-01-13 10:11:30 UTC (rev 1831)
+++ trunk/geany-plugins/geanygendoc/src/ggd-plugin.h 2011-01-13 19:38:06 UTC (rev 1832)
@@ -59,9 +59,6 @@
extern gchar *GGD_OPT_environ;
-const gchar *ggd_plugin_get_doctype (filetype_id id);
-
-
GGD_END_PLUGIN_API
G_END_DECLS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1829
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1829&view=rev
Author: frlan
Date: 2011-01-12 18:54:57 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
We currently still depend on Geany 0.20 - Fix of waf build
Modified Paths:
--------------
trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript 2011-01-12 18:19:31 UTC (rev 1828)
+++ trunk/geany-plugins/wscript 2011-01-12 18:54:57 UTC (rev 1829)
@@ -85,7 +85,7 @@
args='--cflags --libs')
check_cfg_cached(conf,
package='geany',
- atleast_version=VERSION,
+ atleast_version='0.20',
uselib_store='GEANY',
mandatory=True,
args='--cflags --libs')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1827
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1827&view=rev
Author: frlan
Date: 2011-01-12 17:24:28 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
Post release version bump to 0.21
Modified Paths:
--------------
trunk/geany-plugins/configure.ac
trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/configure.ac
===================================================================
--- trunk/geany-plugins/configure.ac 2011-01-12 17:22:05 UTC (rev 1826)
+++ trunk/geany-plugins/configure.ac 2011-01-12 17:24:28 UTC (rev 1827)
@@ -1,6 +1,6 @@
AC_PREREQ([2.61])
dnl Don't forget when updating version number to do GP_CHECK_GEANY also
-AC_INIT([geany-plugins], [0.20])
+AC_INIT([geany-plugins], [0.21])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript 2011-01-12 17:22:05 UTC (rev 1826)
+++ trunk/geany-plugins/wscript 2011-01-12 17:24:28 UTC (rev 1827)
@@ -58,7 +58,7 @@
APPNAME = 'geany-plugins'
-VERSION = '0.20'
+VERSION = '0.21'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
@@ -323,4 +323,3 @@
except OSError:
Logs.pprint('RED', 'Failed to generate pot file.')
os.chdir('..')
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1825
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1825&view=rev
Author: hyperair
Date: 2011-01-11 23:41:59 +0000 (Tue, 11 Jan 2011)
Log Message:
-----------
Create tag geany-plugins-0.20
Added Paths:
-----------
tags/geany-plugins/geany-plugins-0.20/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.