Revision: 4136
http://geany.svn.sourceforge.net/geany/?rev=4136&view=rev
Author: ntrel
Date: 2009-08-27 16:13:20 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
Mention Files link at top for header files; demoplugin.c.
Minor edits; remove 'far from being complete'.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/plugins.dox
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-08-27 14:02:56 UTC (rev 4135)
+++ trunk/ChangeLog 2009-08-27 16:13:20 UTC (rev 4136)
@@ -4,6 +4,9 @@
Fix Make keybindings (patch by Lex Trotman, thanks).
* src/geany.h:
Define G_GNUC_WARN_UNUSED_RESULT if GLib < 2.10.
+ * doc/plugins.dox:
+ Mention Files link at top for header files; demoplugin.c.
+ Minor edits; remove 'far from being complete'.
2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
Modified: trunk/doc/plugins.dox
===================================================================
--- trunk/doc/plugins.dox 2009-08-27 14:02:56 UTC (rev 4135)
+++ trunk/doc/plugins.dox 2009-08-27 16:13:20 UTC (rev 4136)
@@ -35,8 +35,7 @@
* @date $Date$
*
* @section Intro
- * This is the Geany API documentation. It is far from being complete and should be
- * considered as a work in progress.
+ * This is the Geany API documentation. It should be considered work in progress.
* We will try to document as many functions and structs as possible.
*
* To get started, see the @link howto Plugin Howto @endlink.
@@ -47,11 +46,13 @@
* - @link signals Plugin Signals @endlink
* - @link pluginutils.c Plugin Utility Functions @endlink
* - @link guidelines Plugin Writing Guidelines @endlink
+ * - <b>plugins/demoplugin.c</b> - in Geany's source, bigger than the howto example
+ * - Header files for functions and types - see <b>Files</b> link at the top
+ * - Deprecated symbols - see <b>Related Pages</b> link at the top
*
- * @note Some of these pages are also listed in Related Pages, plus the list of deprecated symbols.
- * @warning Do not use anything not documented here, it may change.
- * @note You should see the HACKING file for information about developing the plugin API and
- * other useful things.
+ * @warning Do not use any symbol not in the documentation - it may change.
+ * @note See the HACKING file for information about developing the plugin API and
+ * other useful notes.
*/
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4134
http://geany.svn.sourceforge.net/geany/?rev=4134&view=rev
Author: ntrel
Date: 2009-08-27 13:50:12 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
Fix Make keybindings (patch by Lex Trotman, thanks).
Fix recent ChangeLog entries.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/keybindings.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-08-27 03:49:19 UTC (rev 4133)
+++ trunk/ChangeLog 2009-08-27 13:50:12 UTC (rev 4134)
@@ -1,3 +1,9 @@
+2009-08-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/keybindings.c:
+ Fix Make keybindings (patch by Lex Trotman, thanks).
+
+
2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
* src/build.c
@@ -3,20 +9,12 @@
Fix implementation of loading old project files with base
directories. Use project_make_base_path instead of re-
- implementing. Now depends on project.c reading base dir
+ implementing. Now depends on project.c reading base dir
prior to calling load_build_menu.
-
-
-2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
-
* src/build.c
Change usage of project base directory to conform with
previous documented behavior when loading old project files.
-
-
-2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
-
* src/build.c:
Change make custom and make object to ignore make in base path
- when reading old project file settings. Changed some indent
+ when reading old project file settings. Changed some indent
spaces to tabs. Fix missing compile menu accelerator.
Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c 2009-08-27 03:49:19 UTC (rev 4133)
+++ trunk/src/keybindings.c 2009-08-27 13:50:12 UTC (rev 4134)
@@ -1423,13 +1423,13 @@
item = menu_items->menu_item[GEANY_GBG_FT][GBO_TO_CMD(GEANY_GBO_BUILD)];
break;
case GEANY_KEYS_BUILD_MAKE:
- item = menu_items->menu_item[GEANY_GBG_FT][GBO_TO_CMD(GEANY_GBO_MAKE_ALL)];
+ item = menu_items->menu_item[GEANY_GBG_NON_FT][GBO_TO_CMD(GEANY_GBO_MAKE_ALL)];
break;
case GEANY_KEYS_BUILD_MAKEOWNTARGET:
- item = menu_items->menu_item[GEANY_GBG_FT][GBO_TO_CMD(GEANY_GBO_CUSTOM)];
+ item = menu_items->menu_item[GEANY_GBG_NON_FT][GBO_TO_CMD(GEANY_GBO_CUSTOM)];
break;
case GEANY_KEYS_BUILD_MAKEOBJECT:
- item = menu_items->menu_item[GEANY_GBG_FT][GBO_TO_CMD(GEANY_GBO_MAKE_OBJECT)];
+ item = menu_items->menu_item[GEANY_GBG_NON_FT][GBO_TO_CMD(GEANY_GBO_MAKE_OBJECT)];
break;
case GEANY_KEYS_BUILD_NEXTERROR:
item = menu_items->menu_item[GBG_FIXED][GBF_NEXT_ERROR];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Geany GTK 2.8 build test failed at: waf build
See http://nightly.geany.org/misc/build_gtk28_stderr.log for details.
Last error message:
../../gtk28_test/src/build.c:2359: warning: excess elements in scalar initializer
../../gtk28_test/src/build.c:2359: warning: (near initialization for 'default_cmds')
../../gtk28_test/src/build.c:2363: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
../../gtk28_test/src/build.c:2446: error: old-style parameter declarations in prototyped function definition
../../gtk28_test/src/build.c:2444: error: expected '{' at end of input
Build failed
-> task failed (err #1):
{task: cc build.c -> build_3.o}
http://nightly.geany.org/
Plugins Windows build failed at: waf build
See http://nightly.geany.org/win32/build_win32_plugins_stderr.log for details.
Last error message:
../../plugins_svn/geanylua/glspi_init.c:166: error: dereferencing pointer to incomplete type
../../plugins_svn/geanylua/glspi_init.c:170: error: dereferencing pointer to incomplete type
../../plugins_svn/geanylua/glspi_init.c:172: error: dereferencing pointer to incomplete type
../../plugins_svn/geanylua/glspi_init.c:177: error: dereferencing pointer to incomplete type
../../plugins_svn/geanylua/glspi_init.c:177: error: dereferencing pointer to incomplete type
Build failed
-> task failed (err #1):
{task: cc glspi_init.c -> glspi_init_9.o}
http://nightly.geany.org/