*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2167 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-04-08 09:32:08 +00:00
parent cf305fbddf
commit 2f8a01a6f4
6 changed files with 71 additions and 28 deletions

View File

@@ -1,5 +1,16 @@
2000-04-08 Dave Peticolas <peticola@cs.ucdavis.edu>
* src/SplitLedger.c (xaccLoadXferCell): == not = Doh!!!
2000-04-07 Dave Peticolas <peticola@cs.ucdavis.edu>
* src/engine/Query.c (PROLOG): move declaration of da and db
locals into the macros that actually use them. This gets rid
of some annoying warnings.
* src/register/numcell.c: added method to set the last number
entered. The next number entered is now the last number + 1.
* Makefile.in: changed [ -e filename ] to [ -f filename ]
* src/scm/report.scm: Changed the report format to be a record.