pkgsrc/finance/gnucash/patches/patch-aa
wiz b4c546b99f Update to 2.0.0, based on gnucash-devel:
2.0.0 - 9 July 2006
 	 o Release of new stable version 2.0.0.
	 o GnuCash 2.0 is based on state-of-the-art gtk2 GUI technology.
	 o GnuCash 2.0 follows the Gnome Human Interface Guidelines (HIG) for
	   a consistent behaviour and look-and-feel for the whole Desktop.
	 o New tabbed window.
	 o New importing feature: OFX DirectConnect can directly retrieve and
	   import account statements over the Internet.
	 o Implemented a "Hide account" feature to keep a better overview of
	   your current accounts.
	 o Implemented the ability to create budgets within GnuCash using
	   your account data.
	 o New importing feature: MT940 files can be imported (in addition to
	   QIF files and OFX files).
	 o The data file format has been improved with respect to
	   international characters. Data files with international characters
	   can be transferred to other countries flawlessly.
	 o Support for Accounting Periods.
	 o GnuCash Help and Guide are now fully integrated with the GNOME Help
	   system (Yelp).
	 o New releases of Finance::Quote and LibOFX will be coming soon to
	   update support for GnuCash 2.0.0.
2006-07-11 12:58:07 +00:00

12 lines
355 B
Text

$NetBSD: patch-aa,v 1.4 2006/07/11 12:58:08 wiz Exp $
--- src/core-utils/gnc-gkeyfile-utils.c.orig 2006-02-23 18:16:56.000000000 +0000
+++ src/core-utils/gnc-gkeyfile-utils.c
@@ -85,7 +85,6 @@ gnc_key_file_save_to_file (const gchar *
{
gchar *contents;
gint fd;
- extern int errno;
gint length;
ssize_t written;
gboolean success = TRUE;