Commit Graph

201 Commits

Author SHA1 Message Date
Rob Browning
73735fe869 * lib/srfi/srfi-2.scm: new file.
* lib/srfi/srfi-9.scm: new file.

* lib/srfi/srfi-11.scm: new file.

* lib/srfi/srfi-8.scm: moved from src/scm/srfi/.

* lib/srfi/srfi-19.scm: moved from src/scm/srfi.

* lib/srfi/README: moved from src/scm/srfi/.

* lib/srfi/srfi-1.scm: moved from src/scm/srfi/.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4200 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:48:44 +00:00
Dave Peticolas
2fb255d211 Christian Stimming's .cvsignore fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4121 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-06 21:55:34 +00:00
Dave Peticolas
55c3c262c3 Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4010 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 11:58:50 +00:00
Dave Peticolas
1a63b7f75d 2001-04-17 Rob Browning <rlb@cs.utexas.edu>
* src/scm/utilities.scm (string-split): used to be string-split-on
	in qif-utils.scm

	* src/scm/qif-import/qif-utils.scm: move string-split-on to
	utilities.scm as string-split to better match string-join.

	* src/scm/qif-import/qif-to-gnc.scm (qif-import:qif-to-gnc):
	string-split-on -> string-split.

	* src/scm/qif-import/qif-dialog-utils.scm
	(qif-import:get-all-accts): string-split-on -> string-split.

	* src/scm/price-quotes.scm (yahoo-get-historical-quotes): new
	function - retrieve lists of historical quote information.

	* src/scm/bootstrap.scm.in (%load-path): add new guile-modules
	directory so we can use-modules from there.

	* src/guile/Makefile.am (CLEANFILES): add gnucash.c so it goes
	away on "make clean" in addition to "make distclean".

	* src/engine/gnc-pricedb.c: minor doc updates.

	* src/engine/gnc-pricedb.h: much more documentation.

	* lib/guile-www: new directory - contains guile-www CVS module.
	Used by new historical quote function.  Several new files added.
	Installed to new install directory GNC_SHAREDIR/guile-modules such
	that it is available via (use-modules (www main)), etc.

	* lib/Makefile.am (SUBDIRS): add guile-www

	* configure.in (AC_OUTPUT): add lib/guile-www/Makefile


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3988 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-17 21:37:38 +00:00
Dave Peticolas
caf7170200 Update INSTALL.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3859 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-29 23:03:56 +00:00
Dave Peticolas
3b9f470e08 Add INSTALL for F::Q.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3852 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-29 08:26:57 +00:00
Dave Peticolas
f387ae896c Ben Stanley's patch updating the version of Finance::Quote in lib/.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3851 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-29 07:43:37 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00
Dave Peticolas
f6a5568b70 Use the new sgml help files instead of the old html ones.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2815 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-09 10:25:53 +00:00
Dave Peticolas
76266ceff8 Remove gtkhtml from lib directory. Newer and better versions are available
elsewhere.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2702 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-24 21:55:20 +00:00
Dave Peticolas
be4809968c Add Paul Fenwick's Finance::Quote 1.01 package to lib directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2679 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-19 19:29:49 +00:00
Dave Peticolas
4b013b67dd Add gtkhtml to lib.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2544 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-07-08 12:30:13 +00:00
Dave Peticolas
dd13bbf553 Rob Browning's make dist patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2410 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-05 05:51:39 +00:00
Dave Peticolas
f3d729aa02 Various small fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2402 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-03 21:53:22 +00:00
Dave Peticolas
ed0bc95f5d Rob Browning's patch to add automake.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2395 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-02 09:00:31 +00:00
Dave Peticolas
c1d8d755b4 Rob Browning's patch to break out g-wrap.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2277 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-05-08 23:59:45 +00:00
Dave Peticolas
20743f221f *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2161 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-05 21:59:56 +00:00
Dave Peticolas
6e611c3e49 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2148 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-04-02 07:56:32 +00:00
Dave Peticolas
6fb319c770 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2144 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-31 09:57:02 +00:00
Dave Peticolas
7d20dfc4aa *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2143 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-03-31 09:48:20 +00:00
Linas Vepstas
c8c4ffa54e daves patches of Sun, 09 Jan 2000 03:18:52 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2000 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-01-10 03:33:23 +00:00
Linas Vepstas
77b52f628f big ol patch from Dave peticolas
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1993 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-12-31 00:05:41 +00:00
Linas Vepstas
1bf5ded474 patches from Dave Peticolas Sun, 21 Nov 1999 15:30:07 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1958 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-11-22 04:54:47 +00:00
Linas Vepstas
d782ecc47b The 'last 10 patches' from Dave Peticolas <peticola@morpheus.cs.ucdavis.edu>
Date: Sun, 07 Nov 1999 02:12:41 -0800


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1954 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-11-10 16:28:05 +00:00
Linas Vepstas
1490cb59e8 patch From: "David O'Brien" <obrien@NUXI.com>
fixes non-portable make invocation


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1925 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-24 06:11:41 +00:00
Linas Vepstas
c7e9b4ea50 oops spaces not tabs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1866 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-08-01 20:14:37 +00:00
Linas Vepstas
aefbdafcaf fix a touch problem
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-07-31 18:44:48 +00:00
Linas Vepstas
6a1900e661 whatever
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1772 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-06-20 03:49:22 +00:00
Linas Vepstas
0345bfd2e2 changes from From Rob Browning Date: 01 Jun 1999 16:05:08 -0500
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1739 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-06-03 04:18:29 +00:00
Linas Vepstas
024944df2b whatever, the patch that should have applied but didn't
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1713 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-30 02:25:26 +00:00
Linas Vepstas
0660fd9f74 whatever, fix bugs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1712 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-30 02:21:18 +00:00
Linas Vepstas
60f807df76 oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1711 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-30 01:58:18 +00:00
Linas Vepstas
85c15960ca whatever
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1710 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-30 01:56:40 +00:00
Linas Vepstas
ad28512132 quick fix ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1709 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-30 01:54:34 +00:00
Linas Vepstas
935d2436f1 changes from Rob Browning Date: 22 May 1999 17:03:37 -0500
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1707 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-29 23:46:49 +00:00
Linas Vepstas
42b93ac314 big patch from jeremy Collins of Date: Wed, 28 Apr 1999 13:32:31 -0500
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1706 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-05-29 19:39:29 +00:00
Linas Vepstas
d9cc39ec91 new gtksheet code from rob browning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1633 57a11ea4-9604-0410-9ed3-97b8803252fd
1999-01-19 20:04:43 +00:00
Linas Vepstas
de98df10c5 merge robs patches from branch
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1367 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-10-28 05:55:38 +00:00
Linas Vepstas
3571945e7a remove xmhtml
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1339 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-10-21 05:22:18 +00:00
Linas Vepstas
b7c20b1354 ignore certain files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1140 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-09-11 05:20:36 +00:00
Linas Vepstas
a903e3a375 fixes from Stephen Webb
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@989 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-08-12 04:39:12 +00:00
Linas Vepstas
e471ed8dd0 Delete the makefiles, They are autobuilt by configure, and
when they are mreged in cs they cause conflicts.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@946 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-08-08 03:01:27 +00:00
Linas Vepstas
9f4b61c4e1 patches for Qt/KDE from Dirk Schoenberger
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@933 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-08-06 04:34:47 +00:00
Linas Vepstas
ef89ac3e54 Major makefile rework from rob browning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@834 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-04-22 03:25:34 +00:00
Linas Vepstas
d6db6de46a updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@809 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-04-15 05:07:06 +00:00
Linas Vepstas
b45edd608e merege changes from 1.0 tree
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@567 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-03-01 17:05:58 +00:00
Linas Vepstas
f96bbbc387 remove libhtmlw from the distribution
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@258 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-12-04 00:53:24 +00:00
Linas Vepstas
84c85404f7 new configure-based Makefile
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@209 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-12-01 02:38:59 +00:00
Linas Vepstas
caeb012cc1 update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@200 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-11-30 05:14:13 +00:00
Linas Vepstas
c35d12cae1 new readme
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@199 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-11-30 05:02:07 +00:00
Linas Vepstas
d7b3bcf30d Merge in changes from Robin Clark for version 1.0b1
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@194 57a11ea4-9604-0410-9ed3-97b8803252fd
1997-11-30 02:39:58 +00:00