From 308344a1a03cc576cc180dfde3ef1c1313b4d5e3 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 10 Apr 2000 07:27:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2174 57a11ea4-9604-0410-9ed3-97b8803252fd --- CHANGES | 5 +++++ ChangeLog | 7 ++++++- configure | 2 +- configure.in | 2 +- doc/README | 13 ++++--------- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGES b/CHANGES index 87b7198699..bc4ccde378 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Version history: ------- ------- + 1.3.5 - 10 April 2000 + o more work on reports and check-printing + o fixes to qif importing + o misc bug fixes + 1.3.4 - 27 March 2000 o alpha code for check printing (requires gnome-print) o more i18n of reports diff --git a/ChangeLog b/ChangeLog index cb70a28ba6..f185444ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-10 Dave Peticolas + + * doc/README: only the environment variable LANG needs to + be set to change the locale. + 2000-04-09 Dave Peticolas * src/scm/srfi/srfi-1.r5rs.scm: renamed 'list-index' to @@ -26,7 +31,7 @@ 2000-04-08 Dave Peticolas * src/scm/report/balance-and-pnl.scm: remove the report description. - It just looked wierd! + It just looked weird! * src/scm/command-line.scm (gnc:prefs-show-version): use the configured version instead of hard-coding it. diff --git a/configure b/configure index 50ff38d6a8..f02bdc8338 100755 --- a/configure +++ b/configure @@ -747,7 +747,7 @@ fi PACKAGE=gnucash -VERSION=1.3.4 +VERSION=1.3.5 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index e3c444cff1..f9ae072dd4 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ AC_INIT(src/guile/gnucash.h.in) -AM_INIT_AUTOMAKE(gnucash,1.3.4) +AM_INIT_AUTOMAKE(gnucash,1.3.5) dnl Set of available languages. ALL_LINGUAS="fr de en_GB sv" diff --git a/doc/README b/doc/README index 1ca1b8e29a..1b9caa76db 100644 --- a/doc/README +++ b/doc/README @@ -95,9 +95,10 @@ Running: -------- Only the Motif version of GnuCash is currently stable. The Gnome version is a development version, but will soon be stable enough for -regular use. Development of the Motif version has ceased. The qt/kde -version doesn't compile, most functions are missing. See below for -OS's other than GNU/Linux/*BSD support. +regular use. Development of the Motif version has ceased and does not +compile in current CVS. The qt/kde version doesn't compile, most +functions are missing. See below for OS's other than GNU/Linux/*BSD +support. The following packages are required to be installed to run the gnucash Motif binary: @@ -224,18 +225,12 @@ environment variables. For example, Francais, en bash: export LANG=fr_FR - export LC_ALL=fr_FR - export LINGUAS=fr_FR Francais, en tcsh: setenv LANG fr_FR - setenv LC_ALL fr_FR - setenv LINGUAS fr_FR German version: export LANG=de_DE - export LC_ALL=de_DE - export LINGUAS=de_DE Other locales that should mostly work, but are still in development: