Commit graph

18 commits

Author SHA1 Message Date
jschauma
9e3d0c059b Update gnucash to version 1.8.8, the latest stable version.
Changes since version 1.8.4 are numerous.  For brevity, I'll include
the changes from 1.8.6 onwards.  Other changes available at
http://www.gnucash.org.


What's New in GnuCash 1.8.8?
o HBCI - Improve error message when receiving zero balance from bank.
o Add account template for Swiss German businesses "KMU" by Tom Winterhalder
o Add *big* account template for German businesses "SKR04" by Betina Schmidt
o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek
o Add Turkish account template. Updated Greek account templates.
o Remove debian scripts
o Add a comment about minimum string length
o Fix the ISO_DATELEN to be "long enough"
o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially
  implement handling of multiple banks/users/customers.
o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user
  messages.
o Refactor some GUI code. Improve user messages.
o BillTermDecRef should have been BillTermIncRef when setting new bill term.
o Applied Frank Pavageau's patch regarding capital gains to handle split
  transactions.
o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha
  platform.

What's New in GnuCash 1.8.7?

o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a
dependency problem in 1.8.6 release.
o Small fix from hawkfan to get tests to work when building outside srcdir.
o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a
variable in the middle of an expression. Move the declaration to the top of
the function.
o We don't need the trailing semi-colon because the #include adds one. The
double semi-colon causes build failures in some cases.

What's New in GnuCash 1.8.6?

o Updated Spanish, Greek, French, Czech, Slovak translations
o Fixed extremely stupid bug in the import value setting workaround.
o Fixed problem with SX formula_cell calls
o Merge missing part of 2003-05-28 commit. The log format changes didn't get
commited for some reason, making the log replayer completely unusable.
o Fixed crash during dialog startup on Solaris.
o Turn off scheme garbage collection during query->scm and scm->query
conversion. It shaves about 50% off the test-scm-query-string tests.
o Make test-scm-query-string test deterministic by seeding the RNG with a
known value.
o Add a "slots" parameter to allow for future expansion. Right now this is
completely ignored.
2003-12-11 22:57:37 +00:00
mjl
1000edf2ce Resurrect patch-bf (removes update-finance-quote, wants to update
perl module outside of pkgsrc).
Remove --preserve-dup-deps from libtool, compiles and links fine
w/o it. Prompted by comment from Ron Roskens.
Add RCS tag to patch.
2003-07-13 22:32:11 +00:00
mjl
8ba35376c2 Update gnucash to 1.8.4.
Features updated translations and several pages of improvements
and bug fixes. This version is much more stable and usable than 1.8.1.
2003-07-12 23:03:39 +00:00
uebayasi
971a1307e0 Put back a mistakenly removed fix in ${WRKSRC}/configure for Gtkhtml
detection.
2003-05-19 03:03:34 +00:00
jschauma
397d50de8f Update gnucash to latest stable version 1.8.1.
This update is based on patches provided by Ron Roskens (roskens at elfin dot net)
in PR pkg/20271 and his posts to tech-pkg@.  Furthermore, this update fixes
PR pkg/20109 by Bill Sommerfeld.

