*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2054 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-03-05 05:17:12 +00:00
parent a9be6f13cd
commit 1da4e807a7
101 changed files with 4570 additions and 30 deletions

View File

@@ -1,5 +1,24 @@
2000-03-04 Dave Peticolas <peticola@cs.ucdavis.edu>
* src/guile/gnucash.c (main): load the locale from the environment
with setlocale. This is needed so that guile can find the locale.
* Docs/: reorganized the Docs directory. Then english language
stuff moved to the "C" directory. The french stuff goes under
"fr". The "En" and "Fr" directories are gone. The standard for
country codes uses lower-cases letters, so we should stick to
that. The graphics files go under "pix" directories under their
respective language directories.
* src/scm/path.scm: create documentation search paths based on the
current locale. The default "C" locale is always searched last.
* src/reports/File.c (gncFindFile): take out dead code.
2000-03-03 Dave Peticolas <peticola@cs.ucdavis.edu>
* src/register/pricecell.c (PriceMV): accept thousands separators.
* src/scm/c-interface.scm: new functionality for registering
translatable strings and saving them to a file in a suitable
format for po creation. This touched a bunch of other .scm