Revision: 1036
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1036&view=rev
Author: funto66
Date: 2009-10-27 12:35:20 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Oops...Forgot to update src/Makefile.am
Thanks Nick for the fix.
Modified Paths:
--------------
trunk/geany-plugins/codenav/src/Makefile.am
Modified: trunk/geany-plugins/codenav/src/Makefile.am
===================================================================
--- trunk/geany-plugins/codenav/src/Makefile.am 2009-10-26 22:42:08 UTC (rev 1035)
+++ trunk/geany-plugins/codenav/src/Makefile.am 2009-10-27 12:35:20 UTC (rev 1036)
@@ -4,7 +4,9 @@
codenav_la_SOURCES = \
codenavigation.c \
- switch_head_impl.c
+ goto_file.c \
+ switch_head_impl.c \
+ utils.c
codenav_la_LIBADD = $(COMMONLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1031
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1031&view=rev
Author: hyperair
Date: 2009-10-26 11:30:08 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
Correct typo and spelling errors in README
* plug-in => plugin
* Lu's-pkg => lua-pkg
Modified Paths:
--------------
branches/geany-plugins/geany-plugins-0.18/README
Modified: branches/geany-plugins/geany-plugins-0.18/README
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/README 2009-10-26 11:29:34 UTC (rev 1030)
+++ branches/geany-plugins/geany-plugins-0.18/README 2009-10-26 11:30:08 UTC (rev 1031)
@@ -6,7 +6,7 @@
sudo make install
This will configure, build and install most of the Geany plugins. There is some
-auto-detection in place which automagically disables some of the plug-ins if
+auto-detection in place which automagically disables some of the plugins if
there are insufficient build dependencies. The following arguments can tweak the
behaviour of the configure script:-
@@ -29,18 +29,18 @@
Example:
./configure --enable-geanylua --enable-gtkspell --enable-spellcheck
-This will force all optional plug-ins to be enabled even if dependencies are missing.
+This will force all optional plugins to be enabled even if dependencies are missing.
== Other tweaks ==
The following options can be passed to ./configure in the form
--with-<option>=<argument>.
-* Lu's-pkg -- the name of the lua pkg-config package name.
+* lua-pkg -- the name of the lua pkg-config package name.
* geany-prefix -- Geany's prefix, used when compiling Geany.
-== Compiling Individual Plug-ins ==
-The Geany Plug-ins project uses a recursive automake build system, which means
+== Compiling Individual Plugins ==
+The Geany Plugins project uses a recursive automake build system, which means
that after running ./configure, you may compile each individual plug-in by cd-ing
into the respective plug-in directory and compiling it.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1030
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1030&view=rev
Author: hyperair
Date: 2009-10-26 11:29:34 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
Correct typo and spelling errors in README
* plug-in => plugin
* Lu's-pkg => lua-pkg
Modified Paths:
--------------
trunk/geany-plugins/README
Modified: trunk/geany-plugins/README
===================================================================
--- trunk/geany-plugins/README 2009-10-25 22:36:50 UTC (rev 1029)
+++ trunk/geany-plugins/README 2009-10-26 11:29:34 UTC (rev 1030)
@@ -6,7 +6,7 @@
sudo make install
This will configure, build and install most of the Geany plugins. There is some
-auto-detection in place which automagically disables some of the plug-ins if
+auto-detection in place which automagically disables some of the plugins if
there are insufficient build dependencies. The following arguments can tweak the
behaviour of the configure script:-
@@ -29,18 +29,18 @@
Example:
./configure --enable-geanylua --enable-gtkspell --enable-spellcheck
-This will force all optional plug-ins to be enabled even if dependencies are missing.
+This will force all optional plugins to be enabled even if dependencies are missing.
== Other tweaks ==
The following options can be passed to ./configure in the form
--with-<option>=<argument>.
-* Lu's-pkg -- the name of the lua pkg-config package name.
+* lua-pkg -- the name of the lua pkg-config package name.
* geany-prefix -- Geany's prefix, used when compiling Geany.
-== Compiling Individual Plug-ins ==
-The Geany Plug-ins project uses a recursive automake build system, which means
+== Compiling Individual Plugins ==
+The Geany Plugins project uses a recursive automake build system, which means
that after running ./configure, you may compile each individual plug-in by cd-ing
into the respective plug-in directory and compiling it.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1029
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1029&view=rev
Author: eht16
Date: 2009-10-25 22:36:50 +0000 (Sun, 25 Oct 2009)
Log Message:
-----------
Add a simple bookmark list to the sidebar.
Modified Paths:
--------------
trunk/geany-plugins/addons/ChangeLog
Modified: trunk/geany-plugins/addons/ChangeLog
===================================================================
--- trunk/geany-plugins/addons/ChangeLog 2009-10-25 22:34:43 UTC (rev 1028)
+++ trunk/geany-plugins/addons/ChangeLog 2009-10-25 22:36:50 UTC (rev 1029)
@@ -1,3 +1,10 @@
+2009-10-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/Makefile.am, src/addons.c, src/bookmarklist.c,
+ src/bookmarklist.h:
+ Add a simple bookmark list to the sidebar.
+
+
2009-10-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/ao_doclist.c, src/addons.c:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.