diff --git a/Docs/projects.html b/Docs/projects.html index 882a9b0537..81cc279a3a 100644 --- a/Docs/projects.html +++ b/Docs/projects.html @@ -96,6 +96,10 @@ architectural goals. separation would make the design and implementation of new ledger windows much simpler and easier.

+ Current Status: the latest alpha-development releases (version + 1.1.x) contain such an object. Its currently motif-based, but + should be easily portable. +

C++
The current code is written in C, in an object-oriented fashion. @@ -141,7 +145,8 @@ architectural goals.
The current system makes a distinction between the data (account, transaction) and they GUI that displays it. This distinction should be further strengthened, and a set of financial objects, residing in - their own library, should be created. + their own library, should be created. Current Status: + ready to split this stuff off into its own library.

@@ -171,8 +176,13 @@ immediately, independent of the major goals.

All menus, markup and help-text should be internationalized, so that X-Accountant could be usable in any country. This would include the printing of currency values in the local - country conventions. Current status: most messages have been - moved to a single header file. + country conventions. Current status: most English-language + messages have been #defined and moved to a single header file. + Still looking for an infrastructure for choosing a message + catalogue. Looking for routines that can parse and print + monetary values in different formats, as well as date/time + parsing/printing routines. (xacc contains such parsing + routines, but they're not very powerful or i18n'ed.)

Navigation @@ -382,7 +392,7 @@ Your name here as project contributor!
-Draft version 0.13 December 1997
+Draft version 0.14 January 1998
Linas Vepstas linas@linas.org
Robin Clark rclark@hmc.edu