mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
1999-08-25 Rob Browning <rlb@cs.utexas.edu> * Add this file (./ChangeLog). I'm planning to add change information here, and I invite others to do the same. For those that use emacs, 'C-x 4 a' adds a new entry. If people don't like this idea, we can drop it. * Add new scheme function gnc:choose-item-from-list-dialog. There is C side code, but it's only meant to be called from scheme. This function is quite flexible in handles selections. Eventually we might want to generalize this even more, but there are some GC issues to consider. See src/gnome/query-user.c and gnc.gwp for details, and see src/scm/extensions.scm for an example usage. * IMPORTANT: queryBox signature has changed. See the docs in src/gnome/query-user.c and in gnc.gwp for details. * Remove queryBox stubs from Motif side. Motif doesn't support it (yet), and with gnc.gwp conditional inclusion we can just ignore it on the motif side. * Add function (current-gnc-compile-flavor) to gnc.gwp so that we can have conditional blocks. Possible return values are 'gnome and 'motif. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1930 57a11ea4-9604-0410-9ed3-97b8803252fd
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
1999-08-25 Rob Browning <rlb@cs.utexas.edu>
|
|
|
|
* Add ./README.gnome-hackers.
|
|
|
|
* Add ./README.guile-hackers.
|
|
|
|
* Add this file (./ChangeLog). I'm planning to add change
|
|
information here, and I invite others to do the same. For those
|
|
that use emacs, 'C-x 4 a' adds a new entry. If people don't like
|
|
this idea, we can drop it.
|
|
|
|
* Add new scheme function gnc:choose-item-from-list-dialog. There
|
|
is C side code, but it's only meant to be called from scheme.
|
|
This function is quite flexible in handles selections. Eventually
|
|
we might want to generalize this even more, but there are some GC
|
|
issues to consider. See src/gnome/query-user.c and gnc.gwp for
|
|
details, and see src/scm/extensions.scm for an example usage.
|
|
|
|
* IMPORTANT: queryBox signature has changed. See the docs in
|
|
src/gnome/query-user.c and in gnc.gwp for details.
|
|
|
|
* Remove queryBox stubs from Motif side. Motif doesn't support it
|
|
(yet), and with gnc.gwp conditional inclusion we can just ignore
|
|
it on the motif side.
|
|
|
|
* Add function (current-gnc-compile-flavor) to gnc.gwp so that we
|
|
can have conditional blocks. Possible return values are 'gnome
|
|
and 'motif.
|