From 4af6c2fd62c5db7fcdeefca11f8ca59c2ab1c748 Mon Sep 17 00:00:00 2001 From: Lex Trotman Date: Wed, 22 Jul 2009 03:04:17 +0000 Subject: [PATCH] Added Plugin interface for Build menu functionality git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system@4011 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 10 ++++ doc/geany.html | 6 +-- src/Makefile.am | 3 +- src/build.c | 79 ++++++++++++++++++++------------ src/build.h | 119 +++++++++++++++++++++++++++++++++++++++--------- src/project.c | 4 +- wscript | 2 +- 7 files changed, 167 insertions(+), 56 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e834219a..0057173bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-07-22 Lex Trotman + + * src/build.h, src/build.c, src/project.c + Created and documented plugins interface to build menu. + Factored out new get_cmd_group function. + Changed name of remove_command function to be consistent with the rest + of the interface & changed calls in project.c. + * src/Makefile.am, wscript + Added build.h to installed files lists. + 2009-07-20 Lex Trotman * doc/geany.txt diff --git a/doc/geany.html b/doc/geany.html index 6fc1bac26..24aa83ece 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -6,7 +6,7 @@ Geany - +