2001-05-13 Dave Peticolas * src/gnome/window-main.c: write commodities with accounts * src/engine/io-gncxml-v2.c (write_commodities): make public * src/gnome/new-user.glade: tweak gui * src/gnome/window-main.c: the "destroy" handler does not return a result. add menu item & functionality for account hierarchy export. * src/scm/report/welcome-to-gnucash.scm: take out the ugly :) 2001-05-12 Christian Stimming * src/scm/report/category-barchart.scm, net-barchart.scm, average-balance.scm: Added price-source option. Uses new function gnc:make-exchange-nearest-function to offer time-varying exchange rates. * src/scm/report-utilities.scm (gnc:acccounts-get-all-subaccounts): added. * src/scm/commodity-utilities.scm (gnc:make-exchange-nearest-function): Added this and many more functions to enable time-variant currency exchange. * src/scm/report/price-scatter.scm: Add warnings if data is empty. 2001-05-12 Bill Gribble * src/gnome/dialog-options.c: fix destructor bug * src/gnome/window-report.c: add options dialog to edited list even if opened by a URL click. * src/gnome/window-main.c: handle close of last window safely. Still don't save MDI info correctly with WM close, though. 2001-05-12 Dave Peticolas * src/FileDialog.c (gncFileSaveAs): don't use a default filename * src/scm/report/hello-world.scm: put under utility menu * src/scm/report/welcome-to-gnucash.scm: don't show in menu * src/scm/report/iframe-url.scm: put under utility menu * src/scm/report.scm: add 'utility reports' menu * src/gnome/new-user-funs.c: add support for opening balances * src/gnome/gnc-amount-edit.c (gnc_amount_edit_evaluate): allow empty string as zero * src/gnome/new-user-callbacks.c: add support for opening balances * src/gnome/dialog-account.c (gnc_account_list_fill): fix warning (gnc_account_window_destroy_cb): destroy callback has no return (gnc_ui_to_account): reverse opening balance appropriately * src/engine/Account.c: change return type to const 2001-05-12 Christian Stimming * src/scm/report/pnl.scm, account-piecharts.scm, account-summary.scm: Added price-source option. Use new function gnc:case-exchange-fn. * src/scm/date-utilities.scm (gnc:get-end-cur-fin-year): added function. * src/scm/options-utilities.scm (gnc:options-add-date-interval!): changed the order of relative dates - which order is best? * src/scm/report/balance-sheet.scm: use new function gnc:case-exchange-fn. * src/scm/commodity-utilities.scm (gnc:case-exchange-fn): add function. * src/scm/report/price-scatter.scm: adapted helper function name to other reports. * src/scm/report/price-scatter.scm: Extended option to use the pricedb as a price source. * src/scm/commodity-utilities.scm: Added functions for getting sorted commodity splits, for total-average-prices of a commodity-list, for instantaneous prices, for instantaneous prices of a commodity-list, and for cooking your morning coffee :) * src/scm/report-utilites.scm, html-utilities.scm: create new function (gnc:accounts-get-commodities), use it in html-utilities.scm. * src/scm/html-scatter.scm: add workaround for rgba color. 2001-05-12 Robert Graham Merkel * src/scm/main-window.scm: create .gnucash if it doesn't exist when saving a book config file. 2001-05-11 Dave Peticolas * src/engine/Account.c (xaccCloneAccountSimple): use xaccAccountSetCurrency -- it does more than just set the pointer! * src/gnome/new-user-funs.c (clone_account): don't use engine private functions. * src/engine/io-example-account.c (add_account_local): fix up currency & security for new example accounts * src/engine/io-utils.c: add emacs mode comment to cancel XML comment * src/gnome/new-user-callbacks.c: fix compiler warning * src/engine/gnc-book.c (gnc_book_set_group): fix bug * src/engine/sql/Makefile.am: add files for make dist 2001-05-11 Bill Gribble * src/scm/main-window.scm: force-output when saving param files. otherwise they don't get written until program exit, which can cause problems. Add newlines to acct tree output. 2001-05-11 Dave Peticolas * src/doc/design/engine.texinfo: update docs 2001-05-11 Robert Graham Merkel * src/scm/report/account-piecharts.scm: add checks for empty data. 2001-05-10 Dave Peticolas * src/scm/main-window.scm ((gnc:main-window-book-open-handler book-url)): restore the main window even if we can't get a conf-file-name. * src/scm/main.scm (gnc:load-account-file): if we have a file to open, only run book-opened-hook if file open returns false. * src/FileDialog.c (gncPostFileOpen): once book-closed-hook has been run, run book-opened-hook if opening the file fails for some reason. * src/guile/gnc.gwp: update ui-open-file api. * src/gnome/top-level.c (gnucash_ui_open_file): return TRUE/FALSE for success/failure. use gboolean instead of int for boolean returns. 2001-05-10 Bill Gribble * src/gnome/dialog-column-view.c: change handling of component reports. now we explicitly handle the case of the column view, which is the only report that needs to save/restore its children. * src/gnome/gnc-html-guppi.c: add printing support for graphs. Doesn't really work on my system ATM. I'll follow up on it. * src/gnome/window-main.c: move save/restore forms out of gnome MDI config string. rename some functions. * src/gnome/window-report.c: save the initial report in a window for special treatment. It's the one that gets saved and restored, and whose title appears in the tab. * src/scm/*: remove instances of report-add-child and friends. The concept is unnecessary. * src/scm/main-window.scm: save report and account data to a new file named after the book in the directory ~/.gnucash/books. * src/scm/options.scm: run option-changed callbacks in the order they were added. Add gnc:options-touch to dirty the options without changing anything. * src/scm/report.scm: add new optional fields for the define-report form: 'options-cleanup-cb and 'options-changed-cb. 'options-cleanup-cb is called before book save to allow you to clean up any mess that you don't want saved. 'options-changed-cb is called after any report option is changed. Both are optional. Also get rid of the concept of 'display-lists' for reports and let the displays update themselves with callbacks. Get rid of parents and children for the reports. * src/scm/report/view-column.scm: revamp to handle options processing, saving, and rendering better. 2001-05-10 James LewisMoss * 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 * src/guile/File.c (gncFindFile): handle NULL arg (gncReadFile): use glib mem routines * src/doc/design/engine.texinfo: update docs * src/scm/command-line.scm: fix bugs * src/engine/kvp_frame.c: handle NULL args 2001-05-10 Christian Stimming * src/scm/report/account-summary.scm, balance-sheet.scm, pnl.scm: moved foreign currency display option to display tab. * src/scm/html-utilities.scm (gnc:html-acct-table-comm-row-helper!): fixed display bug. * src/engine/gnc-pricedb.c (gnc_pricedb_lookup_nearest_in_time): Fixed this function so that it works properly now. * src/scm/commodity-utilities.scm (gnc:get-match-commodity-splits): fix bug. 2001-05-09 Dave Peticolas * src/doc/design/engine.texinfo: update docs * src/engine/*.[ch]: add GPL headers 2001-05-09 Christian Stimming * src/scm/report/price-scatter.scm: use the configurable report title. 2001-05-09 Dave Peticolas * src/doc/design/user-preferences.texinfo: update docs * src/doc/design/reports.texinfo: update docs * src/doc/design/top-level.texinfo: update docs * src/doc/design/register.texinfo: update docs * src/doc/design/component-manager.texinfo: update docs 2001-05-09 Christian Stimming * src/scm/report/price-scatter.scm: Added new option: get weighted average prices from the past, not only the instant prices. * src/scm/commodity-utilities.scm (gnc:get-commodity-totalaverage-prices): Added function. Eventually this could be an extension/alternative to prices from the pricedb. 2001-05-09 Robert Graham Merkel * src/scm/report/net-barchart.scm: check for empty data and empty account lists. * src/scm/report/category-barchart.scm: check for empty data, print a nice error message. * src/scm/html-piechart.scm: now produces a warning if an empty piechart is sent to it. * src/scm/html-barchart.scm: now checks for and warns against empty barcharts 2001-05-08 Christian Stimming * src/scm/options-utilities.scm, src/scm/report/price-scatter.scm: moved gnc:options-add-marker-choice! from price-scatter.scm to options-utilities.scm. 2001-05-08 Dave Peticolas * src/scm/price-quotes.scm: add currency quote support * src/gnome/dialog-account.c: add currency quote support * src/engine/Account.c: allow CURRENCY accounts to have price source set. * src/quotes/finance-quote-helper.in: add currency quote support 2001-05-07 Christian Stimming * src/scm/commodity-utilities.scm: Always use the absolute value when building a weighted average. 2001-05-06 Christian Stimming * src/scm/report/price-scatter.scm: add options for marker shape and color. * src/scm/report/transaction-report.scm: fix bug. 2001-05-05 Dave Peticolas * src/gnome/window-main.c: fix bugs 2001-05-05 Christian Stimming * src/scm/report/price-scatter.scm: More experiments with scatter plots which are working now. Doesn't look too nice though. * src/scm/commodity-utilities.scm (gnc:get-match-commodity-splits): new function. * src/scm/date-utilities.scm (gnc:date->timepair): new function. Code cleanup. * src/guile/gnc.gwp: more price handling functions. 2001-05-04 Dave Peticolas * src/register/splitreg.c: set action cell to autosize * src/register/gnome/combocell-gnome.c (xaccComboCellSetAutoSize): new func. * src/register/gnome/gnucash-item-list.c (gnc_item_list_autosize): return the clist width * src/register/gnome/gnucash-item-edit.c (item_edit_show_popup): fix bug * src/scm/main.scm: run the book-opened hook before showing the new-user window. * src/guile/Makefile.am: remove references to gnc-autogen.h. Clean gnc.c and gnc.h. 2001-05-03 Dave Peticolas * src/engine/date.c (timespec_normalize): fix bug * doc/sgml/C/xacc-about.sgml: update credits * src/gnc-ui-util.h (_GNCPrintAmountInfo): make commodity const * src/gnome/window-register.c: fix compiler warning 2001-05-04 Robert Graham Merkel * src/scm/report/transaction-report.scm : Add labels to subtotals. 2001-05-04 Conrad Canterford * make-gnucash-patch.in: add --manifest option (allow use of a manifest file. Also, change --file option to allow multiple files. Fix bug in previous change. * README.patches: Updated to reflect new capabilities. 2001-05-03 Dave Peticolas * doc/sgml/*/xacc-hierarchical-report.sgml: remove file * doc/sgml/pt_PT/xacc-txf-categories.sgml: add missing * doc/sgml/pt_PT/gnucash.sgml: add missing file * doc/sgml/es/xacc-txf-categories.sgml: add missing * doc/sgml/es/gnucash.sgml: add missing file * doc/sgml/C/xacc-txf-categories.sgml: add missing * src/engine/DateUtils.c: config.h goes first * make-gnucash-patch.in: fix bug * README.cvs: update info 2001-05-03 Christian Stimming * src/scm/report/account-summary.scm: fix bug. * src/scm/html-document.scm: added handler for scatter plots. * src/scm/report/price-scatter.scm: Added file. This eventually should show prices over time. ATM it demonstrates scatter plots in a meaningless report. * src/scm/html-scatter.scm: Added file. Provides scatter plots for reports. * src/scm/options.scm (gnc:color->hex-string): added function. 2001-05-03 Robert Graham Merkel * src/scm/report/transaction-report.scm: fix bug with secondary subheadings. 2001-05-03 Dave Peticolas * many files: fix spelling errors * src/gnome/gnc-html-guppi.c: use unsigned int for color 2001-05-02 Dave Peticolas * src/gnome/window-main.c: set the app's mdi mode from user prefs * README.cvs: add README about cvs write access * src/scm/report/net-barchart.scm: same as below * src/scm/report/category-barchart.scm: same as below * src/scm/report/average-balance.scm: same as below * src/scm/report/account-piecharts.scm: don't combine liabilities & equity together. * src/gnome/dialog-column-view.c: work on gui * src/gnome/dialog-utils.c (gnc_clist_columns_autosize): new func 2001-05-02 Robert Graham Merkel * src/scm/report/transaction-report.scm: Fix bug with subheading display. 2001-05-01 Dave Peticolas * src/gnome/dialog-transfer.c: fix bugs * src/guile/gnucash.c.in: update last stable version 2001-05-01 Conrad Canterford * make-gnucash-patch.in: add --file option to allow single file patches to be made. * README.patches (new file): Moved patch instructions from README file into this new file, and added detailed descriptions of all the options for make-gnucash-patch. * README: see above 2001-05-01 Dave Peticolas * src/scm/report/stylesheet-plain.scm: fix i18n bugs * src/scm/report/stylesheet-fancy.scm: work on colors, fix i18n bugs * src/gnome/dialog-style-sheet.c: fix i18n bugs * src/gnome/window-acct-tree.c: add popup menu to account tree * src/gnome/mainwindow-account-tree.c (gnc_mainwin_account_tree_attach_popup): add user_data argument for popup menu * src/gnome/window-register.c: same as below * src/gnome/window-main.c: same as below * src/gnome/window-register.c: obey gnome preferences for menubar & toolbar detachability 2001-05-01 Christian Stimming * src/scm/report/average-balance.scm: moved from average-balance-2.scm. Fix bug. 2001-04-30 Dave Peticolas * src/scm/report/portfolio.scm: fix bug * src/scm/price-quotes.scm: handle 'nav' and 'price' types * src/gnome/dialog-price-editor.c: update for nav price type * src/quotes/finance-quote-helper.in: try 'nav' and 'price' if 'last' fails. 2001-05-01 Robert Graham Merkel * src/engine/Query.{ch}: added date-granularity sorting functionality to queries. * src/engine/date.[ch] (timespecCanonicalDayTime): new function migrated from the scheme code. * src/guile/gnc.gwp: added wrappers for the above. * src/scm/date-utilities.scm (gnc:timepair-canonical-day-time): removed, replaced by new C function. * src/scm/report/*.scm: added checks for "no-accounts-selected". * src/scm/report/average-balance-2.scm: New (temporary) file. The average balance report with a rewritten calculation engine. * src/scm/report/register.scm: Modified to use global styles * src/scm/report/transaction-report.scm: use improved sorting ability, get report title from options. * src/scm/html-utilities.scm (gnc:html-make-no-account-warning): new function. (remove-last-empty-row): minor changes. * src/scm/report-utilities.scm: added the ability to get "numitems" out of a stats collector for debugging purposes. 2001-04-30 Christian Stimming * src/scm/report/net-worth-timeseries.scm, income-expense-chart.scm: removed files. 2001-04-29 Dave Peticolas * src/gnc-ui-util.c (gnc_locale_default_currency): handle no default currency * src/gnome/dialog-transfer.c: fix bugs 2001-04-28 Christian Stimming * src/scm/date-utilities.scm: Fixed a whole lot of bugs in the relative-date functions (did *nobody* ever test those???). Added relative dates end-cal-year, end-current-quarter, and end-this-month. Added comments. * src/scm/options-utilities.scm: Changed date-options to be combo options of both relative and absolute dates. * src/scm/report/portfolio.scm, taxtxf.scm: adapt to usual option conventions. * src/scm/report/account-summary.scm: Fix bug. 2001-04-27 Christian Stimming * src/scm/report/balance-sheet.scm: Added workaround for gtkhtml column width. 2001-04-27 Dave Peticolas * src/SplitLedger.c (xaccSRExpandCurrentTrans): if expanding a transaction, try to show all of it * src/register/table-gnome.c (gnc_table_show_range): new func * src/register/gnome/gnucash-sheet.c (gnucash_sheet_show_range): new func 2001-04-27 Christian Stimming * src/scm/report/balance-sheet.scm: Added option to choose the source of prices. Adapted to changes in html-utilities. * src/scm/report/pnl.scm: Adapted to changes. * src/scm/report-utilities.scm (gnc:monetary->string): Fix bug. * src/scm/html-utilities.scm (gnc:html-make-exchangerates): Switched to different arguments. Fix bug. * src/scm/commodity-utilities.scm: fix bug * src/scm/options-utilities.scm (gnc:options-add-price-source!): added function. * src/engine/gnc-pricedb.c (gnc_pricedb_lookup_nearest_in_time): fix bug. 2001-04-26 Christian Stimming * src/scm/commodity-utilities.scm (gnc:exchange-by-pricedb-{latest,nearest}): new functions. 2001-04-26 Dave Peticolas * src/gnome/window-main.c: handle scm parsing errors * src/scm/report.scm: fix bug * src/guile/gfec.c: handle NULLs 2001-04-26 Christian Stimming * src/scm/report/net-barchart.scm: New file, it is the merger of income-expense-graph.scm and net-worth-timeseries.scm. * src/scm/report/*.scm: adapt to changed gnc:make-report-anchor. * src/scm/html-utilities.scm (gnc:make-report-anchor): gnc:report-add-child-by-id! is now used inside here. API changed. 2001-04-25 Dave Peticolas * src/scm/commodity-utilities.scm: fix fixme * src/engine/Group.c (xaccGroupGetAccount): remove pokey warning * src/engine/gnc-transaction-xml-v2.c: read & write split action field * src/gnome/druid-commodity.c: do gncFileNew after gncFileQuit * src/guile/gnc.gwp: remove pokey functions (not used anymore) * src/scm/main.scm: fix bug. don't do new user dialog if we have a file on the command line. * src/FileDialog.c (gncAddHistory): fix bug. check for NULL. * src/guile/gnucash.c.in: include string.h * src/gnome/window-main.c: don't restore state for old format files 2001-04-24 Dave Peticolas * src/scm/options.scm: check for deleted accounts in account list option. fix bug. * src/scm/report/pnl.scm: filter out non income/expense accounts * src/scm/report/budget-report.scm: remove * src/scm/qif-import/qif-to-gnc.scm: remove cruft * src/engine/Account.c: take out pokey warnings 2001-04-25 Robert Graham Merkel * src/scm/html-utilities.scm: (gnc:html-table-append-ruler/markup!) new function. Also modify (gnc:html-build-acct-table) and other functions to use global row styles. * src/scm/html-table.scm:(gnc:html-table-prepend-row/markup!) fix bug. * src/scm/report/balance-sheet.scm: use new global row styles. * src/scm/report/stylesheet-*.scm: add new global row styles. * src/scm/report/transaction-report.scm: use new global row styles, fix bug with memo display. Remove local color options. 2001-04-24 Bill Gribble * src/FileDialog.c: call book-opened-hook and book-closed-hook where appropriate * src/gnome/dialog-column-view.c: change to single-parent model * src/gnome/top-level.c: don't do MID state saving and restoring here... do it in the book save/load hooks. * src/gnome/window-main.c: the configstring stored in MDI is now a Scheme form which restores the window state. save/restore it. Also, change the MDI session name to encode the book URL (have to encode it to escape some chars, notably /, which MDI doesn't like in section names) * src/scm/main-window.scm: new file. get the main-window save/restore functions out of prefs.scm * src/scm/report/scm: only one parent per report; write save routines to save all parents and children. 2001-04-24 Dave Peticolas * src/gnome/window-register.c: add additional warnings when deleting reconciled splits/transactions 2001-04-24 Christian Stimming * src/guile/gnc.gwp: g-wrap all the euro-related functions. 2001-04-24 Dave Peticolas * src/gnome/dialog-transfer.c: set price for euro currencies automatically * src/EuroUtils.c (gnc_euro_currency_get_rate): new func 2001-04-23 Dave Peticolas * src/gnome/gnc-html-guppi.c: check for new guppi args before passing them 2001-04-23 Christian Stimming * src/scm/report/transaction-report.scm: Make more sanity checks. Fix bugs. 2001-04-23 Dave Peticolas * src/engine/Query.c (xaccQueryGetSplitsUniqueTrans): fix bug * src/engine/Account.c (xaccAccountSetPriceSrc): fix bug 2001-04-23 Kevin Finn * src/engine/Account.c src/engine/Account.h: added xaccAccountGetBalanceAsOfDate and xaccAccountGetShareBalanceAsOfDate, to determine the balance of an account on a given date. * src/gnome/window-reconcile.c: added appropriate callbacks so that changes to the startRecnWindow date entry will update the ending balance amount entry. Once the user manually updates the ending balance amount, the automatic updates will no longer occur if the date entry is changed again. Changed gnc_get_reconcile_info to use the *AsOfDate funcs if possible. 2001-04-22 Christian Stimming * src/scm/report/transaction-report.scm: More work on subtotal options. * src/scm/report/net-worth-timeseries.scm: Add links to new reports on bars. * src/scm/options.scm, html-utilities.scm: Fix bugs with wrong report names. 2001-04-22 Dave Peticolas * src/gnome/dialog-find-transactions.c: remove tags notebook page. 2001-04-22 Christian Stimming * src/scm/report/income-expense-graph.scm: Add links to new reports on bars. 2001-04-22 Dave Peticolas * src/scm/report/transaction-report.scm: use new api for changing sensitivity * src/guile/gnc.gwp: wrap new function * src/guile/global-options.c (gnc_set_option_selectable_by_name): new func * src/guile/option-util.c (gnc_option_db_set_option_selectable_by_name): new func * src/gnome/dialog-options.c (gnc_set_option_selectable): new func * src/gnome/dialog-account.c (gnc_type_list_unselect_cb): fix bug * src/scm/report/register.scm: use query option to store query * src/gnome/window-register.c (report_helper): don't copy the query -- it's converted to scm now * src/guile/gnc-helpers.c: more work on scm<->query 2001-04-22 Christian Stimming * src/scm/report/transaction-report.scm: Added new options for specifying whether a subtotal will be printed. Unfinished. * src/scm/report.scm, src/scm/report/*.scm: Defined more string constants for option names. Used them in the reports. 2001-04-21 Christian Stimming * src/scm/options.scm (gnc:make-multichoice-callback-option): Added multichoice option with callback functions, just like the complex-boolean-option. * src/scm/report/transaction-report.scm: Fixed date bug. 2001-04-21 Dave Peticolas * src/guile/gnc-helpers.c: more work on scm<->query. 2001-04-20 Dave Peticolas * src/gnome/window-report.c: raise app of new report to top * src/register/recncell.c: add confirmation callback * src/SplitLedger.c: implement reconcile confirm cb * src/gnome/gnc-html.c: add missing include * src/gnome/dialog-transfer.c: fix spelling 2001-04-20 Bill Gribble * src/gnome/dialog-column-view.c: maintain the report window edited list when closing dialog. raise an existing edit dialog. * src/gnome/gnc-html.c: make sure we know about options editors launched from gnc-options: urls * src/gnome/window-report.c: numerous changes to improve handling of options dialogs. * src/scm/report.scm: new function, gnc:report-edit-options. 2001-04-20 Dave Peticolas * src/guile/gnc-helpers.c: remove cruft. work on converting Query objects to and from a scheme representation (unfinished) * src/guile/gnc.gwp: wrap more of the Query enums * src/engine/Query.c (xaccQueryAddAccountGUIDMatch): new func * src/scm/options.scm: add a query option type * src/scm/report/report-list.scm: don't bother hiding tax report 2001-04-19 Bill Gribble * src/gnome/top-level.c: add call to skeleton "welcome" report if user has not run 1.5/1.6 before * src/scm/html-document.scm: changes to make sure styles are set for component reports in multicolumn view * src/scm/report.scm: clean up rendering with/without headers * src/scm/report/stylesheet-plain.scm: get rid of
tag on * src/scm/report/welcome-to-gnucash.scm: new report and function to set up welcome to gnucash report 2001-04-19 Dave Peticolas * src/register/gnome/gnucash-item-edit.c (item_edit_draw_info): fix some left-right scrolling glitches * src/gnome/dialog-tax-info.c: implement tax info api * src/gnome/account-tree.c: same as below * src/gnome/window-acct-tree.c: add tax info field * src/scm/report.scm: add an export callback for reports * src/guile/gnc.gwp: wrap radio chooser api * src/scm/report/taxtxf.scm: use export callback to choose between html & txf * src/gnome/window-report.c: implement export callback 2001-04-19 James LewisMoss * src/gnome/new-user-funs.c (gnc_new_user_get_clist): new func to remove duplicate code. 2001-04-18 Dave Peticolas * src/SplitLedger.c: fix for api change below * src/gnc-ui.h: api change below * src/gnome/query-user.c (gnc_choose_radio_option_dialog_parented): use glist instead of pointer array for list of strings argument 2001-04-18 Bill Gribble * src/gnome/dialog-options.c: don't destroy options dialog twice. * src/gnome/window-main.c: hopefully last MDI fixes; rearrange menu and replace "New Window" with "Move to New Window." 2001-04-18 Dave Peticolas * src/gnc-ui-util.c (gnc_ui_account_get_balance): use current stock quotes to get balances for stock/mutual/currency accounts * src/gnome/window-main.c: check for NULL toolbar parents * src/engine/sixtp-xml-write-utils.c: use new func below * src/engine/sixtp-dom-generators.c (timespec_sec_to_string): use new func below. * src/engine/sixtp-utils.c (timespec_secs_to_given_string): new func. format timezone string by hand (solaris fix) * src/engine/gnc-account-xml-v2.c (gnc_account_end_handler): only begin editing the account if parsing was successful * src/test/test-xml-account.c (test_add_account): don't delete the account, because it's referenced by the parser after the callback. 2001-04-17 Bill Gribble * src/gnome/window-main.c: More changes for MDI. I think we finally have toolbars handled right. Also new windows for account trees. 2001-04-17 Rob Browning * src/scm/utilities.scm (string-split): used to be string-split-on in qif-utils.scm * src/scm/qif-import/qif-utils.scm: move string-split-on to utilities.scm as string-split to better match string-join. * src/scm/qif-import/qif-to-gnc.scm (qif-import:qif-to-gnc): string-split-on -> string-split. * src/scm/qif-import/qif-dialog-utils.scm (qif-import:get-all-accts): string-split-on -> string-split. * src/scm/price-quotes.scm (yahoo-get-historical-quotes): new function - retrieve lists of historical quote information. * src/scm/bootstrap.scm.in (%load-path): add new guile-modules directory so we can use-modules from there. * src/guile/Makefile.am (CLEANFILES): add gnucash.c so it goes away on "make clean" in addition to "make distclean". * src/engine/gnc-pricedb.c: minor doc updates. * src/engine/gnc-pricedb.h: much more documentation. * lib/guile-www: new directory - contains guile-www CVS module. Used by new historical quote function. Several new files added. Installed to new install directory GNC_SHAREDIR/guile-modules such that it is available via (use-modules (www main)), etc. * lib/Makefile.am (SUBDIRS): add guile-www * configure.in (AC_OUTPUT): add lib/guile-www/Makefile 2001-04-17 Dave Peticolas * src/gnome/file-history.c: fix bug 2001-04-17 Bill Gribble * fixes to MDI bugs: only one param editor for accounts and reports, make sure reports reference and created children * new report: 'Frame URL'. Give it an URL and it will display the contents in an