Revision: 814
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=814&view=rev
Author: ntrel
Date: 2009-07-13 15:47:41 +0000 (Mon, 13 Jul 2009)
Log Message:
-----------
Fix using datadir for scripts.
Modified Paths:
--------------
trunk/geany-plugins/geanylua/ChangeLog
trunk/geany-plugins/geanylua/glspi_init.c
Modified: trunk/geany-plugins/geanylua/ChangeLog
===================================================================
--- trunk/geany-plugins/geanylua/ChangeLog 2009-07-13 15:33:35 UTC (rev 813)
+++ trunk/geany-plugins/geanylua/ChangeLog 2009-07-13 15:47:41 UTC (rev 814)
@@ -1,6 +1,10 @@
+July 13, 2009 (ntrel)
+ Fix using datadir for scripts.
+
June 24, 2009 (eht16)
Build libdir and datadir paths on Windows using the installation
directory as prefix. This still can be improved.
+
June 23, 2009 (ntrel)
Look for support library in LIBDIR/geany-plugins/geanylua.
Read scripts from DATADIR/geany-plugins/geanylua.
Modified: trunk/geany-plugins/geanylua/glspi_init.c
===================================================================
--- trunk/geany-plugins/geanylua/glspi_init.c 2009-07-13 15:33:35 UTC (rev 813)
+++ trunk/geany-plugins/geanylua/glspi_init.c 2009-07-13 15:47:41 UTC (rev 814)
@@ -447,7 +447,7 @@
g_free(install_dir);
return result;
#else
- return g_strdup(LIBDIR);
+ return g_strdup(DATADIR);
#endif
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 809
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=809&view=rev
Author: ntrel
Date: 2009-07-10 12:32:46 +0000 (Fri, 10 Jul 2009)
Log Message:
-----------
List me as maintainer, Jeff as author.
Modified Paths:
--------------
trunk/geany-plugins/geanylua/AUTHORS
Modified: trunk/geany-plugins/geanylua/AUTHORS
===================================================================
--- trunk/geany-plugins/geanylua/AUTHORS 2009-07-09 23:14:53 UTC (rev 808)
+++ trunk/geany-plugins/geanylua/AUTHORS 2009-07-10 12:32:46 UTC (rev 809)
@@ -1 +1,2 @@
-Jeff Pohlmeyer <yetanothergeek(a)gmail.com>
+Jeff Pohlmeyer <yetanothergeek(a)gmail.com> - Author
+Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> - Maintainer
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 805
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=805&view=rev
Author: frlan
Date: 2009-07-07 17:51:06 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
GeanyLaTeX: Some documentation update.
Modified Paths:
--------------
trunk/geanylatex/doc/geanylatex.tex
Modified: trunk/geanylatex/doc/geanylatex.tex
===================================================================
--- trunk/geanylatex/doc/geanylatex.tex 2009-07-07 07:42:06 UTC (rev 804)
+++ trunk/geanylatex/doc/geanylatex.tex 2009-07-07 17:51:06 UTC (rev 805)
@@ -47,7 +47,7 @@
\hypersetup{pdftex=true, colorlinks=true, breaklinks=true, linkcolor=black, urlcolor=darkblue}
\title{Geany\LaTeX{} -- A \LaTeX{} plugin for Geany \\[1.5ex]
- \normalsize Version 0.4}
+ \normalsize Version 0.5dev}
\author{Frank Lanitz \\ \small{\href{mailto:frank@frank.uvena.de}{frank@frank.uvena.de}}}
\date{\today}
@@ -59,7 +59,7 @@
\dedication{\normalsize \textbf{Note:} Please note the document has been created on
\today. If you are using devel version from SVN, please compile and check
\texttt{doc/geanylatex.tex} from sources. Please check page \pageref
-{sec:compiling_of_documentation}, section \ref{sec:compiling_of_documentation} how to do so.}
+{sec:compiling_of_documentation}, section \ref{sec:compiling_of_documentation} how to do so. }
\pagenumbering{Roman}
\maketitle
@@ -91,6 +91,16 @@
\end{itemize}
\section{News}
+\subsection*{Since 0.4}
+\begin{itemize}
+ \item Adding a icon for \LaTeX-Wizard to toolbar
+ \item Adding shortcuts for inserting common list environments
+ like \texttt{enumerate}, \texttt{itemize} and
+ \texttt{description}
+ \item Some general bugfixes and improvments. As always, see
+ ChangeLog or svn log.
+\end{itemize}
+
\subsection*{GeanyLaTeX{} 0.4 -- 2009-05-26}
\begin{itemize}
\item Adding a toolbar with often used format commands
@@ -105,12 +115,14 @@
\section{Requirements}
-For compiling the plugin yourself, you will need the GTK ($>= 2.6.0$)
+\small{\textbf{Please note:} This section of documentation is only valid with standalone distribution of Geany\LaTeX{}. If you are planning to use the common geany-plugins project, please check documentation over there as there are some specialties you might like to know.}
+
+For compiling the plugin yourself, you will need the GTK ($>= 2.8.0$)
libraries and header files. You will also need its dependency
libraries and header files, such as Pango, Glib and ATK. All these
files are available at \url{http://www.gtk.org}.
-And obviously, you will need have Geany with its header files
+And obviously, you will need to have Geany with its header files
installed (in case you are compiling the plugin on your own). If you
have Geany installed from the sources, you should be ready to go. If
you used a prepared package e.g. from your distribution you probably
@@ -122,10 +134,13 @@
GNU versions of these tools are recommended. Also there should be a
working \LaTeX-environment on your System.
-There is no special need in RAM or CPU so the plugin should run on
-all systems Geany is able to run.
+There is no special need in RAM or CPU so the plugin should compile and
+run on all systems Geany is able to run.
\section{Installation}
+
+\small{\textbf{Please note:} This section of documentation is only valid with standalone distribution of Geany\LaTeX{}. If you are planning to use the common geany-plugins project, please check documentation over there as there are some specialties you might like to know.}
+
\subsection{Compiling the plugin itself}
Compiling and installing the code is done by the following three
commands:
@@ -140,6 +155,12 @@
For more configuration details run \texttt{./configure --help}
+By default the plugin is getting installed into the lib subfolder of
+your found Geany installation. So if you have installed Geany to
+\texttt{/usr/local/} the plugin will be installed to
+\texttt{/usr/local/lib/geany/}. Translation files will be installed to
+\texttt{/usr/local/share/locale/} in this case.
+
If there are any errors during compilation, check your build environment
and try to find the error, otherwise contact one of the
authors\footnote{Contact data can be found at chapter \ref{contact},
@@ -160,19 +181,18 @@
\end{lstlisting}
\end{figure}
-\newpage
\section{Usage}
\begin{figure}[h!]
\centering{\includegraphics[height=7cm]{img/plugin_manager.png}}
\caption{Plugin manager with Geany\LaTeX{} of Geany 0.16}
\end{figure}
-After Geany\LaTeX{} has been installed successfully the plugin can be
+After Geany\LaTeX{} has been installed successful the plugin can be
loaded through Geany's plugin manager and a new sub menu in the Tools
menu will appear as well as new key bindings will be available inside
Geany's key binding interface. Inside the sub menu you will find entries
-for functions supported by this version of the plugin. It will be
-called \texttt{LaTeX}.
+for functions supported by this version of the plugin. The main menu entry
+will be called something like \texttt{LaTeX}, depending on your locale.
Also if the option for showing the toolbar is activated on configuration
dialog, the toolbar with common used format functions appears on at top
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.