summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-ad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-07-19 19:35:03 +0000
committerwiz <wiz@pkgsrc.org>2007-07-19 19:35:03 +0000
commit5d2e2326a23e14eb1ff5fe13348ec2c64c36ce5f (patch)
tree1a29cedf1ef5b278caef9c6b0b34052b65e18466 /finance/gnucash/patches/patch-ad
parentc5b70a158d8e8b7663e356843a29c75921ede485 (diff)
downloadpkgsrc-5d2e2326a23e14eb1ff5fe13348ec2c64c36ce5f.tar.gz
Update to 2.2.0, based on gnucash-current package.
2.2.0 - 14 July 2007 o Welcome to the GnuCash 2.2.0 Release. o With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. o This release has only a few user-visible new features, except for the completed port to the Microsoft Windows operating system. In summary, the following features are new, compared to the older 2.0.x series: o Port to Microsoft Windows completed. Note that Windows 2000, XP, or Vista is required; GnuCash does not run on Windows 98 or 95. o Data file notice: In version 2.1.2 the format for scheduled transactions in the data file was changed. Files using the old format will be read without problems by this new version, but the new version of GnuCash only writes the new format. The new file format cannot be loaded by older versions of GnuCash. (If you try, the file will fail to be loaded with an error message.) As a result, if you begin using the new Gnucash, and you have data files with scheduled transactions, then these files will not be readable by older versions. If you have to make a new data file readable by older versions of GnuCash, this can be achived by deleting all records of scheduled transactions in the scheduled transaction editor. o SWIG is now used instead of g-wrap for providing language bindings. o The Scheduled Transaction list view is now improved and summarized more compactly. The Since-Last-Run dialog has been simplified. o Check printing has been improved, with new formats and simpler format descriptions. o Automatic saving of the data file was added. o Bugfixes and improvements since the last version 2.1.5 include: o Updated translations. o Improved handling of Online Banking wizard on Windows.
Diffstat (limited to 'finance/gnucash/patches/patch-ad')
-rw-r--r--finance/gnucash/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash/patches/patch-ad b/finance/gnucash/patches/patch-ad
index 59cc8aab802..87bc6d66a44 100644
--- a/finance/gnucash/patches/patch-ad
+++ b/finance/gnucash/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2006/10/23 21:46:39 wiz Exp $
+$NetBSD: patch-ad,v 1.9 2007/07/19 19:35:04 wiz Exp $
---- src/gnome/druid-acct-period.c.orig 2006-10-08 17:15:14.000000000 +0000
+--- src/gnome/druid-acct-period.c.orig 2007-04-28 23:16:48.000000000 +0000
+++ src/gnome/druid-acct-period.c
-@@ -334,7 +334,7 @@ ap_show_menu (GnomeDruidPage *druidpage,
+@@ -337,7 +337,7 @@ ap_show_menu (GnomeDruidPage *druidpage,
* we may have closed books since last time. */
info->earliest = get_earliest_in_book (gnc_get_current_book());
info->earliest_str = qof_print_date(info->earliest);
@@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.8 2006/10/23 21:46:39 wiz Exp $
prepare_remarks (info);
}
-@@ -529,7 +529,7 @@ ap_druid_create (AcctPeriodInfo *info)
+@@ -534,7 +534,7 @@ ap_druid_create (AcctPeriodInfo *info)
info->earliest = get_earliest_in_book (gnc_get_current_book());
info->earliest_str = qof_print_date(info->earliest);
PINFO ("date of earliest transaction is %ld %s",