Neil Williams
ed58ab94a7
typo - erroneous &
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13757 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
aaa13ff290
* lib/libqof/qof/qof.h: QOF requires <glib.h>
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13753 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
68ac06b219
Standardise on gint and gchar. libqof 0.6.4 release.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13747 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
8edd35d84d
Add encoding support and fix compression option handling
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13746 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
960e545a8f
Replace gnc-engine-util with qofutil
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13745 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Andreas Köhler
3e41f8d965
Add a call to gnc_tm_set_day_end to correct initial ending balance in reconcile windows. Tiny comment typo in qof/gnc-date.h.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13641 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
dde1437f81
* lib/libqof/backend/file/qsf-backend.c: add <locale.h>
...
Note: it think it's probably wrong to set the locale here.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13639 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
41671fe8a9
Synchronise with QOF 0.6.3. Correct map handling to allow reverse operations and iteration over hierarchical objects. Improving debug messages and preventing a crash when loading a map directly. Standardise QSF backend on gint and gchar. Add new map file.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13621 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
93bee8172a
Fix linker flags for gsf-win32 sublibrary
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13585 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
0b79b4ea3d
Add include/linker flags for using the lib/libc substitutions
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13584 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
d331aa8f18
Finish removing deprecated QOF functions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13573 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
2db3d294b4
Remove deprecated
...
glib function g_strncasecmp in favour of g_ascii_strncasecmp
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13570 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
91642e8fb7
Doxygen tweak
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13569 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
26d6675b26
Update status; this
...
file will not exist in libqof2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13568 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
abb2bd5473
Move qof_book_merge to new naming convention and deprecate old code
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13567 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
47c9948cd3
Clean up unused gettimeofday argument
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13562 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
df1f9b6306
Add substitution code for unavailable functions gettimeofday and gmtime_r.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13560 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
3934e34aeb
Add more linker flags, necessary for some platforms (windows)
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13557 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
e993e7256a
Replace "ln -sf" by "$(LN_S) -f" for
...
systems that don't have symbolic links available.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13556 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
59056ce619
Remove more functions to be deprecated in libqof2. (Pass Three - more
...
trivial substitutions and simple translations.)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13550 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
4b04137e7d
Never include "config.h" from a header file. Doing so makes it nigh
...
impossible to override configuration settings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13549 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
61a12b2715
Remove more functions to be deprecated in libqof2. (Pass Two - more
...
trivial substitutions, some simple translations.)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13547 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
db890792bb
Fix the definition of QOF_EVENT_BASE; use QOF_EVENT__LAST for tests.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13546 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Andreas Köhler
e278c02ea0
Add configure test for sys/times.h and corrected guid.c to check for that.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13527 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
3006050069
Make seed collection parts that depend on particular functions
...
#ifdef'd on that to enable easier windows/mingw32 porting.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13525 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
96dea8f6b7
Fix old libc substitution files, now needed for windows/mingw32
...
porting.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13524 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Christian Stimming
0651fed036
Minor header include cleanups to enable easier windows/mingw32 porting
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13523 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
2e658ee940
properly ignore the return value of fgets(). Fixes an FC4 error.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13514 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
2ff71abfda
Make g_strv_length available outside of the gkeyfile compatability
...
library.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13477 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
9dd917ecf3
simplify creation of new application events
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13397 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
8fffaf8c7a
using new events with object argument
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13396 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
082212a7eb
replacing the macro to restore programme flow
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13394 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Chris Shoemaker
dd8ce0e090
Keep track of exactly how many bytes we've sent to md5_process_bytes().
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13391 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Chris Shoemaker
6a8404df1d
Implement QOF_COMMIT_EDIT_PART2 as a function instead of a macro.
...
Any of the callbacks passed to this function may be NULL to decline the
use of that callback. Also, the three callbacks are now called in three
mutually exclusive cases, corresponding to:
1) a failed commit, ('on_error')
2) a successful commit where the object remains valid, ('on_done'), and
3) a successful commit where the object has been destroyed, ('on_free').
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13390 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Joshua Sled
81bf512533
Fix "default limit" QOF eventing stuff; thanks Andi.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13352 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Chris Shoemaker
d3fc3ba57e
Mark the QofCollection as dirty when a new QofEntity is added or removed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13351 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Joshua Sled
0e4ac8952a
slightly better values.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13342 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Joshua Sled
c868ca663f
Fix GNC_EVENT_* values.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13341 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
8bf6b9769a
moderating the deprecated handler log entry
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13335 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
b575dc47af
Compile cleanly with when _FORTIFY_SOURCE is defined. This definition
...
is forced when building RPMs on FC4.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13333 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
cc44d065bb
Don't reference uninitialized memory.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13331 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
625a4cd05e
replacing gnc-event with qofevent
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13325 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
9606f87741
Phil Longstaff's patch to make the GUID length a magic number.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13309 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
fd4960d0cf
Improved reference handling for recursive copying of entities - relocate disparate functions to a single new file
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13306 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
7d0228fa58
Use glib's gi18n.h instead of redefining gettext.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13299 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
David Hampton
0ea6ebe253
Prepare for gtk change that will issue warnings if the return value of
...
the gtk_tree_model iter functions are not used.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13287 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
3fcedbca8e
Make the build work if the build directory is not the source
...
directory. Also symlink .scm files into the build directory
so it's possible to run from it.
Also fix "fin.scm installed twice", bug #168629 .
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13281 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
8f98e8a109
* lib/libqof/qof/Makefile.am: add qofla-dir.h to DISTCLEANFILES
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13279 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
bb9dbe25e7
combine XML_{CFLAGS,LIBS} into LIBXML2_{CLFLAGS,LIBS}
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13276 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
25bb23b8d0
Small QOF build fix for dist and non-srcdir builds:
...
* lib/libqof/qof/Makefile.am: keep qofla-dir.h out of the dist
* configure.in: look in builddir for qof includes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13269 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
80b8819625
Improve QOF_TYPE_COLLECT handling and recursive copies
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13236 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
87c16f98cb
Check that files can be opened before
...
trying to work out their type. Use new QofBackendError value
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13235 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
1853bee97c
New QofBackendError code if files cannot be read
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13234 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Derek Atkins
11a9890323
Better handling of event removal. This allows us to actually
...
clean up, but also makes sure we don't destroy the handler
list out from under us as we're processing events.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13196 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Chris Shoemaker
943532c8cd
Don't allow the event handler list to shrink while we're traversing it.
...
This change isn't ideal in the sense that the handler list is now a
monotonically increasing resource, but it's better than crashing when the
handler in node N+1 happens to be deleted while servicing the handler in
node N.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13152 57a11ea4-9604-0410-9ed3-97b8803252fd
20 years ago
Neil Williams
c31f9f6e66
Deprecating qof_log_set_level_global in favour of qof_log_set_level_registered.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13117 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
325d74fd90
Improve documentation of QofBackendProvider
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13116 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
bd4211ad2e
support logging of qofchoice by default
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13115 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
9a66ebdf0b
line-wrapping tweak
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13114 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
baeb72b172
reverting change to qofsession.c from r13084, already replaced in r13097
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13112 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
52514db6fa
Some gnc-numeric fixes (more to come).
...
- Fixes for handling reciprocal values.
- Mark a lot of places where potential overflow bugs
are not handled.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13107 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
0324351b44
Fix overall and ".log"-specific file-retention issues: Bug#329670 (++).
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13084 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
eb7c14d20b
No need for the blank SUBDIRS +=
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13074 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
1adcc37a8a
Get libqof to link against glib and gmodule.
...
* configure.in: include gmodule in GLIB_LIBS
* lib/libqof/qof/Makefile.am: link libqof against glib.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13058 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
f0d89dbfda
reverting r12999 and implementing a set of default log modules
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13027 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
a3f4252965
Change libgsf/goffice libraries and paths to be gnucash-specific.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13003 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
f46c5dadb9
Re-enable logging for GnuCash modules that haven't explicitly set their
...
own levels.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12999 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
ed2263acdb
Get "make distcheck" to work....
...
* src/import-export/test/Makefile.am:
Added src/scm directory to test environment
* lib/goffice-0.0.4/Makefile.am:
Don't install libgoffice-1.pc, but distribute it
* lib/libgsf-1.12.3/tests/Makefile.am:
Link to the proper location of libgsf-1.la
* lib/libgsf-1.12.3/Makefile.am:
Don't install the gsf .pc files, but distribute them.
* lib/Makefile.am:
Use DIST_SUBDIRS to distribute qof, gsf, and goffice
* configure.in:
fix QOF_LIBS to use builddir, not srcdir
* Makefile.am:
add po/POTFILES.in to the dist
link gsf into the srcdir, not the builddir
* src/report/report-system/Makefile.am:
make sure we distribute gw-report-system.h
* src/bin/Makefile.am:
clean i18n.h in distclean
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12992 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
d51aacf100
bug fix: prevent bad time values from being passed to entity - already in QOF CVS
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12955 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
1cb5500bcf
bug fix: book merge handling of QOF_TYPE_CHAR - already in QOF CVS
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12954 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
36f92f2d23
Thomas Klausner's NetBSD patch.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12928 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
17ad304770
Remove unused 'thumbnailer' directory.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12374 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
15533c3a3d
Allow a libgsf test to pass even with glib 2.4.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12366 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
6769817250
Specify that LIBADD libraries are for libqof_backend_qsf.la.
...
Solves:
libqof-backend-qsf.so: undefined symbol: xmlNodeGetContent
error during `make check'
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12362 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
fc02baaa87
Add 'Makefile' as a dependency for targets that are generated
...
from scriptlets in Makefile. That way, if the generating scriptlet is
changed, (or the Makefile is regenerated) the target will also be remade.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12350 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
5c311d702a
* lib/libqof/qof/Makefile.am: qofla-dir.h depends on Makefile.
...
Make sure you rebuild qofla-dir.h when the Makefile changes,
which would imply re-configuration. You never know, the
user might have changed --prefix which means you want to
rebuild the header.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12349 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
5d932d635a
Don't install goffice and gsf headers.
...
* goffice/*/Makefile.am:
* libgsf/*/Makefile.am:
don't install goffice and gsf headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12347 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
f2f05295a2
Various fixes to allow `make dist` and building from tarball.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12339 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
302accdb10
Remove (b0rk) cairo support
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12334 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
32a5612d4c
Add CACHE_REPLACE(dst, src) macro for common case in string setters.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12319 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
eb729c2073
Add const to gnc_string_cache_insert argument.
...
Handle NULL values gracefully.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12315 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
7853ce804d
Fix a couple of compiler version issues.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12303 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
1de3fe86d2
QOF 0.6.1 release update
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12299 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
a624c9fef4
A couple of performance tweaks.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12261 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Chris Shoemaker
a6dcdd8438
spelling fix
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12196 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
47e14c3c73
Update to compile cleanly on a glib 2.9 system without using
...
deprecated functions. Change the default so that glib deprecated
functions are not allowed with glib <= 2.10.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12185 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
e9149d926a
raname internal fmin() to gogi_fmin().
...
* lib/goffice-0.0.4/plugins/plot_radar/gog-radar.c:
rename 'fmin()' to 'gogi_fmin()' to prevent double
declaration on MacOS. It's an internal (static) function
so we can safely rename the function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12184 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
b809e86dc0
Comment out function that does nothing except generate a compiler
...
warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12141 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
72eafc8413
Don't misuse the Quark storage for pointers, especially because they're not integer-sized on a 64-bit platform.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12140 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
e10c938b27
fix uninitialized-variable warning.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12139 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
d0206f3217
Remove dependency on gtk-doc from private libgsf build.
...
* configure.in:
- remove libgsf/doc*
- remove GTK_DOC checks
* lib/libgsf/Makefile.am: remove 'doc' from SUBDIRS and
remove distcheck extra flags.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12137 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
eb88bd88f9
Get goffice merge to build on FC3 again.
...
* configure.in: fix some of the output strings
* lib/libgsf-1.12.3/gsf/glib24_26-compat.c:
make g_get_filename_charsets static because it's not
needed outside this file.
* lib/goffice-0.0.4/goffice/glib24_26-compat.c:
make _g_compute_locale_variants static because it's
not needed outside this file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12097 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
94e9fe5e6f
Fold branches/goffice-update/ back into trunk/.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12096 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
0289273f91
Don't ignore the return value of glib list functions. This will
...
likely become a warning in future version of glib, which translates to
an error for gnucash since it compiles with the -Werror flag.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12093 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
5b906bd598
Remove all remaining references to guppi.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12070 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
9771d0f80c
Use the g_get_home_dir() function instead of getenv("HOME"). The
...
former tries multiple places to get the path to the users home
directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12025 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
042f050b9b
Andreas Köhler's patch to replace some deprecated glib functions.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11995 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
0b8a944f30
Update FSF street address.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11964 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
39829f3fb4
Remove unused call to g_object_set.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11962 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
466781acef
move QOF files to lib/libqof/
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11917 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
1d6c73d495
Fix a couple of gcc4 warnings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11904 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
b170f4a34f
reverting lib/libqof changes to prepare for svn move
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11885 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
c3edb787e4
corrected Makefile.am after svn accident
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11883 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
7c86172c53
New locations for QOF files
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11882 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
5cebd80a31
lib Makefile.am changes for new directory
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11881 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
094c879998
get make dist working again
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
5eded02d6c
Removing .cvsignore files; mis-migrated po/ChangeLog
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11785 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
f28d033d74
Collapse the gnome2 branch back into HEAD.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Christian Stimming
694375f3cf
2003-05-30 Christian Stimming <stimming@tuhh.de>
...
* lib/guppi-legend.patch: Include patch for Guppi that fixes
reversed legend problem.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8470 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
Derek Atkins
6b85475af0
2003-01-19 John Pierce <XXXXXXXXXXX>
...
* doc/Makefile.am
* src/doc/Makefile.am
* src/doc/design/Makefile.am
* src/experimental/cgi-bin/Makefile.am
Added docs that were missing from dist.
Moved doxygen clean rules to maintainer-clean.
Moved texinfos to maintainer-clean.
* lib/libc/Makefile.am
Added sources needed for OS X to dist.
* src/app-utils/Makefile.am
* src/backend/postgres/Makefile.am
* src/business/business-core/Makefile.am
* src/business/business-gnome/Makefile.am
* src/business/dialog-tax-table/Makefile.am
* src/core-utils/Makefile.am
* src/engine/Makefile.am
* src/gnc-module/Makefile.am
* src/gnc-module/test/mod-bar/Makefile.am
* src/gnc-module/test/mod-baz/Makefile.am
* src/gnc-module/test/mod-foo/Makefile.am
* src/gnome/Makefile.am
* src/gnome-search/Makefile.am
* src/import-export/Makefile.am
* src/import-export/binary-import/Makefile.am
* src/import-export/qif-io-core/Makefile.am
* src/register/register-core/Makefile.am
* src/report/report-gnome/Makefile.am
* src/scm/Makefile.am
* src/app-file/Makefile.am
* src/gnome-utils/Makefile.am
Put generated headers into dist.
Moved symlinks to distclean.
Moved generated files to maintainer-clean.
Put generated gw-.*.scm files in dist for parity.
Put generated sources into dist.
Moved generated source to maintainer-clean.
* src/bin/overrides/Makefile
Made built scripts depend on config.status to ensure
they're rebuilt when paths change.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7859 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
f3c166b44d
Remove Finance::Quote from the repository.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7652 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Derek Atkins
1b7c48a98c
* Fix the autoconf-2.13/2.52/2.53 problems -- Gnucash should now
...
work on all versions of auto-tools, although it now requires GnuMake.
* configure.in -- just pass LIBOBJS directly to the Makefile; pass
a sed script that uses '$U' (which is a 2.53ism, but works right
on 2.13) to the Makefile.
* lib/libc/Makefile.am -- Use LIBOBJS and GnuMake's $(shell) syntax
to create the list of libobjects to be linked into "libc-missing"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7266 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
0f637a6a41
Fix guile-1.4.1 srfi problem.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7026 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
59e52d8714
Mac OS X support, round 2.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6878 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Derek Atkins
cfd364a4e2
Fix for Solaris: you cannot have an empty .a, so supply a no-op .c
...
file so you at least have _something_. This is a crock, but it
was easier than making the inclusion of libc-missing.a optional
everywhere.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
da8b78111e
Convert new 'missing' library to a libtool library.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6834 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
3ce1d63e1a
Pogma's initial Mac OS X patches.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6833 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Derek Atkins
a2f360a38b
srfi-19: Fix date->string to work with guile-1.4/slib-2d2
...
gncEntry: add date_entered for better sorting
change SetDate methods from "Timespec*" to "Timespec"
update entry ledger to use new function calls
Fix a comparison bug in Entry/Invoice/Order. Compares now
work correctly.
Updated invoice report; use date->string to print today's date;
flags to print notes. Added more flexibility in what gets printed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6748 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Rob Browning
4a3dd89550
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6562 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
07ce3a1e17
* lib/srfi/Makefile.am: handle conditional per-SRFI install.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6541 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
12aff8c2d6
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6540 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
79fff7aa22
* Makefile.am: handle conditional install inclusion of GUILE_WWW.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6539 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
e35ff46a06
* Makefile.am (Repository): clean .scm-links
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6279 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
5ceeb2e602
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6132 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
9c07467240
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6094 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
e3fa4ce625
* .cvsignore: add .scm-links
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6091 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
b10410e41f
* lib/guile-www/Makefile.am
...
(.scm-links): create so we can run from gnucash build dir.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6083 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
4dd0f87132
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5869 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
1b7345d057
* lib/srfi/Makefile.am: determine SRFI list via autoconf.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5585 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
c6fc078591
2001-06-04 Dave Peticolas <dave@krondo.com>
...
* lib/srfi/srfi-19.scm: fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4423 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
74c35b2c62
* lib/srfi/srfi-19.scm: updated to include guile-core bug fixes.
...
Removed syncase dependency.
(priv:open-input-string): removed -- check for open-input-string
and define that if not found.
(:optional): removed - just as easy to handle by-hand -- all funcs
that called :optional have been adjusted.
(priv:read-tai-utc-data): remove priv: from open-input-string.
(string->date): remove priv: from open-input-string.
(date): change constructor name to make-date.
(priv:decode-julian-day-number): add inexact->exact after
truncate.
(time-utc->date): add inexact->exact and int-secs.
(priv:locale-reader): use reverse! on result rather than reverse.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4421 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Robert Graham Merkel
10b47deeb9
reverted borken version.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4274 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
741a755af8
* lib/srfi/srfi-19.scm: update to new guile-core version. (Grab
...
my fixes).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4269 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
b88af602e4
* lib/Makefile.am (SUBDIRS): add srfi.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4205 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
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
25 years ago
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
25 years ago
Dave Peticolas
55c3c262c3
Fix for make dist.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4010 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
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
25 years ago
Dave Peticolas
caf7170200
Update INSTALL.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3859 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
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
25 years ago
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
25 years ago
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
26 years ago
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
26 years ago
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
26 years ago
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
26 years ago
Dave Peticolas
4b013b67dd
Add gtkhtml to lib.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2544 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
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
26 years ago
Dave Peticolas
f3d729aa02
Various small fixes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2402 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
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
26 years ago
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
26 years ago
Dave Peticolas
20743f221f
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2161 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
Dave Peticolas
6e611c3e49
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2148 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
Dave Peticolas
6fb319c770
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2144 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
Dave Peticolas
7d20dfc4aa
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2143 57a11ea4-9604-0410-9ed3-97b8803252fd
26 years ago
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
27 years ago
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
27 years ago
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
27 years ago
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
27 years ago
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
27 years ago
Linas Vepstas
c7e9b4ea50
oops spaces not tabs
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1866 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
Linas Vepstas
aefbdafcaf
fix a touch problem
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
Linas Vepstas
6a1900e661
whatever
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1772 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
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
27 years ago
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
27 years ago
Linas Vepstas
0660fd9f74
whatever, fix bugs
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1712 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
Linas Vepstas
60f807df76
oops
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1711 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
Linas Vepstas
85c15960ca
whatever
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1710 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
Linas Vepstas
ad28512132
quick fix ...
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1709 57a11ea4-9604-0410-9ed3-97b8803252fd
27 years ago
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
27 years ago
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
27 years ago
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
28 years ago
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
28 years ago
Linas Vepstas
3571945e7a
remove xmhtml
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1339 57a11ea4-9604-0410-9ed3-97b8803252fd
28 years ago
Linas Vepstas
b7c20b1354
ignore certain files
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1140 57a11ea4-9604-0410-9ed3-97b8803252fd
28 years ago
Linas Vepstas
a903e3a375
fixes from Stephen Webb
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@989 57a11ea4-9604-0410-9ed3-97b8803252fd
28 years ago
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
28 years ago
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
28 years ago
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
28 years ago
Linas Vepstas
d6db6de46a
updates
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@809 57a11ea4-9604-0410-9ed3-97b8803252fd
28 years ago
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
29 years ago
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
29 years ago
Linas Vepstas
84c85404f7
new configure-based Makefile
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@209 57a11ea4-9604-0410-9ed3-97b8803252fd
29 years ago
Linas Vepstas
caeb012cc1
update
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@200 57a11ea4-9604-0410-9ed3-97b8803252fd
29 years ago
Linas Vepstas
c35d12cae1
new readme
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@199 57a11ea4-9604-0410-9ed3-97b8803252fd
29 years ago
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
29 years ago