SF.net SVN: geany-plugins:[616] trunk/geanygdb

dmaphy at users.sourceforge.net dmaphy at xxxxx
Fri May 1 20:04:47 UTC 2009


Revision: 616
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=616&view=rev
Author:   dmaphy
Date:     2009-05-01 20:04:47 +0000 (Fri, 01 May 2009)

Log Message:
-----------
 * fix Geany version dependency in configure.in
 * rewrite Documentation (README and INSTALL) with ReST

Modified Paths:
--------------
    trunk/geanygdb/ChangeLog
    trunk/geanygdb/README
    trunk/geanygdb/configure.in
    trunk/geanygdb/src/geanydebug.c

Modified: trunk/geanygdb/ChangeLog
===================================================================
--- trunk/geanygdb/ChangeLog	2009-05-01 19:06:56 UTC (rev 615)
+++ trunk/geanygdb/ChangeLog	2009-05-01 20:04:47 UTC (rev 616)
@@ -1,3 +1,7 @@
+2009-05-01 Dominic Hopf <dmaphy at googlemail.com>
+ * fix Geany version dependency in configure.in
+ * rewrite Documentation (README and INSTALL) with ReST
+
 2009-04-18 Dominic Hopf <dmaphy at googlemail.com>
  * version bump to 0.0.2
  * this maintenance release will be comptabible with Geany 0.16

Modified: trunk/geanygdb/README
===================================================================
--- trunk/geanygdb/README	2009-05-01 19:06:56 UTC (rev 615)
+++ trunk/geanygdb/README	2009-05-01 20:04:47 UTC (rev 616)
@@ -40,7 +40,7 @@
 
 Installation
 ============
-See the File INSTALL for more information.
+See the file `INSTALL <INSTALL.html>`_ for more information.
 
 
 Documentation

Modified: trunk/geanygdb/configure.in
===================================================================
--- trunk/geanygdb/configure.in	2009-05-01 19:06:56 UTC (rev 615)
+++ trunk/geanygdb/configure.in	2009-05-01 20:04:47 UTC (rev 616)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([geanygdb], [0.0.2], [dmaphy at googlemail.com])
+AC_INIT([geanygdb], [0.0.3], [dmaphy at googlemail.com])
 AM_INIT_AUTOMAKE([1.9 foreign])
 
 AM_CONFIG_HEADER(config.h)

Modified: trunk/geanygdb/src/geanydebug.c
===================================================================
--- trunk/geanygdb/src/geanydebug.c	2009-05-01 19:06:56 UTC (rev 615)
+++ trunk/geanygdb/src/geanydebug.c	2009-05-01 20:04:47 UTC (rev 616)
@@ -351,6 +351,10 @@
 
 	gdbui_setup.main_window = geany->main_widgets->window;
 
+	/**
+	 * TODO: detect where this plugin is installed so that the path to
+	 * geanygdb_ttyhelper can be automatically detected.
+	 */
 	gdbio_setup.temp_dir = g_build_filename(geany->app->configdir, "plugins", unix_name, NULL);
 	/*gdbio_setup.tty_helper = g_build_filename(gdbio_setup.temp_dir, "geanygdb_ttyhelper", NULL);*/
 	/* the tty helper binary is installed in $prefix/bin, so use this path */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list