From c35d12cae15eacab9508fd32e78490bfb8bacb64 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 30 Nov 1997 05:02:07 +0000 Subject: [PATCH] new readme git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@199 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 lib/README diff --git a/lib/README b/lib/README new file mode 100644 index 0000000000..250ef31004 --- /dev/null +++ b/lib/README @@ -0,0 +1,28 @@ + +The various peices of code needed to build X-Accountant are contained +here. Some of these have been modified from thier original +distribution. In general, its a *really bad idea* to try to fix +bugs here, you should probably start afresh with the real, original +sources. + +Some of the stuff here may be down-level, different, or patched to work +with Xbae. In all cases, examples and non-essential files have been +deleted to keep the overall distribution small. + +The stuff here will be slowly removed when patched/standard versions +that work with Xbae become available, and become easy to build & use. + +XbaeMatrix: + -- modified to support cell widgets + -- modified to support cursor position + -- modified by deleting examples, other non-essential stuff. + +libhtmlw: + -- modified by deleting examples, other non-essential stuff. + +ComboBox: + -- assorted bug fixes + -- modified by deleting examples, other non-essential stuff. + +XmHTML: + -- modified by deleting examples, other non-essential stuff.