James LewisMoss's design doc patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3152 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-15 19:51:51 +00:00
parent 363344a62d
commit 598fbe8743
6 changed files with 17 additions and 7 deletions

View File

@ -34,6 +34,7 @@ Bill Gribble <grib@billgribble.com> works magic. If your checks print
checks, blame him. If you don't like your your bank balances, checks, blame him. If you don't like your your bank balances,
your bank, or your life, blame him too. your bank, or your life, blame him too.
Robert Graham Merkel <rgmerk@mira.net> reporting, gnome, and config patches
Fixes & Patches: Fixes & Patches:
---------------- ----------------
@ -92,6 +93,7 @@ Juan Manuel Garc
Christopher Molnar <molnarc@mandrakesoft.com> build system patch Christopher Molnar <molnarc@mandrakesoft.com> build system patch
Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> port to alpha-dec-osf4.0f Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> port to alpha-dec-osf4.0f
G. Allen Morris III <gam3@ann.softgams.com> for QIF core dump G. Allen Morris III <gam3@ann.softgams.com> for QIF core dump
James LewisMoss <dres@phoenixdsl.com> design doc patches
Steven Murdoch <sjmurdoch@linuxfan.com> gnc-prices fix for London exchange Steven Murdoch <sjmurdoch@linuxfan.com> gnc-prices fix for London exchange
Brent Neal <brent@baton.phys.lsu.edu> TIAA-CREF support. Brent Neal <brent@baton.phys.lsu.edu> TIAA-CREF support.
Stefan Nobis <stefan-ml@snobis.de> German translation patch Stefan Nobis <stefan-ml@snobis.de> German translation patch

View File

@ -654,6 +654,14 @@ provide an accurate Profit & Loss statement.
</GLOSSDEF> </GLOSSDEF>
</GLOSSENTRY> </GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>dres@phoenixdsl.com</email> James
LewisMoss</GLOSSTERM>
<GLOSSDEF>
<PARA>design doc patches</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY> <GLOSSENTRY>
<GLOSSTERM><email>sjmurdoch@linuxfan.com</email> Steven <GLOSSTERM><email>sjmurdoch@linuxfan.com</email> Steven
Murdoch</GLOSSTERM> Murdoch</GLOSSTERM>

View File

@ -381,4 +381,4 @@ recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License, free software license, such as the GNU General Public License,
to permit their use in free software. to permit their use in free software.
@bye @c @bye

View File

@ -41,4 +41,4 @@ The ability to generate and print graphs of financial information.
@end itemize @end itemize
A more comprehensive list of current and planned features for GnuCash A more comprehensive list of current and planned features for GnuCash
is at @uref{http://cvs.gnucash.org/linux/gnucash/projects.html}. is located at @uref{http://cvs.gnucash.org/linux/gnucash/projects.html}.

View File

@ -160,11 +160,11 @@ cells in a table. It includes a table header, and defines more than
ten specific layouts: bank, credit-card, stock, general ledger, etc. ten specific layouts: bank, credit-card, stock, general ledger, etc.
The split register implementation is divided into two components. The The split register implementation is divided into two components. The
first (src/register/splitreg.[ch]) defines the basic structure and first component (src/register/splitreg.[ch]) defines the basic structure
implementation of a split register, but does not specifically use or and implementation of a split register, but does not specifically use or
depend on the other GnuCash modules, including the Engine. Of course, depend on the other GnuCash modules, including the Engine. Of course,
this implementation was created with the engine financial structures this implementation was created with the engine financial structures in
in mind. mind.
The second component (src/SplitLedger.[ch]) implements the full register The second component (src/SplitLedger.[ch]) implements the full register
behavior and makes full use of the Engine API. This component is behavior and makes full use of the Engine API. This component is