summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-06 20:01:27 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-06 20:01:27 +0000
commitf4114b3fba93ad23014ae08df1b99f8f7fd8d280 (patch)
tree09c94ebffccffeb278143003b572b8d5849cd7af /devel
parenteec69c5f8181210ff459ec8abe97d1fd9a51903f (diff)
downloadpkgsrc-f4114b3fba93ad23014ae08df1b99f8f7fd8d280.tar.gz
Update to Anjuta 3.10.0 which builds with modern graphviz.
Diffstat (limited to 'devel')
-rw-r--r--devel/anjuta/Makefile24
-rw-r--r--devel/anjuta/PLIST2674
-rw-r--r--devel/anjuta/distinfo60
-rw-r--r--devel/anjuta/patches/patch-aa21
-rw-r--r--devel/anjuta/patches/patch-ab22
-rw-r--r--devel/anjuta/patches/patch-ac13
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-plugin-manager.c13
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-profile_c15
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-status.c13
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-status.h22
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-utils.c13
-rw-r--r--devel/anjuta/patches/patch-libanjuta_anjuta-utils.h26
-rw-r--r--devel/anjuta/patches/patch-libanjuta_tests_Makefile.in13
-rw-r--r--devel/anjuta/patches/patch-plugins_am-project_projectparser.c22
-rw-r--r--devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_build-basic-autotools_executer.c17
-rw-r--r--devel/anjuta/patches/patch-plugins_build-basic-autotools_program.h13
-rw-r--r--devel/anjuta/patches/patch-plugins_class-gen_transform_h15
-rw-r--r--devel/anjuta/patches/patch-plugins_class-gen_window_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-interface.c16
-rw-r--r--devel/anjuta/patches/patch-plugins_debug-manager_breakpoints.c26
-rw-r--r--devel/anjuta/patches/patch-plugins_debug-manager_queue.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_debug-manager_start.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_document-manager_plugin.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_gdb_debugger.c16
-rw-r--r--devel/anjuta/patches/patch-plugins_gdb_preferences.c17
-rw-r--r--devel/anjuta/patches/patch-plugins_project-manager_dialogs.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_project-manager_plugin.c26
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_action_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_autogen_c16
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_druid.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_druid_h15
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_file_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_header_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_parser.c42
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_parser_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_project-wizard_property_c15
-rw-r--r--devel/anjuta/patches/patch-plugins_run-program_execute.c26
-rw-r--r--devel/anjuta/patches/patch-plugins_run-program_plugin.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-browser_test-class.cpp18
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-browser_test-class.h13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_c.c22
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_eiffel.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_general.h15
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lregex.c83
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lua.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_main.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_options.c77
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_parse.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_python.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_routines.c13
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-core.c21
-rw-r--r--devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-utils.c17
-rw-r--r--devel/anjuta/patches/patch-plugins_tools_execute.c19
-rw-r--r--devel/anjuta/patches/patch-plugins_tools_fileop.c15
55 files changed, 2832 insertions, 923 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 38877a5abdc..a78ca6071a5 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.106 2013/09/02 19:50:58 adam Exp $
+# $NetBSD: Makefile,v 1.107 2013/10/06 20:01:27 joerg Exp $
-DISTNAME= anjuta-2.24.2
-PKGREVISION= 38
+DISTNAME= anjuta-3.10.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/2.24/}
-#MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=anjuta/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.10/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.anjuta.org/
@@ -18,19 +16,20 @@ DEPENDS+= gnome-terminal>=2.4.2:../../x11/gnome-terminal
DEPENDS+= libtool>=1.5.2:../../devel/libtool
DEPENDS+= yelp>=2.4.2:../../misc/yelp
-BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake:run intltool pkg-config:run msgfmt:run perl:run sh:run
-USE_TOOLS+= bash:run
+USE_TOOLS+= bash:run bison
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-plugin-valgrind
CONFIGURE_ARGS+= --enable-plugin-scintilla
# pkgsrc devhelp is currently API incompatible
CONFIGURE_ARGS+= --disable-plugin-devhelp
+CONFIGURE_ARGS+= YACC="bison -y"
SUBST_CLASSES+= unused
SUBST_STAGE.unused= pre-configure
@@ -61,20 +60,25 @@ GCONF_SCHEMAS+= anjuta.schemas
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
+.include "../../mk/bsd.prefs.mk"
+
+CPPFLAGS+= -Dshm_open=open -Dshm_unlink=unlink
+
+.include "../../databases/libgda/buildlink3.mk"
#.include "../../devel/devhelp/buildlink3.mk"
.include "../../devel/gdl/buildlink3.mk"
.include "../../devel/glade3/buildlink3.mk"
-.include "../../devel/gnome-build/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../x11/gtksourceview2/buildlink3.mk"
+.include "../../x11/gtksourceview3/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/devel/anjuta/PLIST b/devel/anjuta/PLIST
index 2a27dd6fd93..9ed5777c626 100644
--- a/devel/anjuta/PLIST
+++ b/devel/anjuta/PLIST
@@ -1,174 +1,208 @@
-@comment $NetBSD: PLIST,v 1.18 2009/06/14 17:48:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.19 2013/10/06 20:01:27 joerg Exp $
bin/anjuta
-bin/anjuta_import.sh
-bin/anjuta_launcher
-include/libanjuta-1.0/libanjuta/anjuta-async-command.h
-include/libanjuta-1.0/libanjuta/anjuta-command.h
-include/libanjuta-1.0/libanjuta/anjuta-convert.h
-include/libanjuta-1.0/libanjuta/anjuta-debug.h
-include/libanjuta-1.0/libanjuta/anjuta-encodings.h
-include/libanjuta-1.0/libanjuta/anjuta-enum-types.h
-include/libanjuta-1.0/libanjuta/anjuta-error.h
-include/libanjuta-1.0/libanjuta/anjuta-launcher.h
-include/libanjuta-1.0/libanjuta/anjuta-marshal.h
-include/libanjuta-1.0/libanjuta/anjuta-message-area.h
-include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h
-include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h
-include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h
-include/libanjuta-1.0/libanjuta/anjuta-plugin.h
-include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h
-include/libanjuta-1.0/libanjuta/anjuta-preferences.h
-include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h
-include/libanjuta-1.0/libanjuta/anjuta-profile.h
-include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h
-include/libanjuta-1.0/libanjuta/anjuta-serializer.h
-include/libanjuta-1.0/libanjuta/anjuta-session.h
-include/libanjuta-1.0/libanjuta/anjuta-shell.h
-include/libanjuta-1.0/libanjuta/anjuta-status.h
-include/libanjuta-1.0/libanjuta/anjuta-sync-command.h
-include/libanjuta-1.0/libanjuta/anjuta-ui.h
-include/libanjuta-1.0/libanjuta/anjuta-utils.h
-include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h
-include/libanjuta-1.0/libanjuta/anjuta-version.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-environment.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h
-include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h
-include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h
-include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl
-include/libanjuta-1.0/libanjuta/libanjuta.h
-include/libanjuta-1.0/libanjuta/resources.h
+bin/anjuta-launcher
+bin/anjuta-tags
+include/libanjuta-3.0/libanjuta/anjuta-async-command.h
+include/libanjuta-3.0/libanjuta/anjuta-async-notify.h
+include/libanjuta-3.0/libanjuta/anjuta-autogen.h
+include/libanjuta-3.0/libanjuta/anjuta-cell-renderer-captioned-image.h
+include/libanjuta-3.0/libanjuta/anjuta-close-button.h
+include/libanjuta-3.0/libanjuta/anjuta-column-text-view.h
+include/libanjuta-3.0/libanjuta/anjuta-command-bar.h
+include/libanjuta-3.0/libanjuta/anjuta-command-queue.h
+include/libanjuta-3.0/libanjuta/anjuta-command.h
+include/libanjuta-3.0/libanjuta/anjuta-completion.h
+include/libanjuta-3.0/libanjuta/anjuta-convert.h
+include/libanjuta-3.0/libanjuta/anjuta-debug.h
+include/libanjuta-3.0/libanjuta/anjuta-dock-pane.h
+include/libanjuta-3.0/libanjuta/anjuta-dock.h
+include/libanjuta-3.0/libanjuta/anjuta-drop-entry.h
+include/libanjuta-3.0/libanjuta/anjuta-encodings.h
+include/libanjuta-3.0/libanjuta/anjuta-entry.h
+include/libanjuta-3.0/libanjuta/anjuta-enum-types.h
+include/libanjuta-3.0/libanjuta/anjuta-environment-editor.h
+include/libanjuta-3.0/libanjuta/anjuta-file-drop-entry.h
+include/libanjuta-3.0/libanjuta/anjuta-file-list.h
+include/libanjuta-3.0/libanjuta/anjuta-language-provider.h
+include/libanjuta-3.0/libanjuta/anjuta-launcher.h
+include/libanjuta-3.0/libanjuta/anjuta-marshal.h
+include/libanjuta-3.0/libanjuta/anjuta-modeline.h
+include/libanjuta-3.0/libanjuta/anjuta-pkg-config-chooser.h
+include/libanjuta-3.0/libanjuta/anjuta-pkg-config.h
+include/libanjuta-3.0/libanjuta/anjuta-pkg-scanner.h
+include/libanjuta-3.0/libanjuta/anjuta-plugin-description.h
+include/libanjuta-3.0/libanjuta/anjuta-plugin-handle.h
+include/libanjuta-3.0/libanjuta/anjuta-plugin-manager.h
+include/libanjuta-3.0/libanjuta/anjuta-plugin.h
+include/libanjuta-3.0/libanjuta/anjuta-preferences-dialog.h
+include/libanjuta-3.0/libanjuta/anjuta-preferences.h
+include/libanjuta-3.0/libanjuta/anjuta-profile-manager.h
+include/libanjuta-3.0/libanjuta/anjuta-profile.h
+include/libanjuta-3.0/libanjuta/anjuta-project.h
+include/libanjuta-3.0/libanjuta/anjuta-save-prompt.h
+include/libanjuta-3.0/libanjuta/anjuta-serializer.h
+include/libanjuta-3.0/libanjuta/anjuta-session.h
+include/libanjuta-3.0/libanjuta/anjuta-shell.h
+include/libanjuta-3.0/libanjuta/anjuta-status.h
+include/libanjuta-3.0/libanjuta/anjuta-sync-command.h
+include/libanjuta-3.0/libanjuta/anjuta-tabber.h
+include/libanjuta-3.0/libanjuta/anjuta-token-file.h
+include/libanjuta-3.0/libanjuta/anjuta-token-list.h
+include/libanjuta-3.0/libanjuta/anjuta-token-stream.h
+include/libanjuta-3.0/libanjuta/anjuta-token.h
+include/libanjuta-3.0/libanjuta/anjuta-tree-combo.h
+include/libanjuta-3.0/libanjuta/anjuta-ui.h
+include/libanjuta-3.0/libanjuta/anjuta-utils.h
+include/libanjuta-3.0/libanjuta/anjuta-vcs-status-tree-view.h
+include/libanjuta-3.0/libanjuta/anjuta-vcs-status.h
+include/libanjuta-3.0/libanjuta/anjuta-version.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-buildable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-builder.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debug-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger-instruction.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger-memory.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger-register.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger-variable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-debugger.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-document-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-document.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-assist.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-cell-style.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-cell.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-comment.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-convert.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-factory.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-folds.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-glade-signal.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-goto.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-hover.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-language.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-line-mode.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-search.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-selection.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-tip.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-view.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor-zoom.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-editor.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-environment.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-file-loader.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-file-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-file-savable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-file.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-glade.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-help.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-indenter.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-indicable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-iterable-tree.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-iterable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-language-provider.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-language.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-loader.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-markable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-message-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-message-view.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-plugin-factory.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-preferences.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-print.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-project-backend.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-project-chooser.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-project-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-project.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-provider.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-snippets-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-stream-loader.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-stream-savable.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-stream.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-symbol-manager.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-symbol-query.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-symbol.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-terminal.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-todo.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-vcs.h
+include/libanjuta-3.0/libanjuta/interfaces/ianjuta-wizard.h
+include/libanjuta-3.0/libanjuta/interfaces/libanjuta-iface-marshallers.h
+include/libanjuta-3.0/libanjuta/interfaces/libanjuta-interfaces.h
+include/libanjuta-3.0/libanjuta/interfaces/libanjuta.idl
+include/libanjuta-3.0/libanjuta/libanjuta.h
+include/libanjuta-3.0/libanjuta/resources.h
+lib/anjuta/am-project.plugin
lib/anjuta/anjuta-build-basic-autotools.plugin
lib/anjuta/anjuta-class-gen.plugin
-lib/anjuta/anjuta-class-inheritance.plugin
lib/anjuta/anjuta-cvs.plugin
lib/anjuta/anjuta-debug-manager.plugin
lib/anjuta/anjuta-devhelp.plugin
lib/anjuta/anjuta-document-manager.plugin
-lib/anjuta/anjuta-editor.plugin
lib/anjuta/anjuta-file-wizard.plugin
lib/anjuta/anjuta-gdb.plugin
-lib/anjuta/anjuta-glade.plugin
-lib/anjuta/anjuta-gtodo.plugin
+lib/anjuta/anjuta-indentation-c-style.plugin
+lib/anjuta/anjuta-indentation-python-style.plugin
+lib/anjuta/anjuta-jhbuild.plugin
lib/anjuta/anjuta-language-cpp-java.plugin
+lib/anjuta/anjuta-language-support-python.plugin
lib/anjuta/anjuta-loader.plugin
-lib/anjuta/anjuta-macro.plugin
lib/anjuta/anjuta-message-manager.plugin
+lib/anjuta/anjuta-parser-cxx.plugin
lib/anjuta/anjuta-patch.plugin
lib/anjuta/anjuta-project-import.plugin
lib/anjuta/anjuta-project-manager.plugin
lib/anjuta/anjuta-project-wizard.plugin
+lib/anjuta/anjuta-python-autocomplete.py
+lib/anjuta/anjuta-python-loader.plugin
+lib/anjuta/anjuta-quick-open.plugin
lib/anjuta/anjuta-run-program.plugin
-lib/anjuta/anjuta-sample.plugin
-lib/anjuta/anjuta-scratchbox.plugin
-lib/anjuta/anjuta-search.plugin
-lib/anjuta/anjuta-symbol-browser.plugin
-lib/anjuta/anjuta-tags
-lib/anjuta/anjuta-terminal.plugin
+lib/anjuta/anjuta-snippets-manager.plugin
+lib/anjuta/anjuta-starter.plugin
lib/anjuta/anjuta-tools.plugin
+lib/anjuta/dir-project.plugin
lib/anjuta/file-manager.plugin
lib/anjuta/git.plugin
+lib/anjuta/js-support-plugin.plugin
+lib/anjuta/js_debugger.plugin
lib/anjuta/language-manager.plugin
+lib/anjuta/libam-project.la
lib/anjuta/libanjuta-build-basic-autotools.la
lib/anjuta/libanjuta-class-gen.la
-lib/anjuta/libanjuta-class-inheritance.la
lib/anjuta/libanjuta-cvs-plugin.la
lib/anjuta/libanjuta-debug-manager.la
lib/anjuta/libanjuta-devhelp.la
lib/anjuta/libanjuta-document-manager.la
-lib/anjuta/libanjuta-editor.la
lib/anjuta/libanjuta-file-wizard.la
lib/anjuta/libanjuta-gdb.la
-lib/anjuta/libanjuta-git.a
lib/anjuta/libanjuta-git.la
-lib/anjuta/libanjuta-git.so
-lib/anjuta/libanjuta-glade.la
-lib/anjuta/libanjuta-gtodo.la
+lib/anjuta/libanjuta-indentation-c-style.la
+lib/anjuta/libanjuta-indentation-python-style.la
+lib/anjuta/libanjuta-jhbuild.la
lib/anjuta/libanjuta-language-cpp-java.la
+lib/anjuta/libanjuta-language-support-python.la
lib/anjuta/libanjuta-loader.la
-lib/anjuta/libanjuta-macro.la
lib/anjuta/libanjuta-message-view.la
+lib/anjuta/libanjuta-parser-cxx.la
lib/anjuta/libanjuta-patch.la
-lib/anjuta/libanjuta-profiler.la
lib/anjuta/libanjuta-project-import.la
lib/anjuta/libanjuta-project-manager.la
lib/anjuta/libanjuta-project-wizard.la
-lib/anjuta/libanjuta-run-program.a
+lib/anjuta/libanjuta-python-loader.la
+lib/anjuta/libanjuta-quick-open.la
lib/anjuta/libanjuta-run-program.la
-lib/anjuta/libanjuta-run-program.so
-lib/anjuta/libanjuta-sample.la
-lib/anjuta/libanjuta-scratchbox.a
-lib/anjuta/libanjuta-scratchbox.la
-lib/anjuta/libanjuta-scratchbox.so
-lib/anjuta/libanjuta-search.la
+lib/anjuta/libanjuta-snippets-manager.la
lib/anjuta/libanjuta-sourceview.la
-lib/anjuta/libanjuta-symbol-browser.la
-lib/anjuta/libanjuta-terminal.la
+lib/anjuta/libanjuta-starter.la
+lib/anjuta/libanjuta-symbol-db.la
lib/anjuta/libanjuta-tools.la
+lib/anjuta/libdir-project.la
lib/anjuta/libfile-manager.la
+lib/anjuta/libjs-support-plugin.la
+lib/anjuta/libjs_debugger.la
lib/anjuta/liblanguage-manager.la
-lib/anjuta/profiler.plugin
+lib/anjuta/libmk-project.la
+lib/anjuta/mk-project.plugin
lib/anjuta/sourceview.plugin
-lib/glade3/modules/libgladeanjuta.la
-lib/libanjuta-ctags.la
-lib/libanjuta.la
-lib/pkgconfig/libanjuta-1.0.pc
+lib/anjuta/symbol-db.plugin
+lib/libanjuta-3.la
+lib/pkgconfig/libanjuta-3.0.pc
+man/man1/anjuta-launcher.1
man/man1/anjuta.1
-man/man1/anjuta_launcher.1
share/anjuta/AUTHORS
share/anjuta/anjuta_project.template
share/anjuta/build/automake-c.filters
@@ -176,247 +210,243 @@ share/anjuta/class-templates/cc-header.tpl
share/anjuta/class-templates/cc-source.tpl
share/anjuta/class-templates/go-header.tpl
share/anjuta/class-templates/go-source.tpl
+share/anjuta/class-templates/js-source.tpl
+share/anjuta/class-templates/py-source.tpl
+share/anjuta/class-templates/vala-source.tpl
share/anjuta/gdb.init
-share/anjuta/glade/anjuta-build-basic-autotools-plugin.glade
-share/anjuta/glade/anjuta-class-gen-plugin.glade
-share/anjuta/glade/anjuta-cvs-plugin.glade
-share/anjuta/glade/anjuta-debug-manager.glade
-share/anjuta/glade/anjuta-document-manager.glade
-share/anjuta/glade/anjuta-editor-scintilla.glade
-share/anjuta/glade/anjuta-editor-sourceview.glade
-share/anjuta/glade/anjuta-file-wizard.glade
-share/anjuta/glade/anjuta-gdb.glade
-share/anjuta/glade/anjuta-git.glade
-share/anjuta/glade/anjuta-language-cpp-java.glade
-share/anjuta/glade/anjuta-macro.glade
-share/anjuta/glade/anjuta-message-manager-plugin.glade
-share/anjuta/glade/anjuta-project-wizard.glade
-share/anjuta/glade/anjuta-run-program.glade
-share/anjuta/glade/anjuta-scratchbox.glade
-share/anjuta/glade/anjuta-search.glade
-share/anjuta/glade/anjuta-symbol-browser-plugin.glade
-share/anjuta/glade/anjuta-terminal-plugin.glade
-share/anjuta/glade/anjuta-tools.glade
-share/anjuta/glade/anjuta.glade
+share/anjuta/glade/anjuta-build-basic-autotools-plugin.ui
+share/anjuta/glade/anjuta-class-gen-plugin.ui
+share/anjuta/glade/anjuta-cvs-plugin.ui
+share/anjuta/glade/anjuta-debug-manager.ui
+share/anjuta/glade/anjuta-document-manager.ui
+share/anjuta/glade/anjuta-editor-sourceview.ui
+share/anjuta/glade/anjuta-file-wizard.ui
+share/anjuta/glade/anjuta-gdb.ui
+share/anjuta/glade/anjuta-git.ui
+share/anjuta/glade/anjuta-indentation-c-style.ui
+share/anjuta/glade/anjuta-indentation-python-style.ui
+share/anjuta/glade/anjuta-language-cpp-java.ui
+share/anjuta/glade/anjuta-language-javascript.ui
+share/anjuta/glade/anjuta-language-support-python.ui
+share/anjuta/glade/anjuta-menu.ui
+share/anjuta/glade/anjuta-message-manager-plugin.ui
+share/anjuta/glade/anjuta-parser-cxx.ui
+share/anjuta/glade/anjuta-project-wizard.ui
+share/anjuta/glade/anjuta-quick-open.ui
+share/anjuta/glade/anjuta-run-program.ui
+share/anjuta/glade/anjuta-symbol-db.ui
+share/anjuta/glade/anjuta-tools.ui
share/anjuta/glade/applogo.png
share/anjuta/glade/appwizard.png
-share/anjuta/glade/file-manager.glade
-share/anjuta/glade/patch-plugin.glade
-share/anjuta/glade/profiler-call-graph.glade
-share/anjuta/glade/profiler-flat-profile.glade
-share/anjuta/glade/profiler-function-call-tree.glade
-share/anjuta/glade/profiler.glade
+share/anjuta/glade/file-manager.ui
+share/anjuta/glade/mk-project.ui
+share/anjuta/glade/patch-plugin.ui
+share/anjuta/glade/pm_dialogs.ui
+share/anjuta/glade/preferences.ui
+share/anjuta/glade/project-import.ui
+share/anjuta/glade/snippets-browser.ui
+share/anjuta/glade/snippets-editor.ui
+share/anjuta/glade/snippets-export-dialog.ui
+share/anjuta/glade/snippets-manager-preferences.ui
share/anjuta/glade/start-with-import.png
share/anjuta/glade/start-with-open.png
share/anjuta/glade/start-with-wizard.png
-share/anjuta/gtodo/gtodo.css
-share/anjuta/gtodo/gtodo.xsl
share/anjuta/languages.xml
share/anjuta/layout.xml
-share/anjuta/macros.xml
share/anjuta/profiles/default.profile
-share/anjuta/project/anjuta-plugin-logo.png
-share/anjuta/project/anjuta-plugin-vala.wiz
-share/anjuta/project/anjuta-plugin-vala/configure.ac.tpl
-share/anjuta/project/anjuta-plugin-vala/po/POTFILES.in
-share/anjuta/project/anjuta-plugin-vala/src/Makefile.am.tpl
-share/anjuta/project/anjuta-plugin-vala/src/config.vapi
-share/anjuta/project/anjuta-plugin-vala/src/plugin.vala
-share/anjuta/project/anjuta-plugin.wiz
-share/anjuta/project/anjuta-plugin/configure.ac.tpl
-share/anjuta/project/anjuta-plugin/po/POTFILES.in
-share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl
-share/anjuta/project/anjuta-plugin/src/plugin.c
-share/anjuta/project/anjuta-plugin/src/plugin.glade
-share/anjuta/project/anjuta-plugin/src/plugin.h
-share/anjuta/project/anjuta-plugin/src/plugin.plugin.in
-share/anjuta/project/anjuta-plugin/src/plugin.ui
-share/anjuta/project/appwiz_sdl.png
-share/anjuta/project/cpp-logo.png
-share/anjuta/project/cpp.wiz
-share/anjuta/project/cpp/configure.ac.tpl
-share/anjuta/project/cpp/po/POTFILES.in
-share/anjuta/project/cpp/src/Makefile.am.tpl
-share/anjuta/project/cpp/src/cvsignore
-share/anjuta/project/cpp/src/main.cc
-share/anjuta/project/django-logo.png
-share/anjuta/project/django.wiz
-share/anjuta/project/gcj-logo.png
-share/anjuta/project/gcj.wiz
-share/anjuta/project/gcj/configure.ac.tpl
-share/anjuta/project/gcj/src/Makefile.am.tpl
-share/anjuta/project/gnome-logo.png
-share/anjuta/project/gnome.wiz
-share/anjuta/project/gnome/po/POTFILES.in
-share/anjuta/project/gnome/src/Makefile.am.tpl
-share/anjuta/project/gnome/src/callbacks.c
-share/anjuta/project/gnome/src/callbacks.h
-share/anjuta/project/gnome/src/main.c
-share/anjuta/project/gnome/src/project.glade
-share/anjuta/project/gtk-logo.png
-share/anjuta/project/gtk.wiz
-share/anjuta/project/gtk/po/POTFILES.in
-share/anjuta/project/gtk/src/Makefile.am.tpl
-share/anjuta/project/gtk/src/callbacks.c
-share/anjuta/project/gtk/src/callbacks.h
-share/anjuta/project/gtk/src/main.c
-share/anjuta/project/gtk/src/project.glade
-share/anjuta/project/gtkmm-logo.png
-share/anjuta/project/gtkmm.wiz
-share/anjuta/project/gtkmm/po/POTFILES.in
-share/anjuta/project/gtkmm/src/Makefile.am.tpl
-share/anjuta/project/gtkmm/src/main.cc
-share/anjuta/project/gtkmm/src/project.glade
-share/anjuta/project/java-logo.png
-share/anjuta/project/java.wiz
-share/anjuta/project/java/configure.ac.tpl
-share/anjuta/project/java/po/POTFILES.in
-share/anjuta/project/java/project.anjuta
-share/anjuta/project/java/src/Makefile.am.tpl
-share/anjuta/project/java/src/main.java
-share/anjuta/project/licenses/BSD
-share/anjuta/project/licenses/GPL
-share/anjuta/project/licenses/LGPL
-share/anjuta/project/licenses/None
-share/anjuta/project/minimal.wiz
-share/anjuta/project/minimal/Makefile.am.tpl
-share/anjuta/project/minimal/autogen.sh
-share/anjuta/project/minimal/configure.ac.tpl
-share/anjuta/project/minimal/project.anjuta
-share/anjuta/project/mkfile-logo.png
-share/anjuta/project/mkfile.wiz
-share/anjuta/project/mkfile/po/ChangeLog
-share/anjuta/project/mkfile/po/POTFILES.in
-share/anjuta/project/mkfile/project.anjuta
-share/anjuta/project/mkfile/src/Makefile.tpl
-share/anjuta/project/mkfile/src/main.c
-share/anjuta/project/python-logo.png
-share/anjuta/project/python.wiz
-share/anjuta/project/python/configure.ac.tpl
-share/anjuta/project/python/po/POTFILES.in
-share/anjuta/project/python/project.anjuta
-share/anjuta/project/python/src/Makefile.am.tpl
-share/anjuta/project/python/src/main.py
-share/anjuta/project/sdl.wiz
-share/anjuta/project/sdl/acinclude.m4.tpl
-share/anjuta/project/sdl/configure.ac.tpl
-share/anjuta/project/sdl/po/POTFILES.in
-share/anjuta/project/sdl/src/Makefile.am.tpl
-share/anjuta/project/sdl/src/main.c
-share/anjuta/project/terminal-logo.png
-share/anjuta/project/terminal.wiz
-share/anjuta/project/terminal/AUTHORS
-share/anjuta/project/terminal/ChangeLog
-share/anjuta/project/terminal/Makefile.am.tpl
-share/anjuta/project/terminal/NEWS
-share/anjuta/project/terminal/README
-share/anjuta/project/terminal/autogen.sh
-share/anjuta/project/terminal/configure.ac.tpl
-share/anjuta/project/terminal/cvsignore
-share/anjuta/project/terminal/po/ChangeLog
-share/anjuta/project/terminal/po/LINGUAS
-share/anjuta/project/terminal/po/POTFILES.in
-share/anjuta/project/terminal/po/cvsignore
-share/anjuta/project/terminal/project.anjuta
-share/anjuta/project/terminal/src/Makefile.am.tpl
-share/anjuta/project/terminal/src/cvsignore
-share/anjuta/project/terminal/src/main.c
-share/anjuta/project/wxwin-logo.png
-share/anjuta/project/wxwin.wiz
-share/anjuta/project/wxwin/configure.ac.tpl
-share/anjuta/project/wxwin/po/POTFILES.in
-share/anjuta/project/wxwin/src/Makefile.am.tpl
-share/anjuta/project/wxwin/src/main.cc
-share/anjuta/project/xlib-dock.wiz
-share/anjuta/project/xlib-dock/po/POTFILES.in
-share/anjuta/project/xlib-dock/src/Makefile.am.tpl
-share/anjuta/project/xlib-dock/src/main.c
-share/anjuta/project/xlib-dock/src/pixmaps.h
-share/anjuta/project/xlib-dock/src/wmgeneral.c
-share/anjuta/project/xlib-dock/src/wmgeneral.h
-share/anjuta/project/xlib-logo.png
-share/anjuta/project/xlib.wiz
-share/anjuta/project/xlib/configure.ac.tpl
-share/anjuta/project/xlib/po/POTFILES.in
-share/anjuta/project/xlib/src/Makefile.am.tpl
-share/anjuta/project/xlib/src/main.c
-share/anjuta/properties/Embedded.properties
-share/anjuta/properties/SciTEGlobal.properties
-share/anjuta/properties/ada.properties
-share/anjuta/properties/anjuta.properties
-share/anjuta/properties/asm.properties
-share/anjuta/properties/asn1.properties
-share/anjuta/properties/au3.properties
-share/anjuta/properties/ave.properties
-share/anjuta/properties/baan.properties
-share/anjuta/properties/bullant.properties
-share/anjuta/properties/conf.properties
-share/anjuta/properties/cpp.properties
-share/anjuta/properties/css.properties
-share/anjuta/properties/eiffel.properties
-share/anjuta/properties/erlang.properties
-share/anjuta/properties/escript.properties
-share/anjuta/properties/forth.properties
-share/anjuta/properties/fortran.properties
-share/anjuta/properties/html.properties
-share/anjuta/properties/kix.properties
-share/anjuta/properties/latex.properties
-share/anjuta/properties/lisp.properties
-share/anjuta/properties/lot.properties
-share/anjuta/properties/lout.properties
-share/anjuta/properties/lua.properties
-share/anjuta/properties/matlab.properties
-share/anjuta/properties/metapost.properties
-share/anjuta/properties/mmixal.properties
-share/anjuta/properties/nncrontab.properties
-share/anjuta/properties/nsis.properties
-share/anjuta/properties/others.properties
-share/anjuta/properties/pascal.properties
-share/anjuta/properties/perl.properties
-share/anjuta/properties/pov.properties
-share/anjuta/properties/ps.properties
-share/anjuta/properties/python.properties
-share/anjuta/properties/ruby.properties
-share/anjuta/properties/scriptol.properties
-share/anjuta/properties/specman.properties
-share/anjuta/properties/sql.properties
-share/anjuta/properties/styles.properties
-share/anjuta/properties/tcl.properties
-share/anjuta/properties/tex.properties
-share/anjuta/properties/user.properties
-share/anjuta/properties/vb.properties
-share/anjuta/properties/verilog.properties
-share/anjuta/properties/vhdl.properties
-share/anjuta/properties/yaml.properties
-share/anjuta/scripts/create_global_tags.sh
+share/anjuta/profiles/editor.profile
+share/anjuta/snippets-global-variables.xml
+share/anjuta/snippets.anjuta-snippets
+share/anjuta/sources.list
+share/anjuta/tables.sql
+share/anjuta/templates/anjuta-plugin-logo.png
+share/anjuta/templates/anjuta-plugin.wiz
+share/anjuta/templates/anjuta-plugin/configure.ac.tpl
+share/anjuta/templates/anjuta-plugin/po/POTFILES.in
+share/anjuta/templates/anjuta-plugin/src/Makefile.am.tpl
+share/anjuta/templates/anjuta-plugin/src/plugin.c
+share/anjuta/templates/anjuta-plugin/src/plugin.h
+share/anjuta/templates/anjuta-plugin/src/plugin.plugin.in
+share/anjuta/templates/anjuta-plugin/src/plugin.ui
+share/anjuta/templates/anjuta-plugin/src/plugin.xml
+share/anjuta/templates/appwiz_sdl.png
+share/anjuta/templates/cpp-logo.png
+share/anjuta/templates/cpp.wiz
+share/anjuta/templates/cpp/configure.ac.tpl
+share/anjuta/templates/cpp/po/POTFILES.in
+share/anjuta/templates/cpp/src/Makefile.am.tpl
+share/anjuta/templates/cpp/src/main.cc
+share/anjuta/templates/directory/project.anjuta
+share/anjuta/templates/django-logo.png
+share/anjuta/templates/django.wiz
+share/anjuta/templates/gcj-logo.png
+share/anjuta/templates/gcj.wiz
+share/anjuta/templates/gcj/configure.ac.tpl
+share/anjuta/templates/gcj/src/Makefile.am.tpl
+share/anjuta/templates/gnome-logo.png
+share/anjuta/templates/gnome-shell-extension.wiz
+share/anjuta/templates/gnome-shell-extension/Makefile.am.tpl
+share/anjuta/templates/gnome-shell-extension/autogen.sh
+share/anjuta/templates/gnome-shell-extension/configure.ac.tpl
+share/anjuta/templates/gnome-shell-extension/project.anjuta
+share/anjuta/templates/gnome-shell-extension/src/Makefile.am.tpl
+share/anjuta/templates/gnome-shell-extension/src/extension.js
+share/anjuta/templates/gnome-shell-extension/src/metadata.json
+share/anjuta/templates/gnome-shell-extension/src/stylesheet.css
+share/anjuta/templates/gnome.png
+share/anjuta/templates/gnome.svg
+share/anjuta/templates/gtk-logo.png
+share/anjuta/templates/gtk.wiz
+share/anjuta/templates/gtk/po/POTFILES.in
+share/anjuta/templates/gtk/src/Makefile.am.tpl
+share/anjuta/templates/gtk/src/main.c
+share/anjuta/templates/gtk/src/project.ui
+share/anjuta/templates/gtkapplication.wiz
+share/anjuta/templates/gtkapplication/po/POTFILES.in
+share/anjuta/templates/gtkapplication/src/Makefile.am.tpl
+share/anjuta/templates/gtkapplication/src/application.c
+share/anjuta/templates/gtkapplication/src/application.h
+share/anjuta/templates/gtkapplication/src/main.c
+share/anjuta/templates/gtkapplication/src/project.ui
+share/anjuta/templates/gtkmm.wiz
+share/anjuta/templates/gtkmm/po/POTFILES.in
+share/anjuta/templates/gtkmm/src/Makefile.am.tpl
+share/anjuta/templates/gtkmm/src/main.cc
+share/anjuta/templates/gtkmm/src/project.ui
+share/anjuta/templates/indent.tpl
+share/anjuta/templates/java-logo.png
+share/anjuta/templates/java.wiz
+share/anjuta/templates/java/configure.ac.tpl
+share/anjuta/templates/java/po/POTFILES.in
+share/anjuta/templates/java/project.anjuta
+share/anjuta/templates/java/src/Makefile.am.tpl
+share/anjuta/templates/java/src/main.java
+share/anjuta/templates/js.wiz
+share/anjuta/templates/js_minimal/Makefile.am.tpl
+share/anjuta/templates/js_minimal/autogen.sh
+share/anjuta/templates/js_minimal/configure.ac.tpl
+share/anjuta/templates/js_minimal/project.anjuta
+share/anjuta/templates/js_minimal/src/Makefile.am.tpl
+share/anjuta/templates/js_minimal/src/main.js
+share/anjuta/templates/library.wiz
+share/anjuta/templates/library/configure.ac.tpl
+share/anjuta/templates/library/po/POTFILES.in
+share/anjuta/templates/library/src/Makefile.am.tpl
+share/anjuta/templates/library/src/lib.c
+share/anjuta/templates/library/src/lib.h
+share/anjuta/templates/library/src/library.pc.in
+share/anjuta/templates/licenses.tpl
+share/anjuta/templates/licenses/bsd.tpl
+share/anjuta/templates/licenses/bsd.txt
+share/anjuta/templates/licenses/gpl.tpl
+share/anjuta/templates/licenses/gpl.txt
+share/anjuta/templates/licenses/lgpl.tpl
+share/anjuta/templates/licenses/lgpl.txt
+share/anjuta/templates/licenses/none.tpl
+share/anjuta/templates/licenses/none.txt
+share/anjuta/templates/m4/ac-define-dir.m4
+share/anjuta/templates/m4/as-ac-expand.m4
+share/anjuta/templates/minimal.wiz
+share/anjuta/templates/minimal/Makefile.am.tpl
+share/anjuta/templates/minimal/anjuta.session
+share/anjuta/templates/minimal/autogen.sh
+share/anjuta/templates/minimal/configure.ac.tpl
+share/anjuta/templates/minimal/project.anjuta
+share/anjuta/templates/mkfile-logo.png
+share/anjuta/templates/mkfile.wiz
+share/anjuta/templates/mkfile/po/ChangeLog
+share/anjuta/templates/mkfile/po/POTFILES.in
+share/anjuta/templates/mkfile/project.anjuta
+share/anjuta/templates/mkfile/src/Makefile.tpl
+share/anjuta/templates/mkfile/src/main.c
+share/anjuta/templates/pygtk-logo.png
+share/anjuta/templates/pygtk.wiz
+share/anjuta/templates/pygtk/configure.ac.tpl
+share/anjuta/templates/pygtk/po/POTFILES.in
+share/anjuta/templates/pygtk/project.anjuta
+share/anjuta/templates/pygtk/src/Makefile.am.tpl
+share/anjuta/templates/pygtk/src/main.py
+share/anjuta/templates/python-logo.png
+share/anjuta/templates/python.wiz
+share/anjuta/templates/python/configure.ac.tpl
+share/anjuta/templates/python/po/POTFILES.in
+share/anjuta/templates/python/project.anjuta
+share/anjuta/templates/python/src/Makefile.am.tpl
+share/anjuta/templates/python/src/main.py
+share/anjuta/templates/sdl.wiz
+share/anjuta/templates/sdl/acinclude.m4.tpl
+share/anjuta/templates/sdl/configure.ac.tpl
+share/anjuta/templates/sdl/po/POTFILES.in
+share/anjuta/templates/sdl/src/Makefile.am.tpl
+share/anjuta/templates/sdl/src/main.c
+share/anjuta/templates/terminal-logo.png
+share/anjuta/templates/terminal.wiz
+share/anjuta/templates/terminal/AUTHORS
+share/anjuta/templates/terminal/ChangeLog
+share/anjuta/templates/terminal/Makefile.am.tpl
+share/anjuta/templates/terminal/NEWS
+share/anjuta/templates/terminal/README
+share/anjuta/templates/terminal/autogen.sh
+share/anjuta/templates/terminal/configure.ac.tpl
+share/anjuta/templates/terminal/po/ChangeLog
+share/anjuta/templates/terminal/po/LINGUAS
+share/anjuta/templates/terminal/po/POTFILES.in
+share/anjuta/templates/terminal/project.anjuta
+share/anjuta/templates/terminal/src/Makefile.am.tpl
+share/anjuta/templates/terminal/src/main.c
+share/anjuta/templates/vala-gtk.wiz
+share/anjuta/templates/vala-gtk/configure.ac.tpl
+share/anjuta/templates/vala-gtk/src/Makefile.am.tpl
+share/anjuta/templates/vala-gtk/src/config.vapi
+share/anjuta/templates/vala-gtk/src/main.vala
+share/anjuta/templates/vala-gtk/src/project.ui
+share/anjuta/templates/wxwin-logo.png
+share/anjuta/templates/wxwin.wiz
+share/anjuta/templates/wxwin/configure.ac.tpl
+share/anjuta/templates/wxwin/po/POTFILES.in
+share/anjuta/templates/wxwin/src/Makefile.am.tpl
+share/anjuta/templates/wxwin/src/main.cc
+share/anjuta/templates/xlib-dock.wiz
+share/anjuta/templates/xlib-dock/po/POTFILES.in
+share/anjuta/templates/xlib-dock/src/Makefile.am.tpl
+share/anjuta/templates/xlib-dock/src/main.c
+share/anjuta/templates/xlib-dock/src/pixmaps.h
+share/anjuta/templates/xlib-dock/src/wmgeneral.c
+share/anjuta/templates/xlib-dock/src/wmgeneral.h
+share/anjuta/templates/xlib-logo.png
+share/anjuta/templates/xlib.wiz
+share/anjuta/templates/xlib/configure.ac.tpl
+share/anjuta/templates/xlib/po/POTFILES.in
+share/anjuta/templates/xlib/src/Makefile.am.tpl
+share/anjuta/templates/xlib/src/main.c
share/anjuta/tools/find-fixmes.pl
share/anjuta/tools/prepare-changelog.pl
share/anjuta/tools/tools-2.xml
share/anjuta/tools/translation-status.pl
-share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui
+share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml
share/anjuta/ui/anjuta-cvs.ui
-share/anjuta/ui/anjuta-debug-manager.ui
+share/anjuta/ui/anjuta-debug-manager.xml
share/anjuta/ui/anjuta-devhelp-simple.ui
share/anjuta/ui/anjuta-devhelp.ui
-share/anjuta/ui/anjuta-document-manager.ui
-share/anjuta/ui/anjuta-git.ui
-share/anjuta/ui/anjuta-glade.ui
-share/anjuta/ui/anjuta-gtodo.ui
-share/anjuta/ui/anjuta-language-support-cpp-java.ui
+share/anjuta/ui/anjuta-document-manager.xml
+share/anjuta/ui/anjuta-git.xml
+share/anjuta/ui/anjuta-indentation-c-style.xml
+share/anjuta/ui/anjuta-indentation-python-style.xml
+share/anjuta/ui/anjuta-language-javascript.xml
+share/anjuta/ui/anjuta-language-support-cpp-java.xml
+share/anjuta/ui/anjuta-language-support-python.xml
share/anjuta/ui/anjuta-loader-plugin.ui
-share/anjuta/ui/anjuta-macro.ui
-share/anjuta/ui/anjuta-message-manager.ui
-share/anjuta/ui/anjuta-patch.ui
-share/anjuta/ui/anjuta-project-manager.ui
-share/anjuta/ui/anjuta-run-program.ui
-share/anjuta/ui/anjuta-sample.ui
-share/anjuta/ui/anjuta-search.ui
-share/anjuta/ui/anjuta-symbol-browser-plugin.ui
-share/anjuta/ui/anjuta-terminal-plugin.ui
-share/anjuta/ui/anjuta-tools.ui
-share/anjuta/ui/anjuta.ui
-share/anjuta/ui/file-manager.ui
-share/anjuta/ui/profiler.ui
+share/anjuta/ui/anjuta-message-manager.xml
+share/anjuta/ui/anjuta-patch.xml
+share/anjuta/ui/anjuta-project-manager.xml
+share/anjuta/ui/anjuta-quick-open.xml
+share/anjuta/ui/anjuta-run-program.xml
+share/anjuta/ui/anjuta-sourceview.xml
+share/anjuta/ui/anjuta-symbol-db-plugin.xml
+share/anjuta/ui/anjuta-tools.xml
+share/anjuta/ui/anjuta.xml
+share/anjuta/ui/file-manager.xml
+share/anjuta/ui/snippets-manager-ui.xml
share/anjuta/welcome.txt
share/applications/anjuta.desktop
share/doc/anjuta/AUTHORS
@@ -431,295 +461,159 @@ share/doc/anjuta/ROADMAP
share/doc/anjuta/ScintillaDoc.html
share/doc/anjuta/THANKS
share/doc/anjuta/TODO
-share/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas
-share/gconf/schemas/anjuta-cvs-plugin.schemas
-share/gconf/schemas/anjuta-document-manager.schemas
-share/gconf/schemas/anjuta-editor-scintilla.schemas
-share/gconf/schemas/anjuta-editor-sourceview.schemas
-share/gconf/schemas/anjuta-language-cpp-java.schemas
-share/gconf/schemas/anjuta-message-manager-plugin.schemas
-share/gconf/schemas/anjuta-symbol-browser-plugin.schemas
-share/gconf/schemas/anjuta-terminal-plugin.schemas
-share/gconf/schemas/anjuta.schemas
-share/glade3/catalogs/anjuta-glade.xml
-share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml
-share/gnome/help/anjuta-faqs/C/legal.xml
-share/gnome/help/anjuta-manual/C/anjuta-manual.xml
-share/gnome/help/anjuta-manual/C/authors.xml
-share/gnome/help/anjuta-manual/C/build.xml
-share/gnome/help/anjuta-manual/C/debugger.xml
-share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/C/figures/attach.png
-share/gnome/help/anjuta-manual/C/figures/brk_add.png
-share/gnome/help/anjuta-manual/C/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/C/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/C/figures/display_macro.png
-share/gnome/help/anjuta-manual/C/figures/editor_guides.png
-share/gnome/help/anjuta-manual/C/figures/editor_margins.png
-share/gnome/help/anjuta-manual/C/figures/editor_markers.png
-share/gnome/help/anjuta-manual/C/figures/file_menu.png
-share/gnome/help/anjuta-manual/C/figures/insert_text.png
-share/gnome/help/anjuta-manual/C/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/C/figures/local_variables.png
-share/gnome/help/anjuta-manual/C/figures/menubar.png
-share/gnome/help/anjuta-manual/C/figures/message_win.png
-share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/C/figures/open_file.png
-share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/C/figures/prefs_print.png
-share/gnome/help/anjuta-manual/C/figures/print_dlg.png
-share/gnome/help/anjuta-manual/C/figures/print_preview.png
-share/gnome/help/anjuta-manual/C/figures/project-window.png
-share/gnome/help/anjuta-manual/C/figures/project_info.png
-share/gnome/help/anjuta-manual/C/figures/registers.png
-share/gnome/help/anjuta-manual/C/figures/save_as_file.png
-share/gnome/help/anjuta-manual/C/figures/search_expr.png
-share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/C/figures/search_replace.png
-share/gnome/help/anjuta-manual/C/figures/search_setting.png
-share/gnome/help/anjuta-manual/C/figures/search_target.png
-share/gnome/help/anjuta-manual/C/figures/search_target_action.png
-share/gnome/help/anjuta-manual/C/figures/search_target_in.png
-share/gnome/help/anjuta-manual/C/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/C/figures/signals.png
-share/gnome/help/anjuta-manual/C/figures/stack.png
-share/gnome/help/anjuta-manual/C/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/C/figures/tool-editor.png
-share/gnome/help/anjuta-manual/C/fileoperations.xml
-share/gnome/help/anjuta-manual/C/interface.xml
-share/gnome/help/anjuta-manual/C/introduction.xml
-share/gnome/help/anjuta-manual/C/legal.xml
-share/gnome/help/anjuta-manual/C/license.xml
-share/gnome/help/anjuta-manual/C/preferences.xml
-share/gnome/help/anjuta-manual/C/projects.xml
-share/gnome/help/anjuta-manual/C/template.xml
-share/gnome/help/anjuta-manual/C/tools.xml
-share/gnome/help/anjuta-manual/es/anjuta-manual.xml
-share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/es/figures/attach.png
-share/gnome/help/anjuta-manual/es/figures/brk_add.png
-share/gnome/help/anjuta-manual/es/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/es/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/es/figures/display_macro.png
-share/gnome/help/anjuta-manual/es/figures/editor_guides.png
-share/gnome/help/anjuta-manual/es/figures/editor_margins.png
-share/gnome/help/anjuta-manual/es/figures/editor_markers.png
-share/gnome/help/anjuta-manual/es/figures/file_menu.png
-share/gnome/help/anjuta-manual/es/figures/insert_text.png
-share/gnome/help/anjuta-manual/es/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/es/figures/local_variables.png
-share/gnome/help/anjuta-manual/es/figures/menubar.png
-share/gnome/help/anjuta-manual/es/figures/message_win.png
-share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/es/figures/open_file.png
-share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/es/figures/prefs_print.png
-share/gnome/help/anjuta-manual/es/figures/print_dlg.png
-share/gnome/help/anjuta-manual/es/figures/print_preview.png
-share/gnome/help/anjuta-manual/es/figures/project-window.png
-share/gnome/help/anjuta-manual/es/figures/project_info.png
-share/gnome/help/anjuta-manual/es/figures/registers.png
-share/gnome/help/anjuta-manual/es/figures/save_as_file.png
-share/gnome/help/anjuta-manual/es/figures/search_expr.png
-share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/es/figures/search_replace.png
-share/gnome/help/anjuta-manual/es/figures/search_setting.png
-share/gnome/help/anjuta-manual/es/figures/search_target.png
-share/gnome/help/anjuta-manual/es/figures/search_target_action.png
-share/gnome/help/anjuta-manual/es/figures/search_target_in.png
-share/gnome/help/anjuta-manual/es/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/es/figures/signals.png
-share/gnome/help/anjuta-manual/es/figures/stack.png
-share/gnome/help/anjuta-manual/es/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/es/figures/tool-editor.png
-share/gnome/help/anjuta-manual/oc/anjuta-manual.xml
-share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/oc/figures/attach.png
-share/gnome/help/anjuta-manual/oc/figures/brk_add.png
-share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/display_macro.png
-share/gnome/help/anjuta-manual/oc/figures/editor_guides.png
-share/gnome/help/anjuta-manual/oc/figures/editor_margins.png
-share/gnome/help/anjuta-manual/oc/figures/editor_markers.png
-share/gnome/help/anjuta-manual/oc/figures/file_menu.png
-share/gnome/help/anjuta-manual/oc/figures/insert_text.png
-share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/oc/figures/local_variables.png
-share/gnome/help/anjuta-manual/oc/figures/menubar.png
-share/gnome/help/anjuta-manual/oc/figures/message_win.png
-share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/oc/figures/open_file.png
-share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/oc/figures/prefs_print.png
-share/gnome/help/anjuta-manual/oc/figures/print_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/print_preview.png
-share/gnome/help/anjuta-manual/oc/figures/project-window.png
-share/gnome/help/anjuta-manual/oc/figures/project_info.png
-share/gnome/help/anjuta-manual/oc/figures/registers.png
-share/gnome/help/anjuta-manual/oc/figures/save_as_file.png
-share/gnome/help/anjuta-manual/oc/figures/search_expr.png
-share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/oc/figures/search_replace.png
-share/gnome/help/anjuta-manual/oc/figures/search_setting.png
-share/gnome/help/anjuta-manual/oc/figures/search_target.png
-share/gnome/help/anjuta-manual/oc/figures/search_target_action.png
-share/gnome/help/anjuta-manual/oc/figures/search_target_in.png
-share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/oc/figures/signals.png
-share/gnome/help/anjuta-manual/oc/figures/stack.png
-share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/oc/figures/tool-editor.png
-share/gnome/help/anjuta-manual/sv/anjuta-manual.xml
-share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/sv/figures/attach.png
-share/gnome/help/anjuta-manual/sv/figures/brk_add.png
-share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/display_macro.png
-share/gnome/help/anjuta-manual/sv/figures/editor_guides.png
-share/gnome/help/anjuta-manual/sv/figures/editor_margins.png
-share/gnome/help/anjuta-manual/sv/figures/editor_markers.png
-share/gnome/help/anjuta-manual/sv/figures/file_menu.png
-share/gnome/help/anjuta-manual/sv/figures/insert_text.png
-share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/sv/figures/local_variables.png
-share/gnome/help/anjuta-manual/sv/figures/menubar.png
-share/gnome/help/anjuta-manual/sv/figures/message_win.png
-share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/sv/figures/open_file.png
-share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/sv/figures/prefs_print.png
-share/gnome/help/anjuta-manual/sv/figures/print_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/print_preview.png
-share/gnome/help/anjuta-manual/sv/figures/project-window.png
-share/gnome/help/anjuta-manual/sv/figures/project_info.png
-share/gnome/help/anjuta-manual/sv/figures/registers.png
-share/gnome/help/anjuta-manual/sv/figures/save_as_file.png
-share/gnome/help/anjuta-manual/sv/figures/search_expr.png
-share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/sv/figures/search_replace.png
-share/gnome/help/anjuta-manual/sv/figures/search_setting.png
-share/gnome/help/anjuta-manual/sv/figures/search_target.png
-share/gnome/help/anjuta-manual/sv/figures/search_target_action.png
-share/gnome/help/anjuta-manual/sv/figures/search_target_in.png
-share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/sv/figures/signals.png
-share/gnome/help/anjuta-manual/sv/figures/stack.png
-share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/sv/figures/tool-editor.png
-share/gtk-doc/html/libanjuta/AnjutaAsyncCommand.html
+share/glib-2.0/schemas/org.gnome.anjuta.cvs.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.document-manager.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.file-manager.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.build.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.cpp.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.debug-manager.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.git.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.indent-c.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.indent-python.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.js.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.message-manager.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.parser-cxx.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.python.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.run.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.sourceview.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.plugins.vala.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.snippets.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.symbol-db.gschema.xml
+share/glib-2.0/schemas/org.gnome.anjuta.tools.gschema.xml
+share/gtk-doc/html/libanjuta/AnjutaAutogen.html
+share/gtk-doc/html/libanjuta/AnjutaCModule.html
+share/gtk-doc/html/libanjuta/AnjutaCPluginFactory.html
share/gtk-doc/html/libanjuta/AnjutaCellRendererCaptionedImage.html
-share/gtk-doc/html/libanjuta/AnjutaCommand.html
+share/gtk-doc/html/libanjuta/AnjutaCloseButton.html
share/gtk-doc/html/libanjuta/AnjutaLauncher.html
-share/gtk-doc/html/libanjuta/AnjutaMessageArea.html
share/gtk-doc/html/libanjuta/AnjutaPlugin.html
-share/gtk-doc/html/libanjuta/AnjutaPluginHandle.html
-share/gtk-doc/html/libanjuta/AnjutaPluginManager.html
+share/gtk-doc/html/libanjuta/AnjutaPluginDescription.html
share/gtk-doc/html/libanjuta/AnjutaPreferences.html
share/gtk-doc/html/libanjuta/AnjutaPreferencesDialog.html
-share/gtk-doc/html/libanjuta/AnjutaProfile.html
-share/gtk-doc/html/libanjuta/AnjutaProfileManager.html
+share/gtk-doc/html/libanjuta/AnjutaProjectNode.html
share/gtk-doc/html/libanjuta/AnjutaSavePrompt.html
share/gtk-doc/html/libanjuta/AnjutaSerializer.html
share/gtk-doc/html/libanjuta/AnjutaSession.html
share/gtk-doc/html/libanjuta/AnjutaStatus.html
-share/gtk-doc/html/libanjuta/AnjutaSyncCommand.html
+share/gtk-doc/html/libanjuta/AnjutaTreeComboBox.html
share/gtk-doc/html/libanjuta/AnjutaUI.html
-share/gtk-doc/html/libanjuta/AnjutaVcsStatusTreeView.html
+share/gtk-doc/html/libanjuta/ESplash.html
share/gtk-doc/html/libanjuta/action-block.html
share/gtk-doc/html/libanjuta/anjuta-architecture.html
share/gtk-doc/html/libanjuta/anjuta-architecture.png
share/gtk-doc/html/libanjuta/content-block.html
+share/gtk-doc/html/libanjuta/debugger-states.png
+share/gtk-doc/html/libanjuta/distribution.html
share/gtk-doc/html/libanjuta/header-block.html
share/gtk-doc/html/libanjuta/home.png
share/gtk-doc/html/libanjuta/index.html
share/gtk-doc/html/libanjuta/index.sgml
+share/gtk-doc/html/libanjuta/internationalization.html
share/gtk-doc/html/libanjuta/left.png
-share/gtk-doc/html/libanjuta/libanjuta-ESplash.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-c-module.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-c-plugin-factory.html
+share/gtk-doc/html/libanjuta/libanjuta-Anjuta-token-stream.html
+share/gtk-doc/html/libanjuta/libanjuta-Anjuta-token.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaAsyncCommand.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaAsyncNotify.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaColumnTextView.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaCommand.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaCommandBar.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaCommandQueue.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaCompletion.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaDock.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaDockPane.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaDropEntry.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaEntry.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaEnvironmentEditor.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaFileDropEntry.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaFileList.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaLanguageProvider.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaPkgConfigChooser.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaPkgScanner.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaPluginHandle.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaPluginManager.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaProfile.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaProfileManager.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaShell.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaSyncCommand.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaTabber.html
+share/gtk-doc/html/libanjuta/libanjuta-AnjutaVcsStatusTreeView.html
+share/gtk-doc/html/libanjuta/libanjuta-Debugging.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaBuildable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaBuilder.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebugManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebugger.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebuggerBreakpoint.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebuggerInstruction.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebuggerMemory.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebuggerRegister.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDebuggerVariable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDocument.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaDocumentManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditor.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorAssist.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorCell.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorCellStyle.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorComment.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorConvert.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorFactory.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorFolds.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorGladeSignal.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorGoto.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorHover.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorLanguage.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorLineMode.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorSearch.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorSelection.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorTip.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorView.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEditorZoom.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaEnvironment.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaFile.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaFileLoader.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaFileManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaFileSavable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaHelp.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaIndenter.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaIndicable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaIterable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaIterableTree.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaLanguage.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaLanguageProvider.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaLoader.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaMarkable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaMessageManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaMessageView.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaPluginFactory.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaPreferences.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaPrint.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaProject.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaProjectBackend.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaProjectChooser.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaProjectManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaProvider.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaSnippetsManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaStream.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaStreamLoader.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaStreamSavable.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaSymbol.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaSymbolManager.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaSymbolQuery.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaTerminal.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaTodo.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaVcs.html
+share/gtk-doc/html/libanjuta/libanjuta-IAnjutaWizard.html
+share/gtk-doc/html/libanjuta/libanjuta-Program-resources.html
+share/gtk-doc/html/libanjuta/libanjuta-Utilities.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-convert.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-debug.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-encodings.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-enum-types.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-error.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-marshal.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-plugin-description.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-shell.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils-priv.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils.html
-share/gtk-doc/html/libanjuta/libanjuta-anjuta-version.html
+share/gtk-doc/html/libanjuta/libanjuta-anjuta-pkg-config.html
+share/gtk-doc/html/libanjuta/libanjuta-anjuta-token-file.html
+share/gtk-doc/html/libanjuta/libanjuta-anjuta-token-list.html
+share/gtk-doc/html/libanjuta/libanjuta-anjuta-vcs-status.html
share/gtk-doc/html/libanjuta/libanjuta-api.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-bookmark.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-buildable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-builder.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debug-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-breakpoint.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-instruction.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-memory.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-register.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-variable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-document-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-document.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-assist.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-cell-style.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-cell.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-comment.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-convert.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-factory.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-folds.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-goto.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-hover.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-language.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-line-mode.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-search.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-selection.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-view.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-zoom.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-environment.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-loader.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-savable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-help.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-indicable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable-tree.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-language-support.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-language.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-loader.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-macro.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-markable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-view.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-plugin-factory.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-preferences.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-print.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-project-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-loader.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-savable.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-symbol-manager.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-symbol.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-terminal.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-todo.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-vcs.html
-share/gtk-doc/html/libanjuta/libanjuta-ianjuta-wizard.html
share/gtk-doc/html/libanjuta/libanjuta-internal-api.html
share/gtk-doc/html/libanjuta/libanjuta-libanjuta-iface-marshallers.html
-share/gtk-doc/html/libanjuta/libanjuta-resources.html
-share/gtk-doc/html/libanjuta/libanjuta.devhelp
share/gtk-doc/html/libanjuta/libanjuta.devhelp2
share/gtk-doc/html/libanjuta/object-hierarchy.html
share/gtk-doc/html/libanjuta/page-block.html
@@ -733,24 +627,1455 @@ share/gtk-doc/html/libanjuta/writing-plugins-build-setup.html
share/gtk-doc/html/libanjuta/writing-plugins-simple.html
share/gtk-doc/html/libanjuta/writing-plugins-sources.html
share/gtk-doc/html/libanjuta/writing-plugins.html
+share/help/C/anjuta-build-tutorial/figures/autotools-process.png
+share/help/C/anjuta-build-tutorial/figures/build_preferences.png
+share/help/C/anjuta-build-tutorial/figures/compilation-stages.png
+share/help/C/anjuta-build-tutorial/figures/configure-dialog.png
+share/help/C/anjuta-build-tutorial/figures/configure-process.png
+share/help/C/anjuta-build-tutorial/figures/library-add-pkgconfig.png
+share/help/C/anjuta-build-tutorial/figures/library-add-properties.png
+share/help/C/anjuta-build-tutorial/figures/new-project-basic.png
+share/help/C/anjuta-build-tutorial/figures/new-project-message.png
+share/help/C/anjuta-build-tutorial/figures/new-project-options.png
+share/help/C/anjuta-build-tutorial/figures/new-project-select.png
+share/help/C/anjuta-build-tutorial/figures/new-project-summary.png
+share/help/C/anjuta-build-tutorial/index.docbook
+share/help/C/anjuta-faqs/editor-goto-error.page
+share/help/C/anjuta-faqs/editor-maximize.page
+share/help/C/anjuta-faqs/editor-scintilla.page
+share/help/C/anjuta-faqs/general-bugs.page
+share/help/C/anjuta-faqs/general-feature.page
+share/help/C/anjuta-faqs/general-name.page
+share/help/C/anjuta-faqs/general-windows.page
+share/help/C/anjuta-faqs/index.page
+share/help/C/anjuta-faqs/project-existing.page
+share/help/C/anjuta-faqs/project-resource.page
+share/help/C/anjuta-manual/anjuta-code-assist.page
+share/help/C/anjuta-manual/anjuta-code-help.page
+share/help/C/anjuta-manual/anjuta-code-indentation.page
+share/help/C/anjuta-manual/anjuta-code-symbols.page
+share/help/C/anjuta-manual/anjuta-glade-signals.page
+share/help/C/anjuta-manual/anjuta-glade-start.page
+share/help/C/anjuta-manual/autotools-build-build.page
+share/help/C/anjuta-manual/autotools-build-clean.page
+share/help/C/anjuta-manual/autotools-build-compile.page
+share/help/C/anjuta-manual/autotools-build-configure-dialog.page
+share/help/C/anjuta-manual/autotools-build-configure.page
+share/help/C/anjuta-manual/autotools-build-distribute.page
+share/help/C/anjuta-manual/autotools-build-install.page
+share/help/C/anjuta-manual/autotools-build-plugin.page
+share/help/C/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/C/anjuta-manual/autotools-project-backend.page
+share/help/C/anjuta-manual/autotools-project-folder-edit.page
+share/help/C/anjuta-manual/autotools-project-root-edit.page
+share/help/C/anjuta-manual/autotools-project-target-edit.page
+share/help/C/anjuta-manual/autotools-project-target-type.page
+share/help/C/anjuta-manual/debug-breakpoint-dialog.page
+share/help/C/anjuta-manual/debug-breakpoint.page
+share/help/C/anjuta-manual/debug-cpu.page
+share/help/C/anjuta-manual/debug-custom.page
+share/help/C/anjuta-manual/debug-data.page
+share/help/C/anjuta-manual/debug-execute.page
+share/help/C/anjuta-manual/debug-expression.page
+share/help/C/anjuta-manual/debug-information.page
+share/help/C/anjuta-manual/debug-local.page
+share/help/C/anjuta-manual/debug-process-dialog.page
+share/help/C/anjuta-manual/debug-run.page
+share/help/C/anjuta-manual/debug-stack.page
+share/help/C/anjuta-manual/debug-step.page
+share/help/C/anjuta-manual/debug-tips.page
+share/help/C/anjuta-manual/debug-watch.page
+share/help/C/anjuta-manual/directory-project-backend.page
+share/help/C/anjuta-manual/figures/anjuta-in-action.png
+share/help/C/anjuta-manual/figures/anjuta_logo.png
+share/help/C/anjuta-manual/full-index.page
+share/help/C/anjuta-manual/index.page
+share/help/C/anjuta-manual/introduction.page
+share/help/C/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/C/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/C/anjuta-manual/makefile-project-backend.page
+share/help/C/anjuta-manual/project-import.page
+share/help/C/anjuta-manual/project-manager-folder-add.page
+share/help/C/anjuta-manual/project-manager-folder-remove.page
+share/help/C/anjuta-manual/project-manager-folder.page
+share/help/C/anjuta-manual/project-manager-library-add.page
+share/help/C/anjuta-manual/project-manager-library-remove.page
+share/help/C/anjuta-manual/project-manager-library.page
+share/help/C/anjuta-manual/project-manager-module-add.page
+share/help/C/anjuta-manual/project-manager-module-new.page
+share/help/C/anjuta-manual/project-manager-module-remove.page
+share/help/C/anjuta-manual/project-manager-package-remove.page
+share/help/C/anjuta-manual/project-manager-root.page
+share/help/C/anjuta-manual/project-manager-source-add.page
+share/help/C/anjuta-manual/project-manager-source-remove.page
+share/help/C/anjuta-manual/project-manager-source.page
+share/help/C/anjuta-manual/project-manager-target-add.page
+share/help/C/anjuta-manual/project-manager-target-remove.page
+share/help/C/anjuta-manual/project-manager-target.page
+share/help/C/anjuta-manual/project-manager-treeview.page
+share/help/C/anjuta-manual/project-manager.page
+share/help/C/anjuta-manual/project-wizard-create.page
+share/help/C/anjuta-manual/project-wizard-template.page
+share/help/C/anjuta-manual/run-parameters-dialog.page
+share/help/C/anjuta-manual/run-run.page
+share/help/C/anjuta-manual/widget-index.page
+share/help/ca/anjuta-manual/anjuta-code-assist.page
+share/help/ca/anjuta-manual/anjuta-code-help.page
+share/help/ca/anjuta-manual/anjuta-code-indentation.page
+share/help/ca/anjuta-manual/anjuta-code-symbols.page
+share/help/ca/anjuta-manual/anjuta-glade-signals.page
+share/help/ca/anjuta-manual/anjuta-glade-start.page
+share/help/ca/anjuta-manual/autotools-build-build.page
+share/help/ca/anjuta-manual/autotools-build-clean.page
+share/help/ca/anjuta-manual/autotools-build-compile.page
+share/help/ca/anjuta-manual/autotools-build-configure-dialog.page
+share/help/ca/anjuta-manual/autotools-build-configure.page
+share/help/ca/anjuta-manual/autotools-build-distribute.page
+share/help/ca/anjuta-manual/autotools-build-install.page
+share/help/ca/anjuta-manual/autotools-build-plugin.page
+share/help/ca/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/ca/anjuta-manual/autotools-project-backend.page
+share/help/ca/anjuta-manual/autotools-project-folder-edit.page
+share/help/ca/anjuta-manual/autotools-project-root-edit.page
+share/help/ca/anjuta-manual/autotools-project-target-edit.page
+share/help/ca/anjuta-manual/autotools-project-target-type.page
+share/help/ca/anjuta-manual/debug-breakpoint-dialog.page
+share/help/ca/anjuta-manual/debug-breakpoint.page
+share/help/ca/anjuta-manual/debug-cpu.page
+share/help/ca/anjuta-manual/debug-custom.page
+share/help/ca/anjuta-manual/debug-data.page
+share/help/ca/anjuta-manual/debug-execute.page
+share/help/ca/anjuta-manual/debug-expression.page
+share/help/ca/anjuta-manual/debug-information.page
+share/help/ca/anjuta-manual/debug-local.page
+share/help/ca/anjuta-manual/debug-process-dialog.page
+share/help/ca/anjuta-manual/debug-run.page
+share/help/ca/anjuta-manual/debug-stack.page
+share/help/ca/anjuta-manual/debug-step.page
+share/help/ca/anjuta-manual/debug-tips.page
+share/help/ca/anjuta-manual/debug-watch.page
+share/help/ca/anjuta-manual/directory-project-backend.page
+share/help/ca/anjuta-manual/figures/anjuta-in-action.png
+share/help/ca/anjuta-manual/figures/anjuta_logo.png
+share/help/ca/anjuta-manual/full-index.page
+share/help/ca/anjuta-manual/index.page
+share/help/ca/anjuta-manual/introduction.page
+share/help/ca/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/ca/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/ca/anjuta-manual/makefile-project-backend.page
+share/help/ca/anjuta-manual/project-import.page
+share/help/ca/anjuta-manual/project-manager-folder-add.page
+share/help/ca/anjuta-manual/project-manager-folder-remove.page
+share/help/ca/anjuta-manual/project-manager-folder.page
+share/help/ca/anjuta-manual/project-manager-library-add.page
+share/help/ca/anjuta-manual/project-manager-library-remove.page
+share/help/ca/anjuta-manual/project-manager-library.page
+share/help/ca/anjuta-manual/project-manager-module-add.page
+share/help/ca/anjuta-manual/project-manager-module-new.page
+share/help/ca/anjuta-manual/project-manager-module-remove.page
+share/help/ca/anjuta-manual/project-manager-package-remove.page
+share/help/ca/anjuta-manual/project-manager-root.page
+share/help/ca/anjuta-manual/project-manager-source-add.page
+share/help/ca/anjuta-manual/project-manager-source-remove.page
+share/help/ca/anjuta-manual/project-manager-source.page
+share/help/ca/anjuta-manual/project-manager-target-add.page
+share/help/ca/anjuta-manual/project-manager-target-remove.page
+share/help/ca/anjuta-manual/project-manager-target.page
+share/help/ca/anjuta-manual/project-manager-treeview.page
+share/help/ca/anjuta-manual/project-manager.page
+share/help/ca/anjuta-manual/project-wizard-create.page
+share/help/ca/anjuta-manual/project-wizard-template.page
+share/help/ca/anjuta-manual/run-parameters-dialog.page
+share/help/ca/anjuta-manual/run-run.page
+share/help/ca/anjuta-manual/widget-index.page
+share/help/cs/anjuta-manual/anjuta-code-assist.page
+share/help/cs/anjuta-manual/anjuta-code-help.page
+share/help/cs/anjuta-manual/anjuta-code-indentation.page
+share/help/cs/anjuta-manual/anjuta-code-symbols.page
+share/help/cs/anjuta-manual/anjuta-glade-signals.page
+share/help/cs/anjuta-manual/anjuta-glade-start.page
+share/help/cs/anjuta-manual/autotools-build-build.page
+share/help/cs/anjuta-manual/autotools-build-clean.page
+share/help/cs/anjuta-manual/autotools-build-compile.page
+share/help/cs/anjuta-manual/autotools-build-configure-dialog.page
+share/help/cs/anjuta-manual/autotools-build-configure.page
+share/help/cs/anjuta-manual/autotools-build-distribute.page
+share/help/cs/anjuta-manual/autotools-build-install.page
+share/help/cs/anjuta-manual/autotools-build-plugin.page
+share/help/cs/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/cs/anjuta-manual/autotools-project-backend.page
+share/help/cs/anjuta-manual/autotools-project-folder-edit.page
+share/help/cs/anjuta-manual/autotools-project-root-edit.page
+share/help/cs/anjuta-manual/autotools-project-target-edit.page
+share/help/cs/anjuta-manual/autotools-project-target-type.page
+share/help/cs/anjuta-manual/debug-breakpoint-dialog.page
+share/help/cs/anjuta-manual/debug-breakpoint.page
+share/help/cs/anjuta-manual/debug-cpu.page
+share/help/cs/anjuta-manual/debug-custom.page
+share/help/cs/anjuta-manual/debug-data.page
+share/help/cs/anjuta-manual/debug-execute.page
+share/help/cs/anjuta-manual/debug-expression.page
+share/help/cs/anjuta-manual/debug-information.page
+share/help/cs/anjuta-manual/debug-local.page
+share/help/cs/anjuta-manual/debug-process-dialog.page
+share/help/cs/anjuta-manual/debug-run.page
+share/help/cs/anjuta-manual/debug-stack.page
+share/help/cs/anjuta-manual/debug-step.page
+share/help/cs/anjuta-manual/debug-tips.page
+share/help/cs/anjuta-manual/debug-watch.page
+share/help/cs/anjuta-manual/directory-project-backend.page
+share/help/cs/anjuta-manual/figures/anjuta-in-action.png
+share/help/cs/anjuta-manual/figures/anjuta_logo.png
+share/help/cs/anjuta-manual/full-index.page
+share/help/cs/anjuta-manual/index.page
+share/help/cs/anjuta-manual/introduction.page
+share/help/cs/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/cs/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/cs/anjuta-manual/makefile-project-backend.page
+share/help/cs/anjuta-manual/project-import.page
+share/help/cs/anjuta-manual/project-manager-folder-add.page
+share/help/cs/anjuta-manual/project-manager-folder-remove.page
+share/help/cs/anjuta-manual/project-manager-folder.page
+share/help/cs/anjuta-manual/project-manager-library-add.page
+share/help/cs/anjuta-manual/project-manager-library-remove.page
+share/help/cs/anjuta-manual/project-manager-library.page
+share/help/cs/anjuta-manual/project-manager-module-add.page
+share/help/cs/anjuta-manual/project-manager-module-new.page
+share/help/cs/anjuta-manual/project-manager-module-remove.page
+share/help/cs/anjuta-manual/project-manager-package-remove.page
+share/help/cs/anjuta-manual/project-manager-root.page
+share/help/cs/anjuta-manual/project-manager-source-add.page
+share/help/cs/anjuta-manual/project-manager-source-remove.page
+share/help/cs/anjuta-manual/project-manager-source.page
+share/help/cs/anjuta-manual/project-manager-target-add.page
+share/help/cs/anjuta-manual/project-manager-target-remove.page
+share/help/cs/anjuta-manual/project-manager-target.page
+share/help/cs/anjuta-manual/project-manager-treeview.page
+share/help/cs/anjuta-manual/project-manager.page
+share/help/cs/anjuta-manual/project-wizard-create.page
+share/help/cs/anjuta-manual/project-wizard-template.page
+share/help/cs/anjuta-manual/run-parameters-dialog.page
+share/help/cs/anjuta-manual/run-run.page
+share/help/cs/anjuta-manual/widget-index.page
+share/help/da/anjuta-manual/anjuta-code-assist.page
+share/help/da/anjuta-manual/anjuta-code-help.page
+share/help/da/anjuta-manual/anjuta-code-indentation.page
+share/help/da/anjuta-manual/anjuta-code-symbols.page
+share/help/da/anjuta-manual/anjuta-glade-signals.page
+share/help/da/anjuta-manual/anjuta-glade-start.page
+share/help/da/anjuta-manual/autotools-build-build.page
+share/help/da/anjuta-manual/autotools-build-clean.page
+share/help/da/anjuta-manual/autotools-build-compile.page
+share/help/da/anjuta-manual/autotools-build-configure-dialog.page
+share/help/da/anjuta-manual/autotools-build-configure.page
+share/help/da/anjuta-manual/autotools-build-distribute.page
+share/help/da/anjuta-manual/autotools-build-install.page
+share/help/da/anjuta-manual/autotools-build-plugin.page
+share/help/da/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/da/anjuta-manual/autotools-project-backend.page
+share/help/da/anjuta-manual/autotools-project-folder-edit.page
+share/help/da/anjuta-manual/autotools-project-root-edit.page
+share/help/da/anjuta-manual/autotools-project-target-edit.page
+share/help/da/anjuta-manual/autotools-project-target-type.page
+share/help/da/anjuta-manual/debug-breakpoint-dialog.page
+share/help/da/anjuta-manual/debug-breakpoint.page
+share/help/da/anjuta-manual/debug-cpu.page
+share/help/da/anjuta-manual/debug-custom.page
+share/help/da/anjuta-manual/debug-data.page
+share/help/da/anjuta-manual/debug-execute.page
+share/help/da/anjuta-manual/debug-expression.page
+share/help/da/anjuta-manual/debug-information.page
+share/help/da/anjuta-manual/debug-local.page
+share/help/da/anjuta-manual/debug-process-dialog.page
+share/help/da/anjuta-manual/debug-run.page
+share/help/da/anjuta-manual/debug-stack.page
+share/help/da/anjuta-manual/debug-step.page
+share/help/da/anjuta-manual/debug-tips.page
+share/help/da/anjuta-manual/debug-watch.page
+share/help/da/anjuta-manual/directory-project-backend.page
+share/help/da/anjuta-manual/figures/anjuta-in-action.png
+share/help/da/anjuta-manual/figures/anjuta_logo.png
+share/help/da/anjuta-manual/full-index.page
+share/help/da/anjuta-manual/index.page
+share/help/da/anjuta-manual/introduction.page
+share/help/da/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/da/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/da/anjuta-manual/makefile-project-backend.page
+share/help/da/anjuta-manual/project-import.page
+share/help/da/anjuta-manual/project-manager-folder-add.page
+share/help/da/anjuta-manual/project-manager-folder-remove.page
+share/help/da/anjuta-manual/project-manager-folder.page
+share/help/da/anjuta-manual/project-manager-library-add.page
+share/help/da/anjuta-manual/project-manager-library-remove.page
+share/help/da/anjuta-manual/project-manager-library.page
+share/help/da/anjuta-manual/project-manager-module-add.page
+share/help/da/anjuta-manual/project-manager-module-new.page
+share/help/da/anjuta-manual/project-manager-module-remove.page
+share/help/da/anjuta-manual/project-manager-package-remove.page
+share/help/da/anjuta-manual/project-manager-root.page
+share/help/da/anjuta-manual/project-manager-source-add.page
+share/help/da/anjuta-manual/project-manager-source-remove.page
+share/help/da/anjuta-manual/project-manager-source.page
+share/help/da/anjuta-manual/project-manager-target-add.page
+share/help/da/anjuta-manual/project-manager-target-remove.page
+share/help/da/anjuta-manual/project-manager-target.page
+share/help/da/anjuta-manual/project-manager-treeview.page
+share/help/da/anjuta-manual/project-manager.page
+share/help/da/anjuta-manual/project-wizard-create.page
+share/help/da/anjuta-manual/project-wizard-template.page
+share/help/da/anjuta-manual/run-parameters-dialog.page
+share/help/da/anjuta-manual/run-run.page
+share/help/da/anjuta-manual/widget-index.page
+share/help/de/anjuta-faqs/editor-goto-error.page
+share/help/de/anjuta-faqs/editor-maximize.page
+share/help/de/anjuta-faqs/editor-scintilla.page
+share/help/de/anjuta-faqs/general-bugs.page
+share/help/de/anjuta-faqs/general-feature.page
+share/help/de/anjuta-faqs/general-name.page
+share/help/de/anjuta-faqs/general-windows.page
+share/help/de/anjuta-faqs/index.page
+share/help/de/anjuta-faqs/project-existing.page
+share/help/de/anjuta-faqs/project-resource.page
+share/help/de/anjuta-manual/anjuta-code-assist.page
+share/help/de/anjuta-manual/anjuta-code-help.page
+share/help/de/anjuta-manual/anjuta-code-indentation.page
+share/help/de/anjuta-manual/anjuta-code-symbols.page
+share/help/de/anjuta-manual/anjuta-glade-signals.page
+share/help/de/anjuta-manual/anjuta-glade-start.page
+share/help/de/anjuta-manual/autotools-build-build.page
+share/help/de/anjuta-manual/autotools-build-clean.page
+share/help/de/anjuta-manual/autotools-build-compile.page
+share/help/de/anjuta-manual/autotools-build-configure-dialog.page
+share/help/de/anjuta-manual/autotools-build-configure.page
+share/help/de/anjuta-manual/autotools-build-distribute.page
+share/help/de/anjuta-manual/autotools-build-install.page
+share/help/de/anjuta-manual/autotools-build-plugin.page
+share/help/de/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/de/anjuta-manual/autotools-project-backend.page
+share/help/de/anjuta-manual/autotools-project-folder-edit.page
+share/help/de/anjuta-manual/autotools-project-root-edit.page
+share/help/de/anjuta-manual/autotools-project-target-edit.page
+share/help/de/anjuta-manual/autotools-project-target-type.page
+share/help/de/anjuta-manual/debug-breakpoint-dialog.page
+share/help/de/anjuta-manual/debug-breakpoint.page
+share/help/de/anjuta-manual/debug-cpu.page
+share/help/de/anjuta-manual/debug-custom.page
+share/help/de/anjuta-manual/debug-data.page
+share/help/de/anjuta-manual/debug-execute.page
+share/help/de/anjuta-manual/debug-expression.page
+share/help/de/anjuta-manual/debug-information.page
+share/help/de/anjuta-manual/debug-local.page
+share/help/de/anjuta-manual/debug-process-dialog.page
+share/help/de/anjuta-manual/debug-run.page
+share/help/de/anjuta-manual/debug-stack.page
+share/help/de/anjuta-manual/debug-step.page
+share/help/de/anjuta-manual/debug-tips.page
+share/help/de/anjuta-manual/debug-watch.page
+share/help/de/anjuta-manual/directory-project-backend.page
+share/help/de/anjuta-manual/figures/anjuta-in-action.png
+share/help/de/anjuta-manual/figures/anjuta_logo.png
+share/help/de/anjuta-manual/full-index.page
+share/help/de/anjuta-manual/index.page
+share/help/de/anjuta-manual/introduction.page
+share/help/de/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/de/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/de/anjuta-manual/makefile-project-backend.page
+share/help/de/anjuta-manual/project-import.page
+share/help/de/anjuta-manual/project-manager-folder-add.page
+share/help/de/anjuta-manual/project-manager-folder-remove.page
+share/help/de/anjuta-manual/project-manager-folder.page
+share/help/de/anjuta-manual/project-manager-library-add.page
+share/help/de/anjuta-manual/project-manager-library-remove.page
+share/help/de/anjuta-manual/project-manager-library.page
+share/help/de/anjuta-manual/project-manager-module-add.page
+share/help/de/anjuta-manual/project-manager-module-new.page
+share/help/de/anjuta-manual/project-manager-module-remove.page
+share/help/de/anjuta-manual/project-manager-package-remove.page
+share/help/de/anjuta-manual/project-manager-root.page
+share/help/de/anjuta-manual/project-manager-source-add.page
+share/help/de/anjuta-manual/project-manager-source-remove.page
+share/help/de/anjuta-manual/project-manager-source.page
+share/help/de/anjuta-manual/project-manager-target-add.page
+share/help/de/anjuta-manual/project-manager-target-remove.page
+share/help/de/anjuta-manual/project-manager-target.page
+share/help/de/anjuta-manual/project-manager-treeview.page
+share/help/de/anjuta-manual/project-manager.page
+share/help/de/anjuta-manual/project-wizard-create.page
+share/help/de/anjuta-manual/project-wizard-template.page
+share/help/de/anjuta-manual/run-parameters-dialog.page
+share/help/de/anjuta-manual/run-run.page
+share/help/de/anjuta-manual/widget-index.page
+share/help/el/anjuta-manual/anjuta-code-assist.page
+share/help/el/anjuta-manual/anjuta-code-help.page
+share/help/el/anjuta-manual/anjuta-code-indentation.page
+share/help/el/anjuta-manual/anjuta-code-symbols.page
+share/help/el/anjuta-manual/anjuta-glade-signals.page
+share/help/el/anjuta-manual/anjuta-glade-start.page
+share/help/el/anjuta-manual/autotools-build-build.page
+share/help/el/anjuta-manual/autotools-build-clean.page
+share/help/el/anjuta-manual/autotools-build-compile.page
+share/help/el/anjuta-manual/autotools-build-configure-dialog.page
+share/help/el/anjuta-manual/autotools-build-configure.page
+share/help/el/anjuta-manual/autotools-build-distribute.page
+share/help/el/anjuta-manual/autotools-build-install.page
+share/help/el/anjuta-manual/autotools-build-plugin.page
+share/help/el/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/el/anjuta-manual/autotools-project-backend.page
+share/help/el/anjuta-manual/autotools-project-folder-edit.page
+share/help/el/anjuta-manual/autotools-project-root-edit.page
+share/help/el/anjuta-manual/autotools-project-target-edit.page
+share/help/el/anjuta-manual/autotools-project-target-type.page
+share/help/el/anjuta-manual/debug-breakpoint-dialog.page
+share/help/el/anjuta-manual/debug-breakpoint.page
+share/help/el/anjuta-manual/debug-cpu.page
+share/help/el/anjuta-manual/debug-custom.page
+share/help/el/anjuta-manual/debug-data.page
+share/help/el/anjuta-manual/debug-execute.page
+share/help/el/anjuta-manual/debug-expression.page
+share/help/el/anjuta-manual/debug-information.page
+share/help/el/anjuta-manual/debug-local.page
+share/help/el/anjuta-manual/debug-process-dialog.page
+share/help/el/anjuta-manual/debug-run.page
+share/help/el/anjuta-manual/debug-stack.page
+share/help/el/anjuta-manual/debug-step.page
+share/help/el/anjuta-manual/debug-tips.page
+share/help/el/anjuta-manual/debug-watch.page
+share/help/el/anjuta-manual/directory-project-backend.page
+share/help/el/anjuta-manual/figures/anjuta-in-action.png
+share/help/el/anjuta-manual/figures/anjuta_logo.png
+share/help/el/anjuta-manual/full-index.page
+share/help/el/anjuta-manual/index.page
+share/help/el/anjuta-manual/introduction.page
+share/help/el/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/el/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/el/anjuta-manual/makefile-project-backend.page
+share/help/el/anjuta-manual/project-import.page
+share/help/el/anjuta-manual/project-manager-folder-add.page
+share/help/el/anjuta-manual/project-manager-folder-remove.page
+share/help/el/anjuta-manual/project-manager-folder.page
+share/help/el/anjuta-manual/project-manager-library-add.page
+share/help/el/anjuta-manual/project-manager-library-remove.page
+share/help/el/anjuta-manual/project-manager-library.page
+share/help/el/anjuta-manual/project-manager-module-add.page
+share/help/el/anjuta-manual/project-manager-module-new.page
+share/help/el/anjuta-manual/project-manager-module-remove.page
+share/help/el/anjuta-manual/project-manager-package-remove.page
+share/help/el/anjuta-manual/project-manager-root.page
+share/help/el/anjuta-manual/project-manager-source-add.page
+share/help/el/anjuta-manual/project-manager-source-remove.page
+share/help/el/anjuta-manual/project-manager-source.page
+share/help/el/anjuta-manual/project-manager-target-add.page
+share/help/el/anjuta-manual/project-manager-target-remove.page
+share/help/el/anjuta-manual/project-manager-target.page
+share/help/el/anjuta-manual/project-manager-treeview.page
+share/help/el/anjuta-manual/project-manager.page
+share/help/el/anjuta-manual/project-wizard-create.page
+share/help/el/anjuta-manual/project-wizard-template.page
+share/help/el/anjuta-manual/run-parameters-dialog.page
+share/help/el/anjuta-manual/run-run.page
+share/help/el/anjuta-manual/widget-index.page
+share/help/es/anjuta-manual/anjuta-code-assist.page
+share/help/es/anjuta-manual/anjuta-code-help.page
+share/help/es/anjuta-manual/anjuta-code-indentation.page
+share/help/es/anjuta-manual/anjuta-code-symbols.page
+share/help/es/anjuta-manual/anjuta-glade-signals.page
+share/help/es/anjuta-manual/anjuta-glade-start.page
+share/help/es/anjuta-manual/autotools-build-build.page
+share/help/es/anjuta-manual/autotools-build-clean.page
+share/help/es/anjuta-manual/autotools-build-compile.page
+share/help/es/anjuta-manual/autotools-build-configure-dialog.page
+share/help/es/anjuta-manual/autotools-build-configure.page
+share/help/es/anjuta-manual/autotools-build-distribute.page
+share/help/es/anjuta-manual/autotools-build-install.page
+share/help/es/anjuta-manual/autotools-build-plugin.page
+share/help/es/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/es/anjuta-manual/autotools-project-backend.page
+share/help/es/anjuta-manual/autotools-project-folder-edit.page
+share/help/es/anjuta-manual/autotools-project-root-edit.page
+share/help/es/anjuta-manual/autotools-project-target-edit.page
+share/help/es/anjuta-manual/autotools-project-target-type.page
+share/help/es/anjuta-manual/debug-breakpoint-dialog.page
+share/help/es/anjuta-manual/debug-breakpoint.page
+share/help/es/anjuta-manual/debug-cpu.page
+share/help/es/anjuta-manual/debug-custom.page
+share/help/es/anjuta-manual/debug-data.page
+share/help/es/anjuta-manual/debug-execute.page
+share/help/es/anjuta-manual/debug-expression.page
+share/help/es/anjuta-manual/debug-information.page
+share/help/es/anjuta-manual/debug-local.page
+share/help/es/anjuta-manual/debug-process-dialog.page
+share/help/es/anjuta-manual/debug-run.page
+share/help/es/anjuta-manual/debug-stack.page
+share/help/es/anjuta-manual/debug-step.page
+share/help/es/anjuta-manual/debug-tips.page
+share/help/es/anjuta-manual/debug-watch.page
+share/help/es/anjuta-manual/directory-project-backend.page
+share/help/es/anjuta-manual/figures/anjuta-in-action.png
+share/help/es/anjuta-manual/figures/anjuta_logo.png
+share/help/es/anjuta-manual/full-index.page
+share/help/es/anjuta-manual/index.page
+share/help/es/anjuta-manual/introduction.page
+share/help/es/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/es/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/es/anjuta-manual/makefile-project-backend.page
+share/help/es/anjuta-manual/project-import.page
+share/help/es/anjuta-manual/project-manager-folder-add.page
+share/help/es/anjuta-manual/project-manager-folder-remove.page
+share/help/es/anjuta-manual/project-manager-folder.page
+share/help/es/anjuta-manual/project-manager-library-add.page
+share/help/es/anjuta-manual/project-manager-library-remove.page
+share/help/es/anjuta-manual/project-manager-library.page
+share/help/es/anjuta-manual/project-manager-module-add.page
+share/help/es/anjuta-manual/project-manager-module-new.page
+share/help/es/anjuta-manual/project-manager-module-remove.page
+share/help/es/anjuta-manual/project-manager-package-remove.page
+share/help/es/anjuta-manual/project-manager-root.page
+share/help/es/anjuta-manual/project-manager-source-add.page
+share/help/es/anjuta-manual/project-manager-source-remove.page
+share/help/es/anjuta-manual/project-manager-source.page
+share/help/es/anjuta-manual/project-manager-target-add.page
+share/help/es/anjuta-manual/project-manager-target-remove.page
+share/help/es/anjuta-manual/project-manager-target.page
+share/help/es/anjuta-manual/project-manager-treeview.page
+share/help/es/anjuta-manual/project-manager.page
+share/help/es/anjuta-manual/project-wizard-create.page
+share/help/es/anjuta-manual/project-wizard-template.page
+share/help/es/anjuta-manual/run-parameters-dialog.page
+share/help/es/anjuta-manual/run-run.page
+share/help/es/anjuta-manual/widget-index.page
+share/help/eu/anjuta-manual/anjuta-code-assist.page
+share/help/eu/anjuta-manual/anjuta-code-help.page
+share/help/eu/anjuta-manual/anjuta-code-indentation.page
+share/help/eu/anjuta-manual/anjuta-code-symbols.page
+share/help/eu/anjuta-manual/anjuta-glade-signals.page
+share/help/eu/anjuta-manual/anjuta-glade-start.page
+share/help/eu/anjuta-manual/autotools-build-build.page
+share/help/eu/anjuta-manual/autotools-build-clean.page
+share/help/eu/anjuta-manual/autotools-build-compile.page
+share/help/eu/anjuta-manual/autotools-build-configure-dialog.page
+share/help/eu/anjuta-manual/autotools-build-configure.page
+share/help/eu/anjuta-manual/autotools-build-distribute.page
+share/help/eu/anjuta-manual/autotools-build-install.page
+share/help/eu/anjuta-manual/autotools-build-plugin.page
+share/help/eu/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/eu/anjuta-manual/autotools-project-backend.page
+share/help/eu/anjuta-manual/autotools-project-folder-edit.page
+share/help/eu/anjuta-manual/autotools-project-root-edit.page
+share/help/eu/anjuta-manual/autotools-project-target-edit.page
+share/help/eu/anjuta-manual/autotools-project-target-type.page
+share/help/eu/anjuta-manual/debug-breakpoint-dialog.page
+share/help/eu/anjuta-manual/debug-breakpoint.page
+share/help/eu/anjuta-manual/debug-cpu.page
+share/help/eu/anjuta-manual/debug-custom.page
+share/help/eu/anjuta-manual/debug-data.page
+share/help/eu/anjuta-manual/debug-execute.page
+share/help/eu/anjuta-manual/debug-expression.page
+share/help/eu/anjuta-manual/debug-information.page
+share/help/eu/anjuta-manual/debug-local.page
+share/help/eu/anjuta-manual/debug-process-dialog.page
+share/help/eu/anjuta-manual/debug-run.page
+share/help/eu/anjuta-manual/debug-stack.page
+share/help/eu/anjuta-manual/debug-step.page
+share/help/eu/anjuta-manual/debug-tips.page
+share/help/eu/anjuta-manual/debug-watch.page
+share/help/eu/anjuta-manual/directory-project-backend.page
+share/help/eu/anjuta-manual/figures/anjuta-in-action.png
+share/help/eu/anjuta-manual/figures/anjuta_logo.png
+share/help/eu/anjuta-manual/full-index.page
+share/help/eu/anjuta-manual/index.page
+share/help/eu/anjuta-manual/introduction.page
+share/help/eu/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/eu/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/eu/anjuta-manual/makefile-project-backend.page
+share/help/eu/anjuta-manual/project-import.page
+share/help/eu/anjuta-manual/project-manager-folder-add.page
+share/help/eu/anjuta-manual/project-manager-folder-remove.page
+share/help/eu/anjuta-manual/project-manager-folder.page
+share/help/eu/anjuta-manual/project-manager-library-add.page
+share/help/eu/anjuta-manual/project-manager-library-remove.page
+share/help/eu/anjuta-manual/project-manager-library.page
+share/help/eu/anjuta-manual/project-manager-module-add.page
+share/help/eu/anjuta-manual/project-manager-module-new.page
+share/help/eu/anjuta-manual/project-manager-module-remove.page
+share/help/eu/anjuta-manual/project-manager-package-remove.page
+share/help/eu/anjuta-manual/project-manager-root.page
+share/help/eu/anjuta-manual/project-manager-source-add.page
+share/help/eu/anjuta-manual/project-manager-source-remove.page
+share/help/eu/anjuta-manual/project-manager-source.page
+share/help/eu/anjuta-manual/project-manager-target-add.page
+share/help/eu/anjuta-manual/project-manager-target-remove.page
+share/help/eu/anjuta-manual/project-manager-target.page
+share/help/eu/anjuta-manual/project-manager-treeview.page
+share/help/eu/anjuta-manual/project-manager.page
+share/help/eu/anjuta-manual/project-wizard-create.page
+share/help/eu/anjuta-manual/project-wizard-template.page
+share/help/eu/anjuta-manual/run-parameters-dialog.page
+share/help/eu/anjuta-manual/run-run.page
+share/help/eu/anjuta-manual/widget-index.page
+share/help/fr/anjuta-manual/anjuta-code-assist.page
+share/help/fr/anjuta-manual/anjuta-code-help.page
+share/help/fr/anjuta-manual/anjuta-code-indentation.page
+share/help/fr/anjuta-manual/anjuta-code-symbols.page
+share/help/fr/anjuta-manual/anjuta-glade-signals.page
+share/help/fr/anjuta-manual/anjuta-glade-start.page
+share/help/fr/anjuta-manual/autotools-build-build.page
+share/help/fr/anjuta-manual/autotools-build-clean.page
+share/help/fr/anjuta-manual/autotools-build-compile.page
+share/help/fr/anjuta-manual/autotools-build-configure-dialog.page
+share/help/fr/anjuta-manual/autotools-build-configure.page
+share/help/fr/anjuta-manual/autotools-build-distribute.page
+share/help/fr/anjuta-manual/autotools-build-install.page
+share/help/fr/anjuta-manual/autotools-build-plugin.page
+share/help/fr/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/fr/anjuta-manual/autotools-project-backend.page
+share/help/fr/anjuta-manual/autotools-project-folder-edit.page
+share/help/fr/anjuta-manual/autotools-project-root-edit.page
+share/help/fr/anjuta-manual/autotools-project-target-edit.page
+share/help/fr/anjuta-manual/autotools-project-target-type.page
+share/help/fr/anjuta-manual/debug-breakpoint-dialog.page
+share/help/fr/anjuta-manual/debug-breakpoint.page
+share/help/fr/anjuta-manual/debug-cpu.page
+share/help/fr/anjuta-manual/debug-custom.page
+share/help/fr/anjuta-manual/debug-data.page
+share/help/fr/anjuta-manual/debug-execute.page
+share/help/fr/anjuta-manual/debug-expression.page
+share/help/fr/anjuta-manual/debug-information.page
+share/help/fr/anjuta-manual/debug-local.page
+share/help/fr/anjuta-manual/debug-process-dialog.page
+share/help/fr/anjuta-manual/debug-run.page
+share/help/fr/anjuta-manual/debug-stack.page
+share/help/fr/anjuta-manual/debug-step.page
+share/help/fr/anjuta-manual/debug-tips.page
+share/help/fr/anjuta-manual/debug-watch.page
+share/help/fr/anjuta-manual/directory-project-backend.page
+share/help/fr/anjuta-manual/figures/anjuta-in-action.png
+share/help/fr/anjuta-manual/figures/anjuta_logo.png
+share/help/fr/anjuta-manual/full-index.page
+share/help/fr/anjuta-manual/index.page
+share/help/fr/anjuta-manual/introduction.page
+share/help/fr/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/fr/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/fr/anjuta-manual/makefile-project-backend.page
+share/help/fr/anjuta-manual/project-import.page
+share/help/fr/anjuta-manual/project-manager-folder-add.page
+share/help/fr/anjuta-manual/project-manager-folder-remove.page
+share/help/fr/anjuta-manual/project-manager-folder.page
+share/help/fr/anjuta-manual/project-manager-library-add.page
+share/help/fr/anjuta-manual/project-manager-library-remove.page
+share/help/fr/anjuta-manual/project-manager-library.page
+share/help/fr/anjuta-manual/project-manager-module-add.page
+share/help/fr/anjuta-manual/project-manager-module-new.page
+share/help/fr/anjuta-manual/project-manager-module-remove.page
+share/help/fr/anjuta-manual/project-manager-package-remove.page
+share/help/fr/anjuta-manual/project-manager-root.page
+share/help/fr/anjuta-manual/project-manager-source-add.page
+share/help/fr/anjuta-manual/project-manager-source-remove.page
+share/help/fr/anjuta-manual/project-manager-source.page
+share/help/fr/anjuta-manual/project-manager-target-add.page
+share/help/fr/anjuta-manual/project-manager-target-remove.page
+share/help/fr/anjuta-manual/project-manager-target.page
+share/help/fr/anjuta-manual/project-manager-treeview.page
+share/help/fr/anjuta-manual/project-manager.page
+share/help/fr/anjuta-manual/project-wizard-create.page
+share/help/fr/anjuta-manual/project-wizard-template.page
+share/help/fr/anjuta-manual/run-parameters-dialog.page
+share/help/fr/anjuta-manual/run-run.page
+share/help/fr/anjuta-manual/widget-index.page
+share/help/gl/anjuta-manual/anjuta-code-assist.page
+share/help/gl/anjuta-manual/anjuta-code-help.page
+share/help/gl/anjuta-manual/anjuta-code-indentation.page
+share/help/gl/anjuta-manual/anjuta-code-symbols.page
+share/help/gl/anjuta-manual/anjuta-glade-signals.page
+share/help/gl/anjuta-manual/anjuta-glade-start.page
+share/help/gl/anjuta-manual/autotools-build-build.page
+share/help/gl/anjuta-manual/autotools-build-clean.page
+share/help/gl/anjuta-manual/autotools-build-compile.page
+share/help/gl/anjuta-manual/autotools-build-configure-dialog.page
+share/help/gl/anjuta-manual/autotools-build-configure.page
+share/help/gl/anjuta-manual/autotools-build-distribute.page
+share/help/gl/anjuta-manual/autotools-build-install.page
+share/help/gl/anjuta-manual/autotools-build-plugin.page
+share/help/gl/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/gl/anjuta-manual/autotools-project-backend.page
+share/help/gl/anjuta-manual/autotools-project-folder-edit.page
+share/help/gl/anjuta-manual/autotools-project-root-edit.page
+share/help/gl/anjuta-manual/autotools-project-target-edit.page
+share/help/gl/anjuta-manual/autotools-project-target-type.page
+share/help/gl/anjuta-manual/debug-breakpoint-dialog.page
+share/help/gl/anjuta-manual/debug-breakpoint.page
+share/help/gl/anjuta-manual/debug-cpu.page
+share/help/gl/anjuta-manual/debug-custom.page
+share/help/gl/anjuta-manual/debug-data.page
+share/help/gl/anjuta-manual/debug-execute.page
+share/help/gl/anjuta-manual/debug-expression.page
+share/help/gl/anjuta-manual/debug-information.page
+share/help/gl/anjuta-manual/debug-local.page
+share/help/gl/anjuta-manual/debug-process-dialog.page
+share/help/gl/anjuta-manual/debug-run.page
+share/help/gl/anjuta-manual/debug-stack.page
+share/help/gl/anjuta-manual/debug-step.page
+share/help/gl/anjuta-manual/debug-tips.page
+share/help/gl/anjuta-manual/debug-watch.page
+share/help/gl/anjuta-manual/directory-project-backend.page
+share/help/gl/anjuta-manual/figures/anjuta-in-action.png
+share/help/gl/anjuta-manual/figures/anjuta_logo.png
+share/help/gl/anjuta-manual/full-index.page
+share/help/gl/anjuta-manual/index.page
+share/help/gl/anjuta-manual/introduction.page
+share/help/gl/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/gl/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/gl/anjuta-manual/makefile-project-backend.page
+share/help/gl/anjuta-manual/project-import.page
+share/help/gl/anjuta-manual/project-manager-folder-add.page
+share/help/gl/anjuta-manual/project-manager-folder-remove.page
+share/help/gl/anjuta-manual/project-manager-folder.page
+share/help/gl/anjuta-manual/project-manager-library-add.page
+share/help/gl/anjuta-manual/project-manager-library-remove.page
+share/help/gl/anjuta-manual/project-manager-library.page
+share/help/gl/anjuta-manual/project-manager-module-add.page
+share/help/gl/anjuta-manual/project-manager-module-new.page
+share/help/gl/anjuta-manual/project-manager-module-remove.page
+share/help/gl/anjuta-manual/project-manager-package-remove.page
+share/help/gl/anjuta-manual/project-manager-root.page
+share/help/gl/anjuta-manual/project-manager-source-add.page
+share/help/gl/anjuta-manual/project-manager-source-remove.page
+share/help/gl/anjuta-manual/project-manager-source.page
+share/help/gl/anjuta-manual/project-manager-target-add.page
+share/help/gl/anjuta-manual/project-manager-target-remove.page
+share/help/gl/anjuta-manual/project-manager-target.page
+share/help/gl/anjuta-manual/project-manager-treeview.page
+share/help/gl/anjuta-manual/project-manager.page
+share/help/gl/anjuta-manual/project-wizard-create.page
+share/help/gl/anjuta-manual/project-wizard-template.page
+share/help/gl/anjuta-manual/run-parameters-dialog.page
+share/help/gl/anjuta-manual/run-run.page
+share/help/gl/anjuta-manual/widget-index.page
+share/help/hu/anjuta-manual/anjuta-code-assist.page
+share/help/hu/anjuta-manual/anjuta-code-help.page
+share/help/hu/anjuta-manual/anjuta-code-indentation.page
+share/help/hu/anjuta-manual/anjuta-code-symbols.page
+share/help/hu/anjuta-manual/anjuta-glade-signals.page
+share/help/hu/anjuta-manual/anjuta-glade-start.page
+share/help/hu/anjuta-manual/autotools-build-build.page
+share/help/hu/anjuta-manual/autotools-build-clean.page
+share/help/hu/anjuta-manual/autotools-build-compile.page
+share/help/hu/anjuta-manual/autotools-build-configure-dialog.page
+share/help/hu/anjuta-manual/autotools-build-configure.page
+share/help/hu/anjuta-manual/autotools-build-distribute.page
+share/help/hu/anjuta-manual/autotools-build-install.page
+share/help/hu/anjuta-manual/autotools-build-plugin.page
+share/help/hu/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/hu/anjuta-manual/autotools-project-backend.page
+share/help/hu/anjuta-manual/autotools-project-folder-edit.page
+share/help/hu/anjuta-manual/autotools-project-root-edit.page
+share/help/hu/anjuta-manual/autotools-project-target-edit.page
+share/help/hu/anjuta-manual/autotools-project-target-type.page
+share/help/hu/anjuta-manual/debug-breakpoint-dialog.page
+share/help/hu/anjuta-manual/debug-breakpoint.page
+share/help/hu/anjuta-manual/debug-cpu.page
+share/help/hu/anjuta-manual/debug-custom.page
+share/help/hu/anjuta-manual/debug-data.page
+share/help/hu/anjuta-manual/debug-execute.page
+share/help/hu/anjuta-manual/debug-expression.page
+share/help/hu/anjuta-manual/debug-information.page
+share/help/hu/anjuta-manual/debug-local.page
+share/help/hu/anjuta-manual/debug-process-dialog.page
+share/help/hu/anjuta-manual/debug-run.page
+share/help/hu/anjuta-manual/debug-stack.page
+share/help/hu/anjuta-manual/debug-step.page
+share/help/hu/anjuta-manual/debug-tips.page
+share/help/hu/anjuta-manual/debug-watch.page
+share/help/hu/anjuta-manual/directory-project-backend.page
+share/help/hu/anjuta-manual/figures/anjuta-in-action.png
+share/help/hu/anjuta-manual/figures/anjuta_logo.png
+share/help/hu/anjuta-manual/full-index.page
+share/help/hu/anjuta-manual/index.page
+share/help/hu/anjuta-manual/introduction.page
+share/help/hu/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/hu/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/hu/anjuta-manual/makefile-project-backend.page
+share/help/hu/anjuta-manual/project-import.page
+share/help/hu/anjuta-manual/project-manager-folder-add.page
+share/help/hu/anjuta-manual/project-manager-folder-remove.page
+share/help/hu/anjuta-manual/project-manager-folder.page
+share/help/hu/anjuta-manual/project-manager-library-add.page
+share/help/hu/anjuta-manual/project-manager-library-remove.page
+share/help/hu/anjuta-manual/project-manager-library.page
+share/help/hu/anjuta-manual/project-manager-module-add.page
+share/help/hu/anjuta-manual/project-manager-module-new.page
+share/help/hu/anjuta-manual/project-manager-module-remove.page
+share/help/hu/anjuta-manual/project-manager-package-remove.page
+share/help/hu/anjuta-manual/project-manager-root.page
+share/help/hu/anjuta-manual/project-manager-source-add.page
+share/help/hu/anjuta-manual/project-manager-source-remove.page
+share/help/hu/anjuta-manual/project-manager-source.page
+share/help/hu/anjuta-manual/project-manager-target-add.page
+share/help/hu/anjuta-manual/project-manager-target-remove.page
+share/help/hu/anjuta-manual/project-manager-target.page
+share/help/hu/anjuta-manual/project-manager-treeview.page
+share/help/hu/anjuta-manual/project-manager.page
+share/help/hu/anjuta-manual/project-wizard-create.page
+share/help/hu/anjuta-manual/project-wizard-template.page
+share/help/hu/anjuta-manual/run-parameters-dialog.page
+share/help/hu/anjuta-manual/run-run.page
+share/help/hu/anjuta-manual/widget-index.page
+share/help/ja/anjuta-manual/anjuta-code-assist.page
+share/help/ja/anjuta-manual/anjuta-code-help.page
+share/help/ja/anjuta-manual/anjuta-code-indentation.page
+share/help/ja/anjuta-manual/anjuta-code-symbols.page
+share/help/ja/anjuta-manual/anjuta-glade-signals.page
+share/help/ja/anjuta-manual/anjuta-glade-start.page
+share/help/ja/anjuta-manual/autotools-build-build.page
+share/help/ja/anjuta-manual/autotools-build-clean.page
+share/help/ja/anjuta-manual/autotools-build-compile.page
+share/help/ja/anjuta-manual/autotools-build-configure-dialog.page
+share/help/ja/anjuta-manual/autotools-build-configure.page
+share/help/ja/anjuta-manual/autotools-build-distribute.page
+share/help/ja/anjuta-manual/autotools-build-install.page
+share/help/ja/anjuta-manual/autotools-build-plugin.page
+share/help/ja/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/ja/anjuta-manual/autotools-project-backend.page
+share/help/ja/anjuta-manual/autotools-project-folder-edit.page
+share/help/ja/anjuta-manual/autotools-project-root-edit.page
+share/help/ja/anjuta-manual/autotools-project-target-edit.page
+share/help/ja/anjuta-manual/autotools-project-target-type.page
+share/help/ja/anjuta-manual/debug-breakpoint-dialog.page
+share/help/ja/anjuta-manual/debug-breakpoint.page
+share/help/ja/anjuta-manual/debug-cpu.page
+share/help/ja/anjuta-manual/debug-custom.page
+share/help/ja/anjuta-manual/debug-data.page
+share/help/ja/anjuta-manual/debug-execute.page
+share/help/ja/anjuta-manual/debug-expression.page
+share/help/ja/anjuta-manual/debug-information.page
+share/help/ja/anjuta-manual/debug-local.page
+share/help/ja/anjuta-manual/debug-process-dialog.page
+share/help/ja/anjuta-manual/debug-run.page
+share/help/ja/anjuta-manual/debug-stack.page
+share/help/ja/anjuta-manual/debug-step.page
+share/help/ja/anjuta-manual/debug-tips.page
+share/help/ja/anjuta-manual/debug-watch.page
+share/help/ja/anjuta-manual/directory-project-backend.page
+share/help/ja/anjuta-manual/figures/anjuta-in-action.png
+share/help/ja/anjuta-manual/figures/anjuta_logo.png
+share/help/ja/anjuta-manual/full-index.page
+share/help/ja/anjuta-manual/index.page
+share/help/ja/anjuta-manual/introduction.page
+share/help/ja/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/ja/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/ja/anjuta-manual/makefile-project-backend.page
+share/help/ja/anjuta-manual/project-import.page
+share/help/ja/anjuta-manual/project-manager-folder-add.page
+share/help/ja/anjuta-manual/project-manager-folder-remove.page
+share/help/ja/anjuta-manual/project-manager-folder.page
+share/help/ja/anjuta-manual/project-manager-library-add.page
+share/help/ja/anjuta-manual/project-manager-library-remove.page
+share/help/ja/anjuta-manual/project-manager-library.page
+share/help/ja/anjuta-manual/project-manager-module-add.page
+share/help/ja/anjuta-manual/project-manager-module-new.page
+share/help/ja/anjuta-manual/project-manager-module-remove.page
+share/help/ja/anjuta-manual/project-manager-package-remove.page
+share/help/ja/anjuta-manual/project-manager-root.page
+share/help/ja/anjuta-manual/project-manager-source-add.page
+share/help/ja/anjuta-manual/project-manager-source-remove.page
+share/help/ja/anjuta-manual/project-manager-source.page
+share/help/ja/anjuta-manual/project-manager-target-add.page
+share/help/ja/anjuta-manual/project-manager-target-remove.page
+share/help/ja/anjuta-manual/project-manager-target.page
+share/help/ja/anjuta-manual/project-manager-treeview.page
+share/help/ja/anjuta-manual/project-manager.page
+share/help/ja/anjuta-manual/project-wizard-create.page
+share/help/ja/anjuta-manual/project-wizard-template.page
+share/help/ja/anjuta-manual/run-parameters-dialog.page
+share/help/ja/anjuta-manual/run-run.page
+share/help/ja/anjuta-manual/widget-index.page
+share/help/oc/anjuta-manual/anjuta-code-assist.page
+share/help/oc/anjuta-manual/anjuta-code-help.page
+share/help/oc/anjuta-manual/anjuta-code-indentation.page
+share/help/oc/anjuta-manual/anjuta-code-symbols.page
+share/help/oc/anjuta-manual/anjuta-glade-signals.page
+share/help/oc/anjuta-manual/anjuta-glade-start.page
+share/help/oc/anjuta-manual/autotools-build-build.page
+share/help/oc/anjuta-manual/autotools-build-clean.page
+share/help/oc/anjuta-manual/autotools-build-compile.page
+share/help/oc/anjuta-manual/autotools-build-configure-dialog.page
+share/help/oc/anjuta-manual/autotools-build-configure.page
+share/help/oc/anjuta-manual/autotools-build-distribute.page
+share/help/oc/anjuta-manual/autotools-build-install.page
+share/help/oc/anjuta-manual/autotools-build-plugin.page
+share/help/oc/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/oc/anjuta-manual/autotools-project-backend.page
+share/help/oc/anjuta-manual/autotools-project-folder-edit.page
+share/help/oc/anjuta-manual/autotools-project-root-edit.page
+share/help/oc/anjuta-manual/autotools-project-target-edit.page
+share/help/oc/anjuta-manual/autotools-project-target-type.page
+share/help/oc/anjuta-manual/debug-breakpoint-dialog.page
+share/help/oc/anjuta-manual/debug-breakpoint.page
+share/help/oc/anjuta-manual/debug-cpu.page
+share/help/oc/anjuta-manual/debug-custom.page
+share/help/oc/anjuta-manual/debug-data.page
+share/help/oc/anjuta-manual/debug-execute.page
+share/help/oc/anjuta-manual/debug-expression.page
+share/help/oc/anjuta-manual/debug-information.page
+share/help/oc/anjuta-manual/debug-local.page
+share/help/oc/anjuta-manual/debug-process-dialog.page
+share/help/oc/anjuta-manual/debug-run.page
+share/help/oc/anjuta-manual/debug-stack.page
+share/help/oc/anjuta-manual/debug-step.page
+share/help/oc/anjuta-manual/debug-tips.page
+share/help/oc/anjuta-manual/debug-watch.page
+share/help/oc/anjuta-manual/directory-project-backend.page
+share/help/oc/anjuta-manual/figures/anjuta-in-action.png
+share/help/oc/anjuta-manual/figures/anjuta_logo.png
+share/help/oc/anjuta-manual/full-index.page
+share/help/oc/anjuta-manual/index.page
+share/help/oc/anjuta-manual/introduction.page
+share/help/oc/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/oc/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/oc/anjuta-manual/makefile-project-backend.page
+share/help/oc/anjuta-manual/project-import.page
+share/help/oc/anjuta-manual/project-manager-folder-add.page
+share/help/oc/anjuta-manual/project-manager-folder-remove.page
+share/help/oc/anjuta-manual/project-manager-folder.page
+share/help/oc/anjuta-manual/project-manager-library-add.page
+share/help/oc/anjuta-manual/project-manager-library-remove.page
+share/help/oc/anjuta-manual/project-manager-library.page
+share/help/oc/anjuta-manual/project-manager-module-add.page
+share/help/oc/anjuta-manual/project-manager-module-new.page
+share/help/oc/anjuta-manual/project-manager-module-remove.page
+share/help/oc/anjuta-manual/project-manager-package-remove.page
+share/help/oc/anjuta-manual/project-manager-root.page
+share/help/oc/anjuta-manual/project-manager-source-add.page
+share/help/oc/anjuta-manual/project-manager-source-remove.page
+share/help/oc/anjuta-manual/project-manager-source.page
+share/help/oc/anjuta-manual/project-manager-target-add.page
+share/help/oc/anjuta-manual/project-manager-target-remove.page
+share/help/oc/anjuta-manual/project-manager-target.page
+share/help/oc/anjuta-manual/project-manager-treeview.page
+share/help/oc/anjuta-manual/project-manager.page
+share/help/oc/anjuta-manual/project-wizard-create.page
+share/help/oc/anjuta-manual/project-wizard-template.page
+share/help/oc/anjuta-manual/run-parameters-dialog.page
+share/help/oc/anjuta-manual/run-run.page
+share/help/oc/anjuta-manual/widget-index.page
+share/help/pt_BR/anjuta-manual/anjuta-code-assist.page
+share/help/pt_BR/anjuta-manual/anjuta-code-help.page
+share/help/pt_BR/anjuta-manual/anjuta-code-indentation.page
+share/help/pt_BR/anjuta-manual/anjuta-code-symbols.page
+share/help/pt_BR/anjuta-manual/anjuta-glade-signals.page
+share/help/pt_BR/anjuta-manual/anjuta-glade-start.page
+share/help/pt_BR/anjuta-manual/autotools-build-build.page
+share/help/pt_BR/anjuta-manual/autotools-build-clean.page
+share/help/pt_BR/anjuta-manual/autotools-build-compile.page
+share/help/pt_BR/anjuta-manual/autotools-build-configure-dialog.page
+share/help/pt_BR/anjuta-manual/autotools-build-configure.page
+share/help/pt_BR/anjuta-manual/autotools-build-distribute.page
+share/help/pt_BR/anjuta-manual/autotools-build-install.page
+share/help/pt_BR/anjuta-manual/autotools-build-plugin.page
+share/help/pt_BR/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/pt_BR/anjuta-manual/autotools-project-backend.page
+share/help/pt_BR/anjuta-manual/autotools-project-folder-edit.page
+share/help/pt_BR/anjuta-manual/autotools-project-root-edit.page
+share/help/pt_BR/anjuta-manual/autotools-project-target-edit.page
+share/help/pt_BR/anjuta-manual/autotools-project-target-type.page
+share/help/pt_BR/anjuta-manual/debug-breakpoint-dialog.page
+share/help/pt_BR/anjuta-manual/debug-breakpoint.page
+share/help/pt_BR/anjuta-manual/debug-cpu.page
+share/help/pt_BR/anjuta-manual/debug-custom.page
+share/help/pt_BR/anjuta-manual/debug-data.page
+share/help/pt_BR/anjuta-manual/debug-execute.page
+share/help/pt_BR/anjuta-manual/debug-expression.page
+share/help/pt_BR/anjuta-manual/debug-information.page
+share/help/pt_BR/anjuta-manual/debug-local.page
+share/help/pt_BR/anjuta-manual/debug-process-dialog.page
+share/help/pt_BR/anjuta-manual/debug-run.page
+share/help/pt_BR/anjuta-manual/debug-stack.page
+share/help/pt_BR/anjuta-manual/debug-step.page
+share/help/pt_BR/anjuta-manual/debug-tips.page
+share/help/pt_BR/anjuta-manual/debug-watch.page
+share/help/pt_BR/anjuta-manual/directory-project-backend.page
+share/help/pt_BR/anjuta-manual/figures/anjuta-in-action.png
+share/help/pt_BR/anjuta-manual/figures/anjuta_logo.png
+share/help/pt_BR/anjuta-manual/full-index.page
+share/help/pt_BR/anjuta-manual/index.page
+share/help/pt_BR/anjuta-manual/introduction.page
+share/help/pt_BR/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/pt_BR/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/pt_BR/anjuta-manual/makefile-project-backend.page
+share/help/pt_BR/anjuta-manual/project-import.page
+share/help/pt_BR/anjuta-manual/project-manager-folder-add.page
+share/help/pt_BR/anjuta-manual/project-manager-folder-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-folder.page
+share/help/pt_BR/anjuta-manual/project-manager-library-add.page
+share/help/pt_BR/anjuta-manual/project-manager-library-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-library.page
+share/help/pt_BR/anjuta-manual/project-manager-module-add.page
+share/help/pt_BR/anjuta-manual/project-manager-module-new.page
+share/help/pt_BR/anjuta-manual/project-manager-module-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-package-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-root.page
+share/help/pt_BR/anjuta-manual/project-manager-source-add.page
+share/help/pt_BR/anjuta-manual/project-manager-source-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-source.page
+share/help/pt_BR/anjuta-manual/project-manager-target-add.page
+share/help/pt_BR/anjuta-manual/project-manager-target-remove.page
+share/help/pt_BR/anjuta-manual/project-manager-target.page
+share/help/pt_BR/anjuta-manual/project-manager-treeview.page
+share/help/pt_BR/anjuta-manual/project-manager.page
+share/help/pt_BR/anjuta-manual/project-wizard-create.page
+share/help/pt_BR/anjuta-manual/project-wizard-template.page
+share/help/pt_BR/anjuta-manual/run-parameters-dialog.page
+share/help/pt_BR/anjuta-manual/run-run.page
+share/help/pt_BR/anjuta-manual/widget-index.page
+share/help/ro/anjuta-manual/anjuta-code-assist.page
+share/help/ro/anjuta-manual/anjuta-code-help.page
+share/help/ro/anjuta-manual/anjuta-code-indentation.page
+share/help/ro/anjuta-manual/anjuta-code-symbols.page
+share/help/ro/anjuta-manual/anjuta-glade-signals.page
+share/help/ro/anjuta-manual/anjuta-glade-start.page
+share/help/ro/anjuta-manual/autotools-build-build.page
+share/help/ro/anjuta-manual/autotools-build-clean.page
+share/help/ro/anjuta-manual/autotools-build-compile.page
+share/help/ro/anjuta-manual/autotools-build-configure-dialog.page
+share/help/ro/anjuta-manual/autotools-build-configure.page
+share/help/ro/anjuta-manual/autotools-build-distribute.page
+share/help/ro/anjuta-manual/autotools-build-install.page
+share/help/ro/anjuta-manual/autotools-build-plugin.page
+share/help/ro/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/ro/anjuta-manual/autotools-project-backend.page
+share/help/ro/anjuta-manual/autotools-project-folder-edit.page
+share/help/ro/anjuta-manual/autotools-project-root-edit.page
+share/help/ro/anjuta-manual/autotools-project-target-edit.page
+share/help/ro/anjuta-manual/autotools-project-target-type.page
+share/help/ro/anjuta-manual/debug-breakpoint-dialog.page
+share/help/ro/anjuta-manual/debug-breakpoint.page
+share/help/ro/anjuta-manual/debug-cpu.page
+share/help/ro/anjuta-manual/debug-custom.page
+share/help/ro/anjuta-manual/debug-data.page
+share/help/ro/anjuta-manual/debug-execute.page
+share/help/ro/anjuta-manual/debug-expression.page
+share/help/ro/anjuta-manual/debug-information.page
+share/help/ro/anjuta-manual/debug-local.page
+share/help/ro/anjuta-manual/debug-process-dialog.page
+share/help/ro/anjuta-manual/debug-run.page
+share/help/ro/anjuta-manual/debug-stack.page
+share/help/ro/anjuta-manual/debug-step.page
+share/help/ro/anjuta-manual/debug-tips.page
+share/help/ro/anjuta-manual/debug-watch.page
+share/help/ro/anjuta-manual/directory-project-backend.page
+share/help/ro/anjuta-manual/figures/anjuta-in-action.png
+share/help/ro/anjuta-manual/figures/anjuta_logo.png
+share/help/ro/anjuta-manual/full-index.page
+share/help/ro/anjuta-manual/index.page
+share/help/ro/anjuta-manual/introduction.page
+share/help/ro/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/ro/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/ro/anjuta-manual/makefile-project-backend.page
+share/help/ro/anjuta-manual/project-import.page
+share/help/ro/anjuta-manual/project-manager-folder-add.page
+share/help/ro/anjuta-manual/project-manager-folder-remove.page
+share/help/ro/anjuta-manual/project-manager-folder.page
+share/help/ro/anjuta-manual/project-manager-library-add.page
+share/help/ro/anjuta-manual/project-manager-library-remove.page
+share/help/ro/anjuta-manual/project-manager-library.page
+share/help/ro/anjuta-manual/project-manager-module-add.page
+share/help/ro/anjuta-manual/project-manager-module-new.page
+share/help/ro/anjuta-manual/project-manager-module-remove.page
+share/help/ro/anjuta-manual/project-manager-package-remove.page
+share/help/ro/anjuta-manual/project-manager-root.page
+share/help/ro/anjuta-manual/project-manager-source-add.page
+share/help/ro/anjuta-manual/project-manager-source-remove.page
+share/help/ro/anjuta-manual/project-manager-source.page
+share/help/ro/anjuta-manual/project-manager-target-add.page
+share/help/ro/anjuta-manual/project-manager-target-remove.page
+share/help/ro/anjuta-manual/project-manager-target.page
+share/help/ro/anjuta-manual/project-manager-treeview.page
+share/help/ro/anjuta-manual/project-manager.page
+share/help/ro/anjuta-manual/project-wizard-create.page
+share/help/ro/anjuta-manual/project-wizard-template.page
+share/help/ro/anjuta-manual/run-parameters-dialog.page
+share/help/ro/anjuta-manual/run-run.page
+share/help/ro/anjuta-manual/widget-index.page
+share/help/sl/anjuta-manual/anjuta-code-assist.page
+share/help/sl/anjuta-manual/anjuta-code-help.page
+share/help/sl/anjuta-manual/anjuta-code-indentation.page
+share/help/sl/anjuta-manual/anjuta-code-symbols.page
+share/help/sl/anjuta-manual/anjuta-glade-signals.page
+share/help/sl/anjuta-manual/anjuta-glade-start.page
+share/help/sl/anjuta-manual/autotools-build-build.page
+share/help/sl/anjuta-manual/autotools-build-clean.page
+share/help/sl/anjuta-manual/autotools-build-compile.page
+share/help/sl/anjuta-manual/autotools-build-configure-dialog.page
+share/help/sl/anjuta-manual/autotools-build-configure.page
+share/help/sl/anjuta-manual/autotools-build-distribute.page
+share/help/sl/anjuta-manual/autotools-build-install.page
+share/help/sl/anjuta-manual/autotools-build-plugin.page
+share/help/sl/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/sl/anjuta-manual/autotools-project-backend.page
+share/help/sl/anjuta-manual/autotools-project-folder-edit.page
+share/help/sl/anjuta-manual/autotools-project-root-edit.page
+share/help/sl/anjuta-manual/autotools-project-target-edit.page
+share/help/sl/anjuta-manual/autotools-project-target-type.page
+share/help/sl/anjuta-manual/debug-breakpoint-dialog.page
+share/help/sl/anjuta-manual/debug-breakpoint.page
+share/help/sl/anjuta-manual/debug-cpu.page
+share/help/sl/anjuta-manual/debug-custom.page
+share/help/sl/anjuta-manual/debug-data.page
+share/help/sl/anjuta-manual/debug-execute.page
+share/help/sl/anjuta-manual/debug-expression.page
+share/help/sl/anjuta-manual/debug-information.page
+share/help/sl/anjuta-manual/debug-local.page
+share/help/sl/anjuta-manual/debug-process-dialog.page
+share/help/sl/anjuta-manual/debug-run.page
+share/help/sl/anjuta-manual/debug-stack.page
+share/help/sl/anjuta-manual/debug-step.page
+share/help/sl/anjuta-manual/debug-tips.page
+share/help/sl/anjuta-manual/debug-watch.page
+share/help/sl/anjuta-manual/directory-project-backend.page
+share/help/sl/anjuta-manual/figures/anjuta-in-action.png
+share/help/sl/anjuta-manual/figures/anjuta_logo.png
+share/help/sl/anjuta-manual/full-index.page
+share/help/sl/anjuta-manual/index.page
+share/help/sl/anjuta-manual/introduction.page
+share/help/sl/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/sl/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/sl/anjuta-manual/makefile-project-backend.page
+share/help/sl/anjuta-manual/project-import.page
+share/help/sl/anjuta-manual/project-manager-folder-add.page
+share/help/sl/anjuta-manual/project-manager-folder-remove.page
+share/help/sl/anjuta-manual/project-manager-folder.page
+share/help/sl/anjuta-manual/project-manager-library-add.page
+share/help/sl/anjuta-manual/project-manager-library-remove.page
+share/help/sl/anjuta-manual/project-manager-library.page
+share/help/sl/anjuta-manual/project-manager-module-add.page
+share/help/sl/anjuta-manual/project-manager-module-new.page
+share/help/sl/anjuta-manual/project-manager-module-remove.page
+share/help/sl/anjuta-manual/project-manager-package-remove.page
+share/help/sl/anjuta-manual/project-manager-root.page
+share/help/sl/anjuta-manual/project-manager-source-add.page
+share/help/sl/anjuta-manual/project-manager-source-remove.page
+share/help/sl/anjuta-manual/project-manager-source.page
+share/help/sl/anjuta-manual/project-manager-target-add.page
+share/help/sl/anjuta-manual/project-manager-target-remove.page
+share/help/sl/anjuta-manual/project-manager-target.page
+share/help/sl/anjuta-manual/project-manager-treeview.page
+share/help/sl/anjuta-manual/project-manager.page
+share/help/sl/anjuta-manual/project-wizard-create.page
+share/help/sl/anjuta-manual/project-wizard-template.page
+share/help/sl/anjuta-manual/run-parameters-dialog.page
+share/help/sl/anjuta-manual/run-run.page
+share/help/sl/anjuta-manual/widget-index.page
+share/help/sv/anjuta-manual/anjuta-code-assist.page
+share/help/sv/anjuta-manual/anjuta-code-help.page
+share/help/sv/anjuta-manual/anjuta-code-indentation.page
+share/help/sv/anjuta-manual/anjuta-code-symbols.page
+share/help/sv/anjuta-manual/anjuta-glade-signals.page
+share/help/sv/anjuta-manual/anjuta-glade-start.page
+share/help/sv/anjuta-manual/autotools-build-build.page
+share/help/sv/anjuta-manual/autotools-build-clean.page
+share/help/sv/anjuta-manual/autotools-build-compile.page
+share/help/sv/anjuta-manual/autotools-build-configure-dialog.page
+share/help/sv/anjuta-manual/autotools-build-configure.page
+share/help/sv/anjuta-manual/autotools-build-distribute.page
+share/help/sv/anjuta-manual/autotools-build-install.page
+share/help/sv/anjuta-manual/autotools-build-plugin.page
+share/help/sv/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/sv/anjuta-manual/autotools-project-backend.page
+share/help/sv/anjuta-manual/autotools-project-folder-edit.page
+share/help/sv/anjuta-manual/autotools-project-root-edit.page
+share/help/sv/anjuta-manual/autotools-project-target-edit.page
+share/help/sv/anjuta-manual/autotools-project-target-type.page
+share/help/sv/anjuta-manual/debug-breakpoint-dialog.page
+share/help/sv/anjuta-manual/debug-breakpoint.page
+share/help/sv/anjuta-manual/debug-cpu.page
+share/help/sv/anjuta-manual/debug-custom.page
+share/help/sv/anjuta-manual/debug-data.page
+share/help/sv/anjuta-manual/debug-execute.page
+share/help/sv/anjuta-manual/debug-expression.page
+share/help/sv/anjuta-manual/debug-information.page
+share/help/sv/anjuta-manual/debug-local.page
+share/help/sv/anjuta-manual/debug-process-dialog.page
+share/help/sv/anjuta-manual/debug-run.page
+share/help/sv/anjuta-manual/debug-stack.page
+share/help/sv/anjuta-manual/debug-step.page
+share/help/sv/anjuta-manual/debug-tips.page
+share/help/sv/anjuta-manual/debug-watch.page
+share/help/sv/anjuta-manual/directory-project-backend.page
+share/help/sv/anjuta-manual/figures/anjuta-in-action.png
+share/help/sv/anjuta-manual/figures/anjuta_logo.png
+share/help/sv/anjuta-manual/full-index.page
+share/help/sv/anjuta-manual/index.page
+share/help/sv/anjuta-manual/introduction.page
+share/help/sv/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/sv/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/sv/anjuta-manual/makefile-project-backend.page
+share/help/sv/anjuta-manual/project-import.page
+share/help/sv/anjuta-manual/project-manager-folder-add.page
+share/help/sv/anjuta-manual/project-manager-folder-remove.page
+share/help/sv/anjuta-manual/project-manager-folder.page
+share/help/sv/anjuta-manual/project-manager-library-add.page
+share/help/sv/anjuta-manual/project-manager-library-remove.page
+share/help/sv/anjuta-manual/project-manager-library.page
+share/help/sv/anjuta-manual/project-manager-module-add.page
+share/help/sv/anjuta-manual/project-manager-module-new.page
+share/help/sv/anjuta-manual/project-manager-module-remove.page
+share/help/sv/anjuta-manual/project-manager-package-remove.page
+share/help/sv/anjuta-manual/project-manager-root.page
+share/help/sv/anjuta-manual/project-manager-source-add.page
+share/help/sv/anjuta-manual/project-manager-source-remove.page
+share/help/sv/anjuta-manual/project-manager-source.page
+share/help/sv/anjuta-manual/project-manager-target-add.page
+share/help/sv/anjuta-manual/project-manager-target-remove.page
+share/help/sv/anjuta-manual/project-manager-target.page
+share/help/sv/anjuta-manual/project-manager-treeview.page
+share/help/sv/anjuta-manual/project-manager.page
+share/help/sv/anjuta-manual/project-wizard-create.page
+share/help/sv/anjuta-manual/project-wizard-template.page
+share/help/sv/anjuta-manual/run-parameters-dialog.page
+share/help/sv/anjuta-manual/run-run.page
+share/help/sv/anjuta-manual/widget-index.page
+share/help/th/anjuta-manual/anjuta-code-assist.page
+share/help/th/anjuta-manual/anjuta-code-help.page
+share/help/th/anjuta-manual/anjuta-code-indentation.page
+share/help/th/anjuta-manual/anjuta-code-symbols.page
+share/help/th/anjuta-manual/anjuta-glade-signals.page
+share/help/th/anjuta-manual/anjuta-glade-start.page
+share/help/th/anjuta-manual/autotools-build-build.page
+share/help/th/anjuta-manual/autotools-build-clean.page
+share/help/th/anjuta-manual/autotools-build-compile.page
+share/help/th/anjuta-manual/autotools-build-configure-dialog.page
+share/help/th/anjuta-manual/autotools-build-configure.page
+share/help/th/anjuta-manual/autotools-build-distribute.page
+share/help/th/anjuta-manual/autotools-build-install.page
+share/help/th/anjuta-manual/autotools-build-plugin.page
+share/help/th/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/th/anjuta-manual/autotools-project-backend.page
+share/help/th/anjuta-manual/autotools-project-folder-edit.page
+share/help/th/anjuta-manual/autotools-project-root-edit.page
+share/help/th/anjuta-manual/autotools-project-target-edit.page
+share/help/th/anjuta-manual/autotools-project-target-type.page
+share/help/th/anjuta-manual/debug-breakpoint-dialog.page
+share/help/th/anjuta-manual/debug-breakpoint.page
+share/help/th/anjuta-manual/debug-cpu.page
+share/help/th/anjuta-manual/debug-custom.page
+share/help/th/anjuta-manual/debug-data.page
+share/help/th/anjuta-manual/debug-execute.page
+share/help/th/anjuta-manual/debug-expression.page
+share/help/th/anjuta-manual/debug-information.page
+share/help/th/anjuta-manual/debug-local.page
+share/help/th/anjuta-manual/debug-process-dialog.page
+share/help/th/anjuta-manual/debug-run.page
+share/help/th/anjuta-manual/debug-stack.page
+share/help/th/anjuta-manual/debug-step.page
+share/help/th/anjuta-manual/debug-tips.page
+share/help/th/anjuta-manual/debug-watch.page
+share/help/th/anjuta-manual/directory-project-backend.page
+share/help/th/anjuta-manual/figures/anjuta-in-action.png
+share/help/th/anjuta-manual/figures/anjuta_logo.png
+share/help/th/anjuta-manual/full-index.page
+share/help/th/anjuta-manual/index.page
+share/help/th/anjuta-manual/introduction.page
+share/help/th/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/th/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/th/anjuta-manual/makefile-project-backend.page
+share/help/th/anjuta-manual/project-import.page
+share/help/th/anjuta-manual/project-manager-folder-add.page
+share/help/th/anjuta-manual/project-manager-folder-remove.page
+share/help/th/anjuta-manual/project-manager-folder.page
+share/help/th/anjuta-manual/project-manager-library-add.page
+share/help/th/anjuta-manual/project-manager-library-remove.page
+share/help/th/anjuta-manual/project-manager-library.page
+share/help/th/anjuta-manual/project-manager-module-add.page
+share/help/th/anjuta-manual/project-manager-module-new.page
+share/help/th/anjuta-manual/project-manager-module-remove.page
+share/help/th/anjuta-manual/project-manager-package-remove.page
+share/help/th/anjuta-manual/project-manager-root.page
+share/help/th/anjuta-manual/project-manager-source-add.page
+share/help/th/anjuta-manual/project-manager-source-remove.page
+share/help/th/anjuta-manual/project-manager-source.page
+share/help/th/anjuta-manual/project-manager-target-add.page
+share/help/th/anjuta-manual/project-manager-target-remove.page
+share/help/th/anjuta-manual/project-manager-target.page
+share/help/th/anjuta-manual/project-manager-treeview.page
+share/help/th/anjuta-manual/project-manager.page
+share/help/th/anjuta-manual/project-wizard-create.page
+share/help/th/anjuta-manual/project-wizard-template.page
+share/help/th/anjuta-manual/run-parameters-dialog.page
+share/help/th/anjuta-manual/run-run.page
+share/help/th/anjuta-manual/widget-index.page
+share/help/uk/anjuta-manual/anjuta-code-assist.page
+share/help/uk/anjuta-manual/anjuta-code-help.page
+share/help/uk/anjuta-manual/anjuta-code-indentation.page
+share/help/uk/anjuta-manual/anjuta-code-symbols.page
+share/help/uk/anjuta-manual/anjuta-glade-signals.page
+share/help/uk/anjuta-manual/anjuta-glade-start.page
+share/help/uk/anjuta-manual/autotools-build-build.page
+share/help/uk/anjuta-manual/autotools-build-clean.page
+share/help/uk/anjuta-manual/autotools-build-compile.page
+share/help/uk/anjuta-manual/autotools-build-configure-dialog.page
+share/help/uk/anjuta-manual/autotools-build-configure.page
+share/help/uk/anjuta-manual/autotools-build-distribute.page
+share/help/uk/anjuta-manual/autotools-build-install.page
+share/help/uk/anjuta-manual/autotools-build-plugin.page
+share/help/uk/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/uk/anjuta-manual/autotools-project-backend.page
+share/help/uk/anjuta-manual/autotools-project-folder-edit.page
+share/help/uk/anjuta-manual/autotools-project-root-edit.page
+share/help/uk/anjuta-manual/autotools-project-target-edit.page
+share/help/uk/anjuta-manual/autotools-project-target-type.page
+share/help/uk/anjuta-manual/debug-breakpoint-dialog.page
+share/help/uk/anjuta-manual/debug-breakpoint.page
+share/help/uk/anjuta-manual/debug-cpu.page
+share/help/uk/anjuta-manual/debug-custom.page
+share/help/uk/anjuta-manual/debug-data.page
+share/help/uk/anjuta-manual/debug-execute.page
+share/help/uk/anjuta-manual/debug-expression.page
+share/help/uk/anjuta-manual/debug-information.page
+share/help/uk/anjuta-manual/debug-local.page
+share/help/uk/anjuta-manual/debug-process-dialog.page
+share/help/uk/anjuta-manual/debug-run.page
+share/help/uk/anjuta-manual/debug-stack.page
+share/help/uk/anjuta-manual/debug-step.page
+share/help/uk/anjuta-manual/debug-tips.page
+share/help/uk/anjuta-manual/debug-watch.page
+share/help/uk/anjuta-manual/directory-project-backend.page
+share/help/uk/anjuta-manual/figures/anjuta-in-action.png
+share/help/uk/anjuta-manual/figures/anjuta_logo.png
+share/help/uk/anjuta-manual/full-index.page
+share/help/uk/anjuta-manual/index.page
+share/help/uk/anjuta-manual/introduction.page
+share/help/uk/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/uk/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/uk/anjuta-manual/makefile-project-backend.page
+share/help/uk/anjuta-manual/project-import.page
+share/help/uk/anjuta-manual/project-manager-folder-add.page
+share/help/uk/anjuta-manual/project-manager-folder-remove.page
+share/help/uk/anjuta-manual/project-manager-folder.page
+share/help/uk/anjuta-manual/project-manager-library-add.page
+share/help/uk/anjuta-manual/project-manager-library-remove.page
+share/help/uk/anjuta-manual/project-manager-library.page
+share/help/uk/anjuta-manual/project-manager-module-add.page
+share/help/uk/anjuta-manual/project-manager-module-new.page
+share/help/uk/anjuta-manual/project-manager-module-remove.page
+share/help/uk/anjuta-manual/project-manager-package-remove.page
+share/help/uk/anjuta-manual/project-manager-root.page
+share/help/uk/anjuta-manual/project-manager-source-add.page
+share/help/uk/anjuta-manual/project-manager-source-remove.page
+share/help/uk/anjuta-manual/project-manager-source.page
+share/help/uk/anjuta-manual/project-manager-target-add.page
+share/help/uk/anjuta-manual/project-manager-target-remove.page
+share/help/uk/anjuta-manual/project-manager-target.page
+share/help/uk/anjuta-manual/project-manager-treeview.page
+share/help/uk/anjuta-manual/project-manager.page
+share/help/uk/anjuta-manual/project-wizard-create.page
+share/help/uk/anjuta-manual/project-wizard-template.page
+share/help/uk/anjuta-manual/run-parameters-dialog.page
+share/help/uk/anjuta-manual/run-run.page
+share/help/uk/anjuta-manual/widget-index.page
+share/help/zh_CN/anjuta-manual/anjuta-code-assist.page
+share/help/zh_CN/anjuta-manual/anjuta-code-help.page
+share/help/zh_CN/anjuta-manual/anjuta-code-indentation.page
+share/help/zh_CN/anjuta-manual/anjuta-code-symbols.page
+share/help/zh_CN/anjuta-manual/anjuta-glade-signals.page
+share/help/zh_CN/anjuta-manual/anjuta-glade-start.page
+share/help/zh_CN/anjuta-manual/autotools-build-build.page
+share/help/zh_CN/anjuta-manual/autotools-build-clean.page
+share/help/zh_CN/anjuta-manual/autotools-build-compile.page
+share/help/zh_CN/anjuta-manual/autotools-build-configure-dialog.page
+share/help/zh_CN/anjuta-manual/autotools-build-configure.page
+share/help/zh_CN/anjuta-manual/autotools-build-distribute.page
+share/help/zh_CN/anjuta-manual/autotools-build-install.page
+share/help/zh_CN/anjuta-manual/autotools-build-plugin.page
+share/help/zh_CN/anjuta-manual/autotools-build-preferences-dialog.page
+share/help/zh_CN/anjuta-manual/autotools-project-backend.page
+share/help/zh_CN/anjuta-manual/autotools-project-folder-edit.page
+share/help/zh_CN/anjuta-manual/autotools-project-root-edit.page
+share/help/zh_CN/anjuta-manual/autotools-project-target-edit.page
+share/help/zh_CN/anjuta-manual/autotools-project-target-type.page
+share/help/zh_CN/anjuta-manual/debug-breakpoint-dialog.page
+share/help/zh_CN/anjuta-manual/debug-breakpoint.page
+share/help/zh_CN/anjuta-manual/debug-cpu.page
+share/help/zh_CN/anjuta-manual/debug-custom.page
+share/help/zh_CN/anjuta-manual/debug-data.page
+share/help/zh_CN/anjuta-manual/debug-execute.page
+share/help/zh_CN/anjuta-manual/debug-expression.page
+share/help/zh_CN/anjuta-manual/debug-information.page
+share/help/zh_CN/anjuta-manual/debug-local.page
+share/help/zh_CN/anjuta-manual/debug-process-dialog.page
+share/help/zh_CN/anjuta-manual/debug-run.page
+share/help/zh_CN/anjuta-manual/debug-stack.page
+share/help/zh_CN/anjuta-manual/debug-step.page
+share/help/zh_CN/anjuta-manual/debug-tips.page
+share/help/zh_CN/anjuta-manual/debug-watch.page
+share/help/zh_CN/anjuta-manual/directory-project-backend.page
+share/help/zh_CN/anjuta-manual/figures/anjuta-in-action.png
+share/help/zh_CN/anjuta-manual/figures/anjuta_logo.png
+share/help/zh_CN/anjuta-manual/full-index.page
+share/help/zh_CN/anjuta-manual/index.page
+share/help/zh_CN/anjuta-manual/introduction.page
+share/help/zh_CN/anjuta-manual/language-support-cpp-modelines-emacs.page
+share/help/zh_CN/anjuta-manual/language-support-cpp-modelines-vim.page
+share/help/zh_CN/anjuta-manual/makefile-project-backend.page
+share/help/zh_CN/anjuta-manual/project-import.page
+share/help/zh_CN/anjuta-manual/project-manager-folder-add.page
+share/help/zh_CN/anjuta-manual/project-manager-folder-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-folder.page
+share/help/zh_CN/anjuta-manual/project-manager-library-add.page
+share/help/zh_CN/anjuta-manual/project-manager-library-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-library.page
+share/help/zh_CN/anjuta-manual/project-manager-module-add.page
+share/help/zh_CN/anjuta-manual/project-manager-module-new.page
+share/help/zh_CN/anjuta-manual/project-manager-module-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-package-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-root.page
+share/help/zh_CN/anjuta-manual/project-manager-source-add.page
+share/help/zh_CN/anjuta-manual/project-manager-source-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-source.page
+share/help/zh_CN/anjuta-manual/project-manager-target-add.page
+share/help/zh_CN/anjuta-manual/project-manager-target-remove.page
+share/help/zh_CN/anjuta-manual/project-manager-target.page
+share/help/zh_CN/anjuta-manual/project-manager-treeview.page
+share/help/zh_CN/anjuta-manual/project-manager.page
+share/help/zh_CN/anjuta-manual/project-wizard-create.page
+share/help/zh_CN/anjuta-manual/project-wizard-template.page
+share/help/zh_CN/anjuta-manual/run-parameters-dialog.page
+share/help/zh_CN/anjuta-manual/run-run.page
+share/help/zh_CN/anjuta-manual/widget-index.page
+share/icons/HighContrast/16x16/apps/anjuta.png
+share/icons/HighContrast/22x22/apps/anjuta.png
+share/icons/HighContrast/24x24/apps/anjuta.png
+share/icons/HighContrast/256x256/apps/anjuta.png
+share/icons/HighContrast/32x32/apps/anjuta.png
+share/icons/HighContrast/48x48/apps/anjuta.png
+share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-anjuta.png
+share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-anjuta.png
+share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-anjuta.png
+share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-anjuta.png
share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png
share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg
+share/icons/hicolor/16x16/apps/anjuta.png
+share/icons/hicolor/22x22/apps/anjuta.png
+share/icons/hicolor/24x24/apps/anjuta.png
+share/icons/hicolor/32x32/apps/anjuta.png
share/icons/hicolor/48x48/apps/anjuta.png
share/icons/hicolor/scalable/apps/anjuta.svg
share/locale/ar/LC_MESSAGES/anjuta.mo
+share/locale/ast/LC_MESSAGES/anjuta.mo
share/locale/az/LC_MESSAGES/anjuta.mo
-share/locale/be/LC_MESSAGES/anjuta.mo
share/locale/be@latin/LC_MESSAGES/anjuta.mo
share/locale/bg/LC_MESSAGES/anjuta.mo
share/locale/ca/LC_MESSAGES/anjuta.mo
+share/locale/ca@valencia/LC_MESSAGES/anjuta.mo
share/locale/cs/LC_MESSAGES/anjuta.mo
share/locale/da/LC_MESSAGES/anjuta.mo
share/locale/de/LC_MESSAGES/anjuta.mo
share/locale/dz/LC_MESSAGES/anjuta.mo
share/locale/el/LC_MESSAGES/anjuta.mo
+share/locale/en@shaw/LC_MESSAGES/anjuta.mo
share/locale/en_CA/LC_MESSAGES/anjuta.mo
share/locale/en_GB/LC_MESSAGES/anjuta.mo
+share/locale/eo/LC_MESSAGES/anjuta.mo
share/locale/es/LC_MESSAGES/anjuta.mo
+share/locale/eu/LC_MESSAGES/anjuta.mo
share/locale/fi/LC_MESSAGES/anjuta.mo
share/locale/fr/LC_MESSAGES/anjuta.mo
share/locale/ga/LC_MESSAGES/anjuta.mo
@@ -760,12 +2085,16 @@ share/locale/he/LC_MESSAGES/anjuta.mo
share/locale/hi/LC_MESSAGES/anjuta.mo
share/locale/hr/LC_MESSAGES/anjuta.mo
share/locale/hu/LC_MESSAGES/anjuta.mo
+share/locale/hy/LC_MESSAGES/anjuta.mo
share/locale/id/LC_MESSAGES/anjuta.mo
share/locale/it/LC_MESSAGES/anjuta.mo
share/locale/ja/LC_MESSAGES/anjuta.mo
+share/locale/km/LC_MESSAGES/anjuta.mo
share/locale/kn/LC_MESSAGES/anjuta.mo
share/locale/ko/LC_MESSAGES/anjuta.mo
share/locale/lt/LC_MESSAGES/anjuta.mo
+share/locale/lv/LC_MESSAGES/anjuta.mo
+share/locale/mai/LC_MESSAGES/anjuta.mo
share/locale/mk/LC_MESSAGES/anjuta.mo
share/locale/ml/LC_MESSAGES/anjuta.mo
share/locale/mr/LC_MESSAGES/anjuta.mo
@@ -774,10 +2103,12 @@ share/locale/nb/LC_MESSAGES/anjuta.mo
share/locale/ne/LC_MESSAGES/anjuta.mo
share/locale/nl/LC_MESSAGES/anjuta.mo
share/locale/oc/LC_MESSAGES/anjuta.mo
+share/locale/or/LC_MESSAGES/anjuta.mo
share/locale/pa/LC_MESSAGES/anjuta.mo
share/locale/pl/LC_MESSAGES/anjuta.mo
share/locale/pt/LC_MESSAGES/anjuta.mo
share/locale/pt_BR/LC_MESSAGES/anjuta.mo
+share/locale/ro/LC_MESSAGES/anjuta.mo
share/locale/ru/LC_MESSAGES/anjuta.mo
share/locale/rw/LC_MESSAGES/anjuta.mo
share/locale/si/LC_MESSAGES/anjuta.mo
@@ -787,18 +2118,18 @@ share/locale/sq/LC_MESSAGES/anjuta.mo
share/locale/sr/LC_MESSAGES/anjuta.mo
share/locale/sr@latin/LC_MESSAGES/anjuta.mo
share/locale/sv/LC_MESSAGES/anjuta.mo
+share/locale/te/LC_MESSAGES/anjuta.mo
+share/locale/tg/LC_MESSAGES/anjuta.mo
share/locale/th/LC_MESSAGES/anjuta.mo
share/locale/tr/LC_MESSAGES/anjuta.mo
+share/locale/ug/LC_MESSAGES/anjuta.mo
share/locale/uk/LC_MESSAGES/anjuta.mo
share/locale/vi/LC_MESSAGES/anjuta.mo
share/locale/zh_CN/LC_MESSAGES/anjuta.mo
share/locale/zh_HK/LC_MESSAGES/anjuta.mo
share/locale/zh_TW/LC_MESSAGES/anjuta.mo
share/mime/packages/anjuta.xml
-share/omf/anjuta-manual/anjuta-manual-C.omf
-share/omf/anjuta-manual/anjuta-manual-es.omf
-share/omf/anjuta-manual/anjuta-manual-oc.omf
-share/omf/anjuta-manual/anjuta-manual-sv.omf
+share/pixmaps/anjuta/am-project-plugin-48.png
share/pixmaps/anjuta/anjuta-attach-16.png
share/pixmaps/anjuta/anjuta-attach-24.png
share/pixmaps/anjuta/anjuta-block-end-16.png
@@ -826,10 +2157,12 @@ share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png
+share/pixmaps/anjuta/anjuta-build-16.png
+share/pixmaps/anjuta/anjuta-build-24.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg
-share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
-share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg
+share/pixmaps/anjuta/anjuta-class-gen-plugin-48.png
+share/pixmaps/anjuta/anjuta-class-gen-plugin.svg
share/pixmaps/anjuta/anjuta-complete-16.png
share/pixmaps/anjuta/anjuta-complete-24.png
share/pixmaps/anjuta/anjuta-complete-auto-16.png
@@ -840,14 +2173,25 @@ share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg
share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png
share/pixmaps/anjuta/anjuta-devhelp-plugin.svg
+share/pixmaps/anjuta/anjuta-devhelp-search-16.png
+share/pixmaps/anjuta/anjuta-devhelp-search-24.png
+share/pixmaps/anjuta/anjuta-devhelp-search-48.png
+share/pixmaps/anjuta/anjuta-devhelp-search.svg
+share/pixmaps/anjuta/anjuta-devhelp-view-16.png
+share/pixmaps/anjuta/anjuta-devhelp-view-24.png
+share/pixmaps/anjuta/anjuta-devhelp-view-48.png
+share/pixmaps/anjuta/anjuta-devhelp-view.svg
+share/pixmaps/anjuta/anjuta-disassembly-16.png
+share/pixmaps/anjuta/anjuta-disassembly-24.png
+share/pixmaps/anjuta/anjuta-disassembly.svg
share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-document-manager-plugin.svg
-share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png
-share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg
share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png
+share/pixmaps/anjuta/anjuta-file-manager-plugin-16.png
share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-file-manager-plugin.svg
-share/pixmaps/anjuta/anjuta-file-wizard-plugin.png
+share/pixmaps/anjuta/anjuta-file-wizard-plugin-48.png
+share/pixmaps/anjuta/anjuta-file-wizard-plugin.svg
share/pixmaps/anjuta/anjuta-fold-close-16.png
share/pixmaps/anjuta/anjuta-fold-close-24.png
share/pixmaps/anjuta/anjuta-fold-open-16.png
@@ -855,65 +2199,66 @@ share/pixmaps/anjuta/anjuta-fold-open-24.png
share/pixmaps/anjuta/anjuta-fold-toggle-16.png
share/pixmaps/anjuta/anjuta-fold-toggle-24.png
share/pixmaps/anjuta/anjuta-gdb.plugin.png
+share/pixmaps/anjuta/anjuta-git-plugin-16.png
+share/pixmaps/anjuta/anjuta-git-plugin-24.png
share/pixmaps/anjuta/anjuta-git-plugin-48.png
-share/pixmaps/anjuta/anjuta-glade-plugin-48.png
-share/pixmaps/anjuta/anjuta-glade-plugin.svg
-share/pixmaps/anjuta/anjuta-go-help-next-16.png
-share/pixmaps/anjuta/anjuta-go-help-next-24.png
-share/pixmaps/anjuta/anjuta-go-help-prev-16.png
-share/pixmaps/anjuta/anjuta-go-help-prev-24.png
+share/pixmaps/anjuta/anjuta-git-plugin.svg
+share/pixmaps/anjuta/anjuta-git-tasks-16.png
+share/pixmaps/anjuta/anjuta-git-tasks-24.png
+share/pixmaps/anjuta/anjuta-git-tasks-48.png
+share/pixmaps/anjuta/anjuta-git-tasks.svg
share/pixmaps/anjuta/anjuta-go-history-next-16.png
share/pixmaps/anjuta/anjuta-go-history-next-24.png
share/pixmaps/anjuta/anjuta-go-history-prev-16.png
share/pixmaps/anjuta/anjuta-go-history-prev-24.png
share/pixmaps/anjuta/anjuta-go-line-16.png
share/pixmaps/anjuta/anjuta-go-line-24.png
-share/pixmaps/anjuta/anjuta-go-match-next-16.png
-share/pixmaps/anjuta/anjuta-go-match-next-24.png
-share/pixmaps/anjuta/anjuta-go-match-prev-16.png
-share/pixmaps/anjuta/anjuta-go-match-prev-24.png
share/pixmaps/anjuta/anjuta-go-message-next-16.png
share/pixmaps/anjuta/anjuta-go-message-next-24.png
share/pixmaps/anjuta/anjuta-go-message-prev-16.png
share/pixmaps/anjuta/anjuta-go-message-prev-24.png
-share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png
-share/pixmaps/anjuta/anjuta-gtodo-plugin.svg
share/pixmaps/anjuta/anjuta-indent-auto-16.png
share/pixmaps/anjuta/anjuta-indent-auto-24.png
share/pixmaps/anjuta/anjuta-indent-less-16.png
share/pixmaps/anjuta/anjuta-indent-less-24.png
share/pixmaps/anjuta/anjuta-indent-more-16.png
share/pixmaps/anjuta/anjuta-indent-more-24.png
+share/pixmaps/anjuta/anjuta-indentation-c-style-auto-16.png
+share/pixmaps/anjuta/anjuta-indentation-c-style-auto-24.png
+share/pixmaps/anjuta/anjuta-indentation-c-style-plugin.png
+share/pixmaps/anjuta/anjuta-indentation-python-style-plugin.png
+share/pixmaps/anjuta/anjuta-jhbuild-plugin-48.png
share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png
share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-language-manager-plugin.svg
+share/pixmaps/anjuta/anjuta-language-support-python-plugin.png
share/pixmaps/anjuta/anjuta-linemark-16.png
share/pixmaps/anjuta/anjuta-loader-plugin-48.png
share/pixmaps/anjuta/anjuta-loader-plugin.svg
-share/pixmaps/anjuta/anjuta-macro.png
+share/pixmaps/anjuta/anjuta-memory-16.png
+share/pixmaps/anjuta/anjuta-memory-24.png
+share/pixmaps/anjuta/anjuta-memory.svg
+share/pixmaps/anjuta/anjuta-message-16.png
share/pixmaps/anjuta/anjuta-messages-plugin-48.png
share/pixmaps/anjuta/anjuta-messages-plugin.svg
+share/pixmaps/anjuta/anjuta-parser-cxx-plugin.png
share/pixmaps/anjuta/anjuta-patch-plugin-48.png
share/pixmaps/anjuta/anjuta-patch-plugin.svg
share/pixmaps/anjuta/anjuta-pcmark-16.png
share/pixmaps/anjuta/anjuta-preferences-general-48.png
share/pixmaps/anjuta/anjuta-preferences-general.svg
-share/pixmaps/anjuta/anjuta-profiler-plugin-48.png
-share/pixmaps/anjuta/anjuta-profiler-plugin.svg
share/pixmaps/anjuta/anjuta-project-import-plugin-48.png
share/pixmaps/anjuta/anjuta-project-import-plugin.svg
+share/pixmaps/anjuta/anjuta-project-manager-plugin-16.png
share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-project-manager-plugin.svg
share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png
share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg
+share/pixmaps/anjuta/anjuta-quick-open-48.png
share/pixmaps/anjuta/anjuta-run-program-48.png
share/pixmaps/anjuta/anjuta-run-to-cursor-16.png
share/pixmaps/anjuta/anjuta-run-to-cursor-24.png
-share/pixmaps/anjuta/anjuta-sample-plugin-48.png
-share/pixmaps/anjuta/anjuta-sample-plugin.svg
-share/pixmaps/anjuta/anjuta-scratchbox-48.png
-share/pixmaps/anjuta/anjuta-search-plugin-48.png
-share/pixmaps/anjuta/anjuta-search-plugin.svg
+share/pixmaps/anjuta/anjuta-snippets-manager.png
share/pixmaps/anjuta/anjuta-step-into-16.png
share/pixmaps/anjuta/anjuta-step-into-24.png
share/pixmaps/anjuta/anjuta-step-out-16.png
@@ -922,21 +2267,18 @@ share/pixmaps/anjuta/anjuta-step-over-16.png
share/pixmaps/anjuta/anjuta-step-over-24.png
share/pixmaps/anjuta/anjuta-swap-16.png
share/pixmaps/anjuta/anjuta-swap-24.png
-share/pixmaps/anjuta/anjuta-symbol-browser-plugin-48.png
-share/pixmaps/anjuta/anjuta-symbol-browser-plugin.svg
-share/pixmaps/anjuta/anjuta-terminal-plugin-48.png
-share/pixmaps/anjuta/anjuta-terminal-plugin.svg
+share/pixmaps/anjuta/anjuta-symbol-db-plugin-16.png
+share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png
+share/pixmaps/anjuta/anjuta-symbol-db-plugin.svg
share/pixmaps/anjuta/anjuta-tools-plugin-48.png
share/pixmaps/anjuta/anjuta-tools-plugin.svg
share/pixmaps/anjuta/anjuta-watch-16.png
share/pixmaps/anjuta/anjuta-watch-24.png
share/pixmaps/anjuta/anjuta-watch.svg
-share/pixmaps/anjuta/anjuta.png
-share/pixmaps/anjuta/anjuta.svg
share/pixmaps/anjuta/anjuta_logo.png
share/pixmaps/anjuta/anjuta_splash.png
share/pixmaps/anjuta/breakpoint.png
-share/pixmaps/anjuta/class_logo.xpm
+share/pixmaps/anjuta/dir-project-plugin-48.png
share/pixmaps/anjuta/directory-accept.png
share/pixmaps/anjuta/directory.png
share/pixmaps/anjuta/element-class-16.png
@@ -945,18 +2287,38 @@ share/pixmaps/anjuta/element-enumeration-16.png
share/pixmaps/anjuta/element-event-16.png
share/pixmaps/anjuta/element-field-16.png
share/pixmaps/anjuta/element-interface-16.png
+share/pixmaps/anjuta/element-interface-24.png
+share/pixmaps/anjuta/element-interface-private-16.png
+share/pixmaps/anjuta/element-interface-protected-16.png
+share/pixmaps/anjuta/element-interface-public-16.png
share/pixmaps/anjuta/element-literal-16.png
share/pixmaps/anjuta/element-method-16.png
+share/pixmaps/anjuta/element-method-24.png
+share/pixmaps/anjuta/element-method-private-16.png
+share/pixmaps/anjuta/element-method-protected-16.png
+share/pixmaps/anjuta/element-method-public-16.png
share/pixmaps/anjuta/element-namespace-16.png
share/pixmaps/anjuta/element-property-16.png
+share/pixmaps/anjuta/element-property-private-16.png
+share/pixmaps/anjuta/element-property-protected-16.png
+share/pixmaps/anjuta/element-property-public-16.png
share/pixmaps/anjuta/element-structure-16.png
-share/pixmaps/anjuta/gtodo-about.png
-share/pixmaps/anjuta/gtodo-edit.png
-share/pixmaps/anjuta/gtodo_tray.png
+share/pixmaps/anjuta/gbf-build.png
+share/pixmaps/anjuta/gbf-install.png
+share/pixmaps/anjuta/js_debugger.png
+share/pixmaps/anjuta/js_support_plugin.png
share/pixmaps/anjuta/locals.png
share/pixmaps/anjuta/madeinanjuta.xcf
+share/pixmaps/anjuta/mk-project-plugin-48.png
share/pixmaps/anjuta/password.png
share/pixmaps/anjuta/pointer.png
share/pixmaps/anjuta/preferences-editor.png
share/pixmaps/anjuta/stack.png
share/pixmaps/anjuta/start-with-import.png
+share/pixmaps/anjuta/vcs-added.png
+share/pixmaps/anjuta/vcs-conflict.png
+share/pixmaps/anjuta/vcs-deleted.png
+share/pixmaps/anjuta/vcs-ignored.png
+share/pixmaps/anjuta/vcs-modified.png
+share/pixmaps/anjuta/vcs-unversioned.png
+share/pixmaps/anjuta/vcs-updated.png
diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo
index 7f520c0a50e..fff48349544 100644
--- a/devel/anjuta/distinfo
+++ b/devel/anjuta/distinfo
@@ -1,20 +1,42 @@
-$NetBSD: distinfo,v 1.24 2012/06/29 12:32:23 joerg Exp $
+$NetBSD: distinfo,v 1.25 2013/10/06 20:01:27 joerg Exp $
-SHA1 (anjuta-2.24.2.tar.bz2) = bcbab37d362f36bf1811bcd5c62c26c4fd31ec3e
-RMD160 (anjuta-2.24.2.tar.bz2) = 1f1a7b2820b8f7c10e05f7da0a51727f497dcb75
-Size (anjuta-2.24.2.tar.bz2) = 6713913 bytes
-SHA1 (patch-aa) = 4702c50c7a0ecc94446e1b4b5dcdfbb2d84d6d42
-SHA1 (patch-ab) = d197146b046fdfa030ca2cab168b52350602206b
-SHA1 (patch-ac) = 6ffb8da0d923d5e017d10cbfebfa4d7bb0d0f155
-SHA1 (patch-libanjuta_anjuta-profile_c) = 491fa75c1538b0cd32231b82f0a313e205e172b6
-SHA1 (patch-plugins_class-gen_transform_h) = d1b225c8c5aea3cd517007a35726c6aa634e7a69
-SHA1 (patch-plugins_class-gen_window_c) = 0868212754cc1a665b986332b426ffe63a3db84f
-SHA1 (patch-plugins_project-wizard_action_c) = bcbe0fb12a022c12a584f98b885da74b65795a42
-SHA1 (patch-plugins_project-wizard_autogen_c) = d917efc838ac70b7c8765768a9dc52add5d8d951
-SHA1 (patch-plugins_project-wizard_druid_h) = 5d7ef084597164fc8806c345d7b585042bfaac67
-SHA1 (patch-plugins_project-wizard_file_c) = 8bf6fec58257f00774838f2a5d6e5f2bda4407f8
-SHA1 (patch-plugins_project-wizard_header_c) = d4547c7ceef61c498a034a228724b0416b5ab7c8
-SHA1 (patch-plugins_project-wizard_parser_c) = ea49775bcda3331bb9c218f3f01f7dd4ed679da0
-SHA1 (patch-plugins_project-wizard_property_c) = 3878c5e3edaee349a792f8752035dc4d7b5941d3
-SHA1 (patch-plugins_symbol-browser_test-class.cpp) = bafa51ed1e0308b64f5e9568ab488e6bc2e27211
-SHA1 (patch-plugins_symbol-browser_test-class.h) = f347b16c149810db19c2c1e46377f90359a57790
+SHA1 (anjuta-3.10.0.tar.xz) = bfa975641b3e25818b7eda34905c4d65eeb01152
+RMD160 (anjuta-3.10.0.tar.xz) = 871dbb7e6174296729eeefae6b8766591fff2ad0
+Size (anjuta-3.10.0.tar.xz) = 6468032 bytes
+SHA1 (patch-libanjuta_anjuta-plugin-manager.c) = cf8ec97d221ca9e091b4addd9ada24e3427bb025
+SHA1 (patch-libanjuta_anjuta-status.c) = 7541533e061a588ea9b6c404c8a7dd78710905f9
+SHA1 (patch-libanjuta_anjuta-status.h) = 4fc61d652a3877bf2ebbe39024af3fadd11805c3
+SHA1 (patch-libanjuta_anjuta-utils.c) = 6659d7a9bf6912f4fd96045cb326d4619f635fb6
+SHA1 (patch-libanjuta_anjuta-utils.h) = bc42909f3ea4afd2ca426fc614742e4063d9ba6c
+SHA1 (patch-libanjuta_tests_Makefile.in) = 7ad52876516f3a07a59fc21e12b94caf54b51146
+SHA1 (patch-plugins_am-project_projectparser.c) = e224e3b0886957f2fa4834e92a809618d256e864
+SHA1 (patch-plugins_build-basic-autotools_build.c) = f1046c032465067a2a8641010f7c2772b25019e7
+SHA1 (patch-plugins_build-basic-autotools_executer.c) = 4295a1c06d5390883dad553991b572ed3b75b77a
+SHA1 (patch-plugins_build-basic-autotools_program.h) = 72247949ddbfa0b41acd934f566ffd80d7841db7
+SHA1 (patch-plugins_cvs-plugin_cvs-interface.c) = 131a874cfb7e9ec1808491da49234a4bd720e0ec
+SHA1 (patch-plugins_debug-manager_breakpoints.c) = 9ff0604bee08f1454d181887d34366b010cc4c1a
+SHA1 (patch-plugins_debug-manager_queue.c) = a39e5adcc739f4eaff29138a21ad0e5375573f6d
+SHA1 (patch-plugins_debug-manager_start.c) = a1d703fc97ad33b36d3b43eb699308d298034a01
+SHA1 (patch-plugins_document-manager_plugin.c) = e34a635090fb46f22a936024ec83c4308a8a29f7
+SHA1 (patch-plugins_gdb_debugger.c) = 5af43c0332ed8ded2af610ebba693a9920ba38e2
+SHA1 (patch-plugins_gdb_preferences.c) = 19680a65945b6b1c4b3c960cdf81a7e30959a9f4
+SHA1 (patch-plugins_project-manager_dialogs.c) = 394f24df8a08d4a0ddc8256ecfef4ac408b14c00
+SHA1 (patch-plugins_project-manager_plugin.c) = 6d0f5222a53795d904fd92adad8401f05c1344b5
+SHA1 (patch-plugins_project-wizard_druid.c) = 1a9e8c8b003e978520c47a667c025b02cae22773
+SHA1 (patch-plugins_project-wizard_parser.c) = 42254d3bb935aa1713b3d1be605b608aea858d90
+SHA1 (patch-plugins_run-program_execute.c) = 19e845027cd2a2a733e1b75dfee445198b20db04
+SHA1 (patch-plugins_run-program_plugin.c) = 4eb47b9f8a968bc6b7e0e660489c8f5408c97676
+SHA1 (patch-plugins_symbol-db_anjuta-tags_c.c) = 578bae121b3099eaba7fdc2e8fa6c1a080e4b73c
+SHA1 (patch-plugins_symbol-db_anjuta-tags_eiffel.c) = 3638ed97cae8c49f88af6ded96a0d71e0c652238
+SHA1 (patch-plugins_symbol-db_anjuta-tags_general.h) = 32da0cb074fd3f915d08ae7aaf6ca82884ae0d64
+SHA1 (patch-plugins_symbol-db_anjuta-tags_lregex.c) = dd887045097f3b954d58b2b7f4bfdbf4e8db93b8
+SHA1 (patch-plugins_symbol-db_anjuta-tags_lua.c) = b193af32edc435d7dbccfc8a535f97c369ffec0a
+SHA1 (patch-plugins_symbol-db_anjuta-tags_main.c) = c229db262599365be7b8a78dfb3728f61922f405
+SHA1 (patch-plugins_symbol-db_anjuta-tags_options.c) = 4225de8373e4eae867665b6315ff3e1e67bb1909
+SHA1 (patch-plugins_symbol-db_anjuta-tags_parse.c) = c01ecb67cefd1c764633ed20133623b9b50d4249
+SHA1 (patch-plugins_symbol-db_anjuta-tags_python.c) = 9caa6deac993cb3a9d98e6e1444806db0eda424f
+SHA1 (patch-plugins_symbol-db_anjuta-tags_routines.c) = baa1cb690d7b617bd2eba10a932bc8c608ab3281
+SHA1 (patch-plugins_symbol-db_symbol-db-engine-core.c) = 66be6b57691e3dfb37acfdada8a85254fcd6d7d9
+SHA1 (patch-plugins_symbol-db_symbol-db-engine-utils.c) = aa3a0d25e52d57733e392e1e576c93c7fad52a3e
+SHA1 (patch-plugins_tools_execute.c) = 60edf300449182875164ff3ac441f1dfe5a5f7cf
+SHA1 (patch-plugins_tools_fileop.c) = e5a9d41c560272a8069d3e3cded44c13139c14d9
diff --git a/devel/anjuta/patches/patch-aa b/devel/anjuta/patches/patch-aa
deleted file mode 100644
index c73cfef2396..00000000000
--- a/devel/anjuta/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2009/07/06 16:11:03 joerg Exp $
-
---- plugins/class-inheritance/class-inherit.c.orig 2010-05-31 09:21:05.000000000 +0200
-+++ plugins/class-inheritance/class-inherit.c
-@@ -754,12 +754,12 @@ cls_inherit_draw_graph (AnjutaClassInher
- {
- gdouble node_width;
- gdouble node_height;
-- point node_pos;
-+ pointf node_pos;
-
- /* get some infos from the node */
-- node_pos = ND_coord_i(node);
-- node_width = ND_width (node);
-- node_height = ND_height (node);
-+ node_pos = node->u.coord;
-+ node_width = node->u.width;
-+ node_height = node->u.height;
-
- if (strcmp ("record", ND_shape (node)->name) == 0 ) {
- cls_inherit_draw_expanded_node (plugin, node, &node_pos, node_width, node_height);
diff --git a/devel/anjuta/patches/patch-ab b/devel/anjuta/patches/patch-ab
deleted file mode 100644
index ab3e2197e26..00000000000
--- a/devel/anjuta/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2009/07/06 16:11:03 joerg Exp $
-
---- plugins/profiler/gprof-function-call-chart-view.c.orig 2010-05-31 09:26:28.000000000 +0200
-+++ plugins/profiler/gprof-function-call-chart-view.c
-@@ -529,7 +529,7 @@ async_draw_graph (gpointer user_data)
- GProfFunctionCallChartView *self;
- Agedge_t *current_edge;
- Agraph_t *current_graph;
-- point node_pos;
-+ pointf node_pos;
- gdouble node_width;
- gdouble node_height;
-
-@@ -541,7 +541,7 @@ async_draw_graph (gpointer user_data)
-
- if (self->priv->current_node)
- {
-- node_pos = ND_coord_i (self->priv->current_node);
-+ node_pos = self->priv->current_node->u.coord;
- node_pos.y += self->priv->y_offset;
- node_width = ND_width (self->priv->current_node);
- node_height = ND_height (self->priv->current_node);
diff --git a/devel/anjuta/patches/patch-ac b/devel/anjuta/patches/patch-ac
deleted file mode 100644
index c1f39c9bdde..00000000000
--- a/devel/anjuta/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2009/07/10 19:18:53 hasso Exp $
-
---- libanjuta/anjuta-launcher.c.orig 2009-07-10 11:15:29 +0300
-+++ libanjuta/anjuta-launcher.c 2009-07-10 11:15:58 +0300
-@@ -36,7 +36,7 @@
- #include <fcntl.h>
- #include <signal.h>
-
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__DragonFly__)
- # include <libutil.h>
- #elif defined(__OpenBSD__) || defined(__NetBSD__)
- # include <util.h>
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-plugin-manager.c b/devel/anjuta/patches/patch-libanjuta_anjuta-plugin-manager.c
new file mode 100644
index 00000000000..6167fa5eaa8
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_anjuta-plugin-manager.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-libanjuta_anjuta-plugin-manager.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/anjuta-plugin-manager.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ libanjuta/anjuta-plugin-manager.c
+@@ -749,7 +749,7 @@ plugin_set_update (AnjutaPluginManager *
+ "error message leading to this was:\n%s"),
+ anjuta_plugin_handle_get_name (selected_plugin),
+ error->message);
+- anjuta_util_dialog_error (GTK_WINDOW(plugin_manager->priv->shell),
++ anjuta_util_dialog_error (GTK_WINDOW(plugin_manager->priv->shell), "%s",
+ message);
+ g_error_free (error);
+ g_free(message);
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-profile_c b/devel/anjuta/patches/patch-libanjuta_anjuta-profile_c
deleted file mode 100644
index eae163ee686..00000000000
--- a/devel/anjuta/patches/patch-libanjuta_anjuta-profile_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-libanjuta_anjuta-profile_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- libanjuta/anjuta-profile.c~ 2008-10-19 15:36:54.000000000 +0000
-+++ libanjuta/anjuta-profile.c
-@@ -28,7 +28,7 @@
- */
-
- #include <glib/gi18n.h>
--#include <glib/gerror.h>
-+#include <glib.h>
- #include <string.h>
- #include <libxml/parser.h>
- #include <libxml/tree.h>
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-status.c b/devel/anjuta/patches/patch-libanjuta_anjuta-status.c
new file mode 100644
index 00000000000..fcd894ccd8a
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_anjuta-status.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-libanjuta_anjuta-status.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/anjuta-status.c.orig 2013-09-29 15:10:21.000000000 +0000
++++ libanjuta/anjuta-status.c
+@@ -389,7 +389,7 @@ anjuta_status_set_default (AnjutaStatus
+ str = g_string_new (NULL);
+ g_hash_table_foreach (status->priv->default_status_items, foreach_hash, str);
+ status_str = g_string_free (str, FALSE);
+- anjuta_status_set (status, status_str, NULL);
++ anjuta_status_set (status, "%s", status_str);
+ g_free (status_str);
+ }
+
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-status.h b/devel/anjuta/patches/patch-libanjuta_anjuta-status.h
new file mode 100644
index 00000000000..ac87223dec7
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_anjuta-status.h
@@ -0,0 +1,22 @@
+$NetBSD: patch-libanjuta_anjuta-status.h,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/anjuta-status.h.orig 2013-08-09 00:30:17.000000000 +0000
++++ libanjuta/anjuta-status.h
+@@ -53,14 +53,14 @@ GType anjuta_status_get_type (void);
+ GtkWidget* anjuta_status_new (void);
+
+ /* Status bar text manipulation */
+-void anjuta_status_set (AnjutaStatus *status, const gchar * mesg, ...);
+-void anjuta_status_push (AnjutaStatus *status, const gchar * mesg, ...);
++void anjuta_status_set (AnjutaStatus *status, const gchar * mesg, ...) G_GNUC_PRINTF(2,3);
++void anjuta_status_push (AnjutaStatus *status, const gchar * mesg, ...) G_GNUC_PRINTF(2,3);
+ void anjuta_status_pop (AnjutaStatus *status);
+ void anjuta_status_clear_stack (AnjutaStatus *status);
+ void anjuta_status_busy_push (AnjutaStatus *status);
+ void anjuta_status_busy_pop (AnjutaStatus *status);
+ void anjuta_status_set_default (AnjutaStatus *status, const gchar *label,
+- const gchar *value_format, ...);
++ const gchar *value_format, ...) G_GNUC_PRINTF(3,4);;
+ void anjuta_status_add_widget (AnjutaStatus *status, GtkWidget *widget);
+ void anjuta_status (AnjutaStatus *status, const gchar *mesg, gint timeout);
+ void anjuta_status_set_title_window (AnjutaStatus *status, GtkWidget *window);
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-utils.c b/devel/anjuta/patches/patch-libanjuta_anjuta-utils.c
new file mode 100644
index 00000000000..9a35e9b8376
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_anjuta-utils.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-libanjuta_anjuta-utils.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/anjuta-utils.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ libanjuta/anjuta-utils.c
+@@ -145,7 +145,7 @@ anjuta_util_copy_file (const gchar * src
+ free: if (error)
+ {
+ if (show_error)
+- anjuta_util_dialog_error_system (NULL, error->code,
++ anjuta_util_dialog_error_system (NULL, error->code, "%s",
+ error->message);
+
+ g_warning ("%s", error->message);
diff --git a/devel/anjuta/patches/patch-libanjuta_anjuta-utils.h b/devel/anjuta/patches/patch-libanjuta_anjuta-utils.h
new file mode 100644
index 00000000000..8725c65e30f
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_anjuta-utils.h
@@ -0,0 +1,26 @@
+$NetBSD: patch-libanjuta_anjuta-utils.h,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/anjuta-utils.h.orig 2013-08-09 00:30:17.000000000 +0000
++++ libanjuta/anjuta-utils.h
+@@ -49,16 +49,16 @@ GtkWidget* anjuta_util_dialog_add_butto
+ gint response_id);
+
+ void anjuta_util_dialog_error (GtkWindow *parent,
+- const gchar * mesg, ...);
++ const gchar * mesg, ...) G_GNUC_PRINTF(2,3);
+ void anjuta_util_dialog_warning (GtkWindow *parent,
+- const gchar * mesg, ...);
++ const gchar * mesg, ...) G_GNUC_PRINTF(2,3);
+ void anjuta_util_dialog_info (GtkWindow *parent,
+- const gchar * mesg, ...);
++ const gchar * mesg, ...) G_GNUC_PRINTF(2,3);
+ void anjuta_util_dialog_error_system (GtkWindow* parent, gint errnum,
+- const gchar * mesg, ... );
++ const gchar * mesg, ... ) G_GNUC_PRINTF(3,4);
+ gboolean anjuta_util_dialog_boolean_question (GtkWindow *parent,
+ gboolean default_to_yes,
+- const gchar * mesg, ...);
++ const gchar * mesg, ...) G_GNUC_PRINTF(3,4);
+ gboolean anjuta_util_dialog_input (GtkWindow *parent,
+ const gchar *label,
+ const gchar *default_value,
diff --git a/devel/anjuta/patches/patch-libanjuta_tests_Makefile.in b/devel/anjuta/patches/patch-libanjuta_tests_Makefile.in
new file mode 100644
index 00000000000..613475934b1
--- /dev/null
+++ b/devel/anjuta/patches/patch-libanjuta_tests_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-libanjuta_tests_Makefile.in,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- libanjuta/tests/Makefile.in.orig 2013-09-23 22:00:28.000000000 +0000
++++ libanjuta/tests/Makefile.in
+@@ -477,7 +477,7 @@ anjuta_completion_test_SOURCES = anjuta-
+ anjuta_tabber_test_CFLAGS = $(LIBANJUTA_CFLAGS)
+ anjuta_tabber_test_LDADD = $(LIBANJUTA_LIBS) $(ANJUTA_LIBS)
+ anjuta_tabber_test_SOURCES = anjuta-tabber-test.c
+-anjuta_token_test_CFLAGS = -g -O0 -fprofile-arcs -ftest-coverage
++anjuta_token_test_CFLAGS = -g -O0
+ anjuta_token_test_LDADD = $(ANJUTA_LIBS)
+ anjuta_token_test_SOURCES = anjuta-token-test.c \
+ ../anjuta-token.c
diff --git a/devel/anjuta/patches/patch-plugins_am-project_projectparser.c b/devel/anjuta/patches/patch-plugins_am-project_projectparser.c
new file mode 100644
index 00000000000..a2464048100
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_am-project_projectparser.c
@@ -0,0 +1,22 @@
+$NetBSD: patch-plugins_am-project_projectparser.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/am-project/projectparser.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/am-project/projectparser.c
+@@ -58,7 +58,7 @@ close_output (void)
+ }
+
+ static void
+-print (const gchar *message, ...)
++print (const gchar *message, ...) G_GNUC_PRINTF(1,2)
+ {
+ va_list args;
+
+@@ -71,7 +71,7 @@ print (const gchar *message, ...)
+ }
+
+ static void
+-print_error (const gchar *message, ...)
++print_error (const gchar *message, ...) G_GNUC_PRINTF(1,2)
+ {
+ va_list args;
+
diff --git a/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c b/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c
new file mode 100644
index 00000000000..f819fc24ca2
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_build-basic-autotools_build.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/build-basic-autotools/build.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/build-basic-autotools/build.c
+@@ -216,7 +216,7 @@ directory_has_file (GFile *dir, const gc
+ }
+
+ static gchar*
+-shell_quotef (const gchar *format,...)
++shell_quotef (const gchar *format,...) G_GNUC_PRINTF(1,2)
+ {
+ va_list args;
+ gchar *str;
diff --git a/devel/anjuta/patches/patch-plugins_build-basic-autotools_executer.c b/devel/anjuta/patches/patch-plugins_build-basic-autotools_executer.c
new file mode 100644
index 00000000000..c52d9ae03c0
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_build-basic-autotools_executer.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-plugins_build-basic-autotools_executer.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/build-basic-autotools/executer.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/build-basic-autotools/executer.c
+@@ -375,9 +375,11 @@ execute_program (BasicAutotoolsPlugin* p
+ if (plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE])
+ {
+ gchar *oldcmd = cmd;
+-
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ cmd = g_strdup_printf (plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE],
+ oldcmd);
++#pragma GCC diagnostic pop
+
+ g_free (oldcmd);
+ } else {
diff --git a/devel/anjuta/patches/patch-plugins_build-basic-autotools_program.h b/devel/anjuta/patches/patch-plugins_build-basic-autotools_program.h
new file mode 100644
index 00000000000..ab12c6f8542
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_build-basic-autotools_program.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_build-basic-autotools_program.h,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/build-basic-autotools/program.h.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/build-basic-autotools/program.h
+@@ -39,7 +39,7 @@ struct _BuildProgram
+ };
+
+ BuildProgram* build_program_new (void);
+-BuildProgram* build_program_new_with_command (GFile *directory, const gchar *command,...);
++BuildProgram* build_program_new_with_command (GFile *directory, const gchar *command,...) G_GNUC_PRINTF(2,3);
+ void build_program_free (BuildProgram *proc);
+
+ gboolean build_program_set_command (BuildProgram *proc, const gchar *command);
diff --git a/devel/anjuta/patches/patch-plugins_class-gen_transform_h b/devel/anjuta/patches/patch-plugins_class-gen_transform_h
deleted file mode 100644
index 3405000918a..00000000000
--- a/devel/anjuta/patches/patch-plugins_class-gen_transform_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_class-gen_transform_h,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/class-gen/transform.h~ 2008-10-19 15:35:43.000000000 +0000
-+++ plugins/class-gen/transform.h
-@@ -22,7 +22,7 @@
-
- #include "element-editor.h"
-
--#include <glib/ghash.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
diff --git a/devel/anjuta/patches/patch-plugins_class-gen_window_c b/devel/anjuta/patches/patch-plugins_class-gen_window_c
deleted file mode 100644
index a13301deb57..00000000000
--- a/devel/anjuta/patches/patch-plugins_class-gen_window_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_class-gen_window_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/class-gen/window.c~ 2008-10-19 15:35:43.000000000 +0000
-+++ plugins/class-gen/window.c
-@@ -24,7 +24,7 @@
-
- #include <libanjuta/anjuta-plugin.h>
-
--#include <glib/gstrfuncs.h>
-+#include <glib.h>
-
- #include <ctype.h>
-
diff --git a/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-interface.c b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-interface.c
new file mode 100644
index 00000000000..370a7efdc9c
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-interface.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-plugins_cvs-plugin_cvs-interface.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/cvs-plugin/cvs-interface.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/cvs-plugin/cvs-interface.c
+@@ -58,8 +58,11 @@ static gchar* create_cvs_command_with_cv
+ {
+ cvsroot = "";
+ }
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ command = g_strdup_printf(CVS_FORMAT, cvs, global_options, cvsroot, action,
+ command_options, command_arguments);
++#pragma GCC diagnostic pop
+ g_free (cvs);
+ g_free (global_options);
+
diff --git a/devel/anjuta/patches/patch-plugins_debug-manager_breakpoints.c b/devel/anjuta/patches/patch-plugins_debug-manager_breakpoints.c
new file mode 100644
index 00000000000..ecef1c50d95
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_debug-manager_breakpoints.c
@@ -0,0 +1,26 @@
+$NetBSD: patch-plugins_debug-manager_breakpoints.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/debug-manager/breakpoints.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/debug-manager/breakpoints.c
+@@ -445,7 +445,10 @@ breakpoints_dbase_update_in_treeview (Br
+ filename = bi->bp.function;
+ format = filename == NULL ? "??" : "%s";
+ }
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ location = g_strdup_printf (format, filename, bi->bp.line, bi->bp.function);
++#pragma GCC diagnostic pop
+ if (bi->bp.id == 0)
+ {
+ pass = g_strdup_printf ("%d", bi->bp.ignore);
+@@ -474,7 +477,10 @@ breakpoints_dbase_update_in_treeview (Br
+ {
+ format = "permanent (%d)";
+ }
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ state = g_strdup_printf (format, bi->bp.id);
++#pragma GCC diagnostic pop
+
+ gtk_list_store_set (bd->model, &bi->iter,
+ ENABLED_COLUMN, bi->bp.enable,
diff --git a/devel/anjuta/patches/patch-plugins_debug-manager_queue.c b/devel/anjuta/patches/patch-plugins_debug-manager_queue.c
new file mode 100644
index 00000000000..396835d5c7f
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_debug-manager_queue.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_debug-manager_queue.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/debug-manager/queue.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/debug-manager/queue.c
+@@ -419,7 +419,7 @@ dma_debugger_queue_execute (DmaDebuggerQ
+ {
+ if (err->message != NULL)
+ {
+- anjuta_util_dialog_error (GTK_WINDOW (ANJUTA_PLUGIN (self->plugin)->shell), err->message);
++ anjuta_util_dialog_error (GTK_WINDOW (ANJUTA_PLUGIN (self->plugin)->shell), "%s", err->message);
+ }
+
+ g_error_free (err);
diff --git a/devel/anjuta/patches/patch-plugins_debug-manager_start.c b/devel/anjuta/patches/patch-plugins_debug-manager_start.c
new file mode 100644
index 00000000000..75bb4901b40
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_debug-manager_start.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_debug-manager_start.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/debug-manager/start.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/debug-manager/start.c
+@@ -1392,7 +1392,7 @@ dma_quit_debugger (DmaStart* this)
+ gchar *msg = _("The program is already running.\n"
+ "Do you still want to stop the debugger?");
+
+- if (!anjuta_util_dialog_boolean_question (GTK_WINDOW (this->plugin->shell), TRUE, msg)) return FALSE;
++ if (!anjuta_util_dialog_boolean_question (GTK_WINDOW (this->plugin->shell), TRUE, "%s", msg)) return FALSE;
+ }
+
+ dma_queue_interrupt (this->debugger);
diff --git a/devel/anjuta/patches/patch-plugins_document-manager_plugin.c b/devel/anjuta/patches/patch-plugins_document-manager_plugin.c
new file mode 100644
index 00000000000..6cb77c204e6
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_document-manager_plugin.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_document-manager_plugin.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/document-manager/plugin.c.orig 2013-09-02 06:53:35.000000000 +0000
++++ plugins/document-manager/plugin.c
+@@ -931,7 +931,7 @@ update_status (DocmanPlugin *plugin, IAn
+
+ anjuta_status_set_default (status, _("Line"), "%04d", line);
+ anjuta_status_set_default (status, _("Col"), "%03d", col);
+- anjuta_status_set_default (status, _("Mode"), edit);
++ anjuta_status_set_default (status, _("Mode"), "%s", edit);
+ // anjuta_status_set_default (status, _("EOL"), mode);
+
+ g_free (edit);
diff --git a/devel/anjuta/patches/patch-plugins_gdb_debugger.c b/devel/anjuta/patches/patch-plugins_gdb_debugger.c
new file mode 100644
index 00000000000..dd2b615f40c
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_gdb_debugger.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-plugins_gdb_debugger.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/gdb/debugger.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/gdb/debugger.c
+@@ -2084,10 +2084,8 @@ debugger_is_connected (Debugger *debugge
+
+ /* The %s argument is an error message returned by gdb.
+ * It is something like, "No such file or directory" */
+- msg = g_strdup_printf(_("Unable to connect to remote target, %s\nDo you want to try again?"),
++ retry = anjuta_util_dialog_boolean_question (debugger->priv->parent_win, FALSE, _("Unable to connect to remote target, %s\nDo you want to try again?"),
+ error->message);
+- retry = anjuta_util_dialog_boolean_question (debugger->priv->parent_win, FALSE, msg);
+- g_free (msg);
+ if (retry)
+ {
+ gchar *cmd;
diff --git a/devel/anjuta/patches/patch-plugins_gdb_preferences.c b/devel/anjuta/patches/patch-plugins_gdb_preferences.c
new file mode 100644
index 00000000000..1895a70f529
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_gdb_preferences.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-plugins_gdb_preferences.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/gdb/preferences.c.orig 2013-08-09 00:30:17.000000000 +0000
++++ plugins/gdb/preferences.c
+@@ -125,11 +125,9 @@ gdb_check_register_function (PreferenceD
+ * implementation details.
+ * The register function is an additional function in the script. It defines
+ * which function is used for each type of variables. */
+- msg = g_strdup_printf(_("The register function hasn't been found automatically in the following pretty printer files:\n"
++ anjuta_util_dialog_warning (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (dlg->treeview))), _("The register function hasn't been found automatically in the following pretty printer files:\n"
+ "%s\nYou need to fill yourself the register function columns before enabling the rows. "
+ "Most of the time the register function name contains the word \"register\"."), list->str);
+- anjuta_util_dialog_warning (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (dlg->treeview))), msg);
+- g_free (msg);
+ g_string_free (list, TRUE);
+ }
+ }
diff --git a/devel/anjuta/patches/patch-plugins_project-manager_dialogs.c b/devel/anjuta/patches/patch-plugins_project-manager_dialogs.c
new file mode 100644
index 00000000000..93e6dc5db77
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_project-manager_dialogs.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_project-manager_dialogs.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/project-manager/dialogs.c.orig 2013-08-09 00:30:18.000000000 +0000
++++ plugins/project-manager/dialogs.c
+@@ -119,7 +119,7 @@ load_interface (const gchar *top_widget)
+ }
+
+ static void
+-error_dialog (GtkWindow *parent, const gchar *summary, const gchar *msg, ...)
++error_dialog (GtkWindow *parent, const gchar *summary, const gchar *msg, ...) G_GNUC_PRINTF(3,4)
+ {
+ va_list ap;
+ gchar *tmp;
diff --git a/devel/anjuta/patches/patch-plugins_project-manager_plugin.c b/devel/anjuta/patches/patch-plugins_project-manager_plugin.c
new file mode 100644
index 00000000000..b3cc8b8c657
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_project-manager_plugin.c
@@ -0,0 +1,26 @@
+$NetBSD: patch-plugins_project-manager_plugin.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/project-manager/plugin.c.orig 2013-09-13 22:00:36.000000000 +0000
++++ plugins/project-manager/plugin.c
+@@ -749,9 +749,12 @@ confirm_removal (ProjectManagerPlugin *p
+ else
+ shownMesg = mesg ;
+
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ answer =
+ anjuta_util_dialog_boolean_question (get_plugin_parent_window (plugin), FALSE,
+ shownMesg, _("Confirm remove"));
++#pragma GCC diagnostic pop
+
+ g_free (shownMesg);
+
+@@ -1323,7 +1326,7 @@ on_project_loaded (AnjutaPmProject *proj
+ anjuta_shell_present_widget (ANJUTA_PLUGIN (plugin)->shell,
+ plugin->scrolledwindow,
+ NULL);
+- anjuta_status_set_default (status, _("Project"), basename);
++ anjuta_status_set_default (status, _("Project"), "%s", basename);
+ g_free (basename);
+
+ if (plugin->busy)
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_action_c b/devel/anjuta/patches/patch-plugins_project-wizard_action_c
deleted file mode 100644
index 8c789e81a6f..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_action_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_action_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/action.c~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/action.c
-@@ -28,7 +28,7 @@
-
- #include "action.h"
-
--#include <glib/gdir.h>
-+#include <glib.h>
-
- /*---------------------------------------------------------------------------*/
-
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_autogen_c b/devel/anjuta/patches/patch-plugins_project-wizard_autogen_c
deleted file mode 100644
index c53e6644cf7..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_autogen_c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_autogen_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/autogen.c~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/autogen.c
-@@ -36,8 +36,7 @@
- #include <libanjuta/anjuta-launcher.h>
-
- #include <glib/gstdio.h>
--#include <glib/gfileutils.h>
--#include <glib/gstrfuncs.h>
-+#include <glib.h>
-
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_druid.c b/devel/anjuta/patches/patch-plugins_project-wizard_druid.c
new file mode 100644
index 00000000000..e0eb9149448
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_project-wizard_druid.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_project-wizard_druid.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/project-wizard/druid.c.orig 2013-08-09 00:30:18.000000000 +0000
++++ plugins/project-wizard/druid.c
+@@ -157,7 +157,7 @@ npw_druid_set_busy (NPWDruid *druid, gbo
+
+ /* Fill dialog page */
+ static void
+-npw_druid_fill_error_page (NPWDruid* druid, GtkWidget *extra_widget, GtkMessageType type, const gchar *detail, const gchar *mesg,...)
++npw_druid_fill_error_page (NPWDruid* druid, GtkWidget *extra_widget, GtkMessageType type, const gchar *detail, const gchar *mesg,...) G_GNUC_PRINTF(5,6)
+ {
+ GtkAssistant *assistant;
+ GtkWidget *page;
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_druid_h b/devel/anjuta/patches/patch-plugins_project-wizard_druid_h
deleted file mode 100644
index cddb4b8524a..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_druid_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_druid_h,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/druid.h~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/druid.h
-@@ -24,7 +24,7 @@
- #define GLADE_FILE PACKAGE_DATA_DIR"/glade/anjuta-project-wizard.glade"
- #define ICON_FILE "anjuta-project-wizard-plugin-48.png"
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- struct _NPWPlugin;
- typedef struct _NPWDruid NPWDruid;
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_file_c b/devel/anjuta/patches/patch-plugins_project-wizard_file_c
deleted file mode 100644
index 9041ce4e69d..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_file_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_file_c,v 1.1 2012/05/10 02:47:06 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/file.c~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/file.c
-@@ -27,7 +27,7 @@
-
- #include "file.h"
-
--#include <glib/gdir.h>
-+#include <glib.h>
-
- /*---------------------------------------------------------------------------*/
-
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_header_c b/devel/anjuta/patches/patch-plugins_project-wizard_header_c
deleted file mode 100644
index c7d504d254b..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_header_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_header_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/header.c~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/header.c
-@@ -29,7 +29,7 @@
-
- #include "header.h"
-
--#include <glib/gdir.h>
-+#include <glib.h>
- #include <libanjuta/anjuta-utils.h>
-
- /*---------------------------------------------------------------------------*/
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_parser.c b/devel/anjuta/patches/patch-plugins_project-wizard_parser.c
new file mode 100644
index 00000000000..8c8709f78a7
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_project-wizard_parser.c
@@ -0,0 +1,42 @@
+$NetBSD: patch-plugins_project-wizard_parser.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/project-wizard/parser.c.orig 2013-08-09 00:30:18.000000000 +0000
++++ plugins/project-wizard/parser.c
+@@ -255,7 +255,7 @@ parser_error_quark (void)
+ }
+
+ static void
+-parser_warning (GMarkupParseContext* ctx, const gchar* format,...)
++parser_warning (GMarkupParseContext* ctx, const gchar* format,...) G_GNUC_PRINTF(2,3)
+ {
+ va_list args;
+ gchar* msg;
+@@ -264,13 +264,16 @@ parser_warning (GMarkupParseContext* ctx
+ g_markup_parse_context_get_position (ctx, &line, NULL);
+ msg = g_strdup_printf ("line %d: %s", line, format);
+ va_start (args, format);
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, msg, args);
++#pragma GCC diagnostic pop
+ va_end (args);
+ g_free (msg);
+ }
+
+ static void
+-parser_critical (GMarkupParseContext* ctx, const gchar* format,...)
++parser_critical (GMarkupParseContext* ctx, const gchar* format,...) G_GNUC_PRINTF(2,3)
+ {
+ va_list args;
+ gchar* msg;
+@@ -279,7 +282,10 @@ parser_critical (GMarkupParseContext* ct
+ g_markup_parse_context_get_position (ctx, &line, NULL);
+ msg = g_strdup_printf ("line %d: %s", line, format);
+ va_start (args, format);
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, msg, args);
++#pragma GCC diagnostic pop
+ va_end (args);
+ g_free (msg);
+ }
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_parser_c b/devel/anjuta/patches/patch-plugins_project-wizard_parser_c
deleted file mode 100644
index b962efecbe6..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_parser_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_parser_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/parser.c~ 2008-10-19 15:35:39.000000000 +0000
-+++ plugins/project-wizard/parser.c
-@@ -27,7 +27,7 @@
-
- #include "parser.h"
-
--#include <glib/gdir.h>
-+#include <glib.h>
-
- #include <string.h>
- #include <stdarg.h>
diff --git a/devel/anjuta/patches/patch-plugins_project-wizard_property_c b/devel/anjuta/patches/patch-plugins_project-wizard_property_c
deleted file mode 100644
index 48f1a70679b..00000000000
--- a/devel/anjuta/patches/patch-plugins_project-wizard_property_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_project-wizard_property_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
-
-Fix build with latest glib2.
-
---- plugins/project-wizard/property.c~ 2008-10-19 15:35:38.000000000 +0000
-+++ plugins/project-wizard/property.c
-@@ -27,7 +27,7 @@
-
- #include "property.h"
-
--#include <glib/gdir.h>
-+#include <glib.h>
-
- #include <gnome.h>
- #include <glib/gi18n.h>
diff --git a/devel/anjuta/patches/patch-plugins_run-program_execute.c b/devel/anjuta/patches/patch-plugins_run-program_execute.c
new file mode 100644
index 00000000000..6a481983c83
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_run-program_execute.c
@@ -0,0 +1,26 @@
+$NetBSD: patch-plugins_run-program_execute.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/run-program/execute.c.orig 2013-09-29 15:13:14.000000000 +0000
++++ plugins/run-program/execute.c
+@@ -87,7 +87,10 @@ get_local_executable (GtkWindow *parent,
+
+ if (err_msg)
+ {
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ anjuta_util_dialog_error (parent, err_msg, local == NULL ? uri : local);
++#pragma GCC diagnostic pop
+ g_free (local);
+ local = NULL;
+ }
+@@ -113,7 +116,10 @@ get_local_directory (GtkWindow *parent,
+
+ if (err_msg)
+ {
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ anjuta_util_dialog_error (parent, err_msg, uri);
++#pragma GCC diagnostic pop
+ }
+
+ return local;
diff --git a/devel/anjuta/patches/patch-plugins_run-program_plugin.c b/devel/anjuta/patches/patch-plugins_run-program_plugin.c
new file mode 100644
index 00000000000..5b127427ec7
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_run-program_plugin.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_run-program_plugin.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/run-program/plugin.c.orig 2013-09-29 15:12:54.000000000 +0000
++++ plugins/run-program/plugin.c
+@@ -227,7 +227,7 @@ on_run_program_activate (GtkAction* acti
+ {
+ gchar *msg = _("The program is already running.\n"
+ "Do you want to stop it before restarting a new instance?");
+- if (anjuta_util_dialog_boolean_question (GTK_WINDOW ( ANJUTA_PLUGIN (plugin)->shell), TRUE, msg))
++ if (anjuta_util_dialog_boolean_question (GTK_WINDOW ( ANJUTA_PLUGIN (plugin)->shell), TRUE, "%s", msg))
+ {
+ run_plugin_kill_program (plugin, FALSE);
+ }
diff --git a/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.cpp b/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.cpp
deleted file mode 100644
index c1d983f9202..00000000000
--- a/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-plugins_symbol-browser_test-class.cpp,v 1.1 2012/06/29 12:32:23 joerg Exp $
-
---- plugins/symbol-browser/test-class.cpp.orig 2012-06-25 13:38:23.000000000 +0000
-+++ plugins/symbol-browser/test-class.cpp
-@@ -10,12 +10,11 @@ typedef struct _faa_1 {
-
- MyClass *klass;
-
--
- //klass->
-
- int func_test1() {
-
-- YourClass klass();
-+ YourClass klass;
-
-
-
diff --git a/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.h b/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.h
deleted file mode 100644
index fee867475f3..00000000000
--- a/devel/anjuta/patches/patch-plugins_symbol-browser_test-class.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-plugins_symbol-browser_test-class.h,v 1.1 2012/06/29 12:32:23 joerg Exp $
-
---- plugins/symbol-browser/test-class.h.orig 2012-06-25 13:40:35.000000000 +0000
-+++ plugins/symbol-browser/test-class.h
-@@ -72,7 +72,7 @@ class YourClass {
-
-
- public:
-- YourClass ();
-+ YourClass () {};
- YourClass (int par1, char* par2);
-
- void yc_first_function( int par1, char** par2);
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_c.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_c.c
new file mode 100644
index 00000000000..12ae0b4bd73
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_c.c
@@ -0,0 +1,22 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_c.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/c.c.orig 2013-09-29 15:17:23.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/c.c
+@@ -622,7 +622,7 @@ static const char *keywordString (const
+ return name;
+ }
+
+-static void __unused__ pt (tokenInfo *const token)
++static void pt (tokenInfo *const token)
+ {
+ if (isType (token, TOKEN_NAME))
+ printf ("type: %-12s: %-13s line: %lu\n",
+@@ -637,7 +637,7 @@ static void __unused__ pt (tokenInfo *co
+ tokenString (token->type), token->lineNumber);
+ }
+
+-static void __unused__ ps (statementInfo *const st)
++static void ps (statementInfo *const st)
+ {
+ unsigned int i;
+ printf ("scope: %s decl: %s gotName: %s gotParenName: %s isPointer: %s\n",
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_eiffel.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_eiffel.c
new file mode 100644
index 00000000000..f7c25c0609d
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_eiffel.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_eiffel.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/eiffel.c.orig 2013-09-29 15:17:26.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/eiffel.c
+@@ -807,7 +807,7 @@ static void findKeyword (tokenInfo *cons
+
+ static boolean parseType (tokenInfo *const token);
+
+-static void parseGeneric (tokenInfo *const token, boolean declaration __unused__)
++static void parseGeneric (tokenInfo *const token, boolean declaration )
+ {
+ unsigned int depth = 0;
+ #ifdef TYPE_REFERENCE_TOOL
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_general.h b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_general.h
new file mode 100644
index 00000000000..0c348f7fef0
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_general.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_general.h,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/general.h.orig 2013-09-29 15:16:04.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/general.h
+@@ -57,10 +57,8 @@
+ * to prevent warnings about unused variables.
+ */
+ #if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)) && !defined (__GNUG__)
+-# define __unused__ __attribute__((unused))
+ # define __printf__(s,f) __attribute__((format (printf, s, f)))
+ #else
+-# define __unused__
+ # define __printf__(s,f)
+ #endif
+
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lregex.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lregex.c
new file mode 100644
index 00000000000..072bd3f9644
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lregex.c
@@ -0,0 +1,83 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_lregex.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/lregex.c.orig 2013-09-29 15:17:28.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/lregex.c
+@@ -538,11 +538,11 @@ extern void findRegexTags (void)
+ #endif /* HAVE_REGEX */
+
+ extern void addTagRegex (
+- const langType language __unused__,
+- const char* const regex __unused__,
+- const char* const name __unused__,
+- const char* const kinds __unused__,
+- const char* const flags __unused__)
++ const langType language ,
++ const char* const regex ,
++ const char* const name ,
++ const char* const kinds ,
++ const char* const flags )
+ {
+ #ifdef HAVE_REGEX
+ Assert (regex != NULL);
+@@ -564,10 +564,10 @@ extern void addTagRegex (
+ }
+
+ extern void addCallbackRegex (
+- const langType language __unused__,
+- const char* const regex __unused__,
+- const char* const flags __unused__,
+- const regexCallback callback __unused__)
++ const langType language ,
++ const char* const regex ,
++ const char* const flags ,
++ const regexCallback callback )
+ {
+ #ifdef HAVE_REGEX
+ Assert (regex != NULL);
+@@ -581,7 +581,7 @@ extern void addCallbackRegex (
+ }
+
+ extern void addLanguageRegex (
+- const langType language __unused__, const char* const regex __unused__)
++ const langType language , const char* const regex )
+ {
+ #ifdef HAVE_REGEX
+ if (! regexBroken)
+@@ -602,7 +602,7 @@ extern void addLanguageRegex (
+ */
+
+ extern boolean processRegexOption (const char *const option,
+- const char *const parameter __unused__)
++ const char *const parameter )
+ {
+ boolean handled = FALSE;
+ const char* const dash = strchr (option, '-');
+@@ -624,7 +624,7 @@ extern boolean processRegexOption (const
+ return handled;
+ }
+
+-extern void disableRegexKinds (const langType language __unused__)
++extern void disableRegexKinds (const langType language )
+ {
+ #ifdef HAVE_REGEX
+ if (language <= SetUpper && Sets [language].count > 0)
+@@ -639,8 +639,8 @@ extern void disableRegexKinds (const lan
+ }
+
+ extern boolean enableRegexKind (
+- const langType language __unused__,
+- const int kind __unused__, const boolean mode __unused__)
++ const langType language ,
++ const int kind , const boolean mode )
+ {
+ boolean result = FALSE;
+ #ifdef HAVE_REGEX
+@@ -660,7 +660,7 @@ extern boolean enableRegexKind (
+ return result;
+ }
+
+-extern void printRegexKinds (const langType language __unused__, boolean indent __unused__)
++extern void printRegexKinds (const langType language , boolean indent )
+ {
+ #ifdef HAVE_REGEX
+ if (language <= SetUpper && Sets [language].count > 0)
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lua.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lua.c
new file mode 100644
index 00000000000..e6436ae3b26
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_lua.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_lua.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/lua.c.orig 2013-09-29 15:17:31.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/lua.c
+@@ -37,7 +37,7 @@ static kindOption LuaKinds [] = {
+ */
+
+ /* for debugging purposes */
+-static void __unused__ print_string (char *p, char *q)
++static void print_string (char *p, char *q)
+ {
+ for ( ; p != q; p++)
+ fprintf (errout, "%c", *p);
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_main.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_main.c
new file mode 100644
index 00000000000..e2c55c57ef7
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_main.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_main.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/main.c.orig 2013-09-29 15:17:33.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/main.c
+@@ -522,7 +522,7 @@ static void makeTags (cookedArgs *args)
+ * Start up code
+ */
+
+-extern int main (int __unused__ argc, char **argv)
++extern int main (int argc, char **argv)
+ {
+ cookedArgs *args;
+ #ifdef VMS
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_options.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_options.c
new file mode 100644
index 00000000000..893627e8735
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_options.c
@@ -0,0 +1,77 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_options.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/options.c.orig 2013-09-29 15:17:35.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/options.c
+@@ -731,7 +731,7 @@ static void processEtagsInclude (
+ }
+
+ static void processExcludeOption (
+- const char *const option __unused__, const char *const parameter)
++ const char *const option , const char *const parameter)
+ {
+ const char *const fileName = parameter + 1;
+ if (parameter [0] == '\0')
+@@ -869,7 +869,7 @@ static void processFieldsOption (
+ }
+
+ static void processFilterTerminatorOption (
+- const char *const option __unused__, const char *const parameter)
++ const char *const option , const char *const parameter)
+ {
+ freeString (&Option.filterTerminator);
+ Option.filterTerminator = stringCopy (parameter);
+@@ -932,8 +932,8 @@ static void printProgramIdentification (
+ }
+
+ static void processHelpOption (
+- const char *const option __unused__,
+- const char *const parameter __unused__)
++ const char *const option ,
++ const char *const parameter )
+ {
+ printProgramIdentification ();
+ putchar ('\n');
+@@ -1141,8 +1141,8 @@ static void processLanguagesOption (
+ }
+
+ static void processLicenseOption (
+- const char *const option __unused__,
+- const char *const parameter __unused__)
++ const char *const option ,
++ const char *const parameter )
+ {
+ printProgramIdentification ();
+ puts ("");
+@@ -1168,8 +1168,8 @@ static void processListKindsOption (
+ }
+
+ static void processListMapsOption (
+- const char *const __unused__ option,
+- const char *const __unused__ parameter)
++ const char *const option,
++ const char *const parameter)
+ {
+ if (parameter [0] == '\0' || strcasecmp (parameter, "all") == 0)
+ printLanguageMaps (LANG_AUTO);
+@@ -1185,8 +1185,8 @@ static void processListMapsOption (
+ }
+
+ static void processListLanguagesOption (
+- const char *const option __unused__,
+- const char *const parameter __unused__)
++ const char *const option ,
++ const char *const parameter )
+ {
+ printLanguageList ();
+ exit (0);
+@@ -1360,8 +1360,8 @@ static void processIgnoreOption (const c
+ }
+
+ static void processVersionOption (
+- const char *const option __unused__,
+- const char *const parameter __unused__)
++ const char *const option ,
++ const char *const parameter )
+ {
+ printProgramIdentification ();
+ exit (0);
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_parse.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_parse.c
new file mode 100644
index 00000000000..b5840002ca3
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_parse.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_parse.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/parse.c.orig 2013-09-29 15:17:37.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/parse.c
+@@ -376,7 +376,7 @@ extern void freeParserResources (void)
+ */
+
+ extern void processLanguageDefineOption (
+- const char *const option, const char *const parameter __unused__)
++ const char *const option, const char *const parameter )
+ {
+ #ifdef HAVE_REGEX
+ if (parameter [0] == '\0')
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_python.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_python.c
new file mode 100644
index 00000000000..d91b85b1678
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_python.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_python.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/python.c.orig 2013-09-29 15:17:40.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/python.c
+@@ -135,7 +135,7 @@ static boolean isIdentifierCharacter (in
+ * extract all relevant information and create a tag.
+ */
+ static void makeFunctionTag (vString *const function,
+- vString *const parent, int is_class_parent, const char *arglist __unused__)
++ vString *const parent, int is_class_parent, const char *arglist )
+ {
+ tagEntryInfo tag;
+ initTagEntry (&tag, vStringValue (function));
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_routines.c b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_routines.c
new file mode 100644
index 00000000000..11067b6e694
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_anjuta-tags_routines.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_symbol-db_anjuta-tags_routines.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/anjuta-tags/routines.c.orig 2013-09-29 15:17:42.000000000 +0000
++++ plugins/symbol-db/anjuta-tags/routines.c
+@@ -526,7 +526,7 @@ static boolean isPathSeparator (const in
+
+ #if ! defined (HAVE_STAT_ST_INO)
+
+-static void canonicalizePath (char *const path __unused__)
++static void canonicalizePath (char *const path)
+ {
+ #if defined (MSDOS_STYLE_PATH)
+ char *p;
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-core.c
new file mode 100644
index 00000000000..54f93b1d122
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-core.c
@@ -0,0 +1,21 @@
+$NetBSD: patch-plugins_symbol-db_symbol-db-engine-core.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/symbol-db-engine-core.c.orig 2013-09-29 15:14:43.000000000 +0000
++++ plugins/symbol-db/symbol-db-engine-core.c
+@@ -179,13 +179,13 @@ static gint
+ sdb_engine_add_new_symbol (SymbolDBEngine * dbe, const tagEntry * tag_entry,
+ int file_defined_id, gboolean sym_update);
+
+-GNUC_INLINE const GdaStatement *
++const GdaStatement *
+ sdb_engine_get_statement_by_query_id (SymbolDBEngine * dbe, static_query_type query_id);
+
+-GNUC_INLINE const GdaSet *
++const GdaSet *
+ sdb_engine_get_query_parameters_list (SymbolDBEngine *dbe, static_query_type query_id);
+
+-GNUC_INLINE gint
++gint
+ sdb_engine_get_tuple_id_by_unique_name (SymbolDBEngine * dbe, static_query_type qtype,
+ gchar * param_key,
+ GValue * param_value);
diff --git a/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-utils.c b/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-utils.c
new file mode 100644
index 00000000000..3e4cc80e8d9
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_symbol-db_symbol-db-engine-utils.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-plugins_symbol-db_symbol-db-engine-utils.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/symbol-db/symbol-db-engine-utils.c.orig 2013-09-29 15:20:45.000000000 +0000
++++ plugins/symbol-db/symbol-db-engine-utils.c
+@@ -33,10 +33,10 @@ static GHashTable *pixbufs_hash = NULL;
+ /*
+ * extern declarations
+ */
+-extern GNUC_INLINE const GdaStatement *
++extern const GdaStatement *
+ sdb_engine_get_statement_by_query_id (SymbolDBEngine * dbe, static_query_type query_id);
+
+-extern GNUC_INLINE const GdaSet *
++extern const GdaSet *
+ sdb_engine_get_query_parameters_list (SymbolDBEngine *dbe, static_query_type query_id);
+
+ /*
diff --git a/devel/anjuta/patches/patch-plugins_tools_execute.c b/devel/anjuta/patches/patch-plugins_tools_execute.c
new file mode 100644
index 00000000000..75d3124a4bd
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_tools_execute.c
@@ -0,0 +1,19 @@
+$NetBSD: patch-plugins_tools_execute.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/tools/execute.c.orig 2013-09-29 15:22:38.000000000 +0000
++++ plugins/tools/execute.c
+@@ -562,12 +562,12 @@ atp_output_context_print_result (ATPOutp
+ {
+ if (this == &this->execution->output)
+ {
+- anjuta_util_dialog_info (GTK_WINDOW (this->execution->plugin->shell),
++ anjuta_util_dialog_info (GTK_WINDOW (this->execution->plugin->shell), "%s",
+ this->buffer->str);
+ }
+ else
+ {
+- anjuta_util_dialog_error (GTK_WINDOW (this->execution->plugin->shell),
++ anjuta_util_dialog_error (GTK_WINDOW (this->execution->plugin->shell), "%s",
+ this->buffer->str);
+ }
+ g_string_free (this->buffer, TRUE);
diff --git a/devel/anjuta/patches/patch-plugins_tools_fileop.c b/devel/anjuta/patches/patch-plugins_tools_fileop.c
new file mode 100644
index 00000000000..bb573eed8b1
--- /dev/null
+++ b/devel/anjuta/patches/patch-plugins_tools_fileop.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_tools_fileop.c,v 1.1 2013/10/06 20:01:27 joerg Exp $
+
+--- plugins/tools/fileop.c.orig 2013-09-29 15:21:52.000000000 +0000
++++ plugins/tools/fileop.c
+@@ -168,7 +168,10 @@ parser_warning (GMarkupParseContext* ctx
+ g_markup_parse_context_get_position (ctx, &line, NULL);
+ msg = g_strdup_printf ("line %d: %s", line, format);
+ va_start (args, format);
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+ g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, msg, args);
++#pragma GCC diagnostic pop
+ va_end (args);
+ g_free (msg);
+ }