mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4149 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
2001-05-10 James LewisMoss <jimdres@mindspring.com>
|
||||
|
||||
* src/scm/main.scm ((gnc:main)): remove the main window startup
|
||||
with new user startup (moved to end of new user stuff).
|
||||
|
||||
* src/engine/sql/PostgresBackend.c (pgendGetAllAccountKVP): same
|
||||
as below.
|
||||
|
||||
* src/engine/rpc/RpcUtils.c (rpcend_build_gncacctlist):
|
||||
xaccGroupForEachAccountDeeply -> xaccGroupForEachAccount(...TRUE)
|
||||
(rpcend_build_gncacct_verslist): same.
|
||||
|
||||
* src/engine/gnc-book.c (gnc_book_set_group): free account group
|
||||
when setting new one.
|
||||
|
||||
* src/engine/Group.c (xaccGroupForEachAccount): change from
|
||||
xaccGroupForEachAccountDeeply and add argument on whether it
|
||||
should do things deeply.
|
||||
|
||||
* src/engine/Account.c (xaccCloneAccountSimple): new func.
|
||||
(xaccAccountEnumAsString): change arg to GNCAccountType.
|
||||
|
||||
* src/gnc-ui-util.c (gnc_ui_account_get_balance):
|
||||
xaccGroupForEachAccountDeeply -> xaccGroupForEachAccount(...TRUE)
|
||||
|
||||
* src/engine/Account.c (xaccAccountGetChildren): Add children
|
||||
group if ->children == NULL.
|
||||
|
||||
2001-05-10 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/guile/File.c (gncFindFile): handle NULL arg
|
||||
@@ -655,6 +683,11 @@
|
||||
|
||||
* src/gnome/window-report.c: implement export callback
|
||||
|
||||
2001-04-19 James LewisMoss <jimdres@mindspring.com>
|
||||
|
||||
* src/gnome/new-user-funs.c (gnc_new_user_get_clist): new func to
|
||||
remove duplicate code.
|
||||
|
||||
2001-04-18 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/SplitLedger.c: fix for api change below
|
||||
|
||||
Reference in New Issue
Block a user