mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
2001-05-25 Dave Peticolas <dave@krondo.com>
* 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
This commit is contained in:
parent
1fd277f95e
commit
a93237c207
1
AUTHORS
1
AUTHORS
@ -125,6 +125,7 @@ Graham Leggett <minfrin@sharp.fm> for fixing a hang
|
||||
Ted Lemon <mellon@andare.fugue.com> for NetBSD port
|
||||
Grant Likely <glikely@nortelnetworks.com> gnome and engine patches
|
||||
Duarte Loreto <happyguy_pt@hotmail.com> message and documentation Portuguese translations
|
||||
Kjartan Maraas <kmaraas@gnome.org> Norwegian translations
|
||||
Heath Martin <martinh@pegasus.cc.ucf.edu> gnome patches, major register work
|
||||
Matt Martin <mgmartin@abacusnet.net> guile error handling code
|
||||
Robert Graham Merkel <rgmerk@mira.net> reporting, gnome, and config patches
|
||||
|
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2001-05-25 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* 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 <stimming@tuhh.de>
|
||||
|
||||
* po/no.po: Kjartan Maraas' Norwegian updated translation.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -615,6 +615,13 @@ Christiansen</glossterm>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm><email>kmaraas@gnome.org</email>Kjartan Maraas</glossterm>
|
||||
<glossdef>
|
||||
<para>Norwegian translations</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm><email>martinh@pegasus.cc.ucf.edu</email> Heath
|
||||
Martin</glossterm>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user