From a93237c2077703b1e4e3e8fde3eb24c18e268bf6 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sat, 26 May 2001 01:12:20 +0000 Subject: [PATCH] 2001-05-25 Dave Peticolas * src/doc/design/engine.texinfo: update docs * configure.in: add Norwegian to list of translations * AUTHORS: add credits * doc/sgml/C/xacc-about.sgml: add credits git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4285 57a11ea4-9604-0410-9ed3-97b8803252fd --- AUTHORS | 1 + ChangeLog | 10 ++++++++++ configure.in | 2 +- doc/sgml/C/xacc-about.sgml | 7 +++++++ src/doc/design/engine.texinfo | 11 +++++++++++ 5 files changed, 30 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 54c4a58ec5..967e7f9792 100644 --- a/AUTHORS +++ b/AUTHORS @@ -125,6 +125,7 @@ Graham Leggett for fixing a hang Ted Lemon for NetBSD port Grant Likely gnome and engine patches Duarte Loreto message and documentation Portuguese translations +Kjartan Maraas Norwegian translations Heath Martin gnome patches, major register work Matt Martin guile error handling code Robert Graham Merkel reporting, gnome, and config patches diff --git a/ChangeLog b/ChangeLog index 070edb42a4..90e1e8950a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-05-25 Dave Peticolas + + * src/doc/design/engine.texinfo: update docs + + * configure.in: add Norwegian to list of translations + + * AUTHORS: add credits + + * doc/sgml/C/xacc-about.sgml: add credits + 2001-05-25 Christian Stimming * po/no.po: Kjartan Maraas' Norwegian updated translation. diff --git a/configure.in b/configure.in index b94ff4e3ba..7321b54b36 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,7 @@ GNOME_XML_CHECK #]) dnl Set of available languages. -ALL_LINGUAS="da de en_GB es fr it ja pt_PT ru sv" +ALL_LINGUAS="da de en_GB es fr it ja no pt_PT ru sv" AM_GNU_GETTEXT diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index fb258f2b46..890b3c9dda 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -615,6 +615,13 @@ Christiansen + +kmaraas@gnome.orgKjartan Maraas + +Norwegian translations + + + martinh@pegasus.cc.ucf.edu Heath Martin diff --git a/src/doc/design/engine.texinfo b/src/doc/design/engine.texinfo index 7ac18ee68c..1a46f1fbc4 100644 --- a/src/doc/design/engine.texinfo +++ b/src/doc/design/engine.texinfo @@ -2191,6 +2191,17 @@ Return the @var{index}th Account in @var{group}, starting at zero. If @var{index} is out of range, @code{NULL} is returned. @end deftypefun +@deftypefun {GList *} xaccGroupGetSubAccounts (AccountGroup * @var{grp}) +Return a list of the Accounts, including sub-Accounts, in @var{grp}. The +returned list should be freed with @code{g_list_free} when no longer +needed. +@end deftypefun + +@deftypefun {GList *} xaccGroupGetAccountList (AccountGroup * @var{grp}) +Return a list of the immediate children of @var{grp}. The returned list +should not be freed or modified in any way. +@end deftypefun + @node GNCBooks, Scrub, Account Groups, Engine @section GNCBooks