SF.net SVN: geany-plugins:[421] trunk

frlan at users.sourceforge.net frlan at xxxxx
Sun Feb 1 19:14:54 UTC 2009


Revision: 421
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=421&view=rev
Author:   frlan
Date:     2009-02-01 19:14:53 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
GeanyLaTeX: Minor changes in preperation of next release:
- Version string changed to 0.3
- Small update of documentation
- Update of TODO-list since a couple of items were moved to a later release

Modified Paths:
--------------
    trunk/geanylatex/README
    trunk/geanylatex/TODO
    trunk/geanylatex/configure.in
    trunk/wscript

Modified: trunk/geanylatex/README
===================================================================
--- trunk/geanylatex/README	2009-02-01 19:14:06 UTC (rev 420)
+++ trunk/geanylatex/README	2009-02-01 19:14:53 UTC (rev 421)
@@ -1,14 +1,17 @@
-GeanyLaTeX Plugin
-(Version post 0.2)
+GeanyLaTeX Plugin v0.3
 
 
 About
 ------
 
 GeanyLaTeX is a little plugin to improve support of LaTeX at Geany. It
-implements a wizard to create new LaTeX documents in a fast and easy
-way. Also it implements a front end for add labels and refs as well as
-special characters to an open document.
+implements a couple of maybe useful functions:
+ * Wizard to create new LaTeX documents in a fast and easy way with a
+   bunch of templates available
+ * A front end for add labels \label{} and refs \ref{} and \pageref{}
+   with getting suggestion from aux file of document
+ * Inserting special characters through menu
+ * Help entering the right field for bibTeX entries by providing templates
 
 
 Requirements
@@ -24,7 +27,7 @@
 prepared package e.g. from your distribution you probably need to
 install an additional package, this might be called geany-dev or
 geany-devel. Please note that in order to compile and use this plugin,
-you need Geany 0.16 or later (Geany Plugin API v111 or higher).
+you need Geany 0.16 or later (Geany Plugin API v130 or higher).
 
 Furthermore you need, of course, a C compiler (that is supporting C99)
 and the Make tool. The GNU versions of these tools are recommended.

Modified: trunk/geanylatex/TODO
===================================================================
--- trunk/geanylatex/TODO	2009-02-01 19:14:06 UTC (rev 420)
+++ trunk/geanylatex/TODO	2009-02-01 19:14:53 UTC (rev 421)
@@ -4,14 +4,15 @@
 	ROADMAP/TODO
 *********************
 
-for 0.3
-* Little bibTeX-Support
+for 0.4
+* Improving support for bibTeX
     * Parsing of *.bib
     * Inserting of \cite
+    * Dialog for inserting bibTeX entries
 * Adding support for diff. letter classes
 * Replacing of environments
 
-for 0.4
+for 0.5
 * Parsing document for »TOC«
     * Navigation throught document
     * "Graphical" support while using \ref, \pageref ...

Modified: trunk/geanylatex/configure.in
===================================================================
--- trunk/geanylatex/configure.in	2009-02-01 19:14:06 UTC (rev 420)
+++ trunk/geanylatex/configure.in	2009-02-01 19:14:53 UTC (rev 421)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanylatex, 0.3dev)
+AM_INIT_AUTOMAKE(geanylatex, 0.3)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-02-01 19:14:06 UTC (rev 420)
+++ trunk/wscript	2009-02-01 19:14:53 UTC (rev 421)
@@ -86,7 +86,7 @@
 		   'geanylatex/src/bibtexlabels.c', 'geanylatex/src/reftex.c',
 		   'geanylatex/src/latexutils.c'],
 		 [ 'geanylatex' ], # include dirs
-		 '0.3dev'),
+		 '0.3'),
 	Plugin('geanylua',
 		 [ 'geanylua/geanylua.c' ], # the other source files are listed in build_lua()
 		 [ 'geanylua' ], # include dirs


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