2001-07-03 Dave Peticolas <dave@krondo.com>

* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* src/scm/date-utilities.scm: Nicholas Lee's bug fix


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4863 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-07-03 22:57:42 +00:00
parent 85a003de02
commit 0d05e9c7ee
5 changed files with 16 additions and 2 deletions

View File

@ -126,6 +126,7 @@ Tom Kludy <tkludy@csd.sgi.com> for SGI Irix port
Sven Kuenzler <sk@xgm.de> for SuSE README file
Bryan Larsen <blarsen@ada-works.com> guile budget report
Chris J (Oakton) Leach <LeachCJ@az1.bp.com> autoconf patch
Nicholas Lee <nj.lee@plumtree.co.nz> scheme bug fix
Graham Leggett <minfrin@sharp.fm> for fixing a hang
Ted Lemon <mellon@andare.fugue.com> for NetBSD port
Grant Likely <glikely@nortelnetworks.com> gnome and engine patches

View File

@ -1,5 +1,11 @@
2001-07-03 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits
* doc/sgml/C/xacc-about.sgml: credits
* src/scm/date-utilities.scm: Nicholas Lee's bug fix
* src/.cvsignore: adjust for new program
* rpm/gnucash.spec.in: adjust for new program

View File

@ -600,6 +600,13 @@ Christiansen</glossterm>
</glossdef>
</glossentry>
<glossentry>
<glossterm><email>nj.lee@plumtree.co.nz</email> Nicholas Lee</glossterm>
<glossdef>
<para>scheme bug fix</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm><email>minfrin@sharp.fm</email>Graham Leggett</glossterm>
<glossdef>

View File

@ -29,7 +29,7 @@
static void
usage (void)
{
fprintf (stderr, "Usage: gnucash-make-guids [number-to-make (default is 100)]");
fprintf (stderr, "Usage: gnucash-make-guids [number-to-make (default is 100)]\n");
exit (1);
}

View File

@ -446,7 +446,7 @@
(set-tm:hour now 0)
(set-tm:mday now 1)
(set-tm:mon now 6)
(set-tm:year now (- (tm:year now) 2))
(set-tm:year now (- (tm:year now) 1))
(set-tm:isdst now -1)
(gnc:date->timepair now)))))