Changes since our last version include:

	* src/register/ledger-core/split-register-control.c
	  If we're expanded, ignore TRANS cursor classes.  This prevents
	  a bug where the exchange-rate dialog is realized when there really
	  is nothing to do (because we're in an expanded transaction).
  	* src/register/ledger-core/split-register-model.c
	  Don't PERR() if we have no account -- this prevents annoying
	  messages when handling multi-currency txns in the GL.  Note:
	  all GL txns are displayed in the locale currency (if possible).
	* src/register/ledger-core/split-register.c
	  AUTO_LEDGER and JOURNAL register types _ARE_ expanded -- return
	  TRUE, not FALSE.
	* src/report/standard-report/advanced-portfolio.scm: add extra
	  arguments to prevent scheme crash.
	* src/gnome/glade/sched-xact.glade: Need to start the Editor dialog
	  as non-visible so the ledger get's sized properly
	* src/gnome/dialog-scheduledxaction.c: resize the cal after the
	  dialog is shown, so it get's sized properly.
	* src/register/register-gnome/gnucash-style.c: temporary fix to
	  prevent 105346, until a real fix can be created.  There is still
	  a visual artifact leftover, but at least it doesn't crash.
	* src/scm/tip-list.scm: remove the tip that says that this is a development
	  version.  (Thanks, pogma)
	* src/scm/command-line.scm: remove the "development version" string
	  when running "gnucash --version"
	* src/import-export/import-backend.c: Add heuristic for duplicate
	  matching by check number.
	* doc/README.OFX: Update
	* src/engine/gnc-lot-p.h: some strange platforms assume "char" is
	  0..255 instead of -128..127.  Force a "signed char" to make sure
	  we get the latter interpretation.
	* src/app-utils/gnc-ui-utils.c: Don't round unless force_fit is true.
	  Fixes Debian Bug #179802.
	* src/bin/overrides/gnucash-build-env.in: add business-utils
	* src/business/business-utils/Makefile.am: make scm-links so you
	  can run gnucash from within the build tree
	* po/it.po: Updated Italian translation by Lorenzo Cappelletti
	<L.Cappelletti@mail.com>.
	* src/import-export/qif-import/qif-file.scm: mark "splits" as negative
	  to make sure the numbers are reflected appropriately.
	* src/import-export/qif-import/qif-objects.scm: add a neg? value to
	  a qif-split; use this when converting the split-amount.
	Fixes bug #105179
	* src/calculation/Makefile.am: need to add GUILE_INCS
	* src/engine/Makefile.am: add ${INTLLIBS} for gettext() et al on
	  platforms that don't have it in libc
	* src/backend/file/io-gncbin-r.c: don't need to define functions
	  that are never used, so move the #ifdef around.  Fixes # 105124
	* src/import-export/qif-import/qif-file.scm: fix a
	  wrong-number-of-arguments fatal crash when trying to reparse
	  dates.
	* src/scm/main.scm: turn off devel version message
2003-02-27 04:08:24 +00:00
jlam
42bcfaf307 Fix build after the guile 1.4/1.6 split by properly using the pkgsrc
libtool.  Also move a post-extract step that created fake headers to
post-buildlink time where it is more appropriate.
2003-01-24 04:28:52 +00:00
wiz
8c9df3009d Fix detection of gtkhtml-1.1. 2003-01-15 22:24:13 +00:00
mjl
9654b0721b Updated to 1.6.8
o Updated or new translations for Japanese, Italian, Traditional
   Chinese, Simplified Chinese, Russian, French, German, Swedish,
   Portuguese, Brasilian Portugese
 o Add French account hierarchy template
 o Back-ported fix for locale of new accounts
 o File permission fix
 o Changed "Opening Balances" to "Opening Balance" to unify the
   account name
 o Tweak for newer versions of db2html
 o Fix a common crash caused by a dangling pointer reference
 o Add upper bounds checking on the versions of guile and g-wrap
 o Fix for guile-1.4.1 srfi problem
 o Added support for VWD as a quote source
2002-08-23 11:52:51 +00:00
mjl
053d8140dd Update gnucash to 1.6.6
o Updated or new translations for Dutch, Norwegian, Russian, Greek,
    French, German, Portuguese, Azerbaijani Turkic, and Slovak
  o Tweaked the exchange rate calculation so that it will work in even
    more complicated cases, involving different Euroland and other currencies.
  o Added Edit Report Options hyperlink to warnings in reports.
  o Added workaround for Guppi barchart legend sorting
    (broken in Guppi 0.40.0 - 0.40.3).
  o Bug fixes
2002-03-12 19:02:28 +00:00
mjl
b1ced52230 Update to 1.6.5
o Euro conversion druid
  o Updated or new translations for Brazilian Portuguese,
    Danish, German, Nicaraguan Spanish, Norwegian, Portuguese,
    Slovak, Spanish, and Swedish
  o minor bug fixes
2001-12-17 22:29:04 +00:00
mjl
298f0812de Update to 1.6.4
o fix bug importing GnuCash 1.4 files
2001-10-02 00:36:53 +00:00
mjl
ba3613ee50 Update to 1.6.3, featuring
o new Polish translation
         o Danish and Spanish translation of new account files
         o updated Swedish, German, and Portuguese translations
         o child accounts can be reconciled with the parent
         o support for TrustNet online quotes
         o support for precious metal currencies
         o bug fixes
2001-09-26 22:37:21 +00:00
mjl
1bea6ca246 Update to 1.6.2
o Updated Danish and German translations
         o SQL backend performance improvements
         o bug fixes
2001-08-13 23:08:02 +00:00
mjl
ddd953f246 Updated to 1.6.1:
Updated documentation
	Updated French, German, Japanese, and Portuguese translations
	Improved startup time
	Many bug fixes
2001-08-01 23:50:19 +00:00
tron
75f8c82fbe Update "gnucash" package to version 1.6.0. Changes since version 1.4.8:
- more sql backend work
- updated translations for Portuguese, German, Swedish, and Danish
- a little ray of sunshine
- updated documentation (English & Portuguese)
- updated German and Portuguese translations
- more work on sql backend
- fixes for FreeBSD
- updated documentation
- updated Norwegian and Portuguese translations
- second alpha release
- updated user documentation
- updated api documentation
- alpha release, string freeze
- new user account hierarchy wizard
- account hierarchy export
- reporting improvements
- transfer dialog auto-completion
- reporting improvements
- many misc GUI improvements
- updated German and Portuguese translations
- fixes for Solaris
- more new & improved reports
- use of gnome MDI for main window
- GUI improvements
- several new & improved reports/graphs
- online price quotes now work
- new main window display
- Spanish & Portuguese translations of the manual
- new XML file format
- better support for importing qifs from online banks
- improved checking register
- support for charts & graphs
- financial calculator
- new user account hierarchy wizard
- many UI improvements
- fixes for Solaris 8
- fixes for gnome-print 0.23
- new Spanish translation
- new Russion translation
- improved qif importing
- updated documentation
- lots of bug fixes
- switch to gtkhtml widget
- updated French translations
- improved qif importing
- fix for g-wrap 0.9.4
2001-07-01 16:03:30 +00:00
mjl
6525602ce3 Update to 1.4.12. Changes:
* Turkish translation
* minor bug fix
2001-05-26 01:35:54 +00:00
agc
a0e72679a4 Move to sha1 digests, and add distfile sizes 2001-04-18 13:44:01 +00:00
agc
c75afa0851 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:10:32 +00:00