mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2174 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,5 +1,10 @@
|
|||||||
Version history:
|
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
|
1.3.4 - 27 March 2000
|
||||||
o alpha code for check printing (requires gnome-print)
|
o alpha code for check printing (requires gnome-print)
|
||||||
o more i18n of reports
|
o more i18n of reports
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2000-04-10 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||||
|
|
||||||
|
* doc/README: only the environment variable LANG needs to
|
||||||
|
be set to change the locale.
|
||||||
|
|
||||||
2000-04-09 Dave Peticolas <peticola@cs.ucdavis.edu>
|
2000-04-09 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||||
|
|
||||||
* src/scm/srfi/srfi-1.r5rs.scm: renamed 'list-index' to
|
* src/scm/srfi/srfi-1.r5rs.scm: renamed 'list-index' to
|
||||||
@@ -26,7 +31,7 @@
|
|||||||
2000-04-08 Dave Peticolas <peticola@cs.ucdavis.edu>
|
2000-04-08 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||||
|
|
||||||
* src/scm/report/balance-and-pnl.scm: remove the report description.
|
* 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
|
* src/scm/command-line.scm (gnc:prefs-show-version): use the
|
||||||
configured version instead of hard-coding it.
|
configured version instead of hard-coding it.
|
||||||
|
|||||||
2
configure
vendored
2
configure
vendored
@@ -747,7 +747,7 @@ fi
|
|||||||
|
|
||||||
PACKAGE=gnucash
|
PACKAGE=gnucash
|
||||||
|
|
||||||
VERSION=1.3.4
|
VERSION=1.3.5
|
||||||
|
|
||||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
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; }
|
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
AC_INIT(src/guile/gnucash.h.in)
|
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.
|
dnl Set of available languages.
|
||||||
ALL_LINGUAS="fr de en_GB sv"
|
ALL_LINGUAS="fr de en_GB sv"
|
||||||
|
|||||||
13
doc/README
13
doc/README
@@ -95,9 +95,10 @@ Running:
|
|||||||
--------
|
--------
|
||||||
Only the Motif version of GnuCash is currently stable. The Gnome
|
Only the Motif version of GnuCash is currently stable. The Gnome
|
||||||
version is a development version, but will soon be stable enough for
|
version is a development version, but will soon be stable enough for
|
||||||
regular use. Development of the Motif version has ceased. The qt/kde
|
regular use. Development of the Motif version has ceased and does not
|
||||||
version doesn't compile, most functions are missing. See below for
|
compile in current CVS. The qt/kde version doesn't compile, most
|
||||||
OS's other than GNU/Linux/*BSD support.
|
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
|
The following packages are required to be installed to run the gnucash
|
||||||
Motif binary:
|
Motif binary:
|
||||||
@@ -224,18 +225,12 @@ environment variables. For example,
|
|||||||
|
|
||||||
Francais, en bash:
|
Francais, en bash:
|
||||||
export LANG=fr_FR
|
export LANG=fr_FR
|
||||||
export LC_ALL=fr_FR
|
|
||||||
export LINGUAS=fr_FR
|
|
||||||
|
|
||||||
Francais, en tcsh:
|
Francais, en tcsh:
|
||||||
setenv LANG fr_FR
|
setenv LANG fr_FR
|
||||||
setenv LC_ALL fr_FR
|
|
||||||
setenv LINGUAS fr_FR
|
|
||||||
|
|
||||||
German version:
|
German version:
|
||||||
export LANG=de_DE
|
export LANG=de_DE
|
||||||
export LC_ALL=de_DE
|
|
||||||
export LINGUAS=de_DE
|
|
||||||
|
|
||||||
|
|
||||||
Other locales that should mostly work, but are still in development:
|
Other locales that should mostly work, but are still in development:
|
||||||
|
|||||||
Reference in New Issue
Block a user