Wed Dec 27 22:50:04 2006  Tim Janik  <timj@gtk.org>

	* released beast 0.7.1.

	* beast-gtk/bstmain.c (beast_show_about_box): added "Hanno Behrens" to 
	contributors.

Tue Dec 26 23:24:01 2006  Tim Janik  <timj@gtk.org>

	* configure.in: 
	* data/bse.pc.in: removed mad.pc from dependencies because libmad
	doesn't come with a mad.pc in every distribution.

Sat Dec 23 20:56:33 2006  Tim Janik  <timj@gtk.org>

	* tests/audio/sum-diff-test.ref: 
	* tests/audio/sum-diff-test.bse:
	* tests/audio/Makefile.am: added sum-diff-test: test rule to test
	BseSummation audio-diff output channel.

	* tests/audio/bse2wav.scm: added option parsing, support --seconds <>
	option to constrain the time intervall used for recording. 

	* Makefile.am: depend on automake 1.9.

Tue Dec 19 15:47:32 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am: Tiny fix so that the new tests really are
	performed.

Tue Dec 19 15:12:18 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am:
	* tests/audio/osctranspose1.ref:
	* tests/audio/osctranspose1.bse:
	* tests/audio/osctranspose2.ref:
	* tests/audio/osctranspose2.bse: Added tests for the transpose
	property of BseStandardOsc. Should catch problems like #387364.
	The tests: osctranspose1 checks that oscillator transposing works if
	the frequency is constant, osctranspose2 checks that oscillator
	transposing works if the frequency is a signal.

Mon Dec 18 20:43:57 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstmain.c: Fix argument parsing for the --no-debug=...
	option.

Sat Dec 16 19:45:18 2006  Tim Janik  <timj@gtk.org>

	* updated version to 0.7.1-rc2, interface age 0, binary age 0.

	* acbeast.m4: moved to birnet/.

Sat Dec 16 01:54:05 2006  Tim Janik  <timj@gtk.org>

        * released beast 0.7.1-rc1.

Fri Dec 15 18:21:46 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c (popup_menus_detach): fixed menu_list type
	which is a GList, not a GSList, and has to be released as a GList.
	this fixes creeping memory corruption in GSlice.

Thu Dec 14 21:38:31 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl (report): reintroduced tee(1) to preserve output
	during report generation, but use $PIPESTATUS to ensure successful
	execution of the subshell commands.

Thu Dec 14 02:37:04 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl (report): fix report rule so that failure exit
	status is not swallowed by tee(1).

Mon Dec 11 00:51:36 2006  Tim Janik  <timj@gtk.org>

	* tests/perftest.cc:
	* beast-gtk/bstpatterncolumns.c:
	* tools/bsewavetool.cc: adapt to new tuning relative note API.

	* tests/latency/bselatencytest.idl: minor fix.

Mon Dec  4 12:38:13 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Added lowpass command. Both commands: made
	order configurable. Print out the frequency where the filter response
	is close to -48dB. This allows the user to get an idea how wide the
	transition band is for a given order.

Mon Dec  4 02:45:21 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: print out version information for Ogg/Vorbis.

Sun Dec  3 13:52:52 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/filtertest.cc:
	* tools/bsefcompare.cc: Use "%zd" when formatting size_t values with
	printf. This avoids compiler warnings.

Sun Dec  3 10:34:13 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added code to free feature data properly. This
	change also fixes compiler warnings on gcc < 4.2, because a virtual
	destructor was added thet was missing before.
	
Mon Nov 27 22:40:46 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Move highpass handle from gsl to bse
	namespace.

Sun Nov 26 16:25:50 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bseloopfuncs.[hc]: Moved highpass handle to
	bse/bsedatahandle-fir.cc.

	* tools/bsewavetool.cc: Commented out experimental thinout command.

Sun Nov 26 15:25:49 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bseloopfuncs.[hc]: Adapted the API of the highpass handle.
	Fixed a bug in the convolution code.

	* tools/bsewavetool.cc: Improved the user interface of the highpass,
	so that the user just needs to specify one single frequency: the
	cutoff frequency.

Sat Nov 25 01:37:18 2006  Tim Janik  <timj@gtk.org> 

	* tests/audio/Makefile.am: 
	* tests/audio/adsrtest.bse: added a simple adsr test that checks ADSR
	volume in comparison to a reference signal. used avg-spectrum, spectrum
	and avg-energy to check the colume level, which seems to be catching
	all relevant changes to ADSR property changes.

Thu Nov 23 12:55:14 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Improved some help strings.

Mon Nov 20 23:39:58 2006  Tim Janik  <timj@gtk.org>

	* bstusermessage.h, bstusermessage.c: ported to new SFI Msg API.
	made dialog messaging self-hosted to avoid unnecessary messaging 
	API indirections.

	* bstcxxutils.h, bstcxxutils.cc: new files, providing utilities 
	implemented in C++. provide message handler installation API.

	* bstmain.c: use bst_message_handler_install() and
	bst_message_handler_uninstall().

	* bstapp.c: adaptions to new Msg API.

	* bstbseutils.h: fixed include order for C++.

	* bstxxutils.hh, bstxxutils.cc: removed unused files.

	* tools/bsewavetool.cc: port to C++ Msg API.

	* shell/bsescminterp.c: ported to new sfi_msg* API. send messages
	directly instead of introducing an unnecessary Msg layer indireciton.

Wed Nov 15 16:03:00 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: changed accel to use Ctrl+S for saving
	and Ctrl+D to stop playing songs.

Wed Nov 15 00:25:16 2006  Tim Janik  <timj@gtk.org>

	* data/bse.pc.in: added gobject to bse's link list.

Tue Nov 14 01:15:00 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Added upsample2 and downsample2 commands.

Wed Nov  8 23:27:33 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testresampler.cc: Support for testing linear interpolation.

Wed Nov  8 22:09:36 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testresampler.cc: Ensure that accuracy tests use the same
	amount of samples regardless of the block size. Make testresampler
	work with very small blocksizes (such as 2). Use impl_name() feature
	of bses blockutils. Small speedup by using shorter test signals.

Wed Nov  8 22:00:55 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testresampler.cc: Introduce phase wrapping for sine
	computation, so that the comparision results don't get worse with the
	length of the input signal.

Sun Nov  5 03:21:41 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefextract.cc: work around a g++-3.3 bug.

Sat Nov  4 17:36:59 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefextract.cc: removed redundant parenthesis from join_slices().

Fri Nov  3 02:20:01 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: significantly reduced the number of 
	generated filters.

Thu Nov  2 22:30:27 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: initialize random generators.
	generate tables for zeros/poles and not transfer function
	coefficients which are useless for high order filters.
	randomized various generation parameters to reduce overall
	number of filters while keeping variety. fixed a few more debug
	messages.

Tue Oct 31 14:23:33 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/organsong.bse: Updated copyright/comment: melody is
	based on music composed by Johann Sebastian Bach.

	* tests/testresampler.cc: Use delay compensation API where
	appropriate, instead of using the filter order to compute the
	resampler delay.

Mon Oct 30 23:57:03 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: changed code generation to generate tables,
	which is much more gcc friendly than unlooped code.
	added support for a --test-code command line option which 
	auto-generates lots of test filters useful for design algorithm tests.
	added automated butterworth and chbyshev filter code generation.

Mon Oct 30 23:41:58 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: extended output to server as a code generator 
	for bse/tests/filtertest.cc.

Mon Oct 30 23:18:50 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: fixed compilation command, complex function
	names. wrapped printf functions by macros to enable/disable output.

Mon Oct 30 23:02:18 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/bse-ellf.c: added early version (SVN r3971) of the
	concatenated ellf.c program which was checked into BSE as
	bseiirfilter.c and then copied to bseellipticfilter.c.

Mon Oct 30 22:09:25 2006  Tim Janik  <timj@gtk.org>

	* r+d-files/: new directory for various Research & Development files
	(scripts, docs, etc.) that aren't currently/actively/directly used by
	the project.

Mon Oct 30 19:12:12 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefextract.cc: some cosmetic fixups. fixed printf format strings 
	for size_t types. 

	* tools/bsewavetool.cc: resolved C++ pow() call ambiguities.

Wed Oct 25 17:47:44 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Implemented --join-spectrum-slices, which
	allows joining multiple 30ms spectrums (generated by the --spectrum
	option) into one. The main motivation is getting the file size of
	the reference files in the SVN/tarball down.
	If the filesize doesn't matter, don't use this option, as it makes
	the comparision less accurate.

Sun Oct 22 17:19:40 2006  Tim Janik  <timj@gtk.org>

	* web/news.doxi: minor fixups, rotate news.

Sun Oct 22 22:37:16 2006  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c: improved error message slightly.

Sun Oct 22 22:21:44 2006  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c: drop priviledges more reliably by re-querying
	the effective user id with geteuid() instead of just catching errors.

Sun Oct 22 14:31:48 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* web/news.doxi: A summary of the things that happened since the last
	release.

Sun Oct 22 01:54:54 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bsttrackroll.c: Fix tact numbers in TrackRoll view,
	fixes bug #346916. Instead of printing (more or less) useless
	numbers, the tacts in the TrackRoll view are now numbered 1 2 3 4 and
	so on, and only every fourth of these numbers is shown if there is not
	enough screenspace. This change only works for 4/4 tacts, so this is a
	temporary fix, until the tact handling of beast is rewritten.

Sun Oct 22 01:30:05 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am: Pass --bse-disable-randomization to BSE2WAV
	to make tests deterministic (although still some plugins need to make
	use of that setting).

	* tests/audio/Makefile.am:
	* tests/audio/organsong.ref:
	* tests/audio/organsong.bse: Added test for the DavOrgan module.

Sun Oct 22 00:30:08 2006  Tim Janik  <timj@gtk.org>

	* **/Makefile.am: fixed up all noinst_PROGRAMS uses to contain
	$(ALLTESTS), so tests get automatically build by adding them
	to one of the three *TESTS variables.

	* Makefile.decl: define ALLTESTS to contain TESTS, SLOWTESTS and
	PERFTESTS.

Sat Oct 21 22:38:23 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* library/instruments/Makefile.am:
	* library/instruments/stw-iron-string.bse: Added an example
	instrument, which sounds like a quite distorted plucked string.

	* tests/bse/Makefile.am: Unbreak make slowcheck from a clean tree: if
	cxxbinding is only in SLOWTESTS, then noinst_PROGRAMS must contain
	$(SLOWTESTS), because otherwise cxxbinding will not be built.

Sat Oct 21 17:44:03 2006  Tim Janik  <timj@gtk.org>

	* tests/testwavechunk.c: refactored to sanitize print outs 
	and to run slow tests seperately.

	* tests/bse/Makefile.am: moved cxxbinding test to slow tests.

	* tests/Makefile.am: speed up resampler quick tests by using
	larger steppings in the frequency scanning.

	* tests/filecheck/Makefile.am: moved loading tests to slowcheck.

	* Makefile.am: ignore report.out on distcleanchecks.

Sat Oct 21 04:01:11 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: preinitialize TESTS, auto-check SLOWTESTS and
	PERFTESTS in slowcheck and perf rules. added report rule to
	run all of check, slowcheck and perf and log into report.out.

Fri Oct 20 23:03:36 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/filtertest.cc: More refactoring.

Fri Oct 20 14:01:19 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/filtertest.cc: Refactoring. Adapted to the changes of the
	sine scanning function.

	* configure.in: Added configure check for sincos() function.

	* tools/mathtool.c: Adapted to changes of the sine scanning function.

Tue Oct 17 19:04:03 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/Makefile.am: Run filtertest during make check.

	* tests/bse/filtertest.cc: Added option parsing and usage(). Included
	a few more example filters. Increased coefficient precision for
	compiled-in coefficients.

Mon Oct 16 22:53:35 2006  Tim Janik  <timj@gtk.org>

	* this change accomplishes the move to distinguish test programs
	only by the makefile rules they are executed at. check:-programs
	are supposed to be quick sanity tests, to be executed e.g. before
	commits. slowcheck:-programs are in place to check implementations,
	features and auxillary files, and may consume significant amounts
	of time. perf:-programs are programs run as performance tests and
	should provide performance measurement information as output.
	all three targets are supposed to pass without errors for make
	distcheck.

	* tests/audio/: moved here from slowtests/audio/.
	* tests/filecheck/: moved here from slowtests/filecheck/.

	* tests/audio/Makefile.am: slight fixups.

	* tests/.:
	* tests/Makefile.am: moved slowtests/ contents here.
	added perftest and testresampler to perf: rule.

	* Makefile.decl: added recursive perf: rule. silenced check-local:.

Mon Oct 16 13:40:47 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/Makefile.am:
	* tests/bse/filtertest.cc: Added test program for testing IIR filters
	against specifications. It supports both: scanning the actual filter
	transfer function by filtering sine waves, and computing the filter
	transfer function by evaluating H(z).

Thu Oct 12 22:11:49 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/testresampler.cc: Documentation improvements. Fixed
	subsampling and downsampling accuracy test for frequencies > 11025 Hz,
	where the correct result is that the frequency gets filtered out.
	Reimplemented the error-spectrum FFT normalization.

Wed Oct  4 14:09:08 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/testresampler.cc: Implemented new mode for inspecting the
	resampler accuracy: testresampler error-spectrum. This allows not only
	examining how much the total error is when resampling a certain
	frequency, but also inspecting how that error is distributed across
	the spectrum.

Tue Oct  3 13:19:06 2006  Tim Janik  <timj@gtk.org>

	* Makefile.am: execute slowcheck: as part of distcheck:

Mon Oct  2 18:10:38 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/testresampler.cc: Fix small bug: only show accuracy
	threshold when the option was actually specified by the user.

	* slowtests/Makefile.am: Moved the resampler test to make slowcheck,
	and only do a bit of testing during make check. Speedup of the
	resampler tests in make check (on AMD64): approximately factor 15.

Thu Sep 28 19:52:02 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: added recursive slowcheck: rule, intended for checks
	that take too long for an ordinary make check. added check-before: and
	check-after: aliases for check-am and check-local. fixed all Makefiles
	to use check-before: and check-after: where appropriate.

	* intltool-extract.in: patched to support multiline scheme strings.

	* po/Makefile.intltool: added dummy slowcheck: rule.

	* po/intltool-scm-35.diff: updates.

Thu Sep 28 19:35:04 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: skip checking and running intltool.
	generate po/Makefile.in.in from po/Makefile.intltool.

	* configure.in: read acintltool.m4, call IT_PROG_INTLTOOL.

	* po/intltool-scm-35.diff: fixes for stock intltool-0.35.0.

	* po/Makefile.intltool: added the Makefile.in.in from stock intltool-0.35.0.

	* acintltool.m4: added the intltool.m4 from stock intltool-0.35.0.

	* intltool-merge.in:
	* intltool-update.in:
	* intltool-extract.in: added from stock intltool-0.35.0.

	* po/intltool-scm.diff: unused, removed.

Wed Sep 27 21:33:48 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/testresampler.cc: Trimmed default output of "filter-impl"
	test. Verbose output can be enabled using --filter-impl-verbose.

Wed Sep 27 20:02:00 2006  Tim Janik  <timj@gtk.org>

	* slowtests/Makefile.am: build and check ./ before subdirs.
	added various testresampler checks to check: rule which were suggested
	by Stefan Westerfeld.

Wed Sep 27 13:38:39 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/coding-style.doxi: Added rule that data members in classes are
	declared before functions.

Wed Sep 27 11:30:27 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/Makefile.am:
	* slowtests/testresampler.cc: Moved testresampler.cc from bse/tests to
	slowtests, to prepare it for automatic accuracy testing. Excessive
	automatic testing will be quite slow, thus it needs to be in this
	directory.

Tue Sep 26 18:47:39 2006  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: mention in --help that chunks are exported
	as WAV files.

	* tools/bseloopfuncs.c: minor fixups.
	don't leak data handles in gsl_loop_highpass_handle().

Sun Sep 17 13:39:49 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc tools/bsefcompare.cc: Replace atof with
	g_ascii_strtod in option parsing, since otherwise the automatic tests
	in slowtests/audio (and other bsefextract/bsefcompare based scripts)
	will break when the system locale has a different "decimal point"
	setting.

Wed Aug 30 21:57:32 2006  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c (main): abort the program if we failed to drop
	priviledges and continue to run suid (could happen due to user process
	limits being reached).

Tue Aug 22 17:02:50 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/Makefile.am:
	* docs/beast-index.doxi:
	* docs/coding-style.doxi: Added a description of the beast coding
	style to the developer documentation.

Tue Jul 18 01:43:25 2006  Tim Janik  <timj@gtk.org>

	* web/scanimages.sh: skip ./.* files when scanning for images, this
	avoids bogus images (e.g. from ./.svn) to appear on the web site.
	(change accidentally already committed with r3852).

Tue Jul 18 01:43:25 2006  Tim Janik  <timj@gtk.org>

	* upgraded version to 0.7.1, interface age 0, binary age 0.

	* beast-gtk/bstmain.c: adapt release notes for 0.7.x.

	* beast-gtk/bstsplash.c: cosmetic fixes.

Sun Jul 16 14:05:45 2006  Tim Janik  <timj@gtk.org>

	* released beast-0.7.0.
	
	* beast-gtk/bstmain.c: updated contributor list.

Sat Jul 15 05:15:42 2006  Tim Janik  <timj@gtk.org>

	* library/demo/partymonster.bse:
	* library/instruments/bqs-merp-pad.bse:
	* library/instruments/bqs-fretless-bass.bse:
	* library/instruments/bqs-queek-synth.bse:
	* library/instruments/bqs-moog-saw-bass.bse:
	* slowtests/audio/velocity.bse:
	* test/simple-loop.bse: removed norm-type field.

Sat Jul 15 04:49:55 2006  Tim Janik  <timj@gtk.org>

	* web/news.doxi: announced CVS -> SVN move.

	* web/related-links.doxi: 
	* web/development.doxi: 
	* web/download.doxi: changed docs from CVS to SVN for gnome.org.

Thu Jul 13 21:37:26 2006  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: start bseautodoc without parsing bse rc files.

Wed Jul 12 14:49:21 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* library/effects/bqs-compressor.bse: Added a compressor effect, which
	can be used as post processing networks. Settings are from the party
	monster demo song.

	* library/effects/bqs-reverb.bse: Added a quick start reverb effect.

	* library/effects/bqs-saturation-and-reverb.bse: Added a quick start
	saturation and reverb effect, where saturation is performed prior to
	reverb.

	* library/effects/Makefile.am: Added the three effects to the build
	system.

Sun Jul  9 18:03:39 2006  Tim Janik  <timj@gtk.org>

	* tests/Makefile.am: check po/ files for .scm string extraction.

Sun Jul  9 17:22:25 2006  Tim Janik  <timj@gtk.org>

	* shell/Makefile.am: assert proper bsescm installation when
	make check: is run.

Sun Jul  9 16:15:52 2006  Tim Janik  <timj@gtk.org>

	* web/news.doxi: 
	* web/oldnews.doxi: rotated news.

Sun Jul  9 14:53:26 2006  Tim Janik  <timj@gtk.org>

	* renamed the guile based bsesh to bsescm. adapted related build rules,
	variable names, function names and documentation.

	* shell/bsesh.c: removed.

	* docs/bsesh.1.doxi: removed.

Sun Jul  9 14:49:38 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* web/news.doxi: A summary of the things that happened since the last
	development news.

Sun Jul  9 13:58:31 2006  Tim Janik  <timj@gtk.org>

	* docs/bsescm.1.doxi: CVS copied here from bsesh.1.doxi.

	* shell/bsescm.c: CVS copied here from bsesh.c.

Sun Jul  9 03:50:09 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): wording fixup.

	* tools/scripts/waveloadtest.scm:
	* tools/scripts/noteplaytest.scm:
	* slowtests/audio/bse2wav.scm:
	* slowtests/filecheck/checkproject.scm:
	* shell/bse-scm-glue.boot: renamed (bse-test-error) to (bse-error-test).

Sun Jul  9 02:23:25 2006  Tim Janik  <timj@gtk.org>

	* slowtests/filecheck/Makefile.am: added bse-version-check: rule which
	enforces that all .bse files in the tarball match the major and minor
	version of libbse.
	fixed bse-loading-check: rule to be honest about skipped .bse files.

	* library/demo/stereo-through.bse: 
	* library/effects/atan-canyon.bse:
	* tests/latency/midi-latency.bse:
	* test/simple-loop.bse: updated to beast 0.7.0, clarified license.

	* tests/latency/Makefile.am: fixed list of libraries to link against.

Sat Jul  8 13:56:07 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): release notes fixups.

Fri Jul  7 21:57:41 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: fire up a text window with some 0.7 specific
	release notes (inlined in bstmain.c) instead of firing up a web browser.

	* beast-gtk/bstapp.c: added bug reporting link to Help/ menu.

	* beast-gtk/gxk/gxktexttools.c: properly navigate to URLs even if no
	toolbar is present.

	* docs/release-notes.doxi:
	* docs/beast-index.doxi:
	* docs/Makefile.am: removed release-notes.html, bstmain.c has some
	release notes inlined now.

Fri Jul  7 02:17:02 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/Makefile.am: use birnet-zintern.

	* tests/latency/bselatencytest.cc:
	* tools/bsewavetool.cc: use birnet_file_equals() and
	birnet_file_check().

Fri Jul  7 02:09:16 2006  Tim Janik  <timj@gtk.org>

	* configure.in: include $BIRNET_LIBS in $SFI_LIBS, leave libz checking 
	up to birnet. 

Thu Jul  6 01:06:12 2006  Tim Janik  <timj@gtk.org>

	* Makefile.am: generate .tar.bz2 dist tarball which saves roughly 1M.

Wed Jul  5 02:55:27 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: use birnet url launcher.

	* beast-gtk/bstmain.c: invoke birnet cleanup handlers.

	* beast-gtk/gxk/gxkutils.[hc]: moved url launchers and cleanup
	handlers to birnet.

Wed Jun 21 23:42:35 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdbmeter.c: removed unnecessary _ISOC99_SOURCE.

Wed Jun 14 15:42:17 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/gxk/gxkled.h: Remove prototype for gxk_led_set_colors
	for which no implementation exists in gxkled.c.

Thu Jun  8 18:46:32 2006  Tim Janik  <timj@gtk.org>

	* acbeast.m4: back out -Wstrict-null-sentinel again, since it doesn't
	detect 0 vs. __null.

Thu Jun  8 18:26:33 2006  Tim Janik  <timj@gtk.org>

	* acbeast.m4: add -Wstrict-null-sentinel to CXXFLAGS.

Mon Jun  5 15:33:26 2006  Tim Janik  <timj@gtk.org>

	* tools/bwtwave.cc: fix binary_lookup namespace.

	* tools/bsewavetool.cc (parse_str_option): fixed output argument passing.

Wed May 31 03:02:36 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbseutils.[hc]: added preserve_non_dirty flag to
	bst_project_restore_from_file(), adapted callers.

Wed May 31 00:39:52 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: support patching of intltool-extract.in versions >= 0.35.

	* po/intltool-scm-35.diff: version of intltool-scm.diff that applies 
	against intltool-extract.in 0.35.2.

Tue May 30 11:57:03 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstcanvaslink.c:
	* beast-gtk/bstcanvassource.c: Older libgnomecanvas versions had a
	bug (they don't clear their item->canvas pointers properly), for which
	a workaround was present. However, newer libgnomecanvas versions no
	longer have this bug, which caused problems with the old workaround.
	So this is an upgraded workaround which should work with both: older
	and newer libgnomecanvas versions. For details see also #340437.

Thu May 25 15:24:17 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Use locale independant g_ascii_formatd for
	writing the doubles now; increased output precision to %15.9g (which
	is in some cases a huge improvement over %f).

	* slowtests/audio/Makefile.am:
	* slowtests/audio/partymonster.ref: Test partymonster.bse, too. To do
	it right, bse would need an option to produce deterministic random
	values, but for now, with a more relaxed threshold, the test passes.

	* slowtests/audio/*.ref: New reference files in the new format.

Thu May 25 10:24:17 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/audio/README: Added "Tricks" section with some of the
	things that are non-obvious but are good to keep in mind when
	designing tests.

Wed May 24 17:50:55 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefcompare.cc: Explicitely allow setting the threshold to a
	value > 100%, which will make bsefcompare always fail.

Tue May 23 00:10:47 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: fixed up bogus non-true exit values in distfile-list: rule.

	* slowtests/filecheck/Makefile.am: srcdir != builddir fixups.

Mon May 22 22:18:44 2006  Tim Janik  <timj@gtk.org>

	* slowtests/filecheck/checkproject.scm: CVS moved here from slowtests/.

Sun May 21 17:06:40 2006  Tim Janik  <timj@gtk.org>

	* slowtests/audio/bse2wav.scm: scheme script to record BSE files to WAV
	files, based on bse-scm-glue.boot. properly check command line args,
	display progress and errors.

	* slowtests/audio/Makefile.am: use bse2wav.scm, fixup $(srcdir) 
	relative file names. disable minisong-test: which requires bsewave
	file loading from a dir other than CWD.

	* bsetowav.scm: removed, superceeded by bse2wav.scm.

	* slowtests/filecheck/Makefile.am: naming fixup.

	* Makefile.am: more distcheck rule fixes.

Sat May 20 15:34:05 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: fixed up --help messgae.

	* beast-gtk/bststest.c:
	* tools/bsefextract.cc:
	* tools/bsewavetool.cc:
	* tools/magictest.c:
	* tools/mathtool.c:
	* beast-gtk/bstmain.c: adapted to refactored BSE initialization.

	* tools/bsewavetool.cc:
	* tools/magictest.c:
	* tools/mathtool.c:
	* tools/bsefextract.cc: prevent rcfile loading.

	* configure.in: generate slowtests/filecheck/Makefile.

	* slowtests/Makefile.am: removed BSE filecheck.

	* slowtests/filecheck/Makefile.am: added BSE filecheck from slowtests/.

	* Makefile.am: echo a banner when all tests passed.

	* library/demo/partymonster.bse:
	* library/demo/x2-midi-test.bse:
	* test/midi-test.bse: 
	* test/osc-test.bse: converted to 0.7.0.

Fri May 19 17:51:33 2006  Tim Janik  <timj@gtk.org>

	* slowtests/audio/Makefile.am: fixed audio test rules, run audio
	tests upon make check.

Fri May 19 17:48:27 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* web/Makefile.am: Reorder tar options so that make site-preview works
	with GNU tar-1.15.1, too.

Thu May 18 13:39:08 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/audio/Makefile.am: Added frowzy-drums.bsewave. Fixed up
	plugin dirs to include location of the freeverb plugin.

	* slowtests/audio/README: Update documentation: removed
	featuretests.sh related stuff, and included overview over common
	bsefextract features.

	* slowtests/audio/minisong.bse: Replace absolute path with relative
	path.

Thu May 18 13:29:10 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* slowtests/audio/frowzy-drums.bsewave:
	* slowtests/audio/minisong.ref:
	* slowtests/audio/minisong.bse: Remove binary data from minisong, by
	replacing the drums it with a tiny low quality drum kit, that is
	now linked from the .bse file, not included.

Thu May 18 12:03:18 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Document what thinout currently does in
	--help.

Wed May 17 13:27:39 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* web/news.doxi: Provide a very rough summary what has been happening
	in CVS since the last release. Once I write such a summary more often,
	it can get more fine grained, but for now, I'll leave out too much
	details.

Tue May 16 17:31:34 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am:
	* slowtests/Makefile.am:
	* configure.in: Makefile changes caused by moving the tests from
	tests/audio to slowtests/audio.

	* tests/audio/*: Removed remaining files. The tests can be found in
	slowtests/audio now.

	* test/Makefile.am: Makefile changes caused by moving some files from
	the test/ directory to slowtests/audio.

	* slowtests/audio/Makefile.am: Removed old featuretest.sh related
	rules now. The tests that are executed upon "make test" are now
	balance-test, minisong-test, syndrum-test, velocity-test and
	bseadder-test.

	* slowtests/audio/bseadder.bse: Replaced constant exponential FM with
	transpose.

	* test/test-song.bse:
	* slowtests/audio/minisong.bse: Moved test/test-song.bse to
	slowtests/audio/minisong.bse, clean up stuff so that its a usable
	little test song now.

	* test/drum-test.bse:
	* slowtests/audio/syndrum.bse: Moved test/drum-test.bse to
	slowtests/audio/syndrum.bse but with lower volume to prevent clipping.

	* test/velocity-test.bse:
	* slowtests/audio/velocity.bse: Moved file from
	test/velocity-test.bse to slowtests/audio/velocity.bse and added a
	second track.
	This is a *trick* to get bsefextract to really measure velocities.
	Normally, the --spectrum feature will not take into account low loud
	something is (it normalizes the spectrum during the comparision).
	However, by adding a second track, we achieve a *relative* difference
	in the spectrum (i.e.  how much drum-like does it sound and how much
	melody-like), which can be measured.

Tue May 16 16:14:31 2006  Tim Janik  <timj@gtk.org>

	* slowtests/audio/syndrum.bse: CVS copied from test/drum-test.bse.

	* slowtests/audio/velocity.bse: CVS copied from test/velocity-test.bse.

	* slowtests/audio/minisong.bse: CVS copied from test/test-song.bse.

Tue May 16 16:06:47 2006  Tim Janik  <timj@gtk.org>

	* slowtests/audio/.cvsignore: 
	* slowtests/audio/Makefile.am:
	* slowtests/audio/README:
	* slowtests/audio/balance.bse:
	* slowtests/audio/balance.ref:
	* slowtests/audio/bseadder.bse:
	* slowtests/audio/bsetowav.scm: CVS copied here from tests/audio/.

Tue May 16 01:37:20 2006  Tim Janik  <timj@gtk.org>

	* slowtests/Makefile.am (bse-check): use checkproject.scm to test-load
	.bse files. even bail on warnings issued on stderr.
	issue bse-check: upon make check.

	* slowtests/checkproject.scm: new file to test-load .bse files which 
	only need stock tarball plugins.

	* tests/Makefile.am: removed bse-check:-rule which is in slowtests/ now.

Mon May 15 21:30:47 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefcompare.cc (parse): minor error message fixup.

Mon May 15 21:21:28 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: added distfile-list:-rule to recursively generate a 
	list of all DISTFILES files.

	* tests/Makefile.am: check that no .bse file listed in DISTFILES
	produces warnings when loaded.

Mon May 15 20:23:42 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am: For feature extraction the --cut-zeros
	argument is needed, to eliminate the extra zeros before and after the
	signal. Otherwise, feature comparision will be unreliable.
	For the balance test, I also added the --spectrum and --avg-spectrum
	features again, and renamed the reference file to balance.ref.
	
	* tests/audio/balance.bse: In addition to testing the left and right
	position, the test file now starts with the center position.

	* tests/audio/balance.ref: New reference file (in the new format) for
	the balance test.

Sun May 14 15:20:10 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc tools/bsefcompare.cc: Changed format of the
	feature file according to #340386. This allows --permissive matching
	in bsefcompare (which is now default), that can cope with comparing
	matrices or vectors with different sizes. For the --spectrum feature
	this means that you can finally compare the spectrums of two files
	which have the different lengths (only the start of the files will be
	compared).

Sat May 13 21:56:36 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Got rid of per feature output redirection
	code, and replaced it with a simple "-o" option, which allows all of
	bsefextract's output to be redirected into a file.

Sat May 13 21:09:21 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc tools/bsefcompare.cc: Adapt coding style a bit
	to the rest of BEAST (mainly removed semiCapitalizedIdentifiers).

Fri May 12 16:52:32 2006  Tim Janik  <timj@gtk.org>

	* tests/audio/Makefile.am: started rewrite of test rules.

	* tests/audio/bsetowav.scm: don't load scripts or LADSPA plugins. 
	fixed progress indication.

Fri May 12 16:47:08 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefcompare.cc (parse): fixed option parser similar to bsefextract.

Fri May 12 14:44:41 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Option parsing should work reliably now (fixed
	a few bugs in check_arg).

Thu May 11 02:59:08 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefextract.cc: fixed option parser so using '=' for args with
	options isn't mandatory. fixed initialisation so bse components are
	actually initialised when used.
	something is still borked with the option parser though, in that the
	order in which the input file and feature arg are passed does matter.

Wed May 10 19:54:52 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.c (bst_source_queue_probe_request): changed
	fft scope mass request priority to a very low idle priority since we essentially
	don't want it to cause any other thing to come to a halt.

Mon May  8 03:28:55 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: disabled listing of deprecated plugins.

	* docs/plugin-devel.doxi: documented "deprecated" plugin option.

Sun May  7 19:47:19 2006  Tim Janik  <timj@gtk.org>

	* docs/faq.doxi: answer platform ports FAQ.

Sun May  7 19:25:26 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpreferences.c: dialog button fixups.

	* beast-gtk/bstutils.[hc]: added DISMISS as stock button/icon.

	* beast-gtk/gxk/gxkutils.c: docu fixup.

Sun May  7 19:13:14 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): allow creation of new projects from 
	new filenames specified on the command line.

Sun May  7 03:31:41 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: removed "enable_scopes" and "enable_meters"
	config options and added "slow_scopes" instead.

	* beast-gtk/bstscrollgraph.c: fixed probe result search so the correct
	fft block can be found depending on the requested size.

	* beast-gtk/bstsnifferscope.[hc]: renamed and changed signature of
	bst_source_queue_probe_request(). the desired update frequency has to
	be explicitely requested by the caller now. adapted callers.

Wed May  3 23:19:32 2006  Tim Janik  <timj@gtk.org>

	* library/effects/atan-canyon.bse:
	* library/instruments/bqs-organ.bse: 
	* library/instruments/bqs-organ.bse:
	* library/instruments/bqs-syndrum.bse:
	* library/instruments/bqs-merp-pad.bse:
	* library/instruments/bqs-queek-synth.bse:
	* library/instruments/bqs-moog-saw-bass.bse:
	* library/instruments/bqs-fretless-bass.bse:
	added a link to http://beast.gtk.org/LICENSE-AS-IS to clarify
	the licensing information.

	* web/htaccess.in: redirect http://beast.gtk.org/LICENSE-AS-IS

Tue May  2 19:23:23 2006  Tim Janik  <timj@gtk.org>

	* web/news.doxi:
	* web/contact.doxi: provide bugzilla links.

	* web/htaccess.in: support /bugs redirect.

Mon Apr 24 20:49:04 2006  Tim Janik  <timj@gtk.org>

	* web/webmenu.doxi: moved news entry macros here, added anchors.

	* docs/beastdefs.doxi: removed news entry macros.

	* web/Makefile.am: fixed file paths in .md5sum files.

Mon Apr 24 20:11:45 2006  Tim Janik  <timj@gtk.org>

	* web/oldnews.doxi:
	* web/news.doxi: rotate, announce LAD conference 2006 visit.

	* web/Makefile.am (ACCOUNT): fix for timj to update the website from 
	multiple accounts.

Thu Apr 20 20:50:35 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkassortment.c: added extra guards to ensure that 
	assortment free() functions do not cause self->selected to point to 
	invalid/freed entries.

Thu Apr 20 01:23:17 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Fix printf format warnings.

Wed Apr 19 23:49:36 2006  Tim Janik  <timj@gtk.org>

	* configure.in: fixed inverted WITH_PERLRULE check.

	* beast-gtk/gxk/Makefile.am: fixed up clean rules so stamp files
	are properly deleted and dependent files are properly built.

Wed Apr 19 02:30:34 2006  Tim Janik  <timj@gtk.org>

	* Makefile.am: added specialized "distcheck" rule that disables a 
	recursive make dist. the reason for which is explained here:
	http://blogs.gnome.org/view/timj/2006/04/18/0

	* docs/beast.1.doxi:
	* beast-gtk/bstmain.c: implemented --merge.

	* configure.in: provide AM conditional WITH_PERLRULE.

	* beast-gtk/icons/Makefile.am:
	* configure.in: removed STRIP_* cruft. 

Tue Apr 18 21:25:00 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstmain.c: Fix double initialization of the application
	name (which causes glib to print a warning, which renders
	--g-fatal-warnings useless for debugging).
	Removed obsolete g_set_prgname (birnet_init is responsible for that).

Sun Apr 16 20:33:57 2006  Tim Janik  <timj@gtk.org>

	* library/instruments/bqs-merp-pad.bse: added new pad string.

Sun Apr 16 18:35:12 2006  Tim Janik  <timj@gtk.org>

	* library/instruments/bqs-moog-saw-bass.bse: added new bass instrument
	from Stefan Westerfeld.

Sun Apr 16 18:31:05 2006  Tim Janik  <timj@gtk.org>

	* library/instruments/Makefile.am: 
	* library/instruments/bqs-fretless-bass.bse: CVS renamed "base" to "bass".

Sun Apr 16 17:43:23 2006  Tim Janik  <timj@gtk.org>

	* Makefile.am: fixup distuninstallcheck:-rule which reports 
	not uninstalled files created by update-mime-database(1).

Sat Apr 15 03:08:47 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: document --bse-force-fpu and print processor
	detection information.

	* configure.in: profide PLUGIN_FLAGS, FPU_FLAGS and SSE_FLAGS. define
	BSE_WITH_SSE_FLAGS for bse runtime logic.

	* acbeast.m4: cosmetic change.

	* web/download.doxi: provide viewcvs link.

Thu Apr 13 23:59:22 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprofiler.c: slight profiler view label fixup.

	* configure.in: always check for srcdir == builddir. disable PERLRULE
	srcdir != builddir.

	* beast-gtk/gxk/Makefile.am: added includes missing for srcdir != builddir.
	fixed code generation rules.

Wed Apr 12 02:29:11 2006  Tim Janik  <timj@gtk.org>

	* configure.in: provide SSE_FLAGS and WITH_SSE_FLAGS automake conditional.

	* acbeast.m4: added MC_PROG_CC_SPECIAL_FLAGS() to help constructing SSE_FLAGS.

Tue Apr 11 23:33:42 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: add --with-doxer configure arg which holds TRUE for CVS builds.

	* configure.in: added --with-doxer arg which enables doxer dependent build rules.
	retrive ALL_LINGUAS from po/LINGUAS. slight fixups to maintainer-mode checks.
	got rid of unused *DVLBUILD* cruft. check for perl 5.002 and define PERLRULE.

	* docs/Makefile.am: conditionalize doxer rules.

	* po/LINGUAS: define supported languages.

Sun Apr  9 17:55:51 2006  Tim Janik  <timj@gtk.org>

	* docs/bse.5.doxi: new manual page about the BSE file format.

	* docs/Makefile.am: build and install manual pages. fixed up some rules.

	* beast-gtk/bstapp.c: removed html page extensions from online resources.

	* docs/beast-index.doxi: fixed online links and added .bse manual page.

	* docs/sfidl.1.doxi:
	* docs/beast.1.doxi: link fixups.

	* docs/bsesh.1.doxi: link and synopsis fixups.

	* web/robots.txt: disallow reference docs for W3C-checklink.

Sun Apr  9 15:54:25 2006  Tim Janik  <timj@gtk.org>

	* web/htaccess.in: allow content type negotiation via MultiViews.
	removed content type extensions from redirects. added redirects
	for old screenshot and logogallery links.

	* web/*.doxi: removed content type extensions from internal links.

	* web/Makefile.am: adapted to screenshots and logogallery files
	residing in web/screenshotdir/ and web/logogallerydir/.

Sun Apr  9 14:30:52 2006  Tim Janik  <timj@gtk.org>

	* web/logogallerydir/: CVS moved from web/logogallery/.

	* web/screenshotdir/: CVS moved from web/screenshots/.

Sat Apr  8 14:29:07 2006  Tim Janik  <timj@gtk.org>

	* library/instruments/bqs-fretless-base.bse: added fretless base
	instrument from Stefan Westerfeld.

	* library/instruments/bqs-organ.bse: added Organ instrument.

	* library/instruments/bqs-queek-synth.bse: added simplistic synth
	instrument.

	* library/instruments/bqs-syndrum.bse: added DavSynDrum instrument.

	* library/instruments/test-string.bse:
	* library/instruments/synth-lead.bse: removed old test synths, 
	superceeded by bqs-queek-synth.bse.

Sat Apr  8 02:03:52 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c: added tooltips. when displaying
	huge file libraries, display WAVE_NAME in the first column, i.e.
	the file baename or any internal detected filename.

	* beast-gtk/bsttreestores.c: fallback to the file basename for 
	WAVE_NAME, until file info could be loaded.
	check non-sample files for ".bse" postfix and try to extract the 
	first "container-child" name from ".bse" files.

Fri Apr  7 18:52:36 2006  Tim Janik  <timj@gtk.org>

	* README: 
	* configure.in: upgraded Gtk+ dependency to 2.6.4.

Tue Apr  4 22:30:07 2006  Tim Janik  <timj@gtk.org>

	* tools/Makefile.am: build new tools.

	* tools/cutvorbis.c: usage fixup.

	* web/resources.doxi: link updates.

Tue Apr  4 20:42:49 2006  Tim Janik  <timj@gtk.org>

	* tools/mathtool.c: CVS moved.

Tue Apr  4 20:10:39 2006  Tim Janik  <timj@gtk.org>

	* tools/cutvorbis.c:
	* tools/magictest.c:
	* tools/mathtests.c: CVS copied.

Tue Apr  4 02:08:16 2006  Tim Janik  <timj@gtk.org>

	* slowtests/Makefile.am: build and check perftest testwavechunk.

	* tests/Makefile.am: removed outdated rules.

	* tests/bse/Makefile.am: build and test cxxbinding and testplugin.la.

	* tools/scripts/Makefile.am: added script tools waveloadtest.scm and
	noteplaytest.scm.

Tue Apr  4 01:21:32 2006  Tim Janik  <timj@gtk.org>

	* bse/tests/testwavechunk.c:
	* tests/cxxbinding.cc:
	* tests/empty.ogg:
	* tests/perftest.cc:
	* tests/testplugin.cc:
	* tests/testplugin.idl:
	* tests/bse/loophandle.c:
	* tests/scripts/noteplaytest.scm:
	* tests/scripts/waveloadtest.scm: removed from CVS.

Tue Apr  4 01:14:42 2006  Tim Janik  <timj@gtk.org>

	* bse/tests/loophandle.c:
	* slowtests/perftest.cc:
	* slowtests/testwavechunk.c:
	* tests/bse/cxxbinding.cc:
	* tests/bse/empty.ogg:
	* tests/bse/testplugin.cc:
	* tests/bse/testplugin.idl:
	* tools/scripts/noteplaytest.scm:
	* tools/scripts/waveloadtest.scm: CVS copied.

Tue Apr  4 01:04:27 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: force upgrade of automake-originating files.

	* configure.in: only issue a warning if pcm/midi devices couldn't
	be found instead of erroring out. default to /dev/dsp and /dev/midi
	if no devices could be detected.

Sun Apr  2 18:58:34 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: don't link against libsfi/libbirnet if
	linking against libbse.

	* beast-gtk/gxk/dummy.cc:
	* beast-gtk/gxk/Makefile.am: added C++ dummy, for proper linkage
	with older gccs.

Sun Apr  2 18:16:56 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: auto-add GENERATED to MAINTAINERCLEANFILES.
	added GENERATED_CLEANFILES for generated files to be removed upon
	make clean. 

	* beast-gtk/Makefile.am: fixed dependencies. simplified build rules,
	integrated with Makefile.decl. removed lots of cruft.

	* beast-gtk/*.c: various minor fixes.

Sun Apr  2 16:56:57 2006  Tim Janik  <timj@gtk.org>

	* configure.in: removed workaround variables.

	* beast-gtk/Makefile.am: automake fix to build versioned beast.

	* beast-gtk/gxk/Makefile.am: linkage flags fixups.

	* beast-gtk/gxk/gxkstock.c:
	* beast-gtk/gxk/gxkradget.c: fixed missing initializations.

	* shell/Makefile.am: automake fix to build versioned shell.

Sun Apr  2 03:44:31 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: declare GENERATED to list generated files.
	declare GENERATED_EXTRA_DIST for files that automatically end up
	in GENERATED and EXTRA_DIST.
	define _BIRNET_SOURCE_EXTENSIONS for the whole source tree by
	adding it to AM_CXXFLAGS and AM_CFLAGS.

	* configure.in: moved libmad check into BSE namespace. presence is
	now indicated by the BSE_HAVE_LIBMAD macro provided by topconfig.h.
	removed cruft.

Thu Mar 30 20:49:43 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: depend on automake-1.9.

	* acbeast.m4: check for -Wno-pointer-sign support before using it.

Thu Mar 30 20:16:08 2006  Tim Janik  <timj@gtk.org>

	* acbeast.m4: add -Wno-pointer-sign when comiling mit gcc-4.2 to omit
	bogus warnings about signedness of string pointers in C.

	* autogen.sh: permit compilatiopn with automake 1.9.

	* birnet/birnetring.c: fixed bogus "const" in return type.

	* birnet/birnetthread.c: fixed strict aliasing warning.

	* **/Makefile.am: fixed automake "+=" warnings.

Wed Mar 29 01:54:38 2006  Tim Janik  <timj@gtk.org>

	* web/wiki.doxi: PHP fixups to tell robots: content="noindex" for
	tmeporary EditThisPage wiki pages.

	* web/style/beast-style.css: beautify wiki tables somewhat.

Thu Mar 23 02:02:50 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile.am: dependency fixup.

Tue Mar 21 00:55:27 2006  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am:
	* web/Makefile.am:
	* web/webmenu.doxi: generate documentation for birnet/.

Sun Mar 12 12:21:40 2006  Tim Janik  <timj@gtk.org>

	* Makefile.decl: declare variables that are used in += statements.

	* */Makefile.am: added include statement for Makefile.decl.

Sat Mar 11 20:23:51 2006  Tim Janik  <timj@gtk.org>

	* */Makefile.am: 
	added missing copyright notices. 
	changed/added LGPL license with permission
	from Stefan Westerfeld (required for some files).

Fri Mar 10 21:48:03 2006  Tim Janik  <timj@gtk.org>

	* web/download.doxi: added freebsd, arch and gentoo package links.

	* web/htaccess.in: more screenshot redirections.

	* web/related-links.doxi: link updates.

Fri Mar 10 19:49:56 2006  Tim Janik  <timj@gtk.org>

	* web/*.php: license fixups.
	
	* web/htaccess.in: redirect old screenshot links.

Fri Mar 10 19:25:50 2006  Tim Janik  <timj@gtk.org>

	* web/robots.txt: disallow temporary wiki pages and the sandbox.

Fri Mar 10 18:06:26 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile.am: install robots.txt and favicon.ico.

	* web/robots.txt: new file to avoid constant web server errors.
	allow access to everything for all spiders by default.

	* web/wiki.doxi: added meta header to avoid indexing of generated
	wiki pages.

	* web/web-images/favicon.ico: transparent mini beast logo.

	* web/webframe.doxi:
	* web/webmenu.doxi: link to favicon.ico.
	
Fri Mar 10 02:52:18 2006  Tim Janik  <timj@gtk.org>

	* web/wiki.doxi: use 'raw_html_title' doxer variable to set the
	page title dynamically, based on the wiki page.

Fri Mar 10 01:21:09 2006  Tim Janik  <timj@gtk.org>

	* library/scripts/mixer-splitup-by-track.scm:
	* library/scripts/part-harmonic-transposer.scm:
	* library/scripts/song-parts-operations.scm:
	* tests/scripts/noteplaytest.scm:
	* tests/scripts/waveloadtest.scm:
	* tests/audio/bsetowav.scm:
	* shell/bse-scm-glue.boot:
	fixed or changed the license to a 'provided "as is"' disclaimer with
	permission from Stefan Westerfeld.

Thu Mar  9 23:42:19 2006  Tim Janik  <timj@gtk.org>

	* tests/*: fixed or changed the license to LGPL with permission
	from Stefan Westerfeld (required for some files).

Thu Mar  9 21:08:13 2006  Tim Janik  <timj@gtk.org>

	* tools/bsefcompare.cc:
	* tools/bsefextract.cc:
	* tools/bsewavetool.cc:
	* tools/bsewavetool.hh:
	* tools/bwtwave.cc:
	* tools/bwtwave.hh:
	fixed or changed the license to LGPL with permission from Stefan
	Westerfeld (required for some files).

Thu Mar  9 21:03:17 2006  Tim Janik  <timj@gtk.org>

	* web/*: fix missing licenses.

Thu Mar  9 20:52:59 2006  Tim Janik  <timj@gtk.org>

	* acbeast.m4:
	* configure.in: 
	* birnet/configure.inc: applied patch from Ralf Wildenhues
	<Ralf.Wildenhues@gmx.de> to work with newer autoconf.
	 clarified licensing to mention LGPL explicitely in all places.

	* autogen.sh: clear autom4te cache. clarified licensing to mention
	LGPL explicitely in all places.

Thu Mar  9 18:19:02 2006  Tim Janik  <timj@gtk.org>

	* web/download.doxi:
	* configure.in: removed texitheque traces.

Thu Mar  9 18:05:14 2006  Tim Janik  <timj@gtk.org>

	* *.c: adapted to birnet_ namespace.

Thu Mar  9 03:12:11 2006  Tim Janik  <timj@gtk.org>

	* shell/bsescminterp.c: adapted to birnet_ namespace.

	* shell/bsesh.c: initialization fixes.

Tue Mar  7 02:31:18 2006  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.7.0, binary 0, interface 0.

	* merged libsfi.la and libbirnet.la into libbse.la, so only
	libbse.so is installed as public library now.

	* configure.in:
	* Makefile.am: added birnet/.

	* configure.in: execute checks from birnet/configure.inc.
	comment fixups.
	
	* data/bse.pc.in: libbse.so doesn't link against libsfi.so anymore.

	* data/Makefile.am:
	* data/sfi.pc.in: removed.

Sat Mar  4 16:11:33 2006  Tim Janik  <timj@gtk.org>

	* web/style/beast-style.css: turn the font-weight for unexisting
	wiki pages from bold back to normal.

Sat Mar  4 14:13:27 2006  Tim Janik  <timj@gtk.org>

	* web/htaccess.in: added .bse and .bsewave file types.

Tue Feb 28 01:33:06 2006  Tim Janik  <timj@gtk.org>

	* Makefile.am:
	* configure.in: added doxer/ to automake tree.

Tue Feb 28 00:29:43 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile.am:
	* docs/Makefile.am: use doxer from ../doxer/.

Sun Feb 26 18:26:47 2006  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.6.7, binary 0, interface 0.

	* Makefile.am: added web/ to build tree.

	* beast-gtk/bstapp.[hc]: removed "/Help/Development..." menu option.
	fire up web browser for installed help docuemnts.

	* beast-gtk/bstmain.c: initialize random number generators properly.

	* beast-gtk/gxk/gxkutils.c: added support for more web browsers,
	"htmlview" for fedora, "gnome-open", "firefox", "mozilla-firefox", 
	"opera" and native "konqueror" (as opposed to the already supported
	"kfmclient").
	gxk_url_show(): renamed.
	gxk_url_show_with_cookie(): new function to show an url via a file:///
	redirect, thereby setting a cookie.
	gxk_cleanup_add(): new function to add a cleanup handler.
	gxk_cleanup_force_handlers(): new function to trigger cleanup handlers
	at program exit.

	* docs/beast-index.doxi: beautifications.

	* web/Makefile.am: fixed relicts.

Sun Feb 26 18:23:35 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: removed.

Sun Feb 26 18:19:47 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile.am: CVS copied from web/Makefile.

Sat Feb 25 18:53:01 2006  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: minor rule optimizations.

	* docs/docframe.doxi: provide documentation frame.

Sat Feb 25 17:40:00 2006  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: generate HTML documentation.

	* docs/docu-template.doxi: template fixups.

	* docs/beast-index.doxi: links to HTML documentation.

	* web/Makefile: consolidated generation rules, make use of the files
	generated in ../docs/.

	* web/rdocu-template.doxi: removed.

	* docs/WRITING.3.texi:
	* docs/teximacros.texi:
	* docs/generated/*:
	* docs/generated/css/*:
	* docs/generated/cgi-bin/*:
	* docs/generated/css/images/*: removed remainings of old documentation system.

Sat Feb 25 15:18:04 2006  Tim Janik  <timj@gtk.org>

	* docs/docu-template.doxi: CVS copied from web/.

Thu Feb 23 23:16:25 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile:
	provide DOXI_INCLUDE_FILE definition for files generated from the 
	docs/. directory. 

	* web/webframe.doxi:
	* web/webmenu.doxi:
	* web/Makefile: adapt to moving beastdefs.doxi. 

Tue Feb 21 01:31:42 2006  Tim Janik  <timj@gtk.org>

	* web/beastdefs.doxi: removed.

Tue Feb 21 01:29:38 2006  Tim Janik  <timj@gtk.org>

	* docs/beastdefs.doxi: CVS copied here from web/.

Tue Feb 21 01:26:43 2006  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: build HTML docs with doxer.

	* docs/release-notes.doxi: 
	* docs/beast-index.doxi: ported to doxer markup.

	* docs/*.doxi: include fixes.

	* web/Makefile: include fixes.

Sun Feb 19 01:26:19 2006  Tim Janik  <timj@gtk.org>

	* web/news.doxi: announce website move.

Sun Feb 19 00:20:15 2006  Tim Janik  <timj@gtk.org>

	* web/*.doxi: misc wording and link fixes.

	* web/htaccess.in: wiki redirection fixes, updated older redirects.

Sat Feb 18 19:41:00 2006  Tim Janik  <timj@gtk.org>

	* web/style/beast-style.css: IE and indentaiton fixes. added tree 
	expanders for web menus.

	* web/webmenu.doxi: added different CSS classes for submenus and expand
	vs. collapsed state. 

	* web/sound-browser.doxi: fixed up file type icon links.

	* web/web-images/back.png:
	* web/web-images/compressed.png:
	* web/web-images/folder-open.png:
	* web/web-images/folder.png:
	* web/web-images/sound2.png:
	* web/web-images/text.png: added public domain icons from apache.

	* web/style/triangle-down-blue.png: tree expand icon by Alper Ersoy.

	* web/style/triangle-right-blue.png: tree collapsed icon by Alper Ersoy.

Fri Feb 17 23:15:42 2006  Tim Janik  <timj@gtk.org>

	* web/screenshots/: new directory containing screenshots for the beast website.

	* web/logogallery/: new directory containing images from the 2003 logo contest.

Fri Feb 17 23:09:43 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: fixed site update rules.

	* web/Makefile: consolidated build rules. added website tarball build
	rules. added remote website update rules. fixes for index file generation.

	* web/htaccess.in: new file, covering wiki rewrite rules, compatibility
	redirections and PHP size constraints.

	* web/scanimages.sh: issue file list to stdout.

	* web/webframe.doxi: use CSS classes beast-website and beast-webframe.

	* web/webmenu.doxi: use CSS classes beast-website and beast-webpage.

	* web/web-images/LT-PartView512.png:
	* web/web-images/LT-WaveView512.png:
	* web/web-images/LT-SynthView512.png: image required by overview2003de.doxi.
	
	* web/style/beast-style.css: new beast website CSS stylesheet.

	* web/style/plain.css: alternative beast website CSS stylesheet.

	* web/style/beast-small.png: "beast" logo writing by jimmac (Jakub Steiner).

	* web/style/beast-left.png: "beast" logo drawing by Alper Ersoy.

	* web/style/beast-right.png: "Bedevilled Audio System" drawing by Alper Ersoy.

	* web/style/title-arrow-24x64.png: right arrow for section titles by Alper Ersoy.

	* web/style/home-arrow-24x64.png: left arrow for 'Home' links by Alper Ersoy.

	* web/style/square.png: square news item bullet by Alper Ersoy.

	* web/style/beast-bg.png:
	* web/style/beast-dot.png:
	* web/style/beast-bg-h5.png: auxillary pictures for the beast website
	logo backgrounds by Alper Ersoy.

	* docs/Makefile.am: removed outdated rules.

Wed Feb 15 23:45:48 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: generate BSE object documentation. 
	generate SFI reference documentation.

	* configure.in: removed plugins/evaluator/Makefile generation.

Sun Feb 12 03:33:18 2006  Tim Janik  <timj@gtk.org>

	* shell/bsescminterp.c: turn on guile debugging mode for script registration,
	so we can retrieve file and line number information for script registration 
	and pass it on to BSE.

	* web/Makefile: build fixes. generate bse-interface, which includes procedure
	and script documentation.

	* web/webmenu.doxi: link/menu fixes.

	* beast-gtk/bstutils.c: docu fixups. 

Thu Feb  2 02:15:58 2006  Tim Janik  <timj@gtk.org>

	* bse/*.[hc]: converted documentation markup to doxer.

	* web/Makefile: build full BSE API docs.

Wed Feb  1 20:01:08 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: 
	* beast-gtk/gxk/*.[hc]: converted documentation markup to doxer.

	* web/Makefile: build full GXK API docs.

Wed Feb  1 00:21:38 2006  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c: converted documentation markup to doxer.

	* web/webframe.doxi: fixed relative URIs.

Tue Jan 31 02:36:17 2006  Tim Janik  <timj@gtk.org>

	* configure.in: generate docs/images/Makefile.

	* docs/Makefile.am: adapt to recent file renames/moves.

	* docs/images/Makefile.am: ship documentation images.

	* web/*.doxi:
	* docs/*.doxi: fixed includes. fixed URIs to be @top_webdir/ relative.

	* web/beastdefs.doxi: provide @top_webdir and @top_styledir macros,
	based on the TOP_WEBDIR definition passed in from Makefile.

	* web/rdocu-template.doxi:
	* web/doxer-docu.doxi:
	* web/Makefile: 
	generate doxer docu. generate GXK source code documentation. 

Mon Jan 30 01:27:17 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh: patch intltool to support .scm internationalization.

	* po/intltool-scm.diff: added diff which allowes intltool to extract
	internationalizable strings from .scm files.

Sun Jan 29 20:04:47 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: generate html files form ChangeLogs.

	* web/beastdefs.doxi: removed bogus heading aliases.

	* web/overview2003de.doxi: fixed headings.

Sun Jan 29 00:06:22 2006  Tim Janik  <timj@gtk.org>

	* web/webmenu.doxi: page rename, moved footer to bottom.

	* web/Makefile: generate and build NEWS and engine-mplan web docs.

	* docs/*.doxi, web/*.doxi: renamed webmenu branch variable to "webmenu".

Sat Jan 28 19:59:41 2006  Tim Janik  <timj@gtk.org>

	* docs/sfidl-manual.doxi:
	* docs/plugin-devel.doxi: converted to doxer markup, many
	markup fixes.

	* web/beastdefs.doxi: added more source code specific markup macros.

Sat Jan 28 18:20:18 2006  Tim Janik  <timj@gtk.org>

	* docs/architecture.doxi: converted to doxer markup.

	* web/Makefile: install docs/images/* under html/images/.

	* web/webmenu.doxi: renamed "NEWS File" menu entry which had a very
	confusing name before.

	* docs/beast-components.dia:
	* docs/beast-components.png:
	* docs/module-voices.dia:
	* docs/module-voices.png:
	* docs/beast-progs.dia:
	* docs/beast-progs.png: removed.

Sat Jan 28 18:07:14 2006  Tim Janik  <timj@gtk.org>

	* docs/images/beast-components.dia:
	* docs/images/beast-components.png:
	* docs/images/module-voices.dia:
	* docs/images/module-voices.png:
	* docs/images/beast-progs.dia:
	* docs/images/beast-progs.png: CVS copied here freom docs/.

Sat Jan 28 17:34:59 2006  Tim Janik  <timj@gtk.org>

	* web/wiki.doxi: converted to doxer markup.

	* web/webmenu.doxi:
	* web/search.doxi: correctly indicate search domain in the google
	search result list.

Sat Jan 28 16:06:04 2006  Tim Janik  <timj@gtk.org>

	* docs/sfidl.1.doxi:
	* docs/bsesh.1.doxi:
	* docs/beast.1.doxi: converted to doxer markup.

	* web/webmenu.doxi: added sfidl.1 to webmenu.

	* web/beastdefs.doxi: added manual page markup commands.

	* web/Makefile: build manual pages, listed unported files.

Tue Jan 24 03:25:26 2006  Tim Janik  <timj@gtk.org>

	* web/overview2003de.doxi: converted to doxer markup.

	* web/Makefile: added overview2003de and web-image rules.

	* web/oldnews.doxi: uri fixup.

	* web/webframe.doxi: implement small web banner.

	* docs/quickstart.doxi: use small web banner.

	* web/webmenu.doxi: minor fixups.

Mon Jan 23 23:58:08 2006  Tim Janik  <timj@gtk.org>

	* web/overview2003de.doxi: CVS moved here from ../docs/

Mon Jan 23 23:33:52 2006  Tim Janik  <timj@gtk.org>

	* web/documentation.doxi: converted to doxer markup.

	* docs/faq.doxi: minor fixups.

Mon Jan 23 22:55:15 2006  Tim Janik  <timj@gtk.org>

	* docs/faq.doxi: converted to doxer markup.

Mon Jan 23 21:41:21 2006  Tim Janik  <timj@gtk.org>

	* architecture.texi:
	* beast-index.texi:
	* beast.1.texi:
	* bsesh.1.texi:
	* faq.texi:
	* overview-de.texi:
	* plugin-devel.texi:
	* quickstart.texi:
	* release-notes.texi:
	* sfidl-manual.texi:
	* sfidl.1.texi:
	* site-about.texi:
	* site-browse-bse-files.texi:
	* site-contact.texi:
	* site-development.texi:
	* site-documentation.texi:
	* site-download.texi:
	* site-historic.texi:
	* site-links-related.texi:
	* site-links-synthesis.texi:
	* site-news.texi:
	* site-oldnews.texi:
	* site-resources.texi:
	* site-search.texi:
	* site-upload-bse-files.texi:
	* site-wiki.texi: 
	removed all files which have been replaced by a .doxi version.

Mon Jan 23 21:34:36 2006  Tim Janik  <timj@gtk.org>

	* docs/release-notes.doxi:
	* docs/architecture.doxi:
	* docs/plugin-devel.doxi:
	* docs/sfidl-manual.doxi:
	* docs/overview-de.doxi:
	* docs/beast-index.doxi:
	* docs/quickstart.doxi:
	* docs/beast.1.doxi:
	* docs/bsesh.1.doxi:
	* docs/sfidl.1.doxi:
	* docs/faq.doxi: CVS copied these files from docs/*.texi.

Sat Jan 21 21:32:23 2006  Tim Janik  <timj@gtk.org>

	* web/synthesis-links.doxi: added synth secret title comments.

Fri Jan 20 20:45:13 2006  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/bse/loophandle.c:
	* tools/bseloopfuncs.c:
	* tools/bsewavetool.cc: Adapted printf format strings to the GslLong
	change ("%ld" -> "%lld").
	
Sat Jan  7 18:25:00 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: build logogallery files.

	* web/logogallery.doxi: new file, showing the logo gallery.

	* web/webmenu.doxi:
	* web/oldnews.doxi:
	* web/historic.doxi:
	* web/about.doxi: link fixes.

Thu Jan  5 01:22:36 2006  Tim Janik  <timj@gtk.org>

	* web/sound-browser.doxi: build sound browser page with included php.

	* web/sound-upload.doxi: build sound upload page with included php.

	* web/file-upload.php: file upload facility implementation.

	* web/file-browser.php: subdirectory file browser implementation.

	* web/Makefile: process and install sound browser and upload files.

	* web/webmenu.doxi:
	* web/oldnews.doxi:
	* web/news.doxi: uri fixes.

Wed Jan  4 01:18:35 2006  Tim Janik  <timj@gtk.org>

	* web/gallery.php: fixes for MSIE applying "<center>" recursively.
	padding fixes.

	* web/scanimages.sh: padding fixes.

Wed Jan  4 00:23:51 2006  Tim Janik  <timj@gtk.org>

	* web/Makefile: new file with rules to build new web site docs.
	also generates screenshots.phpini.

	* web/gallery.php: php implementation of a picture gallery browser
	with thumbnail and description support.

	* web/scanimages.sh: script to generate a .phpini file from a picture
	gallery directory, needed by gallery.php.

	* web/screenshots.doxi: added screenshot gallery page.

Mon Jan  2 23:36:54 2006  Tim Janik  <timj@gtk.org>

	* web/*.doxi: CVS moved here from docs/web/.

Mon Jan  2 23:27:26 2006  Tim Janik  <timj@gtk.org>

	* docs/web/*.doxi: heading and URL fixes.

Thu Dec 22 23:20:01 2005  Tim Janik  <timj@gtk.org>

	* docs/web/news.doxi:
	* docs/web/search.doxi:
	* docs/web/download.doxi:
	* docs/web/development.doxi:
	* docs/web/documentation.doxi:
	* docs/web/contact.doxi: converted to doxer markup.

	* docs/web/oldnews.doxi:
	* docs/web/webmenu.doxi: small fixups.
	
	* docs/web/historic.doxi:
	* docs/web/about.doxi: adapted page title.

	* docs/web/beastdefs.doxi: more markup facilities.

Mon Dec 19 02:00:44 2005  Tim Janik  <timj@gtk.org>

	* docs/web/synthesis-links.doxi:
	* docs/web/related-links.doxi:
	* docs/web/resources.doxi:
	* docs/web/historic.doxi:
	* docs/web/oldnews.doxi:
	* docs/web/about.doxi: converted to doxer markup.

	* docs/web/documentation.doxi: link fixes.

	* docs/web/beastdefs.doxi: new file, containing semantic
	markup definitions.

	* docs/web/webmenu.doxi: new file, containing website
	navigation markup.
	
Mon Dec 19 01:56:45 2005  Tim Janik  <timj@gtk.org>

	* autogen.sh:
	* configure.in: get rid of --enable-devel-rules, only build 
	documentation if --enable-maintainer-mode was specified.
	make missing texitheque a warning, not an error.
	added python2.4 dependency.

Sat Dec 10 18:42:50 2005  Tim Janik  <timj@gtk.org>

	* docs/web/*.texi: renamed to docs/web/*.doxi.

Sat Dec 10 18:34:41 2005  Tim Janik  <timj@gtk.org>

	* docs/web/about.texi:
	* docs/web/contact.texi:
	* docs/web/development.texi:
	* docs/web/documentation.texi:
	* docs/web/download.texi:
	* docs/web/historic.texi:
	* docs/web/news.texi:
	* docs/web/oldnews.texi:
	* docs/web/related-links.texi:
	* docs/web/resources.texi:
	* docs/web/search.texi:
	* docs/web/sound-browser.texi:
	* docs/web/sound-upload.texi:
	* docs/web/synthesis-links.texi:
	* docs/web/wiki.texi: CVS copied these files from docs/site-*.

Sun Dec  4 18:07:03 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in:
	* tests/Makefile.am tests/bse/Makefile.am: Added new directory for bse
	related tests.

	* tests/bse/loophandle.c: Copied implementation of the "old" bse loop
	handle to this file (called LoopHandleReference here), and compare its
	output with the output of bse loop handle itself. This is useful
	because the next thing I'll add is a new loop handle implementation
	for bse.

Thu Dec  1 16:43:07 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Initial implementation of bsewavetool export
	command, which can be used to export chunks from a bsewave to wav
	files.

Thu Dec  1 13:17:34 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsewavetool.cc: Added highpass command based on a FIR filter.
	Currently, normalization seems to be still broken.

	* tools/bseloopfuncs.c: Implemented gsl_loop_highpass_handle.

Thu Nov 17 18:51:32 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bseloopfuncs.[hc]: Started implementing a FIR filter, which
	can be used to make high frequencies "more important" in the overall
	loop score.

Wed Nov 16 19:51:39 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bseloopfuncs.c (gsl_data_find_loop5): Fixed score
	normalization to a per-sample error. Adapted the "premature abort
	score" for the headloop/tailloop functions accordingly.

Wed Nov 16 19:36:59 2005  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: disable docu build system.

	* tools/bseloopfuncs.c (gsl_data_find_loop5): adjust frame size to 
	roughly 10ms.

Wed Nov 16 00:01:12 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: loop through chunks in ascending order in the
	loop finder.

Tue Nov 15 21:59:52 2005  Tim Janik  <timj@gtk.org>

	* tools/bseloopfuncs.c (gsl_data_find_loop5): fixed loop bounds 
	calculations to properly account for frame lengths. fixed premature
	loop aborts (was buggy due to load balancing in the inner loop).
	fixed accomplished with assitence of stefan.

	* tools/bseloopfuncs.h: properly document loop5.

Tue Nov 15 19:58:00 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsescminterp.c: Added functions bse-proxy-is-null? and
	bse-proxy-get-null, to deal with SfiProxy values for a NULL proxy.
	Removed obsolete functions bse-is-null and bse-null-proxy?.

	* tools/bseloopfuncs.[hc]: Provide the necessary API to export a
	number of score details which the loop code used to determine the
	overall loop score.

	* tools/bsewavetool.cc: Use loop5 instead of loop1 as loop algorithm;
	store loop algorithm, score and score details within the resulting
	looped sample.
	Implemented a new "thinout" command, which reduces the number of
	chunks in an instrument. An error criterium is used to determine
	removing (and keeping) which chunks results in an "optimal" chunk
	subset. Currently, this error criterium is based mainly on the loop
	score, but it remains to be seen whether this will be appropriate for
	our use case.
	There are two implemented optimization algorithms to actually find the
	"optimal" subset: a simple greedy algorithm, which is fast, and a
	slower but better genetic algorithm.

Sun Oct 30 19:14:22 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/Makefile.am: Compile bse loop functions into bsewavetool.

	* tools/bseloopfuncs.c: Error codes are nowerdays defined in bse
	namespace.

	* tools/bsewavetool.cc: Implemented loop command.

Thu Aug 11 22:41:23 2005  Tim Janik  <timj@gtk.org>

	* configure.in: extended libguile check to check for guile-1.6 header
	files being in place.

Tue Aug  9 16:12:00 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Implemented --focus-center and --focus-width
	options. They can be used to extract features from a part of the
	signal only. Small documentation fixes.

Mon Aug  8 13:36:27 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Implemented --volume, --volume-smear and
	--volume-wobble, which work pretty much like the pitch detector, but
	are based on the volume (absolute value of the analytic signal from
	hilbert filter).
	These features should be usable to detect the characteristics of a
	tremolo.

Sun Aug  7 18:15:55 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Implemented --base-freq-smear and
	--base-freq-wobble to represent inaccuracy and rate of change for the
	pitch detector. These should be usable to detect the characteristics
	of a vibrato.
	Changed documentation to refer to the --base-freq* options as "pitch"
	related (instead of the old term: "keynote").

Sun Aug  7 14:32:03 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: To improve reliability and accuracy of the
	pitch detection, the user can now specify the expected base frequency.
	Specifying this hint is recommended whenever the base frequency is
	known, and only secondary features which depend on the base frequency,
	such as vibrato features, should be detected.

Tue Aug  2 18:22:07 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added initial implementation for --base-freq,
	a base frequency finder (or as the help text describes the feature:
	detect keynote of a signal). The algorithm uses a complex signal
	generated by a hilbert filter.
	To see the complex signal that is being used, I also added
	--complex-signal, that is similar to --raw-signal.

Mon Aug  1 21:27:24 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Introduced --silence-threshold option, which
	can be used to customize zerocutting. Another new feature is
	--raw-signal, which just prints out the individual sample values.
	This is useful for using another program (i.e. gnuplot) to process
	sample data.

Sun Jul 31 16:11:13 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkradget.c: added some documentation.

2005-07-16  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne in ALL_LINGUAS

Wed May 25 23:28:22 2005  Tim Janik  <timj@gtk.org>

	* released beast 0.6.6.

Wed May 25 21:51:16 2005  Tim Janik  <timj@gtk.org>

	* configure.in: version 0.6.6, interface age 0, binary age 0.

	* library/scripts/record-midi.scm: convert MIDI event timming to 
	song ticks when adding notes.

Mon May 23 19:37:50 2005  Tim Janik  <timj@gtk.org>

	* library/scripts/record-midi.scm: updated according to API changes 
	sine 2002.

	* library/scripts/Makefile.am: install record-midi.scm.

	* beast-gtk/bstusermessage.c: display janitor status messages.

Sat May 21 02:38:37 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c: don't center normal description text.

	* library/scripts/modules2grid.scm:
	* library/scripts/mixer-splitup-by-track.scm: message fixups. 

	* shell/bse-scm-glue.boot: really translate strings with the
	functions _, U_ and Q_ (the context is stripped from the untranslated
	string for the latter).

	* shell/bsescminterp.h, shell/bsescminterp.c:
	implemented bse_scm_gettext() and bse_scm_gettext_q(). 

	* shell/bsesh.c: initialize translation domains, so translations 
	with bse_gettext() actually work.

Fri May 20 18:39:17 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_handle_delete_event): 
	fixed save/discard/cancel btton order for close-dirty-project dialog.
	this matches mozilla and open-ofice and puts the most destructive
	option in the middle (the spot "hardest" to navigate to).

Fri May 20 18:32:13 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: added discard-changes and save-changes choices to 
	the close-dirty-project message dialog. 
	save or discard data accordingly.

	* beast-gtk/bstusermessage.c, beast-gtk/bstusermessage.c: 
	allow choice widgets to be added to message dialogs popped up with
	bst_message_bit_appoint(). return the id of the selected choice.

Fri May 20 17:17:21 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c: changed procedure dialog title.

	* beast-gtk/bstbseutils.c:
	* beast-gtk/bstapp.c: renamed automatic script arguments to "song",
	"wave-repo", "synth-net" and "custom-synth".

	* beast-gtk/bstbseutils.[hc]: added bst_procedure_get_title().

Fri May 20 16:38:31 2005  Tim Janik  <timj@gtk.org>

	* library/scripts/*.scm: added translation markup, fixed error messages.

	* shell/bse-scm-glue.boot: define (N_) and (Q_) translation markup
	functions. added (bse-exit-error) for convenience.

	* beast-gtk/bstusermessage.c: fixed default config_check to actually 
	take effect. handle empty messages strings. 

	* beast-gtk/bstsnetrouter.c: auto fill sciprt parameter synth-net.

Fri May 20 14:06:01 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: removed bstdebugkeys.defs and build rule.

	* beast-gtk/bstapp.c: added menu items to popup demo dialogs for
	--devel mode. 
	(app_action_check): don't invoke procedures on 0 project.

	* beast-gtk/bstmain.c: use bst_message_list_types() to display
	debugging keys.

	* beast-gtk/bstusermessage.h:
	* beast-gtk/bstusermessage.c: improved fatal error title. prefix
	primary text with message type for errors. adapted primary vs. 
	secondary text display styles once more. allow configuration of
	all info, diag and debugging message dialogs.
	(bst_message_list_types): list all message types, sorted 
	by identifier name.

	* beast-gtk/dialogs/radgets-beast.xml: append demo dialog menu items
	to the /Demo menu.

	* beast-gtk/bstutils.h, beast-gtk/bstutils.c: 
	removed _bst_log_debug_keys().

	* beast-gtk/gxk/gxkaction.c: slight rename.

	* shell/bse-scm-glue.boot: define (bse-exit-message) to conveniently
	leave a message and exit at once.

Thu May 19 20:10:15 2005  Tim Janik  <timj@gtk.org>

	* shell/bse-scm-glue.boot: adapted to janitor API changes.
	allow translatable string markup as (_ "string1" "string2").

	* shell/bsescminterp.h, shell/bsescminterp.c: 
	implemented (bse-script-message) with support for SfiMsgBit-style 
	message construction, on top of (bse-script-send-message).
	(bse_scm_script_register): fixed argument list.

	* shell/Makefile.am: upper case log domain.

	* beast-gtk/bstusermessage.c: extract message dialog title from
	procedure category if a script is the origin. adapt to message
	API changes.

	* beast-gtk/bstapp.c:
	* beast-gtk/bstmain.c:
	* tests/perftest.cc:
	* tests/cxxbinding.cc: 
	* beast-gtk/testgui.c:
	* tools/bsewavetool.cc: adapt to sfilog.h API changes.

Mon May 16 20:10:47 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstusermessage.c: include script name and procedure name 
	when constructing message hashkey. added janitor to BseMessage, make
	use of additional message information supplied by janitor.

	* beast-gtk/bstprocedure.c: fixed dialog title.

	* beast-gtk/Makefile.am: changed log-domain to "BST".

Mon May 16 17:24:28 2005  Tim Janik  <timj@gtk.org>

	* bstusermessage.h, bstusermessage.c: API cleanups. define BstMessage
	and BstMsgType which are used as canonical message representation
	internally now.
	display details through a GtkLabel which doesn't have the size-request
	problems of a scroll text. added bst_message_dialog_elist() to pop up
	message dialogs. 

Sun May 15 16:21:13 2005  Tim Janik  <timj@gtk.org>

	* configure.in: pass --no-undefined to the linker if devel rules are
	enabled and we're building without toyprof (toyprof uses _r_debug).

Sun May 15 15:51:13 2005  Tim Janik  <timj@gtk.org>

	* configure.in: added --enable-toyprof option, defaulting to no.

Sat May 14 21:03:47 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c:
	* beast-gtk/bstusermessage.c:
	* tools/bsewavetool.cc: minor API adaptions.

Fri May 13 11:51:00 2005  Inaki Larranaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

Thu May 12 00:11:44 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: issue a warning when closing the window
	of a dirty project and prevent window closing.

	* beast-gtk/bstusermessage.c, beast-gtk/bstusermessage.h:
	handle rich log messages properly.

	* beast-gtk/gxk/gxkdialog.c: set the default widget also
	as focus widget if none was specified. otheriwse the default 
	widget setting may not properly take effect.

	* beast-gtk/gxk/gxkutils.h, beast-gtk/gxk/gxkutils.c:
	added gxk_label_set_attributes(), based on 
	gimp_label_set_attributes().

	* tools/bsewavetool.cc: adapt log message handler.

Wed May 11 14:55:44 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.h, beast-gtk/bstfiledialog.c:
	properly handle "Save" case (as opposed to "Save As").
	when saving, project files may be overwritten. don't pop
	up file selection dialog if the project already was saved.
	preserve fully-include-waves/store-references for projects.

	* beast-gtk/bstbseutils.h, beast-gtk/bstbseutils.c:
	allow to preserve filename when loading projects.

	* beast-gtk/bstmain.c:
	* beast-gtk/bstapp.c: adapt to new file handling API.

Mon May  9 21:07:06 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.h, beast-gtk/bstfiledialog.c:
	added bst_file_dialog_save_project_update() to save projects
	without file-name input dialog (not yet working).
	reset project dirty state in bst_file_dialog_save_project().

	* beast-gtk/bstapp.c: use different file dialog fucntions for /Save
	vs. /Save As. toggle /Save sensitivity depending on project dirty state.

Tue Apr 19 16:19:29 2005  Tim Janik  <timj@gtk.org>

	* more renames of C++ header files from .h to .hh.

	* tools/bsewavetool.cc, tools/bwtwave.cc: include .hh headers.

	* tools/bsewavetool.h, tools/bwtwave.h: removed.

Tue Apr 19 16:16:53 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.hh: CVS copied from tools/bsewavetool.h.

	* tools/bwtwave.hh: CVS copied from tools/bwtwave.h.

Tue Apr 19 16:13:37 2005  Tim Janik  <timj@gtk.org>

	* tools/bsefcompare.cc, tools/bsefextract.cc:
	* tools/bsewavetool.cc, tools/bwtwave.cc: 
	loader and wave file rename from gsl to bse.

Mon Apr 18 23:22:44 2005  Tim Janik  <timj@gtk.org>

	* configure.in: version 0.6.6-rc1.

Wed Apr 13 03:28:43 2005  Tim Janik  <timj@gtk.org>

	* configure.in: released beast 0.6.5, binary 0, interface 0.

Wed Apr 13 02:31:40 2005  Tim Janik  <timj@gtk.org>

	* docs/generated/log2markup.pl: new script to generate texi markup 
	from Changelogs, based on docs/generated/scandocs.pl and
	log2texi.sh from texitheque.

	* docs/generated/Makefile.am: use log2markup.pl to generate texi
	source from changelogs, since texitheque aborts when processing
	the toplevel ChangeLog.

Wed Apr 13 00:30:23 2005  Tim Janik  <timj@gtk.org>

	* shell/bsescminterp.c (bse_scm_proxy_print): print out BSE object ID 
	when displaying proxy handles. this helped figure that equal? is the 
	correct predicate to compare proxies, rather than eq? or eqv?.

Tue Apr 12 19:50:22 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventrollctrl.c: guard code against proll->part becoming
	0 during window/part destruction. 
	* beast-gtk/bstpianorollctrl.c: same here.

	* beast-gtk/bstsnifferscope.c: fix potential 0 proxy access.

Tue Apr 12 18:31:29 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c: import MIDI files via
	bst_project_import_midi_file().

	* beast-gtk/bstbseutils.[hc]: provide bst_project_import_midi_file(),
	which ensures properly setup songs (with mixer and no orphaned parts).

Mon Apr 11 00:51:33 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-standard.xml: support $show-tabs 
	for notebooks.

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

Mon Mar  7 09:25:01 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstinstrumentview.h: 
	* beast-gtk/bstinstrumentview.c: removed outdated files.

Mon Mar  7 08:47:58 2005  Tim Janik  <timj@gtk.org>

	* *: changed references to former C++ .h headers to .hh.

Mon Mar  7 07:55:46 2005  Tim Janik  <timj@gtk.org>

        * removed obsolete .h C++ headers.

        * adapted sources to compile against .hh C++ headers.

Mon Mar  7 07:33:06 2005  Tim Janik  <timj@gtk.org>

	* *.hh: added .hh variants for .h C++ headers.

Sun Mar  6 23:30:36 2005  Tim Janik  <timj@gtk.org>

	* acbeast.m4: use $(tput cols) to figure terminal width instead of 
	ncurses, suggested by Thomas Dickey <dickey@saltmine.radix.net>.

Sat Feb  5 15:34:50 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: permit creation of a single song only through
	the gui. 

	* beast-gtk/dialogs/radgets-standard.xml: define handle-box container.

	* beast-gtk/dialogs/radgets-beast.xml:
	* beast-gtk/bstapp.c: rearranged widgets in the main app shell.

Sat Jan 29 00:03:32 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkcellrendererpopup.c (gxk_cell_renderer_idle_popup): 
	skip dialog popup if the editing entry has been removed meanwhile.
	works around GtkTreeView button press handling bugs as described in:
	http://mail.gnome.org/archives/gtk-devel-list/2005-January/msg00144.html

Wed Jan 26 01:22:04 2005  Tim Janik  <timj@gtk.org>

	* configure.in: up, up version to 0.6.5rc, binary 0, interface 0.

Tue Jan 25 00:38:48 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstusermessage.c (dialog_show_above_modals): override active
	event grabs of modal windows when showing new message dialogs.

	* beast-gtk/gxk/gxkutils.c (gxk_toplevel_delete): deliver delete events 
	asyncronously to the window despite active event grabs.

Tue Jan 25 00:00:11 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.c: 
	turned ticks_to_pixels() and pixels_to_ticks() into conversions
	with double precision. 
	bst_piano_roll_hsetup(): fixate start position when hzooming.
	piano_roll_adjustment_changed(): compare floats within suitable 
	epsilon to avoid endless adjustment-changed reemissions.

Sun Jan 23 22:04:43 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/scripts/Makefile.am:
	* tests/scripts/noteplaytest.scm: New script that allows testing how
	an instrument (currently: only wave instruments such as gus patches
	supported) sounds when played on a given midi note.

Fri Jan 21 00:33:42 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-beast.xml: added action factories to event
	and piano roll popup menus to create menu items for selection actions.

	* beast-gtk/bstpartdialog.[hc]: change cut/copy/clear sensitivity according
	to selection changes. publish piano roll and event roll selection actions.
	
	* beast-gtk/bsteventrollctrl.[hc]: implemented selection actions.

	* beast-gtk/bsteventroll.c: fixed unnecessary redraws. keep max_ticks
	field up to date. update controllers upon part changes. 

	* beast-gtk/bstpianorollctrl.[hc]: implemented selection actions.

	* beast-gtk/bstpianoroll.c: update controllers upon part changes.

	* beast-gtk/gxk/gxkaction.[hc]: added 64bit stamp to GxkActionCheck() 
	to cache check function results across multiple consequtive invocations
	of GxkActionCheck() functions. exported gxk_action_inc_cache_stamp() to
	allow user code to still call check functions themselves.

	* beast-gtk/bstapp.c: adapted to action_stamp changes.

	* beast-gtk/bstdefs.h: renamed BstCommonRollTool, adapted users.

	* beast-gtk/bstutils.h: added placholder stock icons for select actions.

Thu Jan 20 17:16:26 2005  Tim Janik  <timj@gtk.org>

	* tools/bwtwave.cc (store): use sfi_wstore_putf() to store floats.

Thu Jan 20 05:21:23 2005  Tim Janik  <timj@gtk.org>

	* tools/bwtwave.cc (store): properly pass on write errors.

Thu Jan 20 04:03:00 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: reworded menu entries.

	* beast-gtk/gxk/gxknotebook.c:
	* beast-gtk/gxk/gxkassortment.[hc]: added selection blocking ability.
	properly update selection of newly created menus and notebooks.

	* beast-gtk/gxk/gxkmenubutton.[hc]: changed menu popup logic to support
	conditionally pushed-in menus if screen size would otherwise be exceeded.

	* beast-gtk/gxk/gxkutils.[hc]: changed API so we offer menu popup
	functions with, without and with conditional push-in modes.

Thu Jan 20 02:20:06 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkaction.[hc]: removed unused options field, code cleanups.

Thu Jan 20 01:15:10 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/*.c:
	* beast-gtk/*.c: use gxk_widget_set_tooltip() all over the place.

	* beast-gtk/bstparam-choice.c: force resetting of menu button tooltips
	upon gxk_param_update() to ensure correct initial tooltip (important
	if the tooltip is taken from menu items and overriden by gmask creation).

Thu Jan 20 00:20:26 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkradget.c: removed special character functions 
	$(<), $(<=), $(>), $(>=), $(!=), $(=) and $(==). suitable replacement
	functions for float comparisons are already in place.

Thu Jan 20 00:07:47 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: removed externally unused functions from public
	API. code cleanups. 

	* beast-gtk/gxk/gxkaction.[hc]: removed GxkActionFactory. added
	gxk_window_add_action_client() and gxk_window_remove_action_client()
	to receive notification about newly added action lists. 

	* beast-gtk/gxk/gxkglobals.[hc]: removed undue '_'-prefixing from symbols.

	* beast-gtk/gxk/gxkradgetfactory.[hc]: derive from GObject and register with
	gxk_window_add_action_client() and gxk_window_remove_action_client().
	code cleanups.

Wed Jan 19 19:41:12 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: added ::attached-hierarchy-changed signal
	to GtkWidgetClass. this signal is used to proxy the ::hierarchy-changed
	signal to out-of-branch widgets like an option menu's menu or a submenu.
	refer to the docs on gxk_widget_attached_hierarchy_changed().
	added gxk_menu_set_active() as a replacement for gtk_menu_set_active()
	which doesn't properly emit change notification.
	gxk_menu_attach*(): proxy ::attached-hierarchy-changed signals, this
	allowed a lot of internal code cleanups.

	* beast-gtk/gxk/gxkassortment.[hc]: new management and publishing object
	for administration of notebook pages and other dynamic selection lists.

	* beast-gtk/gxk/gxkmenubutton.[hc]: support assortment publishing.

	* beast-gtk/gxk/gxknotebook.[hc]: new replacement widget for GtkNotebook.
	GxkNotebook supports page updates through GxkAssortment. 
	emits ::viewable-changed signal recursively upon page switches.

	* beast-gtk/bstapp.[hc]: publish a GxkAssortment to maintain
	project pages. added finalize handler. changed 
	bst_app_reload_supers() to modify the project page assortment.

	* beast-gtk/gxk/gxkradget.[hc]: use GxkNotebook.
	added gxk_radget_data_dup_expand(), and an internal "gxk-adopt-hint"
	hook to allow widget packing through property slots (e.g. the
	"label-widget" property of GtkFrame).
	added new functions: $(strlt), $(strle), $(strgt), $(strge),
	$(strne) and $(streq) for string comparisons.

	* beast-gtk/gxk/gxkradgetfactory.c:
	connect to ::attached-hierarchy-changed on menus and recheck whether
	the factory is anchored.

	* beast-gtk/bstsupershell. [hc]: use GxkNotebook.
	removed notebook label hackery.

	* beast-gtk/bstparam-choice.c: use gxk_menu_set_active().

	* beast-gtk/bsttracksynthdialog.c:
	* beast-gtk/bstpreferences.c: use GxkNotebook.

	* beast-gtk/gxk/gxkaction.[hc]: minor fixes.

	* beast-gtk/dialogs/radgets-beast.xml: provide drop-down boy for 
	project pages.

	* beast-gtk/dialogs/radgets-standard.xml: support more frame properties.
	support assortments on menu buttons and notebooks. use only GxkNotebook.

Tue Jan 18 08:43:54 2005  Alexander Shopov  <ash@contact.bg>

	* configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)

Fri Jan 14 13:30:41 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: cleanups, added loop command skeleton.

Fri Jan 14 13:04:20 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: added parse_str_option() and parse_bool_option(),
	got rid of parse_arg_option(). adapted option parsers.

Fri Jan 14 12:30:06 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: added chunk selection options to clip command.

	* tools/bwtwave.[hc]*: added Wave::match() to figure whether a specific
	chunk would be lookedup from an array of osc-freqs.

Thu Jan 13 21:39:53 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: added log handler for sfi_info() calls.
	added -q option to suppress verbose output. added -f to create
	command. changed oggenc quality option to -Q. extended add-chunk
	command and implemented add-raw-chunk command. added clip command.
	add loop-type=unloopable to all chunks which are tail-clipped.

	* tools/bsewavetool.h: cleanups.

	* tools/bwtwave.[hc]*: allow data handle changes, cleanups.

Wed Jan 12 02:04:19 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.[hc]: turned colors into an enum, added POINTER
	and SELECT colors. added marker drawing, resizing and reallocation code.
	connect to the song of the part, watch the song pointer and update
	the part accordingly. use binary lookup in part links to calculate
	accurate part pointer position. 

	* beast-gtk/gxk/gxkscrollcanvas.c: force marker reallocation upon 
	realization. clip markers to their assigned regions when redrawing
	markers (by means of gdk_window_begin_paint_rect()) to spot marker
	drawing bugs more easily. 

Sat Jan  8 03:53:01 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.h:
	* tools/bsewavetool.cc: introduced short blurbs to print long
	command line help with -h and a short version on errors.
	added "xinfo" command which allows for changing xinfo strings.

	* tools/bwtwave.h:
	* tools/bwtwave.cc: support xinfo changes on the wave and the chunks.

Fri Jan  7 14:08:53 2005  Tim Janik  <timj@gtk.org>

	* docs/architecture.texi: more XInfo docs.

	* tools/bsewavetool.cc: fixed "store" blurb.
	implemented "add-chunk" command.

	* tools/bwtwave.[hc]: add xinfos to new chunks.
	fixed sorting.

Fri Jan  7 02:05:35 2005  Tim Janik  <timj@gtk.org>

	* tools/bwtwave.cc:
	* tools/bsewavetool.cc: use gsl_vorbis_make_serialno() to generate
	deterministic serialnos. 

Fri Jan  7 01:13:49 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: print compression ratio for oggenc.

	* tools/bwtwave.cc: copy xinfos when changing dhandles.
	don't store byte-order and mix-freq for pure Ogg/Vorbis waves.

Thu Jan  6 23:58:38 2005  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: added -k option for continue-on-error behaviour.

Thu Jan  6 18:51:48 2005  Tim Janik  <timj@gtk.org>

	* tools/bwtwave.cc (store): store wave xinfos. adapt to BSE changes.
	renamed wave_xinfos class field.

Tue Jan  4 23:58:20 2005  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c:
	* beast-gtk/bstfiledialog.c: throw proper error message after 
	failing to load a wave file.

	* tools/bwtwave.cc (store): adapt to .bsewave format changes.
	if possible, store mix-freq only once.

	* tools/bsewavetool.cc: added xinfo handling.

Sun Jan  2 15:24:17 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/dialogs/Makefile.am: Use Scheme identifier style for
	zintern names.

Sun Jan  2 13:28:50 2005  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/architecture.texi: Started documenting xinfos for wave files.

Fri Dec 31 14:15:08 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added casts to fix signedness compiler
	warnings.

Fri Dec 31 04:04:33 2004  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.[hc]*: fixed error handling.
	added oggenc command to encode bsewave files.

	* tools/bwtwave.[hc]*: allow exchanging the data handle with a
	temporary wave file.

	* beast-gtk/bstfiledialog.c (store_bse_file): altered temporary
	file name for better readability.

Fri Dec 31 01:49:02 2004  Tim Janik  <timj@gtk.org>

	* tools/bsewavetool.cc: properly initialize random numbers.
	support command implementations. support arg parsing for
	commands and command execution. support loading and creation
	of empty bsewave files. support storing of bsewave files,
	preserving Ogg/Vorbis compression.

	* tools/bwtwave.cc: support overwriting of existing files.
	store Ogg/Vorbis data handles as Ogg/Vorbis (i.e. don't unpack).

Wed Dec 29 03:45:52 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* library/scripts/Makefile.am:
	* library/scripts/mixer-splitup-by-track.scm: Added a script which
	assigns all tracks to new mixer busses.

Mon Dec 27 23:58:48 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.c:
	* beast-gtk/bstqsampler.c: include fixes.

	* beast-gtk/bststest.c: completely disabled.

	* tools/bsewavetool.cc: new source file for bsewavetool. for now,
	support loading and saving of bsewave files.

	* tools/bsewavetool.h: cleanups, more adaptions to come.

	* tools/bwtwave.h:
	* tools/bwtwave.cc: new files, implementing the bsewave model
	for bsewavetool.

	* tools/Makefile.am: changed log domain, adapted bsewavetool build.

	* tools/bsewavetool.c: removed.

	* tools/*.c:
	* *.c: BseErrorType enum fixups.

Sun Dec 26 00:36:54 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.[hc]: removed cruft.
	(bst_piano_roll_map): center vertical scrollbar.

Sun Dec 19 13:47:01 2004  Tim Janik  <timj@gtk.org>

	* docs/plugin-devel.texi: adapted documentation to Frequency() changes.

Sun Dec 19 02:21:33 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (csource_info_update): added categories 
	to info dialog.

Sat Dec 18 00:12:31 2004  Tim Janik  <timj@gtk.org>

	* configure.in: release 0.6.4, binary 0, interface 0.
	CFLAGS and CXXFLAGS fixups.

Fri Dec 17 15:56:43 2004  Tim Janik  <timj@gtk.org>

	* docs/architecture.texi: new documents, containing only block diagrams
	at the moment.

	* docs/beast-components.dia:
	* docs/beast-components.png: component block diagram.

	* docs/beast-progs.dia:
	* docs/beast-progs.png: prgram and library block diagram.

Thu Dec 16 03:37:38 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.c (bst_scrollgraph_finalize): free value
	buffer.

Thu Dec 16 03:02:10 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: sort demos by filename. support csynth and 
	midisynth demos.

	* library/demo/x2-midi-test.bse: external MIDI Keyboard test.

	* library/demo/stereo-through.bse: input->output test.

Thu Dec 16 01:56:17 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): install user message dialog handler early 
	enough to catch file loading errors.
	use sfi_error() to signal file loading errors, instead of just status 
	bar display.

Thu Dec 16 01:13:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_init): removed BseSnooper
	from toolbar, added oscillator and ADSR modules instead.
	keep the toolbar module order specified toolbar_types at the GUI.

Mon Dec 13 01:03:48 2004  Tim Janik  <timj@gtk.org>

	* configure.in: version 0.6.4, binary 0, interface 0.

	* Makefile.am:
	* configure.in: removed bsw/.

	* bsw/*: removed.

Mon Dec 13 00:40:08 2004  Tim Janik  <timj@gtk.org>

	* shell/Makefile.am: removed libbsw dependancy.

	* shell/bsescminterp.c: hard code BseServer id.

	* shell/bsescminterp.h: including bse/bse.h is good enough.

Mon Dec 13 00:31:18 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: removed BSW dependancy. 
	generate language ClientC binding for BSE.

	* beast-gtk/bstbseutils.h:
	* beast-gtk/bstbseutils.c: include/build BSE language binding
	and provide binding utilities. moved bst_project_restore_from_file()
	from bstutils.[hc] here.

Sun Dec 12 03:26:13 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: added label to indicate unconnected 
	output channels.

	* beast-gtk/dialogs/radgets-beast.xml: removed event-box around
	scrollgraph since it has its own outer window now.

Sun Dec 12 00:42:24 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c: changed storage logic, so overwriting
	files happens by saving to a temporary file and then renaming that.
	this fixes embedded wave data getting lost when saving to existing
	BSE files.

Sat Dec 11 15:34:43 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.c: don't hide-on-delete the window, to stop
	probing for closed windows.

Fri Dec 10 15:08:07 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: adapt to mix frequency changes.
	delete toplevel automatically when proxy is released. set window title.
	bst_scrollgraph_build_dialog(): build complete dialogs, adjust title.

	* beast-gtk/dialogs/radgets-beast.xml: removed test widgets.

	* bsesource.proc: docu fixes.

	* docs/beast-index.texi: added signals to object doc headline.

Fri Dec 10 12:18:41 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvaslink.c (bst_canvas_link_build_async): changed 
	arrow outline color from blue to black.

Fri Dec 10 11:29:58 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c: provide proper warning if scale/dial widget 
	couldn't be created.

	* beast-gtk/bstscrollgraph.c: options fixup.

Fri Dec 10 11:01:28 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: added ::resize-values signal.
	fixed copying of old values. fixed fft-size check upon probe
	notification. added ruler and alignment resizing logic.

	* beast-gtk/dialogs/radgets-beast.xml: scrollgraph dialog adaptions.

Mon Dec  6 23:40:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: added FFTSize choice.

	* beast-gtk/bstutils.[hc]: added fft-size<->int conversion functions.

	* bstscrollgraph.[hc]: made fft size configurable.

	* beast-gtk/dialogs/radgets-beast.xml: added rulers to scrolgraph, use
	GtkTable for layouting.

	* beast-gtk/dialogs/radgets-standard.xml: added hruler and vruler.

	* beast-gtk/gxk/gxkutils.c: confine popup-menus to screen boundaries.

	* beast-gtk/gxk/gxkmenubutton.c: fixed push-in positioning.

	* beast-gtk/gxk/gxkdialog.c: cleanups.

	* beast-gtk/bstparam-choice.c: fixed empty tooltips.

Fri Dec  3 19:05:27 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_early_parse_args): stop argument 
	parsing at "--".

	* launchers/suidmain.c (main): check for "--" arguments via a function
	custom_check_arg_stopper() in unpriviledged code.

	* launchers/beaststart.c (custom_check_arg_stopper): check for "--".

	* launchers/bseshstart.c (custom_check_arg_stopper): check for "--",
	"-s" and "-c", because guile stops argument parsing here also.

Fri Dec  3 18:49:28 2004  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c (main): removed nice level printf from
	unpriviledged code.

	* shell/bsesh.c (shell_parse_args): 
	* beast-gtk/bstmain.c (bst_early_parse_args): simply ignore -N and
	-n NICELEVEL options which are handled by the suid launchers.
	added documentation for both options.

Fri Dec  3 18:32:33 2004  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c:
	(adjust_priority): renamed variable and moved to file scope in
	priviledged code.
	(main): parse -n=<nicelevel> and -N options in unpriviledged code
	sections and drop nicelevel if appropriate.

Fri Dec  3 16:59:29 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/scripts/waveloadtest.scm: Don't leak memory.

Fri Dec  3 16:56:36 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in:
	* tests/Makefile.am: Properly integrated tests/scripts directory.

Fri Dec  3 16:55:13 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/scripts/waveloadtest.scm: Flush at newline boundary.

Fri Dec  3 16:42:24 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/scripts/Makefile.am:
	* tests/scripts/waveloadtest.scm: Added a scheme script for checking
	whether files can be loaded by BSE.

Fri Dec  3 15:51:48 2004  Tim Janik  <timj@gtk.org>

	* shell/bsescminterp.c (bse_scm_choice_match): implement in terms
	of sfi_choice_match_detailed().

	* shell/bse-scm-glue.boot: implement bse-test-error with 
	bse-choice-match?.

Fri Dec  3 13:45:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-standard.xml: support vruler and hruler types.

	* beast-gtk/gxk/gxkradget.c: register GtkHRuler and GtkVRuler types.

Tue Nov 30 21:45:54 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: support adjustment of scrolling
	direction, value boost and spectrum flipping. added parameter GUI
	creation code. resizing fixes. 

	* beast-gtk/dialogs/radgets-beast.xml: scrollgraph GUI changes.

	* beast-gtk/gxk/gxkparam.[hc]: support GObject property parameters.

	* beast-gtk/bstutils.[hc]: added support for gmasks spanning multiple
	gmask columns. added bst_object_class_install_property().

	* beast-gtk/bstparam.[hc]: support param gmask creations in specific
	columns. wrap provide size-grouped object param constructor.

	* beast-gtk/bstsnetrouter.c: use new GUI creation code for scrollgraphs.

Mon Nov 29 20:55:07 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.c:
	bus_probes_notify(): plugged memory leak.

	* beast-gtk/bstscrollgraph.c: first start at size requisition.
	altered default display. create an extra window to allow proper
	scrolling behaviour. display frequencies in deci bell.
	added frequency shading via GxkColorDots. removed weighting by
	1/n which is done by BSE now. plugged mem leak.
	fixed off-by-one error in reverse coord loookup.

	* beast-gtk/gxk/gxkutils.[hc]: added GxkColorDots which implements
	a linear color interpolator.

Sat Nov 27 18:37:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: request and display FFT data.

	* beast-gtk/bstsnifferscope.[hc]: support specification of block-sizes
	for sample and fft data requests in bse_source_queue_probe_request().

Fri Nov 26 20:52:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: request and draw probed sample data.

	* beast-gtk/bstsnetrouter.c: setup source and ochannel on scrollgraphs.

Fri Nov 26 19:14:00 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: paint testpattern.

Fri Nov 26 16:45:32 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstscrollgraph.[hc]: new NO-WINDOW widget skeleton for
	display purposes.

	* beast-gtk/dialogs/radgets-beast.xml: define "scrollgraph" radget
	type and "scrollgraph-dialog" to monitor output signals.

	* beast-gtk/bstutils.c: define BstScrollgraph as radget type.

	* beast-gtk/bstsnetrouter.c: popup scrollgraph-dialog to monitor
	output signals.

	* beast-gtk/gxk/gxkradget.c: warning cosmetics.

Fri Nov 26 16:17:05 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstknob.[hc]: cleanups.

Sat Nov 20 12:43:15 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmenus.c: use gxk_menu_attach_as_submenu() for proper 
	submenu handling. allow creation of empty menus.

	* beast-gtk/bstmenus.h: allow icons for submenu items.

	* beast-gtk/bstsnetrouter.c: implemented output signal submenu.

	* beast-gtk/icons/signal.png:
	* beast-gtk/icons/signal.xcf: new icons.

Sat Nov 20 06:54:22 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.c:
	bse_source_queue_probe_request(): prioritize scope updates lower than
	gtk's redraw priority, to 1) allow timely updates, 2) prevent scope
	updates running behind playposition under heavy load scenarios.

Fri Nov 19 00:47:50 2004  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce release.

	* docs/site-oldnews.texi: rotation.

Thu Nov 18 18:07:21 2004  Tim Janik  <timj@gtk.org>

	* docs/site-about.texi: update on new features.

Thu Nov 18 14:05:26 2004  Tim Janik  <timj@gtk.org>

	* configure.in: released beast 0.6.3, binary 0, interface 0.

Wed Nov 17 01:20:56 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.c:
	* beast-gtk/bstsnifferscope.c:
	* beast-gtk/bstrecords.idl: added config options to turn off scopes and
	meters.

Tue Nov 16 14:59:40 2004  Tim Janik  <timj@gtk.org>

	* library/demo/partymonster.bse: added busses to properly mix up the
	individual channels. format update to 0.6.3.

Mon Nov 15 16:48:40 2004    <timj@birnet.org>

	* beast-gtk/gxk/gxkutils.c (browse_selection_handler): create extra path
	copies to account for callback-based path changes from 
	browse_selection_changed(). fixes invalid memory accesses.

Sun Nov 14 20:12:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: improve responseness under load by handling glue
	layer events at the same priority as GUI events.

Fri Nov  5 02:32:57 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkparam.[hc]: added gxk_param_add_grab_widget() for
	which pointer grabs cause undo grouping. implemented grouping hooks
	for parameter bindings. limited size-groups to 256.

	* beast-gtk/gxk/gxkparam-scale.c:
	* beast-gtk/gxk/gxkparam-spinner.c:
	* beast-gtk/bstparam-scale.c:
	* beast-gtk/bstparam-note-spinner.c: undo-group parameter changes
	across pointer grabs.

	* beast-gtk/bstparam.c: implemented undo grouping for proxy
	parameter bindings.

	* beast-gtk/bstcanvassource.c: undo-group source movement.

	* beast-gtk/bstcanvaslink.c: cleanups.

Thu Nov  4 16:23:51 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.c (track_roll_idle_update_scopes): redraw the
	whole widget to work around spurious redraw problems.

Sat Oct 30 17:38:46 2004  Tim Janik  <timj@gtk.org>

	* docs/site-development.texi: moved po statistic links from gnome-2.10/
	to gnome-HEAD/.

Sat Oct 30 16:20:10 2004  Tim Janik  <timj@gtk.org>

	* configure.in: depend on gtk+-2.4.11, as earlier versions have severe
	resizing bugs triggered by beast.

	* beast-gtk/gxk/gxkutils.c (_gxk_init_utils): removed <=gtk+-2.4.10 
	resizing work-around, since it may triggerer endless loops under
	certain circumstances.

Sat Oct 30 13:22:23 2004  Tim Janik  <timj@gtk.org>

	* docs/plugin-devel.texi: introduced :db-value:, :db-volume: and
	:db-range: property options, removed :DB:, documented DBVolume().

	* beast-gtk/bstbuseditor.c: adapt to BseBus property changes.

	* beast-gtk/bstdbmeter.c: added decibel conversion for non db-value
	properties.

	* beast-gtk/gxk/gxkparam-scale.c:
	* beast-gtk/bstparam-scale.c: use decibel adjustment if appropriate.

	* beast-gtk/gxk/gxkparam-spinner.c: improved size requisition and
	digit quantization handling. added explicit support for decibel
	valued properties.

	* beast-gtk/gxk/gxkparam.[hc]:
	(GxkParamEditorSizes): renamed may_resize field, added request_fractions
	bool value, adapted users.
	gxk_param_get_decibel_adjustment(): provide decibel adjustment for some
	properties.

	* beast-gtk/gxk/gxklogadjustment.[hc]: implemented adapter adjustment,
	which allows adjustment value conversion via callbacks.

Sat Oct 16 11:15:18 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: only make sure added tracks are 
	auto-connected to the master bus.

	* beast-gtk/bstutils.c: ensure loading songs always produces songs with
	a master bus.

Sat Oct 16 09:52:35 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: make sure new songs have a master bus.

	* beast-gtk/bstbusmixer.c: auto-connect new busses to master.

	* beast-gtk/bstutils.c: don't auto-connect tracks without output to
	master bus. if tracks deliberately have no output, this state needs
	to be preserved.

	* beast-gtk/bstapp.c:
	* beast-gtk/bstmenus.c:
	* beast-gtk/bstpartdialog.c: changed redo accel to <control>Y.

Sat Oct 16 00:57:06 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsupershell.c: show "Parts" page of a song only for
	debugging mode (-:d). parts are now properly deleted from songs
	once the last track link of a part gets removed. orphan parts
	upon loading are adopted by an extra track.

	* beast-gtk/bsttrackrollctrl.c: delete part if the last link to it
	gets deleted. group with link deletion undo-wise.

	* beast-gtk/bsttrackview.c: delete parts contained in a track if
	the track contained the last link to those parts. group undo-wise.

Sat Oct 16 00:41:08 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in: For development builds, xmllint is required. Fail if
	its not found during configure.

Fri Oct 15 17:20:30 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added --compact option.

	* tests/audio/featuretest.sh: Use --compact in output. This avoids
	cluttering the screen when comparing --spectrum features.
	Make output for failed tests more recognizable.

Fri Oct 15 16:21:04 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Implemented seperate --cut-zeros-head and
	--cut-zeros-tail options. Silence cutting checks whether the signal is
	silent on all channels now, rather than just taking into account the
	channel selected by the --channel option.

	* tests/audio/balance-right.reference: Adapted to new silence cutting
	algorithm.

Fri Oct 15 16:01:42 2004  Tim Janik  <timj@gtk.org>

	* tests/audio/Makefile.am: perform time-sensitive spectrum tests for
	the balance test.

Fri Oct 15 11:53:40 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/balance.bse:
	* tests/audio/Makefile.am: Added balance test (for a step-by-step
	description how to add your own test, see README). This test is a bit
	special, as we verify both channels. So it has one target for the left
	channel, and one target for the right channel.

	* tests/audio/balance-left.reference:
	* tests/audio/balance-right.reference: Test reference data.

Fri Oct 15 11:51:29 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/README: Updated README with a change necessary for
	srcdir != builddir: featuretest.sh is now called using a Makefile.am
	variable.

Fri Oct 15 11:21:38 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am: Added $(srcdir) to beastconf.sh. Execute
	featuretest.sh from $(srcdir).

	* tests/audio/featuretest.sh: Take .reference, .scm and .bse files
	from $(srcdir), so building with srcdir != builddir should work fine
	now.

Fri Oct 15 03:53:47 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstplayback.[hc]: create a second wave oscillator to handle
	palyback of stereo samples correctly. 

Fri Oct 15 01:55:39 2004  Tim Janik  <timj@gtk.org>

	* configure.in: define BIN_VERSION to be used for version snippets in
	path names and binaries. adapted depending sources.

Fri Oct 15 00:55:08 2004  Tim Janik  <timj@gtk.org>

	* tests/audio/Makefile.am: cleanups.

	* tests/audio/featuretest.sh: 
	s/featuretest.status.sh/featuretest.status.sh/ according to a comment
	from stefan.

Wed Oct 13 19:46:34 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/bseplay.scm: added BSE file play script missing
	for latency test.

Wed Oct 13 18:57:17 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/Makefile.am:
	* tests/audio/featuretest.sh: Get rid of seperate .test files by
	moving the information which tests need to be performed into the
	Makefile.

	* tests/audio/bseadder.test.reference:
	* tests/audio/bseadder.test: Removed, obsoled.

	* tests/audio/bseadder.reference: Same reference data, different name.

	* tests/audio/README: Documentation updated.

	* tools/bsefcompare.cc: Pretty-printing: added spaces between
	similarities.

Tue Oct 12 09:54:37 2004  Tim Janik  <timj@gtk.org>

	* docs/generated/scandocs.pl: fixed comment reading by using the
        comment parsing logic from glib-mkenums.pl.
        fixed function declaration reader getting confused by certain
        comments. added markup around URLs.

Fri Oct  8 18:34:51 2004  Tim Janik  <timj@gtk.org>

	* bsttracksynthdialog.[hc]: added candidate and wave repo label and
	tooltip handling. support cleanup callback. disable object type column
	for non devel modes.

	* beast-gtk/bsttrackview.c: provide proper labels and tooltips when 
	popping up track synth selectiong. fixed pnet editability handling.

	* beast-gtk/bstapp.c:
	* beast-gtk/bstprocedure.c:
	* beast-gtk/bstusermessage.c: disable GXK_DIALOG_WINDOW_GROUP, most
	modal dialogs in beast depend on global modality.

	* beast-gtk/bstitemseqdialog.[hc]: minor cleanups.

Fri Oct  8 14:30:33 2004  Tim Janik  <timj@gtk.org>

	* docs/site-download.texi: added a note about the srcdir==builddir 
	requirement when building from CVS.

	* docs/site-links-related.texi: added freedesktop.org.

Thu Oct  7 02:51:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkdialog.[hc]: flag split up, gxk_dialog_new() has the
	docs. force dialogs to actively ignore Escape key presses to not be 
	closed. adapted users.

	* beast-gtk/bstsplash.c: fixed up frame border upon resizing.
	close dialog on Escape key presses.

Wed Oct  6 01:17:59 2004    <timj@birnet.org>

	* beast-gtk/gxk/gxkutils.c (gxk_widget_ancestry_viewable): work around
	gdk_widnow_is_viewable() bug in Gtk+-2.4.10 and earlier. removed 
	debugging code.

Tue Oct  5 22:36:05 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-standard.xml: added support for paned
	pack properties introduced in Gtk+-2.4.

	* beast-gtk/dialogs/radgets-beast.xml: use Gtk+-2.4 paned 
	pack properties for piano-roll-box.

	* beast-gtk/bstpartdialog.c (bst_part_dialog_init):
	removed paned patchup code, needed for Gtk+-2.2.

	* beast-gtk/gxk/gxkdialog.c: properly add GxkDialog to window group,
	this used to be broken in Gtk+-2.2.1.
	removed key press handling code for the Gtk+-2.2 case.

	* beast-gtk/gxk/gxkcellrendererpopup.c: removed unused Gtk+-2.2
	bug triggering code.

Tue Oct  5 21:58:32 2004  Tim Janik  <timj@gtk.org>

	* site-download.texi:
	* configure.in: 
	* README: dependency upgrade for pango and libgnomecanvas.

Tue Oct  5 19:38:39 2004  Tim Janik  <timj@gtk.org>

	* site-download.texi:
	* configure.in: 
	* README: dependency upgrade from Gtk+-2.2 to Gtk+-2.4.

Tue Oct  5 19:12:31 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkradget.[hc]: added hook:* arguments for radgets, so
	users can easily hook up custom properties without implementing new
	object types.

	* beast-gtk/gxk/gxkutils.c (fixup_gtk24_size_allocate): workaround 
	gtk_widget_size_allocate() not honouring NEED_REQUEST.

Tue Sep  5 2004  Amanpreet Singh Alam <amanpreetalam@yahoo.com>

	* configure.in: add pa (Punjabi) to ALL_LINGUAS.

Mon Oct  4 23:27:29 2004  Tim Janik  <timj@gtk.org>

	* docs/site-development.texi: added link to the it translation statistics.

	* configure.in: added it to ALL_LINGUAS.

Mon Oct  4 07:15:54 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmsgabsorb.[hc]: added bst_msg_absorb_config_update()
	to update versioning. 
	bst_msg_absorb_config_adjust(): consider versioning changes.

	* beast-gtk/bstusermessage.c: update version on filtered messages.

Mon Oct  4 04:51:01 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstusermessage.c: spacing fixes.

	* beast-gtk/gxk/gxktexttools.c: don't patch up size requests when 
	unmapped for VFIXED or HFIXED.

Mon Oct  4 03:50:32 2004  Tim Janik  <timj@gtk.org>

	* bstrecords.idl: provide MsgAbsorbString sequence.

	* beast-gtk/bstmsgabsorb.[hc]: implemented message filter logic with
	rc-file and preferences dialog.

	* beast-gtk/dialogs/radgets-beast.xml: define message-absorb-config-box.

	* beast-gtk/bstusermessage.[hc]: adapt to new logging API. added
	details and repitition counting to mesage dialogs. added support 
	for message filtering.

	* beast-gtk/bstpreferences.[hc]: integrate bst_msg_absorb_config_box().

	* beast-gtk/bstdefs.h: provide _DOMAIN, the gettext domain, alongside
	_() and N_(). this is needed for calls to dngettext().

	* beast-gtk/bstmain.c: setup logging handler for main thread.

	* beast-gtk/bstkeybindings.c: keep refcounts on static pspecs.

	* beast-gtk/gxk/gxkutils.[hc]: return the newly added GtkTreeViewColumn*
	from tree view column convenience functions.
	added gxk_expander_connect_to_widget() to hookup the neccessary code to 
	control widget visibility with a GtkExpander.

	* beast-gtk/gxk/gxktexttools.[hc]: added GXK_SCROLL_TEXT_HFIXED and
	GXK_SCROLL_TEXT_VFIXED flags to affect scrolling ability.

Sat Oct  2 21:12:45 2004  Tim Janik  <timj@gtk.org>

	* *.c, *.cc: adaptions to logging API changes.

Thu Sep 30 03:32:28 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build_async): order
	fixes, build text last, which is incredeibly slow.

Thu Sep 30 03:22:23 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build_async): perform
	more granular updates.

	* beast-gtk/bstutils.c (bst_background_handlers_timeout): provide 
	status bar feedback about length GUI updates.

Thu Sep 30 02:54:19 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c:
	* beast-gtk/bstcanvaslink.c: construct canvas link/source contents
	from a 	background handler. take special precaution to work yround
	dangling canvas pointers.

	* beast-gtk/bstutils.[hc]: added functions to add background handlers.

	* beast-gtk/gxk/gxkcanvas.[hc]: new funciton
	gnome_canvas_item_check_undisposed() to check whether a canvas item is
	still usable. relies on external item->canvas protection through
	extra ref-counts, because canvases don't clear up after themselves.

Tue Sep 28 23:17:44 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/bselatencytest.cc: really print out milli seconds.

Tue Sep 28 23:08:23 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/bselatencytest.idl:
	* tests/latency/bselatencytest.cc: support $ENVVAR expansion for midi
	file name, extended docs.

	* tests/latency/Makefile.am: create a named pipe, stored in $FIFO, and
	invoke bsesh with bseplay.scm and midi-latency.bse to test midi latency.

	* tests/latency/midi-latency.bse: use $FIFO as midi file.

	* shell/bsesh.c: adapt boot script loading if 
	--bse-override-script-path <script> is given.

Tue Sep 28 21:49:25 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/midi-latency.bse: added test file for BseLatencyTest.

Tue Sep 28 21:47:27 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/bselatencytest.cc: check pipe file type.

Tue Sep 28 18:51:00 2004  Tim Janik  <timj@gtk.org>

	* tests/latency/bselatencytest.cc: fixed up device handling, so the 
	module works out of the box.

Tue Sep 28 18:25:54 2004  Tim Janik  <timj@gtk.org>

	* configure.in: build tests/latency/Makefile.

	* tests/latency/Makefile.am: build bselatencytest plugin.

Tue Sep 28 17:55:17 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/latency/bselatencytest.[ic]*: Module which allows automated
	midi latency testing.

Tue Sep 28 10:55:32 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/audio/featuretest.sh: Use -p and -m options to select null
	driver. This allows feature tests to run independantly of audio, and
	at maximum speed.

Mon Sep 27 06:46:10 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am:
	* beast-gtk/bstutils.c: collect debugging keys from C++ files
	and sort the list of debugging keys.

Fri Sep 24 09:12:48 2004  Tim Janik  <timj@gtk.org>

	* configure.in: provide $bsedriverdir.

	* data/Makefile.am: define BSE_PATH_DRIVERS.

	* data/bse.pc.in: define various pkg-config variables to provide
	the sfidl executable and various other paths.

Thu Sep 23 18:11:25 2004  Tim Janik  <timj@gtk.org>

	* docs/beast.1.texi:
	* docs/bsesh.1.texi: document new options.

Thu Sep 23 15:54:04 2004  Tim Janik  <timj@gtk.org>

	* shell/bsesh.c: added support for BSE device listing. implemented
	--help and --version.

Wed Sep 22 23:27:23 2004  Sven Herzberg  <herzi@gnome-de.org>

	* beast-gtk/gxk/gxkcanvas.c: fixed this: if one set the zoom size
	for a text object it was always set to display the 100% zoom font
	size, even if the zoom factor was not 100%

Wed Sep 22 14:26:12 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: added documentation for --bse-latency,
	--bse-mixing-freq, --bse-control-freq, --bse-pcm-driver,
	--bse-midi-driver, --bse-driver-list. handle -p and -m option
	aliases. don't auto save BSE rc file if any of these PCM setup
	options is given. don't auto save BEAST rc file is preferences
	were saved during program's lifetime. exit after driver list dump
	for --bse-driver-list.

	* beast-gtk/bstpreferences.[hc]: added bst_preferences_saved()
	to figure whether preferences got saved at some point.

Wed Sep 22 01:59:31 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added --cut-zeros option, which cuts zero
	samples at the head and tail of the signal before computing the
	features.

	* tests/audio/featuretest.sh: Use --cut-zeros option, to make results
	more reproduceable.

	* tests/audio/bseadder.test.reference: Adapted test to --cut-zeros
	like features.

Wed Sep 22 00:54:46 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in: Add tests/audio/Makefile.am

	* tests/audio/README: Description of the automated audio testing.

	* tests/audio/Makefile.am: You can say make test now.

	* tests/audio/featuretest.sh: The main shell script which evaluates
	the feature tests.

	* tests/audio/bsetowav.scm: A helper scheme script which converts bse
	files to wav files.

	* tests/audio/bseadder.test:
	* tests/audio/bseadder.test.reference:
	* tests/audio/bseadder.bse: A test for bseadder.

Tue Sep 21 03:11:53 2004  Tim Janik  <timj@gtk.org>

	* library/demo/partymonster.bse: adjusted volume levels of the
	various tracks to better faciltate the availably dynamic range.

Mon Sep 20 01:09:35 2004  Tim Janik  <timj@gtk.org>

	* docs/plugin-devel.texi: updated Trigger() property docu.

Wed Sep 15 17:02:38 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added --min-max-peak feature, which figures
	out the smallest and largest sample.
	Code refactoring and cleanup: each feature extraction algorithm is now
	in a seperate class derived from class Feature. To make C++-Coding
	convenient, there is a class Signal, which allows writing signal[5] in
	algorithms to get the fifth input-sample.
	While refactoring, fixed bugs in --start-time, --end-time and
	--avg-energy features, which ignored the --channel command line
	argument.

Thu Sep 16 23:47:36 2004  Tim Janik  <timj@gtk.org>

	* data/beast.xml.in: install mime type definitions.

Thu Sep 16 23:21:58 2004  Tim Janik  <timj@gtk.org>

	* configure.in: added helper macros to implement libmad specific
	mime registration. provide UPDATE_MIME_DATABASE.

	* data/Makefile.am: added missing CLEANFILES. install beast.xml
	mime information file and invoke update-mime-database. 

	* data/beast.applications: removed from CVS, this is now generated
	from data/beast.applications.in.

	* data/beast.applications.in: provide libmad sensitive mime
	handling information.

	* data/bse.keys.in: minor fixups.

Thu Sep 16 16:03:46 2004  Tim Janik  <timj@gtk.org>

	* tests/testplugin.cc: adapt to recent changes.

Wed Sep 15 17:02:38 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc: Added --avg-energy feature, which extracts the
	average signal energy in dB.

Tue Sep 14 19:05:02 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-automation.c: use BseMidiControlType for
	automation controls. changed abbreviation format, runtime adapt
	tooltips.

Tue Sep 14 13:35:26 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-automation.c: new parameter type, to adjust 
	automation settings of a property.

	* beast-gtk/bstparam.[hc]: introduce bst_param_new_value() which
	wraps bst_param_new_value(), but also enables size grouping for
	the parameter editors.
	bst_param_create_gmask(): create automation editor for :automate:
	properties.

	* beast-gtk/gxk/gxkparam.[hc]: support temorary GUI readonly flag.

	* beast-gtk/gxk/gxkutils.[hc]:
	gxk_widget_proxy_requisition(): request extra vscrollbar space only if
	horizontal downscaling is disabled. same for vertical dimension.
	gxk_scrolled_window_create(): removed useless argument changed callers.

Mon Sep 13 21:52:07 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: removed gxk_object_derive(), a suitable
	replacement is provided by G_DEFINE_TYPE(), fixed callers.

Mon Sep 13 21:24:40 2004  Tim Janik  <timj@gtk.org>

	* docs/beast-index.texi: document list and link list updates.

	* beast-gtk/bstapp.[hc]: help menu revamp, and other menu improvements.

	* beast-gtk/dialogs/radgets-beast.xml: BstApp menu adaptions.

	* beast-gtk/gxk/gxktexttools.c: open external web browser when links
	are activated that use the protocols: http, https, ftp or mailto.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_show_url(), a function to
	invoke an external web browser.

Mon Sep 13 14:10:21 2004  Tim Janik  <timj@gtk.org>

	* data/beast.desktop.in: added mime type for audio/x-bse and
	audio/x-bsewave, pointed out by Artem Popov.

Sun Sep 12 03:35:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparamview.c:
	* beast-gtk/bstpreferences.c: changed layouts to use 
	gxk_scrolled_window_create().

	* beast-gtk/bsttracksynthdialog.c:
	* beast-gtk/bstitemseqdialog.c:
	* beast-gtk/bstpartdialog.c:
	* beast-gtk/bstfiledialog.c:
	* beast-gtk/bstapp.c: adjusted dialog sizes, constrained to screen size.

	* beast-gtk/bsteventroll.c: adjusted height requisition.

	* beast-gtk/gxk/gxkdialog.[hc]: added gxk_dialog_set_sizes().

	* beast-gtk/gxk/gxkutils.[hc]: removed gxk_notebook_add_page() in favour
	of gxk_notebook_append(), fixed callers.
	gxk_widget_proxy_requisition(): added x/y scale arguments.
	gxk_scrolled_window_create(): new convenience function.
	gxk_scrolled_window_unspare_space(): 
	gxk_scrolled_window_spare_space(): save extra space allocated by gtk+.
	gxk_signal_handler_exists(): figure whether a certain signal callback
	is connected.
	gxk_signal_handler_pending(): check for unblocked handlers only.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added GxkScrolledWindow which is
	a GtkScrolledWindow with ::spare-space property to call
	gxk_scrolled_window_spare_space() through the property interface,
	and reduced scrollbar spacing in the class structure.

	* beast-gtk/gxk/gxkradget.c: fixed up comparison logic in mf_floatcmp()
	for argument lists > 2. added functions: min, max, sum, avg.

	* beast-gtk/dialogs/radgets-beast.xml: fixed height/paned screwup of
	PianoRoll-vpaned. added event boxes around children, to limit GUI 
	artefacts when shrinking.

	* beast-gtk/dialogs/radgets-standard.xml: support ::window-placement
	for scrolled-window. fixed function calls in paned properties.
	put toolbars into scrolled windows, to handle too shrunk dialogs.

Thu Sep  9 01:43:52 2004  Tim Janik  <timj@gtk.org>

	* bstrecords.idl:
	* bstgconfig.h: removed unused tab-width config setting.

Wed Sep  8 17:54:09 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/bsefextract.cc tools/bsefcompare.cc: Fixed a few compiler
	warnings.

Wed Sep  8 10:57:34 2004  Tim Janik  <timj@gtk.org>

	* configure.in: added esperanto (eo) to ALL_LINGUAS.

Wed Sep  8 09:02:59 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusmixer.c: tooltip updates.

	* beast-gtk/bstsupershell.c: use gxk_notebook_change_tabulator() and
	gxk_notebook_create_tabulator(). added icons to notebook tabs.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_notebook_create_tabulator()
	and gxk_notebook_change_tabulator().

	* beast-gtk/gxk/splinetest.c: more tests.

	* beast-gtk/icons/bus-add.png:
	* beast-gtk/icons/bus-add.xcf:
	* beast-gtk/icons/bus.png:
	* beast-gtk/icons/mesh.png:
	* beast-gtk/icons/mesh.xcf: added new icons from Artem Popov.

Tue Sep  7 01:07:31 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusmixer.[hc]: implemented bus selection indication,
	based on the current focus widget. allow deletion of the currently
	selected bus.

	* beast-gtk/bstbuseditor.c: grap focus on the corresponding volume 
	spinner if a volume scale is being clicked on.

	* beast-gtk/dialogs/radgets-beast.xml: padding fixups. provide an event-
	box with altered background color as canvas widget for bus-mixer.

	* beast-gtk/gxk/gxkmenubutton.c: implement combo-box focus drawing
	via a signal handler, got rid of using GxkFocusFrame.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: removed focus-frame, this can be
	implemented through a simple signal handler.

	* gxkcellrendererpopup.c: fixup frame colors after focus-out on toplevel.

	* bstparam-searchpath.c: tooltip fixups.

Mon Sep  6 18:42:02 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackrollctrl.c:
	* beast-gtk/bstbusmixer.c:
	* beast-gtk/bsttrackview.c: icon updates.

	* beast-gtk/bstsupershell.c: provide icons in notebook tabs where available.

	* beast-gtk/icons/mixer.png:
	* beast-gtk/icons/mixer.xcf:
	* beast-gtk/icons/part.xcf:
	* beast-gtk/icons/tracker.png:
	* beast-gtk/icons/tracker.xcf:
	* beast-gtk/icons/tracks-add.png:
	* beast-gtk/icons/tracks-add.xcf:
	* beast-gtk/icons/tracks.png:
	* beast-gtk/icons/tracks.xcf: added new icons from Artem Popov <tfwo@mail.ru>.

	* beast-gtk/icons/part-link.png: added part-link mockup.
	* beast-gtk/icons/part-copy.png: removed.

Mon Sep  6 08:57:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.c: fixed up ::outputs editing by creating
	a parameter with item-sequence editor.

	* beast-gtk/bstitemseqdialog.[hc]: added cleanup callback.

	* beast-gtk/bsttrackview.c: added tree view column for track outputs.
	removed auto-popup flag from pnet column.

	* beast-gtk/dialogs/radgets-beast.xml: removed ::outputs mockup from
	bus-editor, provide container for ::outputs parameter.
	fixed volume sclae container alignment.

	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: changed text editing and
	popup editing logic and API. draw button-alike frame around auto-popup
	cells.

	* beast-gtk/gxk/gxkutils.c: adapted to GxkCellRendererPopup changes.

	* beast-gtk/gxk/gxkglobals.h: provide GxkFreeFunc().

Sun Sep  5 16:39:41 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: comment updates.

	* beast-gtk/icons/ladspa.xcf: new icon submitted by
	Artem Popov <tfwo@mail.ru>.

	* beast-gtk/icons/ladspa.png: updated from new ladspa.xcf.

Sat Sep  4 04:56:07 2004  Tim Janik  <timj@gtk.org>

	* docs/plugin-devel.texi: wording fixes. started section on input and
	output channels. documented proeprty constructors. documented property
	oprtions. documented class options. added class icon documentation.

	* docs/sfidl-manual.texi: wording fixups. added some proeprty 
	constructor documentation. 

	* docs/generated/Makefile.am: build plugin-devel.html.

	* docs/site-navigation.xml: link to plugin-devel.html.

Fri Sep  3 20:12:37 2004  Tim Janik  <timj@gtk.org>

	* plugin-devel.texi: more documentation, especially on properties.

	* sfidl-manual.texi: many fixups, rewordings and much reformatting.

	* docs/teximacros.texi: added markup macors.

Fri Sep  3 15:46:52 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: tooltip fixups.

	* beast-gtk/dialogs/radgets-beast.xml: stock-image fixups.

	* beast-gtk/dialogs/radgets-standard.xml: properly support stock-label=
	and stock-image= assignments besides stock=.

Fri Sep  3 10:39:15 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tools/Makefile.am: Added bsefextract / bsefcompare.

	* tools/bsefextract.cc: Tool to extract features from a wav/ogg/mp3
	file, such as the spectrum or the end time. The feature extraction
	process allows to compare sample files that are not byte-by-byte
	equivalent, but sound similar, such as a .wav file and its
	corresponding .ogg file.

	* tools/bsefcompare.cc: Tool to compare feature files generated by
	bsefextract.

Fri Sep  3 03:14:35 2004  Tim Janik  <timj@gtk.org>

	* Makefile.am: added tools/.

	* tools/bsewavetool.[hc]: tool to create bsewave file, supporting
	features such as ogg/vorbis encoding, head/tail soft-clipping and an
	automatic loop finder.

	* tools/bseloopfuncs.[hc]: six different sample loop detectors.

	* tools/sfiutils.[hc]: various program utilities for argument
	parsing and file list handling.

	* configure.in: generate tools/Makefile.am.

Thu Sep  2 21:51:35 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdbmeter.c: fix mixer value resets upon size_allocations.
	bst_db_scale_hook_up_param(): save GxkParam handle.
	db_scale_size_allocate(): guard GxkParam against allocation related
	value changes. properly updated value after allocation.

	* beast-gtk/gxk/gxkparam-entry.c: avoid unneccessary value updates.

	* beast-gtk/bstparam-item-seq.c: bug fixes, removed ::inputs property
	specific left-overs.

Thu Sep  2 05:00:14 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.c: added ::mute, ::sync and ::solo properties.

	* beast-gtk/bstparam.c: guard pointer access. check proxy property
	editability based on bse_item_editable_property().

	* beast-gtk/bsttrackview.c: check property editability on popups.

	* beast-gtk/dialogs/radgets-beast.xml: made mockup-widgets insensitive.
	clenups for mute/sync/solo widgets in busses. 

	* beast-gtk/gxk/gxkparam.c: properly support check_writable() callback
	of parameter binding. don't return default editors which mismatch the
	passed in editor names for editor creation or lookups.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_parent_find_descendant().

	* beast-gtk/gxk/gxkparam-toggle.c: added toggle-+label variant which
	guarantees to produce a toggle button with a label. use GxkSimpleLabel
	with auto-cutting enabled otherwise.

	* beast-gtk/gxk/gxkparam-spinner.c: make logarithmic spinners
	really logarithmic.

Wed Sep  1 14:23:47 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxksimplelabel.c (get_layout_location): take actual text
	size into account when centering within allocation, since it might be
	smaller than the requisition (e.g. due to auto-cutting).

	* beast-gtk/dialogs/radgets-beast.xml: don't horizontally expand the
	inputs-box of a bus-editor.

	* beast-gtk/bstparam-item-seq.c: use a GxkSimpleLabel to display connections.

Tue Aug 31 23:58:56 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.[hc]: added ::inputs and ::uname property 
	handling.

	* beast-gtk/bstparam-item-seq.c: new parameter editor for BseitemSeq.

	* beast-gtk/dialogs/radgets-beast.xml: removed mock-up widgets for
	bus name and bus inputs from bus-editor.

	* beast-gtk/bstparam.c: added item-list parameter editor.

	* beast-gtk/gxk/gxkparam.[hc]: added gxk_param_editor_debug_score().

Sun Aug 29 04:18:43 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-proxy.c: guard against NULL return values from
	bse_item_get_property_candidates().

	* beast-gtk/dialogs/radgets-beast.xml: allow the pattern editor
	to grab focus.

Sat Aug 28 21:56:44 2004  Tim Janik  <timj@gtk.org>

	* configure.in: version 0.6.3rc1.
	added ja.po to ALL_LINGUAS.

	* docs/site-development.texi: added link for japanese translation.

Sat Aug 28 14:30:52 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbuseditor.c: popup an item sequence dialog if the
	"Inputs" button is pressed.

	* beast-gtk/bstitemseqdialog.[hc]: new widget, suitable to edit
	BseItemSeq* structures, allowes exchanging items with a list
	of candidates, and reordering the item list.

	* beast-gtk/bstparam-choice.c: patched up rating for the various
	choice editors. made the combo-box variant a focussable widget.

	* beast-gtk/bstparam-proxy.c: adapt to bse_item_get_property_candidates(),
	added support for candidate list tooltips.

	* beast-gtk/bsttracksynthdialog.c: sort the list of synthesizers.

	* beast-gtk/bsttrackview.c: adapt to bse_item_get_property_candidates().

	* beast-gtk/bsttreestores.[hc]: use an SfiRing internally to store
	a list of proxies. added a sortable flag to bst_item_seq_store_new().
	added bst_item_seq_store_add(), bst_item_seq_store_remove(),
	bst_item_seq_store_can_raise(), bst_item_seq_store_raise(),
	bst_item_seq_store_can_lower(), bst_item_seq_store_lower() and
	bst_item_seq_store_dup().

	* beast-gtk/dialogs/radgets-standard.xml:
	* beast-gtk/dialogs/radgets-beast.xml: can-focus vs. focus fixups.

	* beast-gtk/dialogs/radgets-beast.xml:
	give focus to snet-palette widgets. added item-seq-box.
	made the bus-mixer background drak as in bg[ACTIVE] (requested
	by stefan).

	* beast-gtk/dialogs/radgets-standard.xml: added support for
	prop:bg-as-active on widget-patcher. added support for GtkMisc
	properties to labels.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: implemented bg-as-active property.

	* beast-gtk/gxk/gxkglobals.h:
	* beast-gtk/gxk/gxkdialog.c: spacing/padding fixups.

	* beast-gtk/gxk/gxkmenubutton.[hc]: finally fixed up focus handling, 
	in all modes but combo-box, can-focus ability is handled by the button.

	* beast-gtk/gxk/gxkradget.[hc]: fixed up can-focus default, broken
	a long time ago. to preserve a widgets default setting of can-focus,
	call the newly implemented $(skip-property) func in case no setting
	is provided by the environment.

	* beast-gtk/gxk/gxksimplelabel.[hc]: change parent type of GxkSimpleLabel
	to GtkMisc and added support for x/y padding and x/y alignment.

	* beast-gtk/gxk/gxkutils.[hc]: added emission hook handler to GtkContainer
	::focus_child_set, which ensures that newly focused widgets stay within
	the visible area of a viewport in case it has such an ancestor.
	added gxk_widget_modify_bg_as_active().

Wed Aug 25 18:11:38 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdbmeter.c: extended dB range to +12.

	* beast-gtk/bstcanvassource.c: changed text color of internal
	sources to blue.

Sun Aug 22 13:46:53 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_reload_supers): hide the toplevel notebook
	while reordering its children. this greatly reduces flicker and improves
	reordering performance.

	* beast-gtk/gxk/gxkradget.c (radget_widget_hierarchy_changed): make sure
	a widget is added to a size group only once. at least Gtk+<=2.4.4 messes
	up otherwise.

Sun Aug 22 04:59:08 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: improved notebook page selection logic.

	* beast-gtk/gxk/gxkutils.[hc]: export gxk_widget_ancestry_viewable()
	to figure whether a widget is onscreen.

Sun Aug 22 03:37:36 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: lots of tooltip additions.
	sort notebook tabs by object type.

	* beast-gtk/bstbusmixer.c: keep a list of items we listen on, for
	proper destruction.

	* beast-gtk/bstsupershell.[hc]: create and update notebook tabs with
	tooltips and images of songs and synths.

	* beast-gtk/dialogs/radgets-standard.xml: wrap boxes don't have a
	padding pack property.

	* beast-gtk/gxk/gxkstock.[hc]: added icon size for tabulators.

	* beast-gtk/gxk/gxkutils.[hc]: added convenience functions:
	gxk_notebook_descendant_get_page(), gxk_notebook_descendant_get_tab()
	and gtk_box_get_nth_child().

	* beast-gtk/icons/*.{xcf|png}: added icons for song, wave-repo,
	csynth and midi-synth.

Fri Aug 20 18:13:41 2004  Tim Janik  <timj@gtk.org>

        * beast-gtk/bstbuseditor.[hc]: drive db-beams by db probes from the bus.
	setup left/right volume scale, add volume spinners.

	* beast-gtk/bstdbmeter.[hc]: slight color adjustment. cleaned up
	n-channels property and API of BstDBMeter. removed debugging timeout.
	fixed dbsetup assignments in creation functions.
	added bst_db_scale_hook_up_param() and scale adjustment handling.
	added accessors: bst_db_meter_get_scale(), bst_db_meter_get_beam() and
	bst_db_meter_get_labeling() to get individual channel objects.
	(bst_db_beam_set_value): don't clamp exported db value.

	* beast-gtk/dialogs/radgets-beast.xml: db-meter fixups. added
	volume spinner area to bus-editor.

	* beast-gtk/gxk/gxkparam.c: slight fixed up adjustment lookup in
	gxk_param_get_adjustment_with_stepping() and
	gxk_param_get_log_adjustment().

	* beast-gtk/testgui.c: added timeout to change db-beams.
	added more test cases to db-meter test.

Fri Aug 20 11:38:22 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: added bstdbmeter.[hc], build testgui.

	* beast-gtk/bstdbmeter.[hc]: new files, implementing:
	BstDBSetup: a helper structure, containing the setup for a dB scale,
	including coloring and spline approximated curvature.
	BstDBLabeling: a new widget, able to draw dB numbers or dB scale dashes.
	BstDBBeam: a new widget, able to display a led beam indicating dB values.
	BstDBMeter: container widget to manage an arrangement of db-labeling,
	db-beam and h/v-scale widgets, regarding borders, dbsetup, etc.

	* beast-gtk/testgui.c: added db widget test.

	* beast-gtk/dialogs/radgets-beast.xml: define db-labeling, db-beam,
	db-meter. added db-meter to bus-editor.

Tue Aug 17 17:31:52 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusmixer.c: added bus-description radget to mixer.

	* beast-gtk/dialogs/radgets-beast.xml: added bus-description definition.
	bus-editor: UI beef-up.

	* beast-gtk/dialogs/radgets-standard.xml: support normal-bg-as-base
	property for widget-patcher. fixed up shadow-type and arrow-type of
	arrow. added pack-type and padding properties to boxes.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: implemented normal_bg_as_base
	property.

	* beast-gtk/gxk/gxkutils.[hc]: code cleanups. implemented
	gxk_widget_modify_normal_bg_as_base().

	* beast-gtk/gxk/gxkradget.[hc]: implemented per-window size groups,
	usable through the attributes: size:window-hgroup, size:window-vgroup
	and size:window-hvgroup. 

Mon Aug 16 16:49:14 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkradget.[hc]:
	implemented construct arg handling.

	* beast-gtk/gxk/gxkradgetfactory.c:
	* beast-gtk/gxk/gxkauxwidgets.c: adapted GxkRadgetType functions.

Mon Aug 16 13:03:45 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkradget.c: alias id= to name= in radget definitions.

	* beast-gtk/dialogs/radgets-beast.xml: 
	* beast-gtk/dialogs/radgets-standard.xml: s/name=/id=/.

Mon Aug 16 11:11:19 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusmixer.[hc]: new container to display mixer GUI
	for songs.

	* beast-gtk/bstbuseditor.[hc]: new widget prototype for busses of
	the song mixer.

	* beast-gtk/dialogs/radgets-beast.xml: got rid of redundant shadow-type
	specifications for scrolled windows.
	bus-editor: new widget definition, containing simple GUI mockup.
	bus-mixer: new container definition for mixer GUI.

	* beast-gtk/bstmain.c: provide application name.

	* beast-gtk/bstsupershell.c: added "Mixer" notebook page to songs.

	* beast-gtk/bstutils.c: register busmixer and buseditor as radget types.

	* beast-gtk/testgui.c: added GUI test program.
	used to test BstDbMeter in its first incarnation.

Sun Aug 15 13:57:56 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-standard.xml:
	widget-patcher: support bg-as-base and base-as-bg properties.
	entry: support activates-default property.
	frame: support shadow-type property.
	viewport: support widget type, set the default shadow-type to none.
	scrolled-window: set the default shadow-type to in.
	gxk-scroll-text-toolbar: don't activate default widget upon
	<Return> key press in location entry.

Sun Aug 01 11:41:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/splinetest.c: minor cleanups, more testing.

	* beast-gtk/gxk/gxkspline.[hc]: added gxk_spline_copy(), some fixups.

	* beast-gtk/gxk/gxkradget.c: register GtkViewport as radget type.

	* beast-gtk/gxk/gxkdialog.c: use g_get_application_name() as GUI
	program name.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: support patching up widgets, so
	that the base color looks like the background color or vice versa.

Fri Jul 30 11:28:02 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkspline.h: 
	* beast-gtk/gxk/gxkspline.c: natural and not-a-knot interpolating spline
	implementation with inverse lookup (abscissa finder).

	* beast-gtk/gxk/splinetest.c: spline test porgram.

Sat Jul 24 19:53:33 2004  Tim Janik  <timj@gtk.org>

        * bstsnifferscope.[hc]: fixed up drawing code to show time-scrolling
        peak values. overshoot values are drawn in red.

        * bsttrackroll.c: arrenged for more scope space, fixed left-panel layout.

        * beast-gtk/gxk/gxkutils.[hc]: added convenience functions
        gdk_draw_hline() and gdk_draw_vline().

Sat Jul 24 08:20:32 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.c (scope_probes_notify): request all
	probe features. re-enabled and adapted scope drawing code.

	* library/scripts/modules2grid.scm (modules2grid):
	* library/scripts/song-parts-operations.scm (song-parts-operation): use
	(bse-container-list-children) since ...-list-items is gone now.

Fri Jul 23 20:05:53 2004  Tim Janik  <timj@gtk.org>

        * *.h, *.c, *.cc: globally renamed GSL Engine to BSE Engine.

Fri Jul 23 14:58:49 2004  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: link updates.

Sat Jul 17 12:36:35 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.[hc]: disabled drawing code. ported
	over to BseProbe API.

	* beast-gtk/bsttrackroll.c: set the track-output sorce as scope target.

Wed Jul 14 01:40:50 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprofiler.c: show thread-id if developer hints are
	enabled. don't show priority for totals.

Wed Jul 14 00:15:49 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusview.h:
	* beast-gtk/bstbusview.c:
	* beast-gtk/dialogs/radgets-beast.xml: s/SongBus/Bus/.

	* beast-gtk/bstsongbusview.c:
	* beast-gtk/bstsongbusview.h: removed in favour of bstbusview.*.

Tue Jul 13 22:59:21 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstbusview.c:
	* beast-gtk/bstbusview.h: CVS copied from beast-gtk/bstsongbusview.[hc].

Tue Jul 13 22:42:24 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): raised the priority of the BSE context
	source, so handling BSE context events still occours prior to handling
	of G_PRIORITY_HIGH events.

	* beast-gtk/bstsnetrouter.[hc]: implemented link-update handling in an
	idle handler. handling link-updates asyncronously handles cases where
	BSE has multiple item-added signal events pending, while the core
	is updating links and assumes all link ends to be known (which is not
	the cases if a newly created module is still in the queue). with the
	link-update handler running at G_PRIORITY_HIGH, it has lower priority
	than processing of signal events.

Tue Jul 13 21:53:30 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.[hc]: refactored and rearranged
	code. turned the canvas link SList into a ring, and simplified
	code by using SfiRing functions.

	* beast-gtk/bstsongbusview.c: s/SongBus/Bus/.

	* beast-gtk/bsttrackview.c: make sure newly created tracks have
	an output bus (master).

	* bstutils.[hc]: introduced bst_project_restore_from_file() which does
	some sanity fixups on top of bse_project_restore_from_file().
	adapted callers.

Thu Jul  8 12:20:40 2004  Tim Janik  <timj@gtk.org>

	* docs/site-links-related.texi: link updates.

Thu Jul  8 00:57:16 2004  Tim Janik  <timj@gtk.org>

	* docs/site-oldnews.texi: 
	* docs/site-news.texi: news rotation, announced 0.6.2.

Wed Jul  7 19:50:20 2004  Tim Janik  <timj@gtk.org>

	* configure.in: released beast 0.6.2, binary 0, interface 0.

Wed Jul  7 19:29:24 2004  Tim Janik  <timj@gtk.org>

	* docs/faq.texi: added an entry on distortion caused by clipping
	unattenuated signals.

Mon Jul  5 08:53:07 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsupershell.c: added song-bus view to song-shell in
	debugging mode.

	* beast-gtk/bstsongbusview.[hc]: new widget to view song busses.

	* beast-gtk/bstutils.c: radget-register song busses.

	* beast-gtk/dialogs/radgets-beast.xml: added song bus widget tree.

Sun Jul  4 02:43:43 2004  Tim Janik  <timj@gtk.org>

	* acbeast.m4: don't pass -Wmissing-prototypes to g++-3.4.

	* beast-gtk/gxk/gxkutils.c (widget_print_ancestry): added inactive debugging code.

Fri Jul  2 02:24:13 2004  Tim Janik  <timj@gtk.org>

	* configure.in: added $LIBZ to $GXK_LIBS, since sooner or later we need
	libgxk to explicitely depend on libz anyways, and -lz was missing when
	linking gxktest.

Fri Jul  2 01:33:00 2004  Tim Janik  <timj@gtk.org>

	* test/velocity-test.bse: fixed gross disharmonies,
	0.6.2 version updates.

Thu Jul  1 23:00:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c: work around widget_class->can_activate_accel
	not checking a widget's MAPPED state by providing our own default handler
	gxk_widget_real_can_activate_accel() (non-kosher, should be removed as
	soon as gtk is fixed).

Thu Jul  1 21:52:59 2004  Tim Janik  <timj@gtk.org>

	* library/skins/*.skin: added pattern editor skin setup.
	added more shading to the lighter skins.

Thu Jul  1 20:56:23 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: added RowShading choice enumeration.
	added pattern editor skin parameters to SkinConfig record.

	* beast-gtk/bstpartdialog.c: added row-shading parameter widgets.

	* beast-gtk/bstpatterncolumns.[hc]: added GdkGCs to draw_cell() method
	to support various skins.

	* beast-gtk/bstpatternctrl.[hc]: added row-shading parameter which
	controls row-shading of a pattern view via bst_pattern_view_set_shading().

	* beast-gtk/bstpatternview.[hc]: added bst_pattern_view_set_shading() to
	shade background color of certain rows. added skin support. provide
	skin colors to draw_cell().

Wed Jun 30 19:06:34 2004  Tim Janik  <timj@gtk.org>

	* configure.in: beast version 0.6.2-rc2, age 0, binary 0.

	* beast-gtk/bstmain.c (beast_show_about_box): translator updates.

Wed Jun 30 18:23:37 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstgrowbar.[hc]: added bst_grow_bar_set_tooltips() and
	default tooltips.

Tue Jun 29 00:47:07 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstgrowbar.[hc]: new widgets h/v grow bars, combining a
	scrollbar with grow/shrink buttons to alter the scrollable range.

	* beast-gtk/bstpartdialog.c: got rid of resizer adjustments, use
	grow bars instead. adapted to radget changes, removed zoom scales.

	* beast-gtk/bstpianoroll.c: guard ticks_to_pixels() and pixels_to_ticks()
	against overflow.
	piano_roll_adjustment_changed():
	piano_roll_update_adjustments(): fixed scrolling behaviour to work
	properly within 1e+9 and show rubberband behaviour beyond that (plus
	hard scroll area cut-off at 1.5 * 1e+9).

	* beast-gtk/bsttrackroll.[hc]: guard ticks_to_pixels(), coord_to_tick()
	and pixels_to_ticks_unscrolled() against overflow.
	bst_track_roll_set_track_callback():
	bst_track_roll_setup(): properly update track-dependant layout.
	bst_track_roll_queue_row_change(): renamed, updated horizontal area
	based on last-tick info from tracks.
	bst_track_roll_hsetup(): fixed hzoom argument handling.
	track_roll_adjustment_changed():
	track_roll_update_adjustments(): implemented scrolling behaviour similar
	to BstPianoRoll scroll area handling.

	* beast-gtk/bstpatternview.c: guard tick_to_row(), row_to_ticks(),
	pixels_to_row_unscrolled(), row_to_pixels_unscrolled(), coord_to_row()
	and row_to_coords() against overflow.
	pattern_view_adjustment_changed():
	pattern_view_update_adjustments(): fixed scrolling behaviour similar
	to BstPianoRoll scroll area handling.

	* beast-gtk/bsteventroll.c: guard ticks_to_pixels() and
	pixels_to_ticks() against overflow.
	event_roll_update_adjustments(): update coment.

	* beast-gtk/bsttrackview.c: adapt to growbar/radget changes.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_widget_request_hclient_height()
	and gxk_widget_request_vclient_width() to let widget size requests
	correspond to opposite dimensions in other widget size requests (request
	width of one widget for another widgets height, and vice versa).

	* beast-gtk/bstutils.c: define grow bars as radget types.

	* beast-gtk/dialogs/radgets-beast.xml: turned scrollbars and scroll
	area scale widgets of track roll, event/piano roll and pattern editor
	into grow bars.

Tue Jun 22 14:30:21 2004  Tim Janik  <timj@gtk.org>

	* po/*: final gadget -> ragdet changes.

Tue Jun 22 14:18:47 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/*.[hc]:
	* beast-gtk/*.[hc]: did s/gadget/radget/g; all over the source.

Tue Jun 22 14:06:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c: adapt macro references to contents of
	beast-gtk/dialogs/beast-xml-zfiles.c which use RADGET instead
	of GADGET now.

	* beast-gtk/dialogs/gadgets-beast.xml:
	* beast-gtk/dialogs/gadgets-standard.xml:
	* beast-gtk/dialogs/Makefile.am: include ragdet*xml files, deleted
	gadget*xml files.

	* beast-gtk/gxk/gxkgadget.h:
	* beast-gtk/gxk/gxkgadget.c:
	* beast-gtk/gxk/gxkgadgetfactory.h:
	* beast-gtk/gxk/gxkgadgetfactory.c:
	* beast-gtk/gxk/Makefile.am: use *radget* sources, deleted
	*gadget* sources.

	* beast-gtk/gxk/gxkauxwidgets.h:
	* beast-gtk/gxk/gxkdialog.c:
	* beast-gtk/gxk/gxkradget.c:
	* beast-gtk/gxk/gxkradgetfactory.c:
	* beast-gtk/gxk/gxkradgetfactory.h:
	* beast-gtk/gxk/gxktexttools.c:
	* beast-gtk/gxk/gxk.h: include *radget* sources instead of
	*gadget* source files.

Tue Jun 22 13:51:13 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/radgets-beast.xml:
	* beast-gtk/dialogs/radgets-standard.xml:
	* beast-gtk/gxk/gxkradget.c:
	* beast-gtk/gxk/gxkradget.h:
	* beast-gtk/gxk/gxkradgetfactory.c:
	* beast-gtk/gxk/gxkradgetfactory.h: CVS copied *gadget* files to
	*radget* files as the first step of a bigger rename.

2004-06-14  Gustavo Maciel Dias Vieira  <gustavo@sagui.org>

	* configure.in: Added pt_BR to ALL_LINGUAS.

	* docs/site-development.texi: Added pt_BR entry.

Sat Jun 12 19:44:01 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: pack WAVE File entry into expandable areas.

	* beast-gtk/bstprofiler.c: update dialog upon initialization.

	* beast-gtk/dialogs/gadgets-beast.xml: provide expandable area for
	WAVE File entry.

	* beast-gtk/gxk/gxkutils.c (gxk_idle_show_widget): raise the widget
	if it's a window and already visible.

Sat Jun 12 19:03:06 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprofiler.[hc]: majorly beefed up the dialog ;)
	show totals, priority and CPU number for threads. use a tree view
	to display thread info.

	* beast-gtk/dialogs/gadgets-beast.xml: changed profiler dialog.

	* beast-gtk/dialogs/gadgets-standard.xml: support $text for labels.

	* adapted thread names.

Sat Jun 12 16:23:51 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-standard.xml: define back-shade widget.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: implemented back-shade widget which
	uses a slightly shaded background.

	* beast-gtk/gxk/gxkgadget.c: export GxkBackShade.

Fri Jun 11 04:31:02 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: made dialog actions private.
	added profile view menu item. added
	bst_app_show_release_notes() to show release notes dialog.

	* beast-gtk/bstmain.c: give GUI thread a name and adapt to
	bstapp.h changes.

	* beast-gtk/bstprofiler.[hc]: new dialog implementation, showing
	CPU usage statistics.

	* beast-gtk/dialogs/gadgets-beast.xml: added profiler dialog.

Thu Jun 10 02:32:49 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-choice.c: set proper tooltips on menu items.

	* beast-gtk/bstpatternctrl.c: handle 1/128, 1/128. and 1/128T notes.

	* beast-gtk/bstrecords.idl: added 1/128, 1/128. and 1/128T note lengths.

	* beast-gtk/gxk/gxkutils.[ch]: added convenience function
	gxk_widget_set_tooltip().

Thu Jun 10 01:58:03 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkauxwidgets.c: changed property, provide a bool
	keep-menubar-image per menu item. since stupid Gtk+-2.4 decides to
	change menu item image visibility behind the users back, we have
	to get rid of images in menu items in menubars the hard way: remove
	the widget unless keep-menubar-image is TRUE.

	* beast-gtk/dialogs/gadgets-standard.xml: removed old setting.

Thu Jun 10 01:00:22 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-standard.xml: enable tooltips on menu-items.

Wed Jun  9 18:36:53 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianorollctrl.c: fix full vs. whole note wording.
	add 1/32, 1/64, 1/128 note lengths and quantization boundaries.

	* beast-gtk/bsttrackrollctrl.c: fix full vs. whole note wording.
	add 1/32, 1/64, 1/128 quantization boundaries.

	* beast-gtk/icons/Makefile.am:
	* beast-gtk/icons/note-32.png:
	* beast-gtk/icons/note-64.png:
	* beast-gtk/icons/note-128.png:
	* beast-gtk/icons/qnote-32.png:
	* beast-gtk/icons/qnote-64.png:
	* beast-gtk/icons/qnote-128.png:
	* beast-gtk/icons/notes.xcf:
	added new stock icons.

Mon Jun  7 19:21:37 2004  Tim Janik  <timj@gtk.org>

	* docs/site-about.texi:
	* docs/site-contact.texi:
	* docs/site-navigation.xml:
	* docs/site-news.texi:
	* docs/site-search.texi:
	modified wiki urls to be /wiki: relative.

Mon May 31 16:37:38 2004  Tim Janik  <timj@gtk.org>

	* launchers/Makefile.am: prefix $(bindir) with $(DESTDIR) to allow
	installations in chroot-ed environments (package building).
	use install-exec-hook: to set suid permissions.
	changes suggested by Sam Hocevar.

Thu May 20 14:25:03 2004  Tim Janik  <timj@gtk.org>

	* configure.in: changed version to 0.6.2-rc1, iface 0, binary 0.

Sat May  8 10:19:01 2004  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: link list update.

Wed May  5 18:16:11 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_early_parse_args): fixed parsing bug.

	* beast-gtk/bstusermessage.c (update_dialog): some dialog layout
	tweaking for bigger error messages.

Wed May  5 15:19:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: grep for new debugging statements
	sfi_debug() and sfi_debug_check().

	* beast-gtk/bstmain.c: adapt to new debugging code.
	install log message dialog handler.
	support $BST_NO_DEBUG, $BEAST_NO_DEBUG and --no-debug.

	* beast-gtk/bstusermessage.c: adapt to BSE message type
	changes. provide log message handler for new debug system.

	* beast-gtk/icons/diag.*: new diagnostics dialog icon.

	* *.c: adapted log, error, warning and debugging messages.

Sun May  2 19:59:39 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: support --print-dir=prefix option.

	* data/Makefile.am: provide BST_PATH_PREFIX in config-paths.h.

Sun May  2 15:04:38 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdial.c: minor bug fix.

Fri Apr  9 11:48:27 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkdialog.c (call_gtk_window_activate_key): work around
	beast relying on _gtk_window_activate_key() which isn't exported by
	Gtk+-2.4 anymore.

Fri Apr  9 10:18:02 2004  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: link updates.

Fri Apr  9 09:55:22 2004  Tim Janik  <timj@gtk.org>

	* docs/site-development.texi: added links for en_CA and en_GB.
	fixed link for sr@@Latn to point to sr stats.

2004-04-08  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

Sat Apr  3 16:40:12 2004  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

Sat Mar 27 03:34:23 2004  Tim Janik  <timj@gtk.org>

	* docs/site-download.texi: update SuSE version of RPMS.

Sat Mar  6 15:32:21 2004  Tim Janik  <timj@gtk.org>

	* released 0.6.1, binary age 0, interface age 0.

Sat Mar  6 13:50:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpreferences.c: load fallback keytable if ~/.beast
	contains none.

	* library/keys/keyrc.us: added US keymap.

Sat Mar  6 13:08:18 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: move piano roll toolbar onto the
	piano roll notebook page. provide notebook page labels.

Sat Mar  6 12:15:06 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: removed device monitor. added wave file control
	entry to playback controls.

	* beast-gtk/dialogs/gadgets-beast.xml: provide a non-expanding hbox for
	project playback controls.

	* beast-gtk/bstpatternctrl.c: added missing gxk_param_destroy() calls.

Fri Mar  5 19:08:45 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: added NoteLength choice enumeration.

	* beast-gtk/bstpartdialog.c: added vraster combo box.

	* beast-gtk/bstpatternctrl.[hc]: added vraster parameter to adjust
	the vertical per-line ticks in the pattern editor display. implemented
	event insertion.

	* beast-gtk/bstpatternview.c: preserve vticks across range changes.

	* beast-gtk/gxk/gxkutils.c (gxk_widget_set_latent_tooltip): ignore
	empty tooltips.

	* beast-gtk/gxk/gxkmenubutton.c (menu_button_key_press): support
	cursor up/down in combobox mode. ignore empty tooltips.

Thu Mar  4 14:49:46 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkmenubutton.c: reset button prelight across popups
	but preserve relief.

Thu Mar  4 14:31:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkmenubutton.[hc]: save backing during popups.
	support multiple layouts/setups: tool mode (retains old behaviour),
	option mode (mimicking option menus), combo mode (mimicks combo
	boxes) and popup mode (simply spawns a menu without capturing).

	* beast-gtk/bstparam.c:
	* beast-gtk/bstparam-choice.c: support menu button in tool, option
	and combo modes.

	* beast-gtk/bstpartdialog.c: use a combo box for direction selection.

	* beast-gtk/dialogs/gadgets-standard.xml: adapt menu button properties,
	menu buttons simply have a mode property now.

	* beast-gtk/dialogs/gadgets-beast.xml: use a menu button in popup mode
	to spawn the palette menu.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added a GxkFocusFrame, which is
	simply an ordinary frame that draws a focus border instead of shadow
	borders.

	* beast-gtk/gxk/gxkglobals.c (gxk_nullify_in_object): fix object order ,
	i.e. listen on *location::destroy.

	* beast-gtk/gxk/gxkutils.c (gtk_widget_modify_bg_as_base): affect all
	widget states.

Wed Mar  3 10:23:48 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkmenubutton.[hc]: remove non menu button code.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: remove menu button code, changed
	callers.

	* beast-gtk/gxk/Makefile.am: build gxkmenubutton.

Wed Mar  3 10:14:16 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkmenubutton.h:
	* beast-gtk/gxk/gxkmenubutton.c: CVS copied from gxkauxwidgets.[hc].

Tue Mar  2 22:49:22 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: added vscale to pattern views.

	* beast-gtk/bstpartdialog.c: setup vertical resizer for pattern view.
	constrain resizer proportions to 1:10 instead of 1:20.

	* beast-gtk/bstpatternview.c: handle last-tick changes on the part.
	properly implemented last_row as a result of vadjustment->upper.
	improved intra-column focus handling by distance calculation.
	constrain the vadjustment boundaries on ::adjustment-changed.

Tue Mar  2 16:36:37 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterncolumns.c: draw event values bold, similar
	to notes. choose a dark_gc for events only if none is present,
	this makes event values look like notes in font and color.

	* beast-gtk/bstpatternview.c: draw tick positions non-bold.
	auto-focus cells upon mouse clicks (drag start).

Tue Mar  2 12:47:45 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatternctrl.[hc]: implemented base_octave parameter.

	* library/keys/keyrc.de: adjust note insertion numbers to be octave-0
	relative.

	* beast-gtk/bstpartdialog.c: display base octave.

	* beast-gtk/bstpatterncolumns.c: change notes without resetting
	velocity, fine_tune etc.

	* beast-gtk/gxk/gxkparam.c: validate parameter values after updates
	for simple value bindings.

Tue Mar  2 10:20:54 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkscrollcanvas.c:
	s/reallocate_children/reallocate_contents/g, changed callers.

Mon Mar  1 20:00:57 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-proxy.c:
	* beast-gtk/bstparam.h:
	* beast-gtk/bstsnetrouter.c: 
	* beast-gtk/bsttracksynthdialog.[hc]: 
	* bsttrackview.c:
	* bsttreestores.c: 
	* beast-gtk/bstapp.c: adapt to BseItemSeq changes. 

	* bsw/Makefile.am: stop building mkapi which is broken and unused.

	* tests/Makefile.am: added SFIDL dependancy for sfidl generated sources.

Tue Mar  2 01:07:55 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkdialog.c:
	(gxk_dialog_key_press_event): when building against gtk+-2.3.5, use
	gtk_window_activate_key() and gtk_window_propagate_key_event() to
	implement proper accelerator vs. focus widget handling.

Fri Feb 27 08:38:09 2004  Tim Janik  <timj@gtk.org>

	* library/keys/: new directory.

	* library/keys/keyrc.de: added german keyrc.

	* beast-gtk/bstkeybindings.[hc]: implemented loading of stock
	keyrc files.

	* beast-gtk/bstmain.c: handle keys path.

	* beast-gtk/bstfiledialog.[hc]: provide API to allow for arbitrary
	file dialogs.

	* configure.in: provide beastkeysdir, added library/keys/.

Fri Feb 27 07:08:55 2004  Tim Janik  <timj@gtk.org>

	* launchers/Makefile.am: build beast and bsesh suid wrappers.

	* launchers/beaststart.c: build versioned beast executable name.
	* launchers/bseshstart.c: build versioned bsesh executable name.

	* launchers/suidmain.c: figure executable name via
	custom_find_executable() function, after dropping privileges.
	* launchers/suidmain.h: prototype custom_find_executable().

	* bse/bseconfig.h.in:
	* configure.in: fix BSE_VERSION vs. BST_VERSION.

	* beast-gtk/suidmain.c: removed
	* beast-gtk/Makefile.am: don't build beast suidwrapper here.

	* shell/Makefile.am: don't build bsesh suidwrapper here.

Fri Feb 27 06:48:41 2004  Tim Janik  <timj@gtk.org>

	* launchers/suidmain.c: CVS copied here from beast-gtk/.

Fri Feb 27 06:42:01 2004  Tim Janik  <timj@gtk.org>

	* launchers/: added new directory to hold beast and bsesh
	launcher programs and suid wrappers.

Fri Feb 27 06:17:37 2004  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.6.1, interface 0, binary 0.

	* beast-gtk/bstcanvaslink.c:
	* beast-gtk/bstcanvassource.c: adapt to BseSource changes.

Wed Feb 25 14:34:51 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/suidmain.c: added suidwrapper program without dependancies,
	based on a patch by Stefan Westerfeld. the wrapper renices itself to
	-19, drops uid (privileges) and then invokes beast-$VERSION.

	* beast-gtk/Makefile.am: build and install suidwrapper 'beast'.

	* beast-gtk/bstmain.c: drop nice-level once BSE is setup.

	* configure.in: new section AC_SUIDMAIN_REQUIREMENTS. check for all functions
	required to implement renicing in the suidwrapper binary.

	* shell/Makefile.am: build and install suidwrapper 'bsesh'.

	* shell/bsesh.c: drop nice-level once BSE is setup.
        
Wed Feb 25 05:52:01 2004  Tim Janik  <timj@gtk.org>

	* configure.in: provide BSESH_BINARY and BEAST_BINARY automake variables
	to build versioned binaries.

	* beast-gtk/Makefile.am: hack around automake-1.4 deficencies and build
	beast-$BST_VERSION via conditional build of @BEAST_BINARY@.

	* shell/Makefile.am: hack around automake-1.4 deficencies and build
	bsesh-$BSE_VERSION via conditional build of @BSESH_BINARY@.

Wed Feb 25 04:49:55 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: made the toplevel-notebook tabs
	appear at the bottom.

Wed Feb 25 03:40:00 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkauxwidgets.c: use G_DEFINE_TYPE() for menu button.

Tue Feb 24 07:51:04 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterncolumns.[hc]: added focus-position to key
	event handlers. undo-group event removals. implemented control
	cell editing.

	* beast-gtk/bstpatterncolumns.[hc]: added hwrap parameter for focus cell
	movement around edges. rewrote key lookup to honour piano vs. generic
	key bindings and pattern-column specific collision groups. implemented
	step-width handling via key bindings. rearranged key binding functions
	and default bindings. simplified bindings by handling shift as movement
	blocker automatically. 

	* beast-gtk/bstkeybindings.[hc]: provide SHORT/USHORT parameters
	instead of OCTAVE parameter. added collision-group handling so
	keys can be setup for multiple functions from different collision
	groups. throw messages for unknown key functions.

	* beast-gtk/bstpartdialog.c: added HWrap widget.

Tue Feb 24 04:05:59 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/sfidl.1.texi: Updated sfidl manual page.

Mon Feb 23 23:39:27 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am: Adapt to sfidl option changes.

Mon Feb 23 04:46:12 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatternview.[hc]: improved default layout. reset
	pango layouts when relayouting the columns. support column-specific
	amount of focus-positions. implemented intra-column focus position. 

	* beast-gtk/bstpartdialog.c: setup hzoom/hresizer scales for piano
	roll. implemented hresizer to widen/shorten the range of reachable
	tick positions.

	* beast-gtk/bstpianoroll.c: properly constrain hadjustment setup once
	it changes. handle last-tick changes in the model.

	* beast-gtk/dialogs/gadgets-beast.xml: added hzoom and hresizer scales
	to the GUI.

	* beast-gtk/gxk/gxksimplelabel.c (label_cut_layout): translate ellipsis.

	* beast-gtk/gxk/gxkscrollcanvas.c: support adjustment_changed handlers
	in derived widgets. export function to reset pango layouts.

	* beast-gtk/bsteventroll.c: leave step/page increment for hadjustment
	alone. depend on pianbo roll setting it up correctly.

	* beast-gtk/bstpatterncolumns.[hc]: implemented BstPatternColumnEvent,
	a column to display event values in various formats. made layout
	configuration dialog non-modal. added event value format facilities.
	anhanced parser to support defaults. 

	* beast-gtk/gxk/gxkutils.c: fixed '_'-escaping
	in gxk_factory_path_unescape_uline().

Mon Feb 23 02:44:57 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/Makefile.am:
	* bsw/bswcxxutils.h: Removed bswcxxutils.h, as it is no longer
	required - sfi provides C++ utility classes in sfi/sficxx.h.

Sun Feb 22 01:57:36 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/Makefile.am:
	* beast-gtk/Makefile.am:
	* tests/Makefile.am: Use new sfidl options.

Fri Feb 20 21:31:44 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* library/scripts/part-harmonic-transposer.scm: Support dorian,
	phrygian, lydian, mixolydian and locrian scales (besides major/minor).

Thu Feb 19 03:40:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatternctrl.[hc]: added parameters for stepping direction
	and step width, these are honoured by "next" cell movement. 

	* beast-gtk/bstrecords.idl: added Direction choices.

	* beast-gtk/dialogs/gadgets-beast.xml: provide container for pattern
	view controls.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: gxk_widget_get_latent_tooltip() got
	moved. centered menu button child for the non-image case.

	* beast-gtk/gxk/gxkparam-label.c: added support for pspec name labels
	and tooltips.

	* beast-gtk/gxk/gxkparam-spinner.c: shrink size byunused digits if
	size group permits.

	* beast-gtk/gxk/gxkparam.[hc]: added size groups, a mechanism to specify
	different layout sizes for GxkParams. allow params to shrink unused
	request space by defautl.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_vseparator_space_new().
	moved gxk_widget_set_latent_tooltip() / gxk_widget_get_latent_tooltip()
	here.

	* beast-gtk/bstpartdialog.c: added GUI for pattern control pspecs.

	* beast-gtk/bstparam-choice.c: adapt to choice changes. set latent
	tooltip on menu items. give menu button higher rating than option menu.

	* beast-gtk/bstparam.[hc]: open up an extra size group for property
	parameters. set size group sizes from preferences. we used to do this
	before as well, this just allows non-property parameters to have
	their own sizes.
	(bst_param_new_proxy):
	(bst_param_new_rec): add proxy and record parameters to size group.

Wed Feb 18 01:17:44 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstauxdialogs.c: lower-case grabbed key events.

	* beast-gtk/bstkeybindings.[hc]: don't auto-advance the selected
	function, this is usefull only to setup basic key bindings. cosmetic
	fixups. support non-editable keybinding displays. lower-case key
	value for lookups.

	* beast-gtk/bstmain.c: moved rc-file parsing logic into
	bst_preferences_load_rc_files().

	* beast-gtk/bstpatterncolumns.[hc]: select monospace font for notes.
	added key-event handling to notes.

	* beast-gtk/bstpatternctrl.[hc]: invoke pattern view/pattern column
	keypress handlers. split up key bindings into genric ones and piano
	bindings. added more key binding functions. provide a good set of
	default movement/etc bindings for the generic set.

	* beast-gtk/bstpatternview.c: proeprly queue expose events in response
	to model changes. destroy focus rectangle upon column changes.
	change focus rectangle color due to widget focus changes. added
	fucntions to query focus cell and to dispatch key events.

	* beast-gtk/bstpianoroll.c:
	* beast-gtk/bsteventroll.c: guard against unrealized windows when
	queueing exposes.

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: redraw markers upon focus changes.

	* beast-gtk/bstpreferences.[hc]: added generic key binding page,
	non editable currently, since saving/loading generic key bindings
	is currently disabled. moved rc-file parsing logic from bstmain.c
	into bst_preferences_load_rc_files(). fixed copyright.

	* beast-gtk/bstgconfig.[hc]: support rc-version setting on records.
	fixed copyright.

Tue Feb 17 01:40:21 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c: fire up layout configuration dialog when
	configure button is clicked.

	* beast-gtk/bstpatterncolumns.[hc]: made note column channel sensitive.
	support spacing and dotted line mode for vbar columns. implemented
	layout dialog, and column layout parser, as well as a column constructor.

	* beast-gtk/bstpatternview.[hc]: adapt to column layout facilities,
	added bst_pattern_view_set_layout().

	* beast-gtk/dialogs/gadgets-beast.xml: added configure button to pattern
	view dialog. added pattern-editor-layout-box to implement a layout
	editor dialog.

	* beast-gtk/dialogs/gadgets-standard.xml: changed GtkEntry defaults to
	automatically activate the toplevel default widget upon GDK_Return.
	adjusted hstock-button, got rid of unused button definitions.

	* beast-gtk/gxk/gxkdialog.[hc]: added convenience function
	gxk_dialog_new_gadget() to create a dialog with gadget child.

	* beast-gtk/gxk/gxktexttools.[hc]: added convenience function
	gxk_scroll_text_create_for() to create a scroll text with parent.

Mon Feb 16 18:53:58 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* library/scripts/Makefile.am: Install harmonic transposition script.

	* library/scripts/part-harmonic-transposer.scm: Harmonic transposition
	script: allows to transpose notes, allowing to convert between major
	and minor scales.

Mon Feb 16 12:00:17 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstauxdialogs.[hc]: implemented key grabbing dialog.

	* beast-gtk/bstkeybindings.[hc]: implemented key binding rcfile and
	and configuration abilities.

	* beast-gtk/bstmain.c: parse ~/.beast/keyrc.

	* beast-gtk/bstpartdialog.c: display pattern view.

	* beast-gtk/bstpatternview.[hc]: new widget, implementing a pattern view
	for BsePart.

	* beast-gtk/bstpatterncolumns.[hc]: new file, implement pattern view
	column renderers, currently has column implementations for notes
	and vertical bars.

	* beast-gtk/bstpatternctrl.[hc]: new file, implementing pattern view
	control actions / key binding functions.

	* beast-gtk/bsttrackroll.c:
	* beast-gtk/bstpianoroll.c: adapt to GxkScrollCanvas changes.

	* beast-gtk/bstpreferences.[hc]: added preferences page for pattern view
	key bindings.

	* beast-gtk/bstrecords.idl: added structures used to save key bindings
	in rc files.

	* beast-gtk/dialogs/gadgets-beast.xml: adapt GUI to display pattern
	views.attach the event roll popup menu to the event roll (not piano
	roll). added pattern editor keybinding dialog.

	* beast-gtk/dialogs/gadgets-standard.xml: make notebooks scrollbale
	by default. do not give scrollbars focus by default, as focussed
	scrollbars are mostly useless with gtk+-2.0. added hstock-button.

	* beast-gtk/gxk/gxkaction.c: auto-update widget actions upon publishing
	and upon widget realization.

	* beast-gtk/gxk/gxkutils.[hc]:
	(gxk_tree_selection_force_browse): reenable automatic selection of tree
	rows for BROWSE selection modes.
	(gxk_menu_attach_as_submenu): propagate changes in submenu sensitivity
	up the menu hierarchy if parent submenus also have sensitivity handlers
	setup. fixes out-of-order submenu updates leading to incorrectly disabled
	submenus.
	(gxk_tree_view_select_index): added simple tree row selection function.

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: support dynamic allocation of
	pango layouts pr widget instance (not per derived class). properly
	handle ::direction_changed signals. fixed small bug wrg marker
	realization. made adjustment value constrain code more robust.
	(gxk_scroll_canvas_setup_marker): properly redraw markers.
	(gxk_scroll_canvas_get_pango_layout): demand create pango layout
	if necessary.
	(gxk_scroll_canvas_peek_pango_layout): retrieve an existing pango
	layout.
	(gxk_scroll_canvas_scroll_to): scroll to an exact point.
	(gxk_scroll_canvas_make_visible): scroll the canvas into a position,
	so that the given rectangle is visible.

	* beast-gtk/icons/*.png: more stock images added.

Sun Feb 15 16:14:17 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c: add /Part/ scripts as "part-scripts"
	actions to the piano roll dialog, so users can execute per-part scripts.

	* beast-gtk/dialogs/gadgets-beast.xml: add "Utilities" submenu
	to the piano roll popup menu, listing "part-scripts" actions.

	* beast-gtk/dialogs/gadgets-standard.xml: allow caller arguments
	of per-branch=, per-list= and per-list= for gadget-factory and
	menu-factory. defined menu-action-separator which is generated only
	if a specific action-list is published.

	* beast-gtk/gxk/gxkgadgetfactory.c: handle empty string arguments for
	::name, ::per-branch, ::per-list and ::per-action properties by assuming
	NULL automatically. ignore publishing of empty action-lists.

	* beast-gtk/gxk/gxkutils.c (gxk_menu_check_sensitive): ignore tear-off
	menu items when checking submenus for activatable contents.

Wed Feb 11 11:19:04 2004  Tim Janik  <timj@gtk.org>

	* docs/site-oldnews.texi: 
	* docs/site-news.texi: rotate news and announce release.

Wed Feb 11 09:29:29 2004  Tim Janik  <timj@gtk.org>

	* released 0.6.0, binary age 0, interface age 0.

Wed Feb 11 09:14:44 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsplash.c (splash_select_string): improved rand()
	distribution of string selection algorithm to reduce probability
	for sequential dups to (1/n)^2.

Wed Feb 11 02:36:30 2004  Tim Janik  <timj@gtk.org>

	* docs/bse-plugin-generator.1.texi: removed, there's sfidl.1 now.

	* docs/*.1.texi: updated links to point to sfidl.1.

	* docs/sfidl.1.texi: updated documentation of command line options.

	* docs/beast.1.texi: updates.

	* docs/site-navigation.xml: link to sfidl-manual instead of sfild.1.

Wed Feb 11 02:04:29 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdragutils.[hc]: 
	* beast-gtk/bstmarker.[hc]: removed these files, logic provided by
	GxkScrollCanvas now. adapted namespace in callers.

	* beast-gtk/bstsnetrouter.c: provide Authors and License information
	about modules in palette view.

	* beast-gtk/bstdraggroup.c:
	* beast-gtk/bstdragpattern.c: removed, code is unused for a long time.

Tue Feb 10 10:22:00 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventroll.c: confine selection rectangle to 16bit
	coordinates to avoid drawing artefacts.

	* beast-gtk/bstpianoroll.c: overhaul of the keyboard drawing code.
	fix black key section identification. confine selection rectangle
	to 16bit coordinates to avoid drawing artefacts.
	properly center text drawn in hpanel.

	* beast-gtk/bsttrackroll.[hc]: ported BstTrackRoll to derive from
	GxkScrollCanvas. lots of fixups, cleanups and changes.
	use pango to draw part names. properly align text with GtkEntry
	allocation for renames. moved marker logic into GxkScrollCanvas.

	* beast-gtk/bsttrackrollctrl.c:
	* beast-gtk/bsttrackview.c: adapted to BstTrackRoll API changes.

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: implemented markers. these
	are free positionable drawing entities with backing store, on
	any of the widget's windows, which can be moved without exposure
	event generation. improved scrolling behaviour once more, due
	to a fix in the expose region handling code, windows can now
	scroll horizontally and vertically simultaneously. removed useless
	left-overs.

	* beast-gtk/gxk/gxkutils.[hc] (gxk_tree_view_get_row_area): added
	content_area boolean switch to restrict row area to the region
	actually used for cells in a GtkTreeView.

Mon Feb  9 05:15:52 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: merge skin reset code with
	background reset and style/color setup code.
	added support for pango layout allocation and deallocation.

	* beast-gtk/bstpianoroll.c: draw hpanel tact/note numbers with a
	pango layout. widen expose area to avoid drawing artefacts. fixed
	quarter note :1 being drawn on top of tact number. request height
	for hpanel from text height.

Mon Feb  9 00:23:14 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventroll.[hc]: ported to derive from GxkScrollCanvas.
	added skin support, similar to piano roll.

	* beast-gtk/bsteventrollctrl.c:
	* beast-gtk/bstpartdialog.c: call GxkScrollCanvas functions where necessary.
	enable h/v scrolling for canvas.

	* beast-gtk/bstpianoroll.c: removed focus handlers.

	* beast-gtk/bstrecords.idl: added control event roll fields to Skin record.

	* beast-gtk/gxk/gxkscrollcanvas.c: profive default focus-in/focus-out
	handlers. properly default initialize window cursors. export
	gxk_scroll_canvas_get_layout(). size request all children. added
	gxk_scroll_canvas_get_canvas_size(). added reallocate_children() method.
	request expose events for widget->window, fixes redrawing bugs.
	auto-unset parent-window on children from unrealize().
	draw panel frames in scroll_canvas_draw_window().
	added hscrollable and vscrollable variables to class to control
	canvas scrolling behaviour.

	* beast-gtk/gxk/gxktest.c: fixed up GxkScrollCanvas test code.

	* library/skins/*.skin: adapt to event roll skinning ability.

Sun Feb  8 05:53:14 2004  Tim Janik  <timj@gtk.org>

	* docs/site-about.texi: improved About section.

	* docs/site-news.texi: provide feedback link.

Sun Feb  8 03:27:44 2004  Tim Janik  <timj@gtk.org>

	* configure.in: increased version to 0.6.0-rc1, binary 0, interface 0.

	* beast-gtk/bsteventrollctrl.c: adapt to API changes in BsePart.
	refuse to move single control events to ticks where tey'd overlap
	with events of the same type.

	* beast-gtk/bstpianorollctrl.c: adapt to BsePart API changes.

Fri Feb  6 20:53:09 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkaction.[hc] (gxk_action_list_force_regulate): new
	function, forcing updates on widgets which are regulated by
	action lists via gxk_action_list_regulate_widget().

	* beast-gtk/gxk/gxkgadgetfactory.c: force post-activate (for
	buttons, post-clicked) regulation of regulate= target widgets.

	* beast-gtk/gxk/gxkdialog.c (gxk_dialog_key_press_event): only
	give control/alt accelerators precedence over focus widget (ignoring
	modifiers like num lock).

	* beast-gtk/bstmain.c (main): reverted recent change, always save
	rc-file.

Fri Feb  6 15:29:42 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c:
	* beast-gtk/bstdefs.h:
	* beast-gtk/bstmain.c: support skinrc files in ~/.beast/skins/.
	
	* docs/site-news.texi: permanently announce irc channel and
	mailing list on the front page.
	
Wed Feb  4 06:15:21 2004  Tim Janik  <timj@gtk.org>

	* distcheck fixes.

	* beast-gtk/Makefile.am: added dependancies for bsegentypes.[hc]
	on sfidl. turned source file dependancies on generated files
	into obejct file dependancies, so make can get it's VPATHs right.
	don't ship build files anymore (since all tools should be
	available at build time to generate them), generate build files
	in the build directory. INCLUDE fixes.

	* plugins/evaluator/Makefile.am:
	* plugins/Makefile.am:
	* bsw/Makefile.am:
	* bse/Makefile.am: use sfidl instead of bse-plugin-generator, fix
	idl includes.

	* beast-gtk/bstmain.c: added new language translators to about box.
	
	* docs/site-development.texi: updated translation links.
	
	* NEWS: announce translations.
	
Wed Feb  4 00:07:12 2004  Tim Janik  <timj@gtk.org>

	* applied fixes suggested by Sam Hocevar <sam@zoy.org>.

	* bse/Makefile.am: add libsfi.la to libbse.la ldadd,
	since we use libtool-1.5 now.

	* bsw/Makefile.am: add libbse.la to libbsw.la ldadd.

Mon Feb  2 16:17:46 2004  Tim Janik  <timj@gtk.org>

	* configure.in: version update to 0.5.7rc1, binary 0, interface 0.

Mon Feb  2 02:06:49 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: fixed typo.

	* biogreen.skin:
	* images/biogreen.jpg: added skin.

Mon Feb  2 00:30:19 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkimagecache.c: set cache size to 0, this frees
	pixmaps as soon as they are unused.

	* beast-gtk/gxk/gxkscrollcanvas.c: fixed list removal bug that
	caused crashes on skin updates.

	* library/skins/blueimpress.skin:
	* library/skins/brownforms.skin:
	* library/skins/silvervein.skin:
	* library/skins/images/blueimpress.jpg:
	* library/skins/images/brownforms.jpg:
	* library/skins/images/silvervein.png: added new skins.

Sun Feb  1 18:38:15 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: provide action list for available skins.

	* beast-gtk/dialogs/gadgets-beast.xml: put skin actions
	under View/Skins.

	* beast-gtk/bstrecords.idl: added some tooltips, support skin name.

	* beast-gtk/bstmain.c: added --skinrc=... option to set skinrc file
	name. added "demo" and "skins" directory print-out.

	* beast-gtk/bstskinconfig.[hc]: support setting skin file names
	via command line options, got rid of BEAST_SKINRC env hack.

	* configure.in: added skins/ and skins/images/ directories,
	define isntallation path for skins.

	* beast-gtk/bstutils.[hc]: renamed and rewrote bst_file_scan_song_name()
	into bst_file_scan_find_key() to be used with files other than songs.

	* data/Makefile.am: generate BST_PATH_SKINS config setting.

	* library/skins/: new directory for skins shipped with beast.
	* library/skins/images: new directory holding images needed by skins.

	* library/skins/white.skin: plain white skin, coming close to the
	pianor roll look from 0.5.6.

	* library/skins/images/moonpaper.png:
	* library/skins/moonpaper.skin: added Moon Paper skin.

Sun Feb  1 16:46:45 2004  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

Sun Feb  1 15:46:45 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstskinconfig.[hc]: skin configuration handling,
	implemented skinrc with versioning. skinrc filename can be
	overridden via BEAST_SKINRC environment variable.

	* beast-gtk/bstparam-color-spinner.c: provide input widget
	to edit colors.

	* beast-gtk/bstauxdialogs.[hc]: provide auxillary colorselection
	dialog. patched up GtkColorSelection to have activate-default
	behaviour for Return and KP_Enter.

	* beast-gtk/bstdefs.h: moved beast rcfile from ~/.beastrc to
	~/.beast/beastrc.

	* beast-gtk/bstfiledialog.[hc]: implement simple file selection case.

	* beast-gtk/bstgconfig.[hc]: started internal versioning for beastrc.
	(bst_rc_dump): ensure path-to-rc-file exists (~/.beast).

	* beast-gtk/bstmain.c: load skinrc, only save beastrc at program
	end if it was saved from a different beast version. save
	.bserc unconditionally.

	* beast-gtk/bstparam-searchpath.c: grab focus o nbutton clicks.
	implemented "filename" pspec option.

	* beast-gtk/bstpianoroll.[hc]: made h/v grid colors and background
	configurable through BstSkinConfig, based on GxkScrollCanvasClass
	skin support. draw h/v grid in multiple passes to have lines
	properly overlapping.

	* beast-gtk/bstpreferences.[hc]: added editing facilities for
	skin settings.

	* beast-gtk/bstrecords.idl: some cleanups.
	added SkinConfig - skin configuration record.

	* beast-gtk/gxk/gxkimagecache.[hc]: implement caching of
	pixmaps, rendered from image file names.

	* beast-gtk/gxk/gxkparam.[hc]: support explicit page-stepping
	specification for linear adjustments.

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: implemented background
	rendering based on pixmaps. added skin-change support
	by means of rerendering background pixmap and recreating
	color GCs for all currently realized scroll-canvas widgets. 
	optimized redrawing of L-shaped regions during scrolling.

	* beast-gtk/gxk/gxkutils.[hc]: added convenience functions
	to fill GdkColor structures.

	* beast-gtk/icons/colorselector.png:
	* beast-gtk/icons/browse-image.png:
	* beast-gtk/icons/browse-image.xcf: added stock images.

Sat Jan 31 23:06:39 2004  Tim Janik  <timj@gtk.org>

	* autogen.sh (check_version): applied fix to not append trailing
	characters to the 6th comparison number. reordered expressions
	for readability improvements.

Fri Jan 30 23:56:11 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkscrollcanvas.[hc]: refactored and generalized
	scrolling, h/v panel layout and drawing logic from bstpianoroll
	into a new widget. GxkScrollCanvas supports panels on all four
	sides of a canvas, and dragging in each window.

	* beast-gtk/bstpartdialog.c: fixed callers.

	* beast-gtk/bstpianoroll.[hc]: derive from GxkScrollCanvas,
	adapted to use GxkScrollCanvas code, threw out every
	functionality that GxkScrollCanvas now implements.

	* beast-gtk/bstpianorollctrl.c: fixed callers.

	* beast-gtk/bsteventroll.c: disable tick<->pixel transformation for
	the hadjustment, so it always contains pixel values.

	* beast-gtk/gxk/gxktest.c: added scroll_canvas_test().

Thu Jan 29 03:36:24 2004  Tim Janik  <timj@gtk.org>

	* docs/sfidl-manual.texi: cvs copied from sfidl.texi.

	* docs/sfidl.texi: removed.

Wed Jan 28 16:42:10 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.idl: added snet_font_size property, defaulting
	to 10 pixels (formerly 12).

	* beast-gtk/bstcanvassource.c: fetch font size from preferences.

Wed Jan 28 15:41:15 2004  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: added afidl.1.texi.

	* docs/generated/Makefile.am: build and install sfidl.1.

	* docs/sfidl.1.texi: exchange bse-plugin-generator for sfidl
	for the most parts.

Wed Jan 28 15:25:55 2004  Tim Janik  <timj@gtk.org>

	* docs/sfidl.1.texi: cvs copied from bse-plugin-generator.1.texi.

Tue Jan 27 17:50:42 2004  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: update links.

Tue Jan 27 16:02:06 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.[hc]: collect sniffer requests and submit
	them from an idle handler to minimize task switches.

Tue Jan 27 00:43:29 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am: Reenabled C++ API code.

Mon Jan 26 02:45:21 2004  Tim Janik  <timj@gtk.org>

	* tests/Makefile.am: disable C++ API code which breaks again,
	due to lack of object reference support.

	* tests/testplugin.idl: added object properties of types
	Bse::Effect, imlpemented in C++ in Bse and Bse::Item,
	implemented in C in Bse.

Sun Jan 25 05:49:59 2004  Tim Janik  <timj@gtk.org>

	* tests/testplugin.idl: added more test cases.

	* beast-gtk/bstutils.c: pspec constructor fixups.

Sat Jan 24 18:24:06 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/*.c: added type_name_ prefix to parent_class variables in
	files which use G_DEFINE_TYPE().

Sat Jan 24 01:12:44 2004  Tim Janik  <timj@gtk.org>

	* tests/testplugin.cc: fix missing type registration macros.

Fri Jan 23 22:39:49 2004  Tim Janik  <timj@gtk.org>

	* tests/Makefile.am: reenable test builds which compile again due to
	sfidl fixes.

Fri Jan 23 02:28:12 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c: added more sfidl pspec constructors.

	* tests/Makefile.am: disabled C++ API generation which still
	breaks, though most of the core C++ binding works now.

	* tests/testplugin.idl: added more test code.

Thu Jan 22 03:40:51 2004  Tim Janik  <timj@gtk.org>

	* docs/site-navigation.xml: added search and wiki pages.

	* docs/site-news.texi: rotate news, announce wiki.

	* docs/generated/Makefile.am: support php targets, using a perl
	script hack to embedd php code in PHPX...XPHP in .texi files.

	* docs/search.texi: new page to search the website.

	* docs/wiki.texi: new page to embedd a beast wiki, based on ErfurtWiki.

Wed Jan 21 03:34:54 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (sfidl_pspec_BoxedRec): implement BoxedRec pspec
	constructors.

Wed Jan 21 03:26:00 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testplugin.*: Commented out TestRecord (doesn't compile right
	now).

Tue Jan 20 23:22:43 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstrecords.idl: Added "using namespace Sfi;".

	* tests/testplugin.idl: New testcase for records/sequences.

	* tests/cxxbinding.cc: Adapted to renames (due to record/sequence
	binding in C++).

	* tests/perftest.cc: From milliseconds to seconds.

Tue Jan 20 05:09:07 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testplugin.idl: Added "using namespace Sfi;".

	* docs/sfidl.texi: Removed ";" after namespace decls.

Tue Jan 20 03:11:17 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am: No more bse/bsecxxsmart.h.

Tue Jan 20 02:50:56 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/cxxbinding.cc: Using Sfi::Sequence now (instead of
	Bse::Sequence).

Tue Jan 20 02:16:31 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/cxxbinding.cc: Use RecordHandle<...> instead of SmartPtr<...>
	for records.

Tue Jan 20 01:17:06 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am: Fix includes (changes due to sficxx.h).

	* docs/sfidl.texi: Small fixes.

	* bsw/bswcxxutils.h: String to/from GValue conversions are in sficxx.h
	now.

Mon Jan 19 20:46:38 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am tests/perftest.cc: Added a small program to
	test the performancs procedure invocations.

Mon Jan 19 18:50:14 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnifferscope.[hc] (sniffer_notify_pcm_data): implemented
	rudimentary scope display drawing routine.
	added bst_sniffer_scope_set_sniffer().

	* beast-gtk/bsttrackroll.c: special case and setup sniffer scopes.

	* bsw/Makefile.am: fix idl includes.
	fix bswgenapi.c dependencies.
	
Mon Jan 19 15:32:21 2004  Tim Janik  <timj@gtk.org>

	* docs/site-development.texi: add french translation.

Sun Jan 18 01:27:13 2004  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.in: Added "fr" to ALL_LINGUAS.

Sat Jan 17 14:55:09 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.[hc]: treat scopes as ordinary GtkWidgets.
	cleanup/reset parent_window for children in realize/unrealize, this
	fixes reparentation crashes. reenabled scopes.

	* beast-gtk/bstsnifferscope.[hc]: remove BseTrack special casing.

Sat Jan 17 03:05:49 2004  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/sfidl.texi: Started sfidl documentation.

	* docs/generated/Makefile.am: Build sfidl.markup and sfidl.html.

	* docs/Makefile.am: Include sfidl.texi.

Fri Jan 16 23:13:56 2004  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: build plugin-devel.markup
	and plugin-devel.html.

	* docs/Makefile.am: install images in ${beastimagesdir}.

	* docs/module-voices.png:
	* docs/module-voices.dia: accompanying diagram for plugin-devel.texi.

	* docs/plugin-devel.texi: started plugin development documentation.

Thu Jan 15 23:48:01 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventroll.c:
	* beast-gtk/bstpianoroll.c:
	* beast-gtk/bsttrackroll.c: fixed key-event return values.

Wed Jan 14 13:31:27 2004  Tim Janik  <timj@gtk.org>

	* docs/site-historic.texi: link updates.

Tue Jan 13 12:22:50 2004  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

Sun Jan 11 06:17:51 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.c: disable scopes, they seem to be broken
	across reparentation of a parent.

Sun Jan 11 04:51:53 2004  Tim Janik  <timj@gtk.org>

	* docs/site-navigation.xml: create BSE sound archive indices.

	* docs/site-news.texi: announce BSE Sound Archive.

Sat Jan 10 10:00:19 2004  Tim Janik  <timj@gtk.org>

	* autogen.sh: major cleanup. downgraded autoconf dependancy to 2.57.
	disentangled versions from executable postfix.
	added check_version(), a function to compare two version strings,
	fixed all version checks to use check_version().
	improved messages, don't pretend to use gettextize if instead
	glib-gettextize is used and required (since it's a good deal
	different from gettextize). added version checks for intltool
	and libtool.
	
Fri Jan  9 15:41:53 2004  Tim Janik  <timj@gtk.org>

        * beast-gtk/bstapp.c:
        * beast-gtk/bstcanvassource.c:
        * beast-gtk/bsteventroll.c:
        * beast-gtk/bstfiledialog.c:
        * beast-gtk/bstitemview.c:
        * beast-gtk/bstlogadjustment.c:
        * beast-gtk/bstparamview.c:
        * beast-gtk/bstpartdialog.c:
        * beast-gtk/bstpartview.c:
        * beast-gtk/bstpianoroll.c:
        * beast-gtk/bstpreferences.c:
        * beast-gtk/bstqsampler.c:
        * beast-gtk/bstsequence.c:
        * beast-gtk/bstsnetrouter.c:
        * beast-gtk/bstsnifferscope.c:
        * beast-gtk/bstsupershell.c:
        * beast-gtk/bsttrackroll.c:
        * beast-gtk/bsttracksynthdialog.c:
        * beast-gtk/bsttrackview.c:
        * beast-gtk/bstwaveview.c:
        * beast-gtk/bstxframe.c: use G_DEFINE_TYPE() to implement
        GType boilerplate.

        * docs/site-development.texi: added link for Mongolian translation.

Wed Jan  7 22:46:45 2004  Sanlig Badral  <badral@openmn.org>

	* configure.in : Added "mn" to ALL_LINGUAS.

Sun Jan  4 19:47:38 2004  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): removed rc parsing code for yellow
	tooltips.

	* docs/generated/Makefile.am: added objdoc.* generation rules.

Fri Jan  2 14:39:05 2004  Tim Janik  <timj@gtk.org>

	* ltconfig: more libtool file removal.

Wed Dec 31 16:42:56 2003  Tim Janik  <timj@gtk.org>

	* bstsnifferscope.[hc]: new widget, used internally by bsttrackroll.[hc]
	to display per-track scopes.

	* bsttrackroll.[hc]: make vpanel exactly as wide as hpanel is heigh.
	create, delete and adjust per-track scope widgets on demand, this
	uses an idle handler to update the required amount of widgets.
	got rid of bst_track_roll_set_size_callbacks() and provided
	bst_track_roll_setup() instead, so the track roll knows about its
	tree and song directly now.

	* bsttrackview.[hc]: adapt to BstTrackRoll changes.
	removed extra tree => trackrool updates that the trackroll handles
	itself now.

Wed Dec 31 01:15:19 2003  Nedko Arnaudov  <nedko@users.sourceforge.net>

        * configure.in: Detect getpwnam_r and
        getpwnam functions availability.

Wed Dec 31 01:05:14 2003  Nedko Arnaudov  <nedko@users.sourceforge.net>

        * configure.in (AC_BSE_SNDDEV_CHECK): Detect OSS emulation that is
        not implemented in sys/soundcard.h but in soundcard.h

Tue Dec 30 23:41:03 2003  Tim Janik  <timj@gtk.org>

	* *.c: adapted gxk_nullify_in_object() callers and switched
	gxk_nullify_on_destroy() usages over.

	* bstitemview.c: use gxk_tree_model_get_iter() instead of
	gtk_tree_model_get_iter().

	* beast-gtk/gxk/gxkglobals.[hc]: made gxk_nullify_in_object() take
	only the hosting object and the object pointer location within the
	hosting object as arguments. the pointer is assumed to be filled
	out, pointing to a valid object. this is a much more natural argument
	order, and a hrdly noticable restriction.
	removed gxk_nullify_on_destroy() as gxk_nullify_in_object() can be
	used instead (for all cases gxk_nullify_on_destroy() is used inside
	beast at least).

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_tree_model_get_iter() to work
	around a bug in sorted tree models.

	* tests/cxxbinding.cc:
	* tests/testplugin.cc: adapt to new procedure writing conventions.

Mon Dec 29 20:58:04 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (bst_action_list_add_cat): fix oversized pixel
	buffer size computation in memdup.

Mon Dec 29 20:48:58 2003  Tim Janik  <timj@gtk.org>

	* tests/cxxbinding.cc: add missing <unistd.h>, reported by Nedko
	Arnaudov for OpenBSD.

Sun Dec 28 19:44:00 2003  Tim Janik  <timj@gtk.org>

	* test/test-song.bse: updated to version 0.5.6, refined module
	positions and names for screenshots.

Mon Dec 29 18:05:14 2003  Tim Janik  <timj@gtk.org>

	* Makefile.am: include intltool-modules/XML/Parser/Style/OrigTree.pm
	into distribution tarballs.

	* docs/site-news.texi: announce patch-beast-0.5.6-0.5.6+intltool.bz2
	which fixes intltool issues with beast-0.5.6.tar.gz.

Mon Dec 29 12:54:07 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce release, screenshot updates etc.

	* autogen.sh: up autoconf dedendancy to 2.58 since earlier version
	aren't working correctly on all platforms to build beast.

Sun Dec 28 18:39:22 2003  Tim Janik  <timj@gtk.org>

	* autogen.sh: run libtoolize automatically, so developers
	get their beast build with their system specific libtool.

	* config.guess:
	* config.sub:
	* ltmain.sh: remove these files.

Sun Dec 28 13:06:01 2003  Tim Janik  <timj@gtk.org>

	* released 0.5.6.

Sun Dec 28 11:31:44 2003  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.5.6, binary/interface age 0.

Sun Dec 28 11:22:50 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcluehunter.[hc]: don't popup the clue hunter via tab for
	non-editable entries. make popup arrow react to editability of the 
	entry (user configurable).

	* beast-gtk/gxk/gxkparam-spinner.c:
	* beast-gtk/bstparam-note-spinner.c:
	* beast-gtk/bstparam-searchpath.c:
	* beast-gtk/bstparam-proxy.c: added extra logic to the various GUI
	elements to act according to param editability.

	* beast-gtk/gxk/gxkparam.c:
	(param_update_flags): auto-update sensitivity of all attached widgets.
	(gxk_param_add_object): adjust sensitivity of newly added widgets.
	(gxk_param_apply_value): refuse to alter object values for non-editable
	or insensitive parameters.
	(gxk_param_apply_default): use gxk_param_apply_value().
	(gxk_param_entry_set_text): auto-adjust entry editability.

Sun Dec 28 10:28:08 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (app_action_check): disable non-functional
	rack editor and procedure browser.

Sun Dec 28 07:04:42 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkdialog.c (gxk_dialog_key_press_event): exploiting a
	bug on linux wrg symbol exports, give precedence to unmodified
	accelerators by using _gtk_window_activate_key(), this needs to be fixed
	to become portable again, once gtk exposes _gtk_window_activate_key().

Fri Dec 26 22:34:16 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: added midi-import action.

	* beast-gtk/bstfiledialog.[hc]: added midi-import file dialog.

Sun Dec 28 05:07:08 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkparam.c: protect parameter from change notification
	during GUI updates. (fixes option menus changing object properties
	seemingly randomly).

Tue Dec 23 06:06:54 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c: fixed minor GUI quirks.

Tue Dec 23 05:22:09 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c: use proc->help instead of proc->blurb (which
	is gone now).

	* library/scripts/record-midi.scm:
	* library/scripts/modules2grid.scm:
	* library/scripts/progressor-example.scm:
	* library/scripts/song-parts-operations.scm: introduced options field
	and switched category position to unify field order with plugins.

	* tests/Makefile.am: build plugin as lib_LTLIBRARIES, so it can actually
	be loaded (is a proper .so file).

	* tests/cxxbinding.cc: added a bunch of cleanups. added plugin procedure
	test. actually error out if things fail.

	* tests/testplugin.cc: implemented test_exception() procedure.

	* tests/testplugin.idl: declare test_exception() procedure, added
	test enum.

Mon Dec 22 23:59:03 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: don't show unstable plugins without
	--devel.

	* beast-gtk/bstmain.c: changed --devel description somewhat.

	* beast-gtk/bstutils.[hc]: added bst_action_list_from_cats_pred(),
	a variant to bst_action_list_from_cats() which allowes for a custom
	predicate to filter cetgories.

Mon Dec 22 19:52:16 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkgadget.[hc]: 
	* beast-gtk/gxk/gxkgadgetfactory.[hc]: s/GxkGadgetOpt/GxkGadgetArgs/.

Mon Dec 22 00:49:05 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveview.c: added missing tooltips.

	* tests/Makefile.am: create the testplugin via noinst_LTLIBRARIES,
	to not clutter a public installation directory.

Sun Dec 21 19:30:56 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkgadget.[hc]: another major overhaul of variable
	scoping in xml files. all variables in an <xdef:... ...=... > line
	are named call-arguments to the parent type.
	all variables in <widget ...=... /> lines are (named) call-arguments to
	widget. call-arguments to parent types are properly bound to inheritance
	depth, and due to the different scopes and named argument support,
	variables may reference equally named variable values, e.g.
	label="$label" (where $label is simply assumed empty for endless
	recursion).
	added comparison macro-functions, <, >, <=, >=, == and !=, as well
	as two-letter variants. added $(first-occupied) macro-function which
	returns the first non-empty argument from its argument list.
	(gxk_gadget_data_copy_call_options): for factories, flatten and expand
	all call arguments to parent types into a single option list.
	(gxk_gadget_define_widget_type): allow call arguments for most GtkWidget
	properties.
	(mf_null_collapse): fixed segfault possibility.
	(node_define): restricted prop: arguments to xdef: lines.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: adapt to gxkgadget.[hc] scoping
	changes by passing on call-arguments to the action widgets.

	* beast-gtk/dialogs/gadgets-beast.xml: removed prop: arguments from
	non-xdef: lines. used new GtkWidget arguments. other small fixes.

	* beast-gtk/dialogs/gadgets-standard.xml: extended many widget
	types to take extra arguments. improved/fixed things by using new
	scoping and macro-functions. 

	* beast-gtk/gxk/gxkdialog.[hc]: explicitely maintain a child pointer
	and allow the passed in child to already have parents.

	* beast-gtk/bstcanvassource.c: fix inner GtkFrame border being
	overwritten (apears to be a GtkFrame bug).

Sun Dec 21 22:10:05 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/cxxbinding.cc: Removed iterator usage (no more iterators in
	Bse::Sequence).

Sat Dec 20 21:24:55 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/testplugin.idl tests/testplugin.cc: Provide a plugin for
	testing the language binding(s).

	* tests/cxxbinding.cc: Load testplugin.

	* tests/Makefile.am: Build testplugin.

Sat Dec 20 19:49:02 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkgadget.c: allow variables referencing themselves,
	i.e. label="foo-$label". this actually makes sense, since we have
	multiple variables lists in an environment to lookup values.
	(env_expand_option_value): record a successfull variable lookup onto
	a recursion stack while expanding its value.
	(env_find_quark): don't return variable values that are listed
	in the recursion stack.

Fri Dec 19 19:41:30 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkgadget.c (gxk_gadget_options_get): speed up
	comparisons by turning all internally stored option names into quarks.

Thu Dec 18 00:25:41 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: removed hacks around degenerated
	structures (instead of NULL pointers).

	* beast-gtk/bstutils.c: likewise.

Wed Dec 17 23:49:49 2003  Tim Janik  <timj@gtk.org>

	* *.[hci]*: renamed SFI_PARAM_DEFAULT to SFI_PARAM_STANDARD.

Wed Dec 17 19:39:48 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxksimplelabel.c: work around label logic not dealing
	with text==NULL, and pango_layout_set_text() not figuring text length
	for length=-1, text=NULL.

Wed Dec 17 19:12:57 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsupershell.c: show experimental router only for --devel.
	fixed MidiSynth GUI generation.

2003-12-16  Miloslav Trmac  <mitr@volny.cz>

	* configure.in: Added cs to ALL_LINGUAS.

	* docs/site-development.texi: Added link to Czech translation status
	page.

Tue Dec 16 12:00:55 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: show authors/license fields.

	* beast-gtk/dialogs/gadgets-beast.xml: added missing piano-clear-undo
	actions to piano-roll popup menus.

	* beast-gtk/bstpartdialog.c: register missing piano-clear-undo actions.

Tue Dec 16 02:20:42 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: support opening new views for a project.

Mon Dec 15 23:21:56 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkparam.c (gxk_param_create_editor): prevent
	value changes during editor widget creation.

Mon Dec 15 18:51:05 2003  Tim Janik  <timj@gtk.org>

	* configure.in: add note to translators about docs/site-development.texi.

	* docs/site-development.texi: added links to translation status pages.

Mon Dec 15 15:03:58 2003  Tim Janik  <timj@gtk.org>

	* merged po/ with po-bse/. remove the po-bse/ directory.

Sat Dec 13 19:18:30 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/bswcxxutils.h: Added missing const to sfi_value_get_cxxstring.

Thu Dec 11 00:25:39 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-standard.xml: don't create labels
	from $label for xdef:button if ignore-label is set.
	set ignore-label for xdef:labeled-tool-area and xdef:label-image-button,
	since they create their own labels from $label.

Wed Dec 10 19:27:33 2003  Tim Janik  <timj@gtk.org>

	* ltmain.sh: update to libtool 1.5.0a + debian patches.
	
	* beast-gtk/bstutils.[hc]: remove atail and ahead slots from gmask.
	removed BST_GMASK_FILL, bst_gmask_quick() simply uses BST_GMASK_INTERLEAVE.

	* beast-gtk/gxk/gxkauxwidgets.c: added second arrow to menu button.

	* beast-gtk/bstwaveeditor.c: change default zoom level to 0.5.

	* beast-gtk/bstfreeradiobutton.[hc]: removed, there's a freely
	togglable radio button in Gxk.

Wed Dec 10 08:34:10 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/Makefile.am: define GXK_COMPILATION when compiling GXK.

	* beast-gtk/gxk/gxkglobals.h: provide i18n macros for GXK_COMPILATION.

	* beast-gtk/gxk/gxkparam.[hc]: relicensed LGPL.
	reused parts of the BstParam implementation to implement GxkParam.
	GxkParam is a compound consisting of a pspec, a value and a binding
	(to the target affected by the value).
	imlpemented simple in-param GValue binding.
	implemented seperate GxkParamEditor interface which allowes creation
	of editing widgets for GxkParams.
	added functions to implement logic shared by many editor
	implementations (e.g. GtkAdjustment creation).

	* beast-gtk/gxk/gxksimplelabel.c: changed use-underline
	default to FALSE.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_option_menu_set_menu(), a
	replacement for gtk_option_menu_set_menu() to allow accelerators in
	menus. added g_option_check() wrappers to support options on
	widgets: gxk_widget_add_option(), gxk_widget_check_option() and
	gxk_widget_get_options().
	(menu_position_func): fixed up push_in logic for gxk_menu_popup().
	(gxk_widget_add_font_requisition): new function, adding up to a widgets
	requisition the size required by a certain amount of characters and
	digits.

	* beast-gtk/gxk/gxkparam-spinner.c: 
	* beast-gtk/gxk/gxkparam-toggle.c:
	* beast-gtk/gxk/gxkparam-scale.c:
	* beast-gtk/gxk/gxkparam-label.c:
	* beast-gtk/gxk/gxkparam-entry.c: relicensed LGPL. removed cruft and
	cleaned up code, ported to GxkParam.

	* beast-gtk/gxk/gxkparam-toggle.c: determine toggle/check/radio
	appearance from pspec options.

	* beast-gtk/gxk/gxkparam-spinner.c: added type dependant size
	requisition.

	* beast-gtk/gxk/gxkparam-label.c: support pspec name as well as string
	parameter display.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: implemented free-radio-button,
	added ::push-in property to menu-buttons (similar to the push-in
	behaviour option-menus always exhibit).

	* beast-gtk/gxk/gxkgadget.c: adde dmore widget types.

	* beast-gtk/bstutils.[hc]: added spacing to auxillary gmask widgets.
	made config settings globally available through means of BST_GCONFIG().

	* beast-gtk/bstrecords.idl: added size_group_input_fields config field.

	* beast-gtk/bstrackitem.[hc]:
	* beast-gtk/bstprocedure.[hc]:
	* beast-gtk/bstpreferences.[hc]:
	* beast-gtk/bstpartdialog.[hc]:
	* beast-gtk/bstparamview.[hc]: ported from BstParam to GxkParam.

	* beast-gtk/bstparam.[hc]: removed BstParam implementation. made code
	dependant on and supplementing GxkParam.

	* beast-gtk/bstparam-choice.c: adapted to GxkParam, provide alternating
	implementations, one for option menus, one for menu buttons.

	* beast-gtk/bstparam-time.c: adapted to GxkParam, code cleanups,
	removed note specific handling, added more sophisticated size
	requisition for time entries.

	* beast-gtk/bstparam-searchpath.c: reduced implementation to simple
	searchpath additions to a normal entry.

	* beast-gtk/bstparam-scale.c: adapted to GxkParam, code cleanups,
	majorly simplyfied iumlpementation.

	* beast-gtk/bstparam-note-spinner.c: adapted to GxkParam, code cleanups.
	switched to using GtkSpinButton.

	* beast-gtk/bstparam-note-sequence.c:
	* beast-gtk/bstparam-proxy.c: adapted to GxkParam, code cleanups.
	
	* beast-gtk/bstparam-entry.c:
	* beast-gtk/bstparam-label.c:
	* beast-gtk/bstparam-spinner.c:
	* beast-gtk/bstparam-strnum.c:
	* beast-gtk/bstparam-toggle.c: removed these files. GxkParam
	provides suitable alternatives.
	
	* beast-gtk/bstcluehunter.[hc]: removed ::align-width propety and
	added ::align-widget with which a widget can be specified that the
	cluehunter popup window is to be aligned to. applied a couple fixups
	to the popup window sizing and positioning logic.
	use gxk_grab_pointer_and_keyboard() for grabs.

	* beast-gtk/bstdefs.h: cleanups.

	* beast-gtk/bstgconfig.[hc]: implemented helper for config
	structure accesses.

	* beast-gtk/bstxframe.cfixed default visibility.

	* beast-gtk/bstsequence.c: be visible by default.

Mon Dec  8 13:40:16 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-time.c: CVS-copied from bstparam-strnum.c.

	* beast-gtk/bstparam-searchpath.c: CVS-copied from bstparam-entry.c.

Fri Dec  5 11:50:46 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxklogadjustment.[hc]: namespace rename and
	cosmetic changes.

Fri Dec  5 11:40:22 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxklogadjustment.[hc]: CVS copied here from beast-gtk/.

Fri Dec  5 01:41:00 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkparam-entry.c:
	* beast-gtk/gxk/gxkparam-label.c:
	* beast-gtk/gxk/gxkparam-scale.c:
	* beast-gtk/gxk/gxkparam-spinner.c:
	* beast-gtk/gxk/gxkparam-toggle.c:
	* beast-gtk/gxk/gxkparam.c:
	* beast-gtk/gxk/gxkparam.h: CVS copied here from beast-gtk/.

Fri Dec  5 00:28:12 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrackview.[hc]: started new SynthNet view, based on a
	user customizable rack view and record parasites.

	* beast-gtk/bstrackeditor.[hc]: disabled code depending on BstRackItem.

	* beast-gtk/bstracktable.[hc]: disabled code depending on BstRackItem.

	* beast-gtk/bstrackitem.[hc]: derive from GxkRackItem. removed
	controller handling code.

	* beast-gtk/bstsupershell.c: added rack-view notebook page to SynthNets.

	* beast-gtk/dialogs/gadgets-beast.xml: added rack-view GUI description.

	* beast-gtk/dialogs/gadgets-standard.xml: support rack-table and
	rack-item. fixed up some button properties.

	* beast-gtk/gxk/gxkgadget.c: support rack table and item types.

	* beast-gtk/gxk/gxkrackeditor.c: fixed up return value for button
	presses. removed auto cover/uncover upon editing edit mode.

Sun Nov 30 12:51:05 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkracktable.[hc]:
	(gxk_rack_table_style_set): set a lower boundary of 8 pixels to cell size
	requests.
	(gxk_rack_table_attach): new function to allow direct placement of
	non rack-items.
	(gxk_rack_table_cover_up): new function to add covers to empty regions.
	(gxk_rack_table_uncover): remove covers from empty regions.

	* beast-gtk/gxk/gxkrackcovers.c: changed license to LGPL.
	adapted code to GxkRackTable API, added comments.

	* beast-gtk/gxk/gxkrackeditor.[hc]: added gxk_rack_table_destroy_editor()
	for proper shutdown.

Sun Nov 30 16:15:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkrackcovers.c: CVS copied here.

Sun Nov 30 02:44:27 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkrackeditor.[hc]: shrink resize anchors to 3/4 of the
	cell size. moved remaining editing fields from GxkRackTable into
	GxkRackEditor.
	(rack_table_update_rframe): remove corner checks.
	(gxk_rack_table_handle_button_press): merged resizing and movement
	logic. do movement without extra dnd window. added simple logic
	for corner detection.
	(rack_table_editor_drag_corner): added movement logic, added boundary
	checks. added logic for incremental boundary approximation.
	(gxk_rack_table_handle_motion_notify): merged resizing and movement.
	(rack_table_abort_drag): get rid of drag_window. redraw drag area to
	cleanup highlighting left overs.
	(gxk_rack_table_handle_button_release): merge resize and movement.
	(gxk_rack_table_set_edit_mode): get rid of drag_window.
	(gxk_rack_table_check_area): added boolean to check frame areas. added
	exempt widget.

	* beast-gtk/gxk/gxkrackitem.[hc]:
	(gxk_rack_item_add):
	(gxk_rack_item_remove): override container methods to update
	empty_frame flag.
	(update_frame): honour empty_frame.
	(gxk_rack_item_size_allocate): override GtkFrame size_allocate to
	fix up label widget allocation and to center frame within cells.

	* beast-gtk/gxk/gxkracktable.[hc]: fixup default requisition,
	removed remaining editing fields.
	(gxk_rack_table_translate): renamed this function.
	(gxk_rack_table_find_child): find child within widget coordinates,
	based on cell coordinates.
	(gxk_rack_table_get_child_area): query cell coordinates.

	* beast-gtk/gxk/gxksimplelabel.c: make this visible by default.

Sat Nov 29 17:19:22 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/bswcxxutils.h tests/Makefile.am: Added bsw/bswcxxutils.h, which
	contains stuff the generated code uses. Use bsw/bswcxxutils.h again.
	This makes NULL strings work.

Sat Nov 29 06:13:27 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkrackeditor.[hc]: new files containing editing
	functionality of GxkRackTable. started implementing rack item
	resizing. switched to using gxk_grab_pointer_and_keyboard() for
	pointer grabs. moved editing fields out of GxkRackTable into
	a seperate GxkRackEditor structure.

	* beast-gtk/gxk/gxkrackitem.[hc]: added gxk_rack_item_set_area()
	which updates the attachment coordinates of a GxkRackItem. made
	coordinates original gints in the GxkRackItem structure.

	* beast-gtk/gxk/gxkracktable.[ch]: removed non-editing parts.
	hooked up GxkRackEditor functions. switched to using GBitMatrix
	for the child map. switched to lazy child-map updates.
	exposed a couple static functions. changed add-child logic
	to properly honour child requisition if possible.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_grab_pointer_and_keyboard()
	and gxk_ungrab_pointer_and_keyboard().

Sat Nov 29 06:59:18 2003  Tim Janik  <timj@gtk.org>

	* tests/Makefile.am: revert last change which broke compilation again.

Sat Nov 29 03:05:05 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/Makefile.am: Use bsw/bswcxxutils.h again. This makes NULL
	strings work.

	* tests/empty.ogg tests/cxxbinding.cc: Added a test ogg file.

Fri Nov 28 00:55:55 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* tests/cxxbinding.cc: Don't mention SFI in the license.

Fri Nov 28 03:27:55 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: nullify notebook on destruction, so we don't operate
	on an invalid widget.

	* beast-gtk/gxk/gxkaction.[hc]: new function gxk_widget_peek_action_widgets()
	to modify action widgets after creation.

	* beast-gtk/gxk/gxkglobals.[hc]: new function gxk_nullify_in_object() which
	disconnects a nullification handler if either object is destroyed.

	* beast-gtk/gxk/gxkracktable.[hc]:
	drag window bug fixes. 
	added code to create and adjust child resizing handle.
	added test code for resizing handle.
	added gxk_rack_table_find_xy_child() to find children by coordinates.
	added leave handler to clear resize handle.

	* beast-gtk/gxk/gxktest.c: added GxkRackTable test.

Fri Nov 28 03:13:09 2003  Tim Janik  <timj@gtk.org>

	* tests/Makefile.am: rewrote cxxapi generation rules.
	added hacks to work around missing std::string and sfi_value_get_cxxstring().

	* tests/cxxbinding.cc: include bsecxxapi.h.

Fri Nov 28 00:55:55 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in Makefile.am: Added tests directory.
	
	* tests/Makefile.am tests/cxxbinding.cc: A test for the C++ binding.

Sat Nov 22 16:27:24 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkrackitem.[hc]: new files, containing a GxkRackItem,
	a special child of GxkRackTable. based in parts on BstRackItem.
	changed license to LGPL.

	* beast-gtk/gxk/gxkracktable.[hc]: s/bst/gxk/ rename. renamed rtable
	variables to self. license LGPL.

Sat Nov 22 16:18:12 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkracktable.[hc]: CVS-copied here
	from beast-gtk/bstracktable.[hc].

Fri Nov 21 16:46:19 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (beast_show_about_box): removed i18n markup from
	contributor names. turned non-ascii chars (utf-8) into hexadecimal
	escapes (\x00). left a comment on how to enter utf-8 encoded author
	names.

Fri Nov 21 04:01:56 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (bst_action_list_add_cat): provide category leaf as
	action tooltip, usefull for icon-only palettes.

Fri Nov 21 03:48:58 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: adapt to the palette now using a GxkSimpleLabel
	instead of a GtkLabel.

	* beast-gtk/dialogs/gadgets-beast.xml: switched from hand-written frames and
	hboxes to using <toolbar/>, switched labels to ulabels where apropriate.

	* beast-gtk/dialogs/gadgets-standard.xml: define toolbar stencil. added an
	event box to toolbars so contents get properly clipped.
	defined <ulabel/> to auto-use-underline, turned <label/> to not
	auto-use-underline.

Fri Nov 21 01:48:34 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-standard.xml: use GxkSimpleLabel for <label/>,
	configured to use underlines and auto-cut.

	* beast-gtk/gxk/gxksimplelabel.[hc]: new widget, deduced from GtkLabel
	code. Changes relative to GtkLabel:
	- lots of code got stripped (basically for selecting text and handling events)
	- simple-label derives from GtkWidget instead of GtkMisc
	- mnemonic activation works on activatable parents even if group cycling
	- setting ::pattern properly unsets ::use-underline
	- if ::auto-cut is TRUE, overfull text is cut-off

	* po-bse/POTFILES.in: removed encoding: UTF-8, which breaks the Makefiel due to
	intl-tools only handling po/ correctly ;(

Thu Nov 20 17:13:49 2003  Tim Janik  <timj@gtk.org>

	* po/POTFILES.in:
	* po-bse/POTFILES.in: added encoding: UTF-8.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]:
	use translations only to alter $action-name, not to identify menu branches.
	added ::key-label property to GxkFactoryBranch so the untranslated version
	of a branch is available for menu branch identification.

	* beast-gtk/gxk/gxkgadget.[hc]: added translation domain argument
	to parsing functions. also, for each translated variable
	label="translated" still provide _label="untranslated" variants,
	so the xml definitions can explicitely refer to the untranslated
	strings via $_label.

	* beast-gtk/bstutils.c: provide translation domain when parsing gadget
	files. don't provide a category key different from its translation in
	menu depth for action-lists.

	* beast-gtk/dialogs/gadgets-beast.xml: namespace fixups for xmllint.

	* beast-gtk/dialogs/gadgets-standard.xml: namespace fixups for xmllint.
	provide untranslated ::key-label for factory-branches.

	* beast-gtk/gxk/gxkaction.[hc]: added key argument to _translated
	convenience functions. don't auto-prefix untranslated keys, so it
	really is the untranslated version of name.

	* beast-gtk/gxk/gxkutils.c (gxk_factory_path_get_leaf): guard against
	NULL strings.

Wen Nov 19 00:45:00 2003  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

Tue Nov 18 22:57:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: fixed unfound actions
	in the palette popup menu by conditionalizing $action-root.

Tue Nov 18 22:38:29 2003  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.5.6-rc1.

	* beast-gtk/bstapp.c: show beast about box.

	* beast-gtk/bstmain.c: implement about box with contributor names
	based on the splash screen.

	* beast-gtk/bstsplash.[hc]: added about-box feats.

Tue Nov 18 19:46:13 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: 
	* beast-gtk/bstapp.c (app_action_exec): renamed gsl-mplan to
	engine-mplan.

Tue Nov 18 18:38:37 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxktexttools.c (text_buffer_tagdef): fix ref-count leak.

Mon Nov 17 23:18:34 2003  Tim Janik  <timj@gtk.org>
	
	* beast-gtk/bstutils.[hc]: removed BST_SIZE_*, there are GXK_ICON_SIZE_*
	sizes, fixed callers. fixed signature of bst_action_list_from_cats() and
	bst_action_list_add_cat(), changed callers.

	* beast-gtk/dialogs/gadgets-standard.xml: use folder icon for submenus.

	* beast-gtk/gxk/gxkauxwidgets.[hd]: added ::menubar-image boolean toggle
	to auto-hide the menu item image as child of a menubar.

	* beast-gtk/gxk/gxkgadget.[hc]: added special guards to
	gxk_gadget_sensitize() to not make submenus items with empty menu
	sensitive.

	* beast-gtk/gxk/gxkstock.[hc]: made menu item images 24x24 pixels.
	properly renamed sizes to GXK_ICON_SIZE_*.

	* beast-gtk/icons/binote.png: higher resolution mockup.

	* beast-gtk/icons/folder.png: added folder icon from Tuomas Kuosmanen
	<tigert@gimp.org>.

	* beast-gtk/bsteventrollctrl.[hc]:
	* beast-gtk/bstpianorollctrl.[hc]: s/_atools/_rtools/.

	* beast-gtk/bstdefs.h: cleanups.
	
Mon Nov 17 18:05:54 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: re-added zoom spinner.

Mon Nov 17 17:24:13 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackrollctrl.c:
	* beast-gtk/bstpianorollctrl.c: \\-escape slashes in menu item names.

	* beast-gtk/gxk/gxkgadgetfactory.c: unescape action-names via
	g_strcompress() which also handles "\\/".

Mon Nov 17 16:44:38 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: removed action-root="" resetting
	from snet-router popup menu. the factories *do* limit actions to the
	right scope. (fixes duplicate menu items in the router popup.)
	
	* beast-gtk/bstmessages.c:
	* beast-gtk/bstcatalog.[hc]: deleted, code was switched back to keep
	action labels, accelerators, tooltips and blurb in .c files (or xml
	GUI descriptions).

	* beast-gtk/gxk/gxktexttools.c: fix segfaults wrg missing toolbar.
	
Mon Nov 17 16:33:17 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-standard.xml: more toolbar widget
	definitions, defined toolbar for gxk-scroll-text.

	* beast-gtk/gxk/gxktoolbar.[hc]: deleted, code isn't used anymore,
	replacements are xml GUI stencils and GxkMenuButton.

	* beast-gtk/gxk/gxktexttools.[hc]: switched to xml stencil toolbar.

	* beast-gtk/bstutils.[hc]: lots of cleanups, removed cruft. moved
	bst_action_list_add_cat() and bst_action_list_from_cats() here from
	bstmenus.[hc].

	* beast-gtk/bstradiotools.[hc]: deleted, radio-tools aren't
	used anymore, GxkActionGroup is a suitable replacement.

	* beast-gtk/bstmenus.[hc]: removed all non-BstChoice menu/factory
	cruft, workaround and helper code as it's not anymore needed, due
	to GxkActionList.

Mon Nov 17 01:16:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: added stock image to /Utils
	submenu of snet-popup.

	* beast-gtk/dialogs/gadgets-standard.xml: removed explicit property
	settings from factory-branch, the call-variables are pass on now.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: removed proeprties except
	uline-label from GxkFactoryBranch. copy call-options for
	GxkFactoryBranch at adopt() time and pass them on to branch creation.

	* beast-gtk/gxk/gxkgadgetfactory.c (factory_branch_adopt): 

Mon Nov 17 00:40:11 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_factory_path_unescape_uline()
	to parse away under lines in menu paths.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: added GxkFactoryBranch which can
	be used to cause a gadget factory to create branch nodes in advance.
	don't warn for windows with NULL name, but path on an accel-path of NULL
	instead (possibly resulting in locked accelerators).

	* beast-gtk/bstsnetrouter.[hc]: republish all actions on the palette
	window. lock accelerators in the palette window.

	* beast-gtk/gxk/gxkaction.[hc]: added gxk_widget_republish_actions().

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added ::hide-insensitive property
	to widget patcher to cause a widget to be hidden while it is
	insensitive (usefull for menu items which are insensitive because
	they have empty submenus).

	* beast-gtk/dialogs/gadgets-beast.xml: sort out snet-popup into its
	own definition.

	* beast-gtk/dialogs/gadgets-standard.xml: small changes wrg left menu
	item justification, and widget-patcher. defined factory-branch.

Sun Nov 16 21:49:39 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdefs.h: added T_() as a short hand for text translations.

	* beast-gtk/bstsnetrouter.[hc]: moved to gadget GUI generation. publish
	categories and tools as actions. use GxkActionGroup rather than
	BstRadioTools. 

	* beast-gtk/dialogs/gadgets-beast.xml: defined snet-view and snet-palette.

	* beast-gtk/dialogs/gadgets-standard.xml: added more standard widgets,
	arrow, wrap boxes, simplyfied factory usage. extended widget patcher
	facilities. added tool factory definitions.

	* beast-gtk/gxk/gxkaction.[hc]: fix action-list copies. lock groups
	when regulating widgets. added publishing convenience variants.
	implemented gxk_action_toggle_new(), a special group that allows
	only two values.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added window-geometry
	support to widget-patcher. added support for regular (non-selection)
	menus to menu-button.

	* beast-gtk/gxk/gxkgadget.[hc]: allow NULL areas for gxk_gadget_find_area().

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: added branching support for
	menu paths via ::per-branch property.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_factory_path_get_leaf(),
	gxk_idle_showraise() and suport functions for window-geometry.

	* beast-gtk/gxk/glewidgets.c: ::wrapped property bug-fix.

Sun Nov 16 18:03:48 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in: Added plugins/evaluator/Makefile.am.

Sun Nov 16 08:03:55 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gle-pull.sh:
	* beast-gtk/gxk/glewidgets.[hc]: moved here from ../.

	* beast-gtk/gxk/gxkgadget.c: define h/v wrap box types.

Sat Nov 15 09:54:17 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackrollctrl.[hc]: switched to GxkActionGroup and explicit
	GxkActionList creation.
	(bst_track_roll_controller_set_quantization): removed unused function.

	* beast-gtk/bsttrackview.[hc]: removed manual toolbar setup code, switched
	gadgets.

	* beast-gtk/dialogs/gadgets-beast.xml: added track-view toolbar widgets.

	* beast-gtk/dialogs/gadgets-standard.xml: comment fixes.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: attach menu-button via
	gxk_menu_attach_as_popup_with_func() insteaf of gtk_menu_attach_to_widget(),
	so the menu can fetch an accel group from the toplevel and support
	accels for menu-button popups.

	* beast-gtk/gxk/gxkutils.[hc]: provide gxk_menu_attach_as_popup_with_func(),
	a variant of gxk_menu_attach_as_popup() which preserves the detach function
	for gtk_menu_attach_to_widget().

Sat Nov 15 07:20:23 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkauxwidgets.[hc]: introduced title-style property
	for the menu item to call gxk_widget_modify_as_title() on it.

	* beast-gtk/dialogs/gadgets-standard.xml: moved menu widgets into one
	place, added menu-title.

	* beast-gtk/dialogs/gadgets-beast.xml: added menu-title items to popup
	menus. fixed item-view buttons to have a relief again.

Fri Nov 14 23:05:35 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.[hc]: removed last bits of manually coded
	toolbar. removed final radio tools traces. added hzoom and vzoom
	spinners to toolbar areas in the piano-roll-box gadget.

	* beast-gtk/dialogs/gadgets-beast.xml: added tool-* stencils to
	produce toolbar-alike widgets. provided room for hzoom and
	vzoom tools.

	* beast-gtk/dialogs/gadgets-standard.xml: defined entry. defined
	separator. defined muted-button. moved button factories here.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added ::mute_events and
	::lower_windows properties to GxkWidgetPatcher to filter-out
	any action-events from a widget and to have its windows lowered
	beyxond child windows (usefull for input-only windows).

	* beast-gtk/gxk/gxkgadget.[hc]: switched to keep default-area
	information only in string form. that way, widgets created from
	stencils can still search for default-areas within widget trees.
	adapted default-area search to allow level-order searching,
	i.e. parents not appearing in the widget path.
	added gxk_gadget_find_area() which in addition to gxk_gadget_find()
	also resolves default-area settings on the child if present.
	switched gxk_gadget_add() to use gxk_gadget_find_area().
	(gxk_gadget_define_widget_type): support width= and height=
	variables for widgets.

Fri Nov 14 18:42:25 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkauxwidgets.[hc]: added tooltip-visible and
	height-from-width properties to widget patcher. export
	gxk_widget_get_latent_tooltip() for arbitrary widgets.
	added GxkMenuButton which is much like GtkOptionMenu but
	doesn't push-in, properly grabs focus, shows images of
	image menu items, allowes updates triggered from outside,
	supports stock-sizes for icons, properly max-sizes over
	all menu item possibilities (to avoid resizes) and shows
	tooltips.

	* beast-gtk/gxk/gxkaction.[hc]: use gxk_widget_regulate() and
	gxk_widget_regulate_uses_active(), remove special casing.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_widget_regulate_uses_active(),
	moved gxk_widget_regulate() here.

	* beast-gtk/gxk/gxkgadget.[hc]: register GxkMenuButton,
	GtkHSeparator and GtkVSeparator, adapted menu_adopt() and
	implemented logic macro functions: not, or, nor, exor, and, nand.

	* beast-gtk/dialogs/gadgets-beast.xml: adjusted factory button sizes.
	added quantization and note length menu-buttons, added toolbar
	spaces/separators.

	* beast-gtk/dialogs/gadgets-standard.xml: added h/v separators.
	added option-menu and menu-button (an option menu with constant
	size for image menu items). added relief= to buttons. 
	added toolbar-space. support latent-tooltip= on tooltip.
	added latent tooltips to menu-items (so they don't show the
	tooltips, but the tips are shown by e.g. menu-button).

Fri Nov 14 11:20:03 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventroll.[hc]: fix canvas-clicked signal.

	* beast-gtk/bsteventrollctrl.[hc]: use GxkActionGroup instead of
	radio-tools.

	* beast-gtk/bstpartdialog.c: added popup menu to event-roll.

	* beast-gtk/dialogs/gadgets-beast.xml: fixed toolbar spacing.
	added event-roll menu.

Fri Nov 14 10:53:54 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: 
	* beast-gtk/dialogs/gadgets-standard.xml: added missing dashes to
	gadget stencils.

Fri Nov 14 10:42:56 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: allocate an insertion slot from
	container upon adoption. producing creating children, reorder those into
	the insertion slot.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_container_get_insertion_slot()
	which remembers the current child insertion position.
	added gxk_container_slot_reorder_child() which reorders a newly added
	child into an insertion slot. implemented for GtkBox and GtkMenu as they
	offer child reordering functions.

Fri Nov 14 09:47:13 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/gadgets-beast.xml: adjust action-root for factories
	which take their actions from the toplevel.

	* beast-gtk/dialogs/gadgets-standard.xml: support action-root variable
	for gadget factories.

	* beast-gtk/gxk/gxkaction.[hc]: fixed up ActionSet alive keeping and
	action-factory updates. made action-factory updates asyncronous.

	* beast-gtk/gxk/gxkgadget.[hc]: provide access to the toplevel
	gadget being created through gxk_gadget_data_get_scope_gadget().

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: limit the actions matched
	successfully by a toplevel widget below witch the actions have to
	be published (action-root). let the action-root default to the
	scope-gadget (instead of the toplevel GtkWindow).

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_widget_has_ancestor().

	* beast-gtk/bstsupershell.[hc]: removed lots of virtualization.
	added notebook page construction functions for song, snet and wave-repo.

	* beast-gtk/bstsongshell.[hc]:
	* beast-gtk/bstsnetshell.[hc]:
	* beast-gtk/bstwavereposhell.[hc]: removed these files, bstsupershell.c
	constructs the neccessary notebook pages now.

	* beast-gtk/bstapp.[hc]: removed super-shell special casing.

Fri Nov 14 04:34:04 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_menu_check_sensitive(),
	renamed gxk_menu_attach_as_submenu(), added gxk_menu_attach_as_popup()
	and moved gxk_widget_find_level_ordered() here from code in gxkgadget.c.

	* beast-gtk/bstpartdialog.[hc]: publish piano-roll-ctrl actions,
	had to disable radio-tools based toolbar widgets.
	reenabled button3 popup menu based on a gadget menu.

	* beast-gtk/bstpianorollctrl.[hc]: provide note and quantization
	actions. use action-groups for note lengths and quantization.
	use bse_part_get_timing() for quantization, support tact quantization.

	* beast-gtk/dialogs/Makefile.am: run the .xml gadget files through
	xmllint before conversion.

	* beast-gtk/dialogs/gadgets-beast.xml: adjusted button factories,
	now that we have proper (definition-based) variable scoping.
	minor GUI adjustments. added button3 popup menu for piano-roll.

	* beast-gtk/dialogs/gadgets-standard.xml: null-collapse image
	stock-size. added popup-menu, minor fixes.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: changed menu item label property
	name to uline-label. adaptions to changes in the GxkGadget type
	registration API.

	* beast-gtk/gxk/gxkgadget.[hc]: support variable inheritance in
	gadget definitions. implemented definition-as-scope validity for
	variables (achieved by keeping a back-pointer to the xdef-node
	from nodes). commented precedence bahaviour for value lookups.
	fixups to menu adoption. added $(println) function.
	extended type registration API. streamlined gadget creation API.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: construct arguments to be
	passed on to factory children at adoption time.

Wed Nov 12 04:26:22 2003  Tim Janik  <timj@gtk.org>

	* overall switch to Gxk gadget and action based GUIs.
	this removed lots of hand-crafted GUI code, menu/item factory code
	and extra mechanisms (e.g. for action activation or menu item
	sensitivity adjustments).

	* beast-gtk/dialogs/gadgets-beast.xml: more beast dialog specifications.
	introduced factories for menu items and toolbar buttons.

	* beast-gtk/dialogs/gadgets-standard.xml: more standard widget
	refinements. added Gxk builtin types (e.g. gadget-factory).

	* beast-gtk/gxk/gxkaction.[hc]: new mechanism to publish GUI actions,
	like operations on menu items or tool selections (radio actions) or
	simple operational buttons through an identifier within a widget tree.
	GxkActionList contains action descriptions, GxkActionGroup holds
	state for radio-group selections and GxkActionFactory implements the
	hooks to facilitate the actions registered for a widget tree.

	* beast-gtk/gxk/gxkgadgetfactory.[hc]: object implementation, derived
	from GxkActionFactory to construct gadgets for actions registered
	in a widget tree.

	* beast-gtk/gxk/gxkauxwidgets.[hc]: implemented small auxillary widgets
	(objects), mostly to patch around property deficencies in Gtk+.

	* beast-gtk/gxk/gxkgadget.[hc]: support gadget factory and
	gxkauxwidgets.h. reimplemented option handling. removed stale code.
	lots of fixes, reordering, made type registration somewhat more
	sophistiated. gadgets maybe GObjects now. added special support
	for gadgets generated inside gadgets.

	* beast-gtk/gxk/gxkstock.c: register aliases for basic stock sizes
	(to be used in gadget definition files).

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_window_get_menu_accel_group(),
	gxk_submenu_attach_to_item() and gxk_widget_get_attach_toplevel().

	* beast-gtk/bstutils.[hc]: register custom Bst widgets as gxk gadget
	types. added bst_stock_register_icon().

	* beast-gtk/bstmenus.[hc]: added convenience functions to enter
	BseCategory entries into a GxkActionList.

	* beast-gtk/bstwavereposhell.[hc]:
	* beast-gtk/bstsongshell.[hc]:
	* beast-gtk/bstsupershell.[hc]: removed BstActivatable implementation.

	* beast-gtk/bstpartdialog.[hc]: removed BstActivatable implementation.
	switched to creating GUI from Gxk gadgets. switched to publishing
	GxkStockAction entries which temporarily breaks button3 popup menu.

	* beast-gtk/bstpianorollctrl.[hc]: test implementation of using
	GxkActionList and GxkActionGroup for tool selection and to
	publish (provide) actions for widgets. (temporarily breaks event-roll
	controller).

	* beast-gtk/bsttrackview.[hc]:
	* beast-gtk/bstwaveview.[hc]:
	* beast-gtk/bstpartview.[hc]: removed BstActivatable implementation.
	switched to publishing GxkStockAction entries. generate GUI from Gxk
	gadgets.

	* beast-gtk/bstitemview.[hc]: removed BstActivatable implementation.
	removed BstItemViewOp implementation, since derived objects switched
	to publishing GxkStockAction entries.

	* beast-gtk/bstapp.[hc]: removed BstActivatable implementation.
	switched from using BstMenuConfigEntry to publishing GxkStockAction
	entries per widget. switched to creating GUI from Gxk gadgets.

	* beast-gtk/bstactivatable.[hc]: removed.

Fri Nov  7 23:31:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkstock.[hc]: renamed GxkStockAction to
	GxkStockItem, to sync up with Gtk+ naming and make room
	for Gxk*Action variants. renamed functions accordingly:
	gxk_stock_item(), gxk_stock_register_item() and
	gxk_stock_register_items().

2003-11-03  Jordi Mallach  <jordi@sindominio.net>

	* configure.in (ALL_LINGUAS): Added "ca" (Catalan).

Sun Nov  2 15:01:42 2003  Tim Janik  <timj@gtk.org>

	* docs/faq.texi: added note about C++ compilation problems.

	* docs/site-news.texi: link to beast 0.5.5 announcement.
	
	* changed reminding bits from .gslwave to .bsewave.

Sun Nov  2 04:13:54 2003  Tim Janik  <timj@gtk.org>

	* configure.in: help string and XKBgeom.h detection fixes, suggested by
	Sam Hocevar <sam@zoy.org>.
	
	* ltmain.sh: update to libtool 1.5.0a.
	
	* beast-gtk/bstapp.c: minor /Tools menu fix.
	
	* beast-gtk/gxk/gxkgadget.c: minor type fix.
	
Thu Oct 30 22:08:48 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/dialogs/Makefile.am: added new directory to keep
	dialog (gadget) definition files. here, beast-xml-zfiles.c
	is generated, containing compressed .xml files.

	* beast-gtk/dialogs/gadgets-standard.xml: standard gtk-wrapper
	gadgets and composite containers.

	* beast-gtk/dialogs/gadgets-beast.xml: beast specific dialogs.

	* beast-gtk/bsttrackview.c: simplified code by switing to
	gadget based GUI and adapting to item-view changes.

	* beast-gtk/bstwaveview.c:
	* beast-gtk/bstpartview.c: switched to gadget based GUI.

	* beast-gtk/bstutils.[hc]: uncompress and parse gadget files.

	* beast-gtk/bstitemview.[hc]: switched to gadget based GUI,
	greatly simplified the code, provided explicit feature
	constructors for derived objects.

	* beast-gtk/bstmain.c: initialize (parse) gadgets.

	* beast-gtk/gxk/gxkgadget.[hc]: small "GUI Factory", creates
	widget trees from templates read from xml files vi GMarkup.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_zfile_uncompress() which
	is a utiliy zlib-uncompress() wrapper.

	* beast-gtk/bstpartview.c:
	* beast-gtk/bsttrackview.c:
	* beast-gtk/bstparamview.c: make widgets visible by default.

	* *.c: deleted redundant code to show widgets.

	* configure.in: added beast-gtk/dialogs/Makefile.am.

	* beast-gtk/Makefile.am: disabled bststest building.

	* beast-gtk/bstapp.[hc]: switched to gadget based GUI.

Tue Oct 28 00:34:38 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: updates.

	* docs/site-news.texi: announce 0.5.5 and LinuxUser article, rotate news.

	* docs/site-historic.texi: link to LinuxUser article.

Mon Oct 27 22:43:10 2003  Tim Janik  <timj@gtk.org>

	* configure.in: throw out 0.5.5, interface 0, binary 0.

Mon Oct 27 22:39:57 2003  Tim Janik  <timj@gtk.org>

	* library/effects/atan-canyon.bse: new effect.

	* library/instruments/synth-lead.bse: add license information.

Mon Oct 27 22:24:27 2003  Tim Janik  <timj@gtk.org>

	* library/instruments/synth-lead.bse: new instrument.

Mon Oct 27 20:59:24 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c (popup_entries): disable non-working script entries.

	* configure.in (ALL_LINGUAS): added russian translation.
	added note for translators about needing po files in po/ and po-bse/,
	suggested by Hasbullah Bin Pit.

Mon Oct 27 19:55:27 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c: ensure custom effects and instrument paths
	exist if the instrument or effects file selections are used.

Mon Oct 27 00:25:00 2003  Tim Janik  <timj@gtk.org>

	* moved config-paths.h to data/.

	* data/: added rules to install .desktop, .applications, .mime
	and .keys files as well as corresponding images.

Sun Oct 26 18:13:16 2003  Tim Janik  <timj@gtk.org>

	* configure.in: generate files in data/.
	increased version to 0.5.5-rc4.
	removed beast-gtk/images/ files, generate sfi.pc
	and bse.pc in data/ and not toplevel.

	* Makefile.am: added data/ subdir.

	* beast-gtk/Makefile.am: removed images/ from subdirs.

	* beast-gtk/bstmain.c: include beast-images.h from data/.

	* data/Makefile.am: added sfi.pc and bse.pc.

	* sfi.pc.in:
	* bse.pc.in:
	* beast-gtk/images/: removed.

Sun Oct 26 17:57:43 2003  Tim Janik  <timj@gtk.org>

	* data/bse.pc.in: cvs copied here from ../.
	* data/sfi.pc.in: cvs copied here from ../.

Sun Oct 26 17:45:52 2003  Tim Janik  <timj@gtk.org>

	* data/.cvsignore:
	* data/Makefile.am:
	* data/beast-logo.png:
	* data/beast-mime.png:
	* data/beast-splash.png:
	* data/beast.png:
	* data/beast16.png:
	* data/bse-mime.png: cvs copied these files from beast-gtk/images.

2003-10-26  Metin Amiroff  <metin@karegen.com>

	* configure.in: Added az to ALL_LINGUAS.

Sat Oct 25 19:28:46 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdefs.h: added enum for track-roll/piano-roll/event-roll
	utilities.

	* beast-gtk/bsttrackrollctrl.[hc]: account for for utility enum removal.

	* beast-gtk/bstradiotools.c: ignore toggle-button toggles that don't
	activate a toggle button, regardless of whether they are triggered
	by the GUI or accelerators. (fixes pressing accelerator for a
	radio-tools button twice to unselect the button).

	* beast-gtk/bstpianoroll.[hc]:
	* beast-gtk/bsteventroll.[hc]: remove quantization code.

	* beast-gtk/bsteventrollctrl.[hc]: added quantization code. construct
	with radio-tools object to select quantization and behaviour.
	determine button/tool associations.

	* beast-gtk/bstpianorollctrl.[hc]: added quantization code. added
	radio-tools construction code for note-length, utility selection and
	quantization selection. determine button/tool associations.

	* beast-gtk/bstpartdialog.[hc]: construct event roll controller with
	radio-tools from piano roll as they share utility and quantization.
	remove radio-tools construction code.

	* beast-gtk/bstmessages.c: added tool descriptions for piano-roll and
	event-roll.

	* bsw/Makefile.am: change c-symbol function prefix to beast_.

Sat Oct 25 17:34:31 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/cons/binote.png: new stock menu icon.

	* beast-gtk/bstapp.c: list and load demo songs.

Sat Oct 25 17:33:43 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: helper function to scan song names
	from -bse files.

Sat Oct 25 17:14:45 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* library/demo/partymonster.bse: Licensed under the Green OpenMusic
	License (http://openmusic.linuxtag.org).

	* library/scripts/song-parts-operations.scm: Licensed GPL.

Sat Oct 25 02:16:35 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrackeditor.c (bst_rack_editor_init): added warning
	about rack editor instabilities.

Sat Oct 25 01:58:24 2003  Tim Janik  <timj@gtk.org>

	* library/scripts/test.scm: removed.

Sat Oct 25 01:49:50 2003  Tim Janik  <timj@gtk.org>

        * *.*: changed "copyright" field of procedures, scripts and objects
        into a "license" field which better reflects what we're asking for.

Fri Oct 24 22:29:02 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstlogadjustment.[hc]: some cleanups, added range checks.
	(bst_log_adjustment_setup): turn n_steps into a double.
	emit ::changed and ::value-changed after updating ranges.

Sat Oct 18 05:23:23 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmenus.c (bst_menu_config_create_items): fix menu item
	images not being visible.

Sat Oct 18 05:09:24 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_activate): hook up effect and instrument
	saving in /Synthesiser menu.

	* beast-gtk/bstfiledialog.[hc]: setup radio buttons after set_mode().
	prime file selection singletons with appropriate default directories.
	implement effect and instrument saving.

Sat Oct 18 04:59:23 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* library/demo/partymonster.bse: More work on song: use compression.

Sat Oct 18 01:01:14 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* library/demo/Makefile.am library/demo/partymonster.bse: Added the
	"Party Monster" demo song.

Fri Oct 17 22:25:00 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* shell/bse-scm-glue.boot: Defined bse-param-song.

	* library/scripts/song-parts-operations.scm: Added scripts for cropping
	or duplicating parts within the loop range.

Fri Oct 17 22:19:18 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: add /Synthesizers submenu, support
	loading of effects and instruments.

	* beast-gtk/bstfiledialog.[hc]: add effect and instrument
	library loading dialogs. use seperate dialogs for project,
	wave, effects and instruments.

	* beast-gtk/bsttreestores.[hc]: reworked bst_file_store_*()
	implementation and API to support multiple file stores.

Fri Oct 17 21:35:43 2003  Tim Janik  <timj@gtk.org>

	* library/*/Makefile.am: include _DATA files in tarballs.

	* library/scripts/modules2grid.scm: 
	* library/scripts/progressor-example.scm:
	* library/scripts/record-midi.scm:
	* library/scripts/test.scm: moved scripts here from shell/.

Fri Oct 17 21:07:55 2003  Tim Janik  <timj@gtk.org>

	* library/instruments/test-string.bse: added simplistic test instrument
	with MIDI input.

	* configure.in: generate Makefiles for library/*, define bsedemodir.

	* library/demo/:
	* library/effects/:
	* library/instruments/:
	* library/scripts/: new directories to contain stock data
	to be installed.

Fri Oct 17 18:20:41 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c (part_dialog_update_tool): allow button2
	moves for vselect (like we do for select already).

	* beast-gtk/bstpartdialog.c (popup_entries): more i18n markup.

Wed Oct 15 21:12:56 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/css/default.css: use normal width serif fonts for var
	element.

2003-10-15  Danilo Segan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-10-15  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.

Wed Oct 15 04:58:31 2003  Tim Janik  <timj@gtk.org>

	* throw out candidate 0.5.5-rc3.

	* beast-gtk/bstmenus.c (bst_menu_config_create_items): fix random stock
	accelerators.

Wed Oct 15 02:41:24 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.c (bst_item_view_init): translate BstItemViewOp
	strings.

	* po-helper.sh.in:
	* po-helper.sh:
	* configure.in: make configure create po-helper.sh from po-helper.sh.in
	to define BST_GETTEXT_DOMAIN and BSE_GETTEXT_DOMAIN which are required
	by the update scripts in the po*/ directories. add po-helper.sh.in
	_and_ po-helper.sh to CVS, so translation efforts don't require a
	beast package build.

	* beast-gtk/bstapp.c:
	* beast-gtk/bstcanvaslink.c:
	* beast-gtk/bstcanvassource.c:
	* beast-gtk/bsteventrollctrl.c:
	* beast-gtk/bstfiledialog.c:
	* beast-gtk/bstinstrumentview.c:
	* beast-gtk/bstitemview.c:
	* beast-gtk/bstparam-entry.c:
	* beast-gtk/bstparam-toggle.c:
	* beast-gtk/bstpartview.c:
	* beast-gtk/bstpianorollctrl.c:
	* beast-gtk/bstplayback.c:
	* beast-gtk/bstprocedure.c:
	* beast-gtk/bstprojectctrl.c:
	* beast-gtk/bstrackitem.c:
	* beast-gtk/bstsampleeditor.c:
	* beast-gtk/bstsnetrouter.c:
	* beast-gtk/bstsplash.c:
	* beast-gtk/bsttrackrollctrl.c:
	* beast-gtk/bsttrackview.c:
	* beast-gtk/bstusermessage.c:
	* beast-gtk/bstwaveeditor.c:
	* beast-gtk/bstwavereposhell.c: label fixes and i18n markup.
	
Mon Oct 13 12:18:11 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcatalog.[hc]: return BstCatalogTool by value, so we
	can perform gettext() translations beforehand.

	* beast-gtk/bstmessages.c: renamed message catalog. added i18n
	markup.

Sun Oct 12 16:37:29 2003  Tim Janik  <timj@gtk.org>

	* configure.in: fix BST_ARCH_NAME with newer autoconf.

	* Makefile.am:
	* configure.in: major install/search paths cleanup.
	provide standard search paths for effects and instruments,
	and account for beast/bse data sitting in a users home.

	* beast-gtk/bstmain.c: use BSE procedures to retrieve
	search/install path locations.
	renamed --print-path to --print-dir, as this options prints
	out single directories only. adapted the set of paths
	printed here.

	* docs/beast.1.texi: reflect --print-dir.

	* beast-gtk/bstparam-entry.c (param_entry_change_value): use
	G_SEARCHPATH_SEPARATOR_S to split/join paths and horizontally
	expand entries with path names.

	* beast-gtk/bsttreestores.c: adapt to path/file-crawler changes.

Sun Oct 12 15:49:22 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: i18n-markup menu entries. create the item
	factory via bst_item_factory_new().

	* beast-gtk/bstmain.c: use versioned i18n domain, and bind gettext
	charset to UTF-8.

	* beast-gtk/bstutils.[hc]: for a start, implemented simple version of a
	translating item factory. this isn't good enough though, the translating
	text domain and whether translation is required, needs to be transported
	with the menu entries.

Sun Oct 12 13:55:20 2003  Tim Janik  <timj@gtk.org>

	* configure.in: give images/ the same prefix as docs/, i.e.
	add micro version number to v$major.$minor/.
	added versioning for beast and bse gettext domains, defined
	as BSE_GETTEXT_DOMAIN and BST_GETTEXT_DOMAIN.

	* Makefile.am: provide BST_GETTEXT_DOMAIN and BSE_GETTEXT_DOMAIN
	in make-paths.h.

	* bstdefs.h:
	* bstmain.c: use BST_GETTEXT_DOMAIN instead of unversioned "beast".

Sun Oct 12 01:14:21 2003  Tim Janik  <timj@gtk.org>

        * fixes according to pspec hints->options change.

Sat Oct 11 21:56:33 2003  Tim Janik  <timj@gtk.org>

	* apllied patch from Christian Neumair <chris@gnome-de.org>
	to translate bse and beast.
	made lots of modifications on top of the patch to get bse
	translations to work, integrate things more smoothly with beast
	and started sample translation de.

	* po-bse/: new directory holding bse translations.

	* po-bse/de.po:
	* po/de.po: german message catalogs.

	* po/update.sh:
	* po-bse/update.sh: helper scripts to update language specifc
	message catalogs (e.g. update.sh de).

	* po-bse/Makefile.in.in: makefile copy to hardcode GETTEXT_PACKAGE=bse.

	* Makefile.am: provide BST_PATH_LOCALE in make-paths.h.

	* configure.in: moved i18n stuff into its own fucntion.
	replicated AM_GLIB_DEFINE_LOCALEDIR() which doesn't AC_SUBST() its
	result.
	christian's patch adds AC_CONFIG_COMMANDS() to generate po-bse/Makefile.

	* beast-gtk/bstdefs.h:
	* bse/bsedefs.h: provide _() and N_().

	* beast-gtk/bstmain.c: bind "beast" textdomain to BST_PATH_LOCALE and
	handle additional path argument.

Sat Oct 11 17:54:01 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstauxdialogs.[hc]: new file for small auxillary dialog
	implementations, contains string list popup so far.

	* beast-gtk/bstfiledialog.[hc]: keep the last valid selection in
	self->selected. added select_dir() popup variant, added notification
	ability for valid selections.

	* beast-gtk/bstparam-entry.c: provide remove/add directory popup
	dialogs for entris containing search paths.

	* beast-gtk/bstparam.c (bst_param_rack_widget): action widgets may
	have a parent already, so return the toplevel container of an action
	widget.

	* beast-gtk/bstutils.[hc]: added stock ids, helper functions to create
	stock buttons, and utility functions for h/v box packing.

Fri Oct 10 15:50:55 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: 
	* beast-gtk/bstcanvassource.c: fallback to ladspa icon instead
	of noicon icon if the module is a ladspa plugin (and has no icon).

	* beast-gtk/icons/ladspa.png: variant of noicon.png.

	* beast-gtk/bstmenus.[hc]: allow adding single categories to a menu
	configuration.

Fri Oct 10 14:53:46 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: nuke palette icon selection special casing.
	simply add all modules which have an icon to the palette.

	* beast-gtk/bstmenus.c: fixed bugs in icon handling logic, which
	prevented icons from being displayed.

Fri Oct 10 13:19:03 2003  Tim Janik  <timj@gtk.org>

	* configure.in (BST_RELEASE_CANDIDATE): up version to 0.5.5-rc2.

Thu Oct  9 23:24:55 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/beast.1.texi:
	* docs/bsesh.1.texi:
	* docs/bse-plugin-generator.1.texi: improved markup for better nroff
	outputs. fixed a couple of typos.

	* docs/teximacros.texi: removed now unnecessary work-around macros.

	* docs/generated/Makefile.am:
	* docs/generated/scandocs.pl: dropped --package option from
	scandocs.pl in favor of using texiutils.texi for versions.

	* TODO: removed fixed items.

Thu Oct  9 16:08:58 2003  Tim Janik  <timj@gtk.org>

	* docs/site-download.texi: reflect freedesktop.org CVS move.

2003-10-08  Christian Neumair  <chris@gnome-de.org>

	* beast-gtk/gtkdefs.h:
	* beast-gtk/gtkmain.c:
	* Makefile.am:
	* autogen.sh:
	* configure.in: Added i18n support through gettext/intltool.

	* .cvsignore: Added missing files.

Mon Oct  6 10:40:17 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackrollctrl.[hc]: tweaked part editing tools.
	
	* beast-gtk/bstpianoroll.c (bst_piano_roll_draw_canvas): changed note
	borders so consequtive notes can be distinguished.
	(piano_roll_release_proxy): popdown toplevel when proxy is released.

	* docs/quickstart.texi: reflect changes.

Mon Oct  6 02:58:14 2003  Tim Janik  <timj@gtk.org>

	* docs/bse-categories.txt: revamped category conventions to better
	reflect module, script and procedure types we now have. described
	automatic arguments upon procedure invocation.

	* beast-gtk/bstapp.c: major menu cleanup. offer csynth/snet/song
	utility procedures.

	* beast-gtk/bstmenus.[hc] (bst_menu_config_from_cats): allow fallback
	stock icon and partial path substitution.

	* beast-gtk/bstprocedure.c: ignore unnamed preset args.

	* beast-gtk/bstsnetrouter.c: improved utility handling in popup menu.

	* beast-gtk/bstutils.h: add more stock aliases. a bunch of the icons
	used are just workarounds for missing icons.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_item_factory_sensitize().

Sun Oct  5 10:34:54 2003  Tim Janik  <timj@gtk.org>

	* docs/quickstart.texi: adapt to changes in beast.

Sun Oct  5 08:49:22 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: add /Modules/Spatial/ to palette.

Sun Oct  5 06:06:38 2003  Tim Janik  <timj@gtk.org>

	* docs/site-download.texi: reordered sections,
	fixed freedesktop.org link.

Fri Oct  3 19:55:53 2003  Alper Ersoy  <dirt@gtk.org>

	* TODO: removed fixed items.

Fri Oct  3 13:53:29 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/*: generate texiutils.texi instead of version.texi,
	and include ../teximacros.texi.

	* docs/teximacros.texi: supply project specific macros.

	* shell/bse-scm-glue.boot: implement (bse-shell-auto-play) which
	is used if .bse files are given as comand-line args.

	* docs/bsesh.1.texi: 
	* docs/beast.1.texi: added manual pages to beast.

Fri Oct  3 08:53:20 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/icons/properties.xcf:
	* beast-gtk/icons/properties.png:
	* beast-gtk/icons/properties-reset.png: new icons based on
	icons from Gtk+-2.2.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): offer
	property reset menu item for modules.

	* beast-gtk/bstcanvassource.[hc]: renamed some functions. added
	function to reset properties.

	* beast-gtk/bstparamview.c (bst_param_view_apply_defaults): apply
	defaults to all bparams.

	* beast-gtk/bstparam.c (bst_param_apply_default): apply pspec default.

	* beast-gtk/bstsplash.c (bst_splash_unrealize): show progress debugging
	messages only for BST_DBG_EXT.

	* beast-gtk/bstapp.c: show "Clear Undo" item only for --devel.

	* beast-gtk/bstmain.c: renamed --hints option to --devel.
	enable --devel automatically for -:d.

Thu Oct  2 23:45:03 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/cgi-bin: new directory, to hold cgi scripts for
	beast website.

	* docs/generated/cgi-bin/file-browse.cgi:
	* docs/generated/cgi-bin/file-upload.cgi: simple invocator scripts for
	Texitheque CGI modules.

	* docs/generated/Makefile.am: updated site rules to also handle new
	cgi scripts.

Fri Sep 26 22:51:09 2003  Tim Janik  <timj@gtk.org>

	* modified alpers last patch to not use template files.
	
	* docs/site-navigation.xml: added contrib area items.
	
	* docs/site-browse-bse-files.html: browse site contributions.
	
	* docs/site-upload-bse-files.texi: offer file upload facility.

Mon Sep 22 23:30:49 2003  Alper Ersoy  <dirt@gtk.org>
 
        * docs/generated/Makefile.am: added rule for CGI templates, and added
        file-upload and fbrowse templates to html targets list. added --css
        option for texitheque's html targets.
 
        * docs/site-fbrowse.tmpl.texi:
        * docs/site-file-upload.tmpl.texi: template files for cgi scripts.
 
Fri Sep 26 06:45:03 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/bse-plugin-generator.1.texi: get bst version from version.texi.
	improved/fixed options list layout.

	* docs/generated/Makefile.am: create version.texi that keeps version
	strings. texi files can use these strings to get versions from a
	central source.

Sun Sep 21 16:06:23 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* docs/bse-plugin-generator.1.texi: Added the new options.

Tue Sep 16 16:48:54 2003  Alper Ersoy  <dirt@gtk.org>

        * docs/generated/css/default.css: changed file browsing styles to
        match the new texitheque modules.

Sun Sep 21 03:50:13 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in Makefile.am: Define SFIDL_PATH_STDINC in make-paths.h.

Sun Sep 21 02:34:26 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: get section 1 manual pages to
	install and build properly.

	* docs/bse-plugin-generator.1.texi: started manual page for
	the bse plugin generator.

Mon Sep  8 14:23:50 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build_channels): catch
	division by zero with causes a SIGFPE on alpha, reported by
	Marius Hillenbrand.

Mon Sep  8 05:29:43 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: make icon sizes configurable.

Mon Sep  8 02:02:10 2003  Tim Janik  <timj@gtk.org>

	* acbeast.m4 (ac_vm): add -fmessage-length= compiler option for
	g++ if ncurses is present.

Thu Sep  4 14:28:12 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparamview.c:
	* beast-gtk/bstpreferences.c: allow display of non-readable properties.

	* beast-gtk/bstmain.c: changed a couple of the -: debugging flags.

Tue Sep  2 23:05:35 2003  Tim Janik  <timj@gtk.org>

	* docs/site-download.texi: update beast HOWTO url.

Mon Aug 25 16:11:36 2003  Tim Janik  <timj@gtk.org>

	* autogen.sh: upgrade autoconf dependancy to 2.50.

	* acbeast.m4: add AC_DIVERT_BEFORE_HELP() taken from gtk+,
	to define stuff in configure.in available for help generation.

	* configure.in: port over to autoconf2.57, use configure.h
	as new generated configuartion file.

	* Makefile.am:
	* topconfig.h: provide package-wide configuration results.

	* */*.c: include "topconfig.h" now.

Fri Aug 22 08:06:29 2003  Tim Janik  <timj@gtk.org>

        * beast-gtk/bstrecords.idl:
        * bsw/Makefile.am:
        * beast-gtk/Makefile.am: renamed *.sfidl to *.idl.

Fri Aug 22 04:22:56 2003  Tim Janik  <timj@gtk.org>

	* acbeast.m4: enable -O2 optimizations for c++ code.

Thu Jul 31 18:15:03 2003  Tim Janik  <timj@gtk.org>

	* added cxxdummy.cc files over the place to force C++ linkage
	of executables.

Tue Jul 29 14:00:37 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsteventroll.[hc]: added support for segment
	display in the canvas.

	* beast-gtk/bsteventrollctrl.[hc]: implement alignment
	tool to align events to a given segment.

	* beast-gtk/bstpartdialog.c: add button and menu item
	to select event-alignment tool.

	* beast-gtk/gxk/gxkutils.c: disabled
	gxk_tree_selection_force_browse() for now, since it aparently
	triggers a segfaulting bug in the Gtk+-2.2.2 treeview.

Mon Jul 28 12:56:40 2003  Tim Janik  <timj@gtk.org>

	* configure.in: rewrote OSS pcm and midi device checks for
	clarity, renamed OSS pcm/midi device options.
	applied changes by Ben Collver <collver1@comcast.net>, to
	check for NetBSD sound devices.

Mon Jul 28 05:25:03 2003  Tim Janik  <timj@gtk.org>

	* acbeast.m4 (ac_vm): enable warning options for C++ code.
	fixed CXXFLAGS setup which was wrongly using CFLAGS.

Mon Jul 28 04:07:08 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/tsmview.c: add test textget handler.

	* beast-gtk/gxk/gxktexttools.[hc]: add textget functionality.
	the ability to place widgets created by special handlers from
	tags in tsm files.

Sun Jul 27 02:39:05 2003  Tim Janik  <timj@gtk.org>

	* incremented version to 0.5.5-rc1, binary age 0, interface age 0.

Sat Jul 26 04:42:09 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: added midi channel to track roll.

Tue Jul 22 14:02:03 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce release.

Mon Jul 21 14:47:40 2003  Tim Janik  <timj@gtk.org>

	* configure.in: release beast-0.5.4.tar.gz.

Sat Jul 19 01:50:45 2003  Tim Janik  <timj@gtk.org>

	* configure.in: throw out beast-0.5.4-rc1.tar.gz.

Fri Jul 18 19:17:54 2003  Tim Janik  <timj@gtk.org>

	* test/drum-test.bse: added drum module test.

Fri Jul 18 18:45:44 2003  Tim Janik  <timj@gtk.org>

	* configure.in (BST_RELEASE_CANDIDATE): up version number to 0.5.4,
	interface 0, binary 0.

	* beast-gtk/bstparam-toggle.c: support SFI_PARAM_HINT_TRIGGER
	with centered toggle button.

	* beast-gtk/bstutils.[hc]: allow centered action widget in gmasks.

Fri Jul 18 05:42:06 2003  Tim Janik  <timj@gtk.org>

	* test/velocity-test.bse: added test for velocity sequencing functionality.

Fri Jul 18 05:03:21 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: 
	* docs/site-download.texi: announce suse rpms.

Thu Jul 17 03:41:55 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.[hc]: added param implementation that operates
	on BstParam.value only.

	* beast-gtk/bstpartdialog.[hc]: intergrated event roll widget into the
	dialog.

	* beast-gtk/bstpianoroll.[hc]: fixed up allocation buglet, made
	number of colors a constant. changed color of horizontal lines.
	adapt to BsePart renames. added bst_piano_roll_get_vpanel_width().

	* beast-gtk/bstpianorollctrl.[hc]: sync clipboard with event roll clipboard.
	fixed buglets, added undo grouping. adapted to BsePart renames.

	* beast-gtk/bstprocedure.[hc]: added bst_procedure_ref_pspec() to
	retrieve and reference the pspec of a procedure parameter.

	* beast-gtk/bsteventroll.[hc]: new widget, similar to the piano roll,
	for viewing non-note midi events of a BsePart.

	* beast-gtk/bsteventrollctrl.[hc]: controller/editing functionality
	for BstEventRoll.

	* docs/overview-de.texi: added post-conference fixups.
	
	* shell/bsescminterp.c: const fixups.

Mon Jul 14 20:13:05 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c (bst_part_dialog_init): add shadow around
	piano roll widget which it doesn't draw itself anymore.

	* beast-gtk/bstpianoroll.c: some drawing code cleanups. fixed hpanel/
	vpanel drawing. removed outer shadow.

	* beast-gtk/bsttrackroll.[hc]: s/proll/troll/ in BstTrackRollDrag.

Mon Jul 14 16:39:48 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparamview.c: properly destroy all parameters.

	* beast-gtk/gxk/gxktexttools.c: free g_get_current_dir() result.

Fri Jul 11 03:09:42 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce german paper and irc channel.
	
	* docs/site-navigation.xml:
	* docs/overview-de.texi: added german paper accompanying a talk
	for LinuxTag 2003.

Thu Jul 10 22:28:41 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce linuxtag presence of tim and stefan.

Mon Jul  7 22:07:43 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c: fixup tool menu item sensitivity.

	* docs/quickstart.texi: update Custom Synthesizer text.

Sat Jul  5 02:47:44 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-proxy.c (param_proxy_change_value): properly clean
	proxy field if the current proxy is 0.

	* beast-gtk/bsttrackview.c: support per-track setting of
	postprocessing synthesis network.

Sat Jul  5 01:03:13 2003  Tim Janik  <timj@gtk.org>

	* shell/modules2grid.scm: ignore non-BseSource children.

	* beast-gtk/bstparam-proxy.c (param_proxy_change_value): check for
	pop->prefix to be != NULL before calling strlen on it.

Wed Jun 25 01:22:54 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: rotate news, announce release.

Wed Jun 25 00:18:25 2003  Tim Janik  <timj@gtk.org>

	* configure.in: release 0.5.3, interface and binary age 0.
	
	* beast-gtk/bstmain.c: LADSPA plugin loading now needs to be
	reenabled with -:l if it was disabled due to -:n.

Tue Jun 24 23:28:16 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c (style_modify_fg_as_sensitive): free rc_style
	when done.

Mon Jun 23 20:43:59 2003  Tim Janik  <timj@gtk.org>

	* shell/bsesh.c: return an error code!=0 (currently 102) if the
	connection failed.

Mon Jun 23 05:18:53 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c (gxk_tree_view_get_row_area): fix
	uninitialized variable access.

Sat Jun 21 21:43:37 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce release.

Sat Jun 21 19:28:53 2003  Tim Janik  <timj@gtk.org>

	* configure.in: release 0.5.2, binary & interface ages 0.

Fri Jun 20 07:03:08 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/css/default.css: fixed toc links underlining.

Fri Jun 20 00:29:55 2003  Tim Janik  <timj@gtk.org>

	* fix looking for mad.pc to detect libmad which works only
	for the debian package.

Thu Jun 19 23:21:07 2003  Tim Janik  <timj@gtk.org>

	* configure.in: up to v0.5.2-rc2.

	* acbeast.m4: support -ftracer for gcc-3.3.
	
	* test/freak-noise.bse:
	* test/midi-test.bse:
	* test/osc-test.bse:
	* test/simple-echo.bse:
	* test/simple-loop.bse:
	* test/test-song.bse:
	* test/wave-midi.bse: upgrade to 0.5.2 BSE format.
	
Tue Jun 17 14:30:54 2003  Tim Janik  <timj@gtk.org>

	* shell/progressor-example.scm: simplyfied code, fixed comments.

	* beast-gtk/bstusermessage.c (user_message): fix callback argument which
	is of type SfiChoice, not an enum type.

Tue Jun 17 04:32:34 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (popup_entries): add snet scripts to
	modules menu.

	* shell/modules2grid.scm: new script to align modules within a
	synthesis network.

Mon Jun 16 20:37:38 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_reload_supers): don't show internal
	supers.

	* docs/site-download.texi: comment on needing texitheque when building
	from CVS.

Fri Jun 13 20:11:08 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c (bst_part_dialog_set_proxy): listen to undo/
	redo stack changes on the corresponding project.

	* beast-gtk/bstpartdialog.c:
	(bst_part_dialog_update_activatable): update menu items when actions
	change their activatable state.

Thu Jun 12 22:18:00 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c: provide dummy binding for params that lost
	bindings (e.g. because of proxy destruction).

Fri Jun 13 19:37:08 2003  Tim Janik  <timj@gtk.org>

	* acbeast.m4 (ac_vm): remove GCC option -frename-registers which is
	automatically selected by 3.3 and not supported by earlier gcc
	versions.
	
Tue Jun 10 22:08:18 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.c: added undo/redo/clear-undo menu items,
	implement activatable interface.

Mon Jun  9 18:07:50 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianorollctrl.c: undo group selection operations and
	moves/resizes.

Wed Jun  4 21:58:05 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianorollctrl.c (controller_piano_drag): lengthen
	playback time for test notes.

Sat May 31 02:11:31 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstactivatable.c: fix idle handler prio.

	* beast-gtk/bstapp.[hc]: added "Clear Undo" menu item, actually use BSE
	functions for undo/redo items.

	* beast-gtk/bstcanvassource.[ch]: update GUI in response to ::pos-x and
	::pos-y proeprty changes. set positions via undo-sensitive
	bse_source_set_pos().

	* beast-gtk/bstitemview.[hc]: added bst_item_view_refresh() to update
	a tree view row.

	* beast-gtk/bstsnetrouter.[hc]: bst_snet_router_event() undo-group
	creation of a new module and setting it's position, so the module
	doesn't jump around on the user upon undo.

	* beast-gtk/bsttrackrollctrl.c: group undo for creation+insertion
	of a part and part movement.

	* beast-gtk/bsttrackview.c: properly update tree rows in response to
	property changes. undo-group creation and name assignment of new tracks.

	* beast-gtk/bsttreestores.[hc]: work around change notification arriving
	after item removal. provide an interface to explicitely request updates.

	* bstmenus.c: doh, fixup menu popup destroy function.

	* beast-gtk/*.c: adapt to BseContainer signal changes and BseProject
	procedure changes.

Tue May 27 02:23:01 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: support removal of snets.

Tue May 27 02:02:41 2003  Tim Janik  <timj@gtk.org>

	* shell/cxxdummy.cc: added this file to tell gcc to link in C++ mode
	so C++ modules can be loaded dynamically.

Mon May 26 13:56:16 2003  Tim Janik  <timj@gtk.org>

	* shell/bse-scm-glue.boot: added bse-server-register-blocking to allow
	for blocking plugin and script registration in scripts.

	* shell/bsescminterp.[hc]: upgrade to guile-1.6. fixed up signal connect
	implementation, added bse-signal-disconnect.

	* NEWS:
	* README:
	* configure.in:
	* docs/site-download.texi: depend on guile-1.6.

	* acbeast.m4: added MC_ASSERT_NONEMPTY() to verify a program has been
	found.

	* beast-gtk/bstapp.c: update menu state upon playback status changes.

Mon May 26 02:40:39 2003  Tim Janik  <timj@gtk.org>

	* configure.in: update version to 0.5.2-rc1 already, to properly
	reflect file format changes upon saving.

Mon May 26 01:52:10 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: nuke operate/can_operate cruft, implement
	activatable interface and majorly cleanup activation logic.

	* beast-gtk/bstpartview.[hc]:
	* beast-gtk/bstsongshell.[hc]:
	* beast-gtk/bsttrackview.[hc]:
	* beast-gtk/bstwaveview.[hc]:
	* beast-gtk/bstwavereposhell.[hc]:
	* beast-gtk/bstitemview.[hc]: switch over to a proper implementation
	of BstActivatable.

	* beast-gtk/bstdefs.h: remove BST_OP_ enumeration. only assign ID
	regions for the different activatable widgets now.

	* beast-gtk/bstsupershell.[hc]: provide dummy implementation of
	BstActivatable so super shells can generically be activated.

	* beast-gtk/bstactivatable.[hc]: new interface, meant to be implemented
	by widgets that can perform enumerated actions.

	* bstsnetshell.c: removed cruft.

	* beast-gtk/bstmenus.c: fixup setting callback_action for GtkItemFactory
	items, so gtk_item_factory_get_widget_by_action() works again.

Sun May 25 15:01:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.[hc]: update menu entries to say "Custom Synth"
	and create a BseCSynth since BseSNet became abstract.

	* beast-gtk/bstplayback.c: BseCSynth fixups.

Fri May 23 20:18:29 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: SOS link update.

	* docs/faq.texi: added anchors, added MIDI howto entry.

	* beast-gtk/bstapp.c: cleanups.

	* beast-gtk/bstsupershell.c: virtualize parent notebook label name,
	cleanups.

	* beast-gtk/bstwavereposhell.c: set parent notebook label to "Waves".

Tue May 20 13:04:30 2003  Tim Janik  <timj@gtk.org>

	* code and configure adoptions to gcc-3.3 and g++-3.3.
	removed -fno-strict-aliasing, -ffor-scope, -fstrength-reduce,
	-fexpensive-optimizations, -frerun-cse-after-loop, -frerun-loop-opt.
	added -frename-registers, short of specifying -O3.

Sun May 18 05:29:13 2003  Tim Janik  <timj@gtk.org>

        * config.guess, config.sub: libtool 1.4.3 updates.

Sun May 18 05:16:26 2003  Tim Janik  <timj@gtk.org>

	* shell/bsescminterp.[hc]: added bse-rec-get, bse-rec-set,
	bse-rec-new and bse-rec-print to allow scheme code to properly
	deal with our record types.

Sun May 11 20:07:05 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkdialog.c (gxk_dialog_show): take away focus from
	unmapped children (gtk bug workaround).

	* beast-gtk/bsttracksynthdialog.c (bst_track_synth_dialog_init): 
	* beast-gtk/bstfiledialog.c (bst_file_dialog_init): 
	set GXK_DIALOG_PRESERVE_STATE flag.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_idle_unrealize_widget().

	* beast-gtk/gxk/gxkdialog.[hc]: set window manager role from type name.
	added GXK_DIALOG_PRESERVE_STATE to keep size across hiding windows.

Sun May 11 15:54:44 2003  Tim Janik  <timj@gtk.org>

	* shell/bse-scm-glue.boot: added stubs for bse-item-get.

	* beast-gtk/bstparamview.c (bst_param_view_rebuild): show non-writable
	fields only for --hints.

	* shell/bsescminterp.c: simplify smob handling.
	(bse_scm_glue_get_prop): 
	(bse_scm_glue_set_prop): 
	(bse_scm_signal_connect): fix proxy type assertions.

Sun May 11 04:36:05 2003  Tim Janik  <timj@gtk.org>

	* configure.in: supply @NOTDVLBUILD@ Makefile substitution and
	IF_NOTDVLBUILD automake conditional.

	* beast-gtk/Makefile.am: fixup dependancies (automake manages to
	forget about previous values if += is used).

	* beast-gtk/bsttrackview.c: auto popup synth selection dialog
	for Synth cell renderer editing.

	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: added auto-popup proeprty
	to automatically popup custom dialog when edits start.

	* beast-gtk/gxk/gxkutils.c: support auto popups.

Sat May 10 21:33:25 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/Makefile.am: added rule that copies texi files from
	parent directory. adjusted prerequisites from html and site rules.
	added a missing backslash in html rule.

Sat May 10 18:08:18 2003  Tim Janik  <timj@gtk.org>

	* configure.in: disable texitheque checks if --enable-devel-rules
	is set to "no" (non autogen.sh builds).

Sat May 10 15:50:04 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: use new file selection code.
	(bst_update_can_operate):
	(bst_update_can_operate_unqueue): support can_operate updates
	on just BstItemView objects.

	* beast-gtk/bstfiledialog.[hc]: reimplementation of the file selection 
	code. we now use a GxkDialog as toplevel, reuse GtkFileSelection
	widgets by reparenting them. Added a seperate BST_SAMPLE_PATH
	browser for fast loading of samples, and special cased the various
	loading/saving applications beast has.

	* beast-gtk/bstitemview.[hc]: use new child-list-wrapper code to
	maintain container children in a tree store. moved item_type field
	from instance to class and changed derived widgets. wrap item store
	into a sortable model, adapt code which relied on model specifics.

	* beast-gtk/bsttrackview.[hc]: fixups due to BstItemView changes, added
	popup dialog for synth selection cell. adapted code to using a sortable
	model view BstItemView.

	* beast-gtk/*.c: fix code duplicating signal disconnections
	using the "any_signal" keyword, since "any_signal" will disconnect
	all existing connections.

	* beast-gtk/*.[hc]: renamed BST_DVL_EXT to BST_DBG_EXT as
	"debug-extensions" is a more apropriate name since it enables unusual
	and harmfull behaviour that's only usefull for debugging purposes.

	* beast-gtk/bstutils.c: allow title setting without proxy for
	bst_window_sync_title_to_proxy().

	* beast-gtk/bstwaveview.[hc]: support new wave seleciton dialog,
	loading of samples from BST_SAMPLE_PATH and changing of editability.

	* beast-gtk/bsttracksynthdialog.[hc]: new dialog, offering an item
	list from a BseProxySeq, and loaded waves. these are the items
	selectable as synth input for a BseTrack.

	* beast-gtk/bsttreestores.[hc]: implementations of GtkTreeStores for
	proxy lists, proxy children and file crawler results.

	* beast-gtk/bstwavedialog.[hc]: files removed, purpose has been taken
	over by BstFileDialog.

	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: allow for programmatic
	popdown.

	* beast-gtk/gxk/gxkutils.[hc]: added convenience function to add a
	simple page to a notebook, added gxk_tree_view_set_editable() which
	can unset the editable flag of any cell renderers within the tree.
	added gxk_file_selection_split() which allowes for reparentation of
	the widget groups from a GtkFileSelection dialog.
	use gxk_file_selection_split() to implement gxk_file_selection_heal().

Thu May  8 13:21:10 2003  Alper Ersoy  <dirt@gtk.org>

	* configure.in: removed checks for documentation generation
	tools and added a test for texitheque.

	* docs/Makefile.am: removed utils from $SUBDIRS, and
	teximacros.texi from $texi_docs.

	* docs/generated/Makefile.am: replaced most of the document
	generation functionality with texitheque.  removed navigation.xsl from
	site rules.

	* beast-gtk/Makefile.am: substituted scankeys with texitheque
	and removed all occurrences of scankeys.

	* beast-gtk/scankeys.c:
	* docs/teximacros.texi:
	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl:
	* docs/generated/markup.dtd:
	* docs/generated/log2texi.sh:
	* docs/generated/navigation.xsl:
	* docs/generated/reference-filter.pl:
	* docs/generated/reference-index.xsl:
	* docs/generated/texinfo.dtd:
	* docs/utils/*: removed due to being deprecated by texitheque.

Tue May  6 15:43:12 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: added property
	to toggle display of the popup button, fixed popup/popdown
	logic in popup button clicked handler.

	* beast-gtk/gxk/gxkdialog.[hc]: added gxk_dialog_set_focus()
	and gxk_dialog_set_default() which control the widgets that
	are getting the focus and default upon every new popup.
	prepared for later usage of window groups via
	gtk_window_group_add_window() which unfortunately seems to
	be broken at least in gtk+-2.2.1.

	* beast-gtk/bststest.c:
	* beast-gtk/bstprocbrowser.c:
	* beast-gtk/bsttrackview.c:
	* beast-gtk/bstwaveeditor.c:
	* beast-gtk/bstitemview.c: adapt tree column creations.

	* bstutils.[hc]: removed gtk_widget_viewable*() API.
	fixed resetting behaviour of bst_window_sync_title_to_proxy().

	* beast-gtk/gxk/gxklistwrapper.c: provide dummy versions
	of iface->iter_children() and iface->iter_parent(), as
	sort models demand these funcitons exist.

	* beast-gtk/gxk/gxkutils.[hc]: moved the
	::viewable-changed signal with assorted functions
	gxk_widget_viewable_changed() and gxk_widget_viewable()
	from bstutils.[hc] to here.
	added gxk_convert_latin1_to_utf8() and gxk_filename_to_utf8()
	which don't produce annoying warnings like the GLib variants.
	added a @column_flags argument to gxk_tree_view_add_column(),
	gxk_tree_view_add_text_column(), gxk_tree_view_add_popup_column()
	and gxk_tree_view_add_toggle_column(). simplified tree column
	creation code, work around GtkCellRendererText focus problems
	by using GxkCellRendererPopup which gets it right.
	work aorund gtk_tree_view_set_cursor() producing an assertion
	if used with an empty sort model.
	(gxk_cell_editable_is_focus_handler): added a call to
	gtk_cell_editable_remove_widget() after the editing is done,
	so related GUI elements are properly taken down.
	(gxk_file_selection_heal): return the newly created main vbox,
	added life cycle management which allowes reparentation of the
	file selection contents, minor cosmetic fixups.

	* beast-gtk/*.c: changed gxk_tree_view_add*() callers.

Mon May  5 04:02:49 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_set_snet): fix proxy snet
	usage counting.

Tue Apr 29 01:31:41 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkcellrendererpopup.c:
	(gxk_cell_renderer_popup_start_editing): fixup popdown connection which
	needs to be on the label.

Mon Apr 28 22:13:19 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]:
	(gxk_tree_view_add_popup_column): added handling and setup of
	a popup_callback.
	renamed gxk_cell_editable_focus_out_handler() to
	gxk_cell_editable_is_focus_handler(), this function now handles
	focussing on notify::is-focus signal emissions.

	* beast-gtk/bsttrackview.c (track_view_synth_popup): handle popup
	of patch selection dialog.

	* beast-gtk/bsttrackroll.c (bst_track_roll_start_edit): handle
	editing aborts by catching notify::is-focus signals.

	* beast-gtk/bstitemview.c (bst_item_view_get_type): GType updates.

	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: added popup signal. make
	popup button insensitive if no popup handler is present.
	(gxk_cell_renderer_popup_start_editing): don't chain to parent, but
	create the entry ourselves and handle editing aborts with
	gxk_cell_editable_is_focus_handler() on notify::is-focus.
	(gxk_cell_renderer_popup_dialog): new function to let the cell
	renderer popup and manage user supplied dialogs during edits.

Mon Apr 28 04:27:47 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: support waves besides synth networks in
	the "Synth" column. use bst_proxy_seq_list_match() to find the matching
	proxy.

	* beast-gtk/bstparam-proxy.c (param_proxy_change_value): support case
	insensitive matches.

	* beast-gtk/bstparam.h:
	* beast-gtk/bstparam-proxy.c: added bst_proxy_seq_list_match() which
	makes case (in-)sensitive exact/tail matches of uname paths available
	to other code portions.

Fri Apr 25 20:49:54 2003  Alper Ersoy  <dirt@gtk.org>

	* TODO: removed obsolete items

	* docs/teximacros.texi: added workaround for @documentlanguage which
	was getting omitted in makeinfo's xml output. cleaned up workaround
	comments a bit.

	* docs/generated/Makefile.am: added banner_prefix and site_icon
	parameters to the html rule.

	* docs/generated/html.xsl: added site_icon and banner_prefix
	parameters. added document language info to the html tag.
	changed link style to default stylesheet to make it available to
	older browsers as well. added "text" attribute to body tag as
	recommended by Watchfire Bobby Accessibility Checker on
	http://bobby.watchfire.com/. made top banner layout friendlier to
	older browsers.

	* docs/generated/navigation.xsl: use unordered list for menu
	items as complicated css rules for span tags caused 
	some certain browsers to cough.

	* docs/generated/css/default.css: moved problematic CSS2
	properties (ie. background-color: inherit, and navigation rules)
	to docs/generated/css/compliant.css. exchanged banner properties
	with a much smaller set. added "error" properties to be used by
	sample-upload cgi script.

	* docs/generated/css/compliant.css: css file containing rules
	from docs/generated/css/default.css that cause problems for
	older, less compliant browsers. due to the way this file is
	included, these rules are hidden from those browsers.

	* docs/generated/css/images/beast-bg.png:
	* docs/generated/css/images/beast-left.png:
	* docs/generated/css/images/beast-right.png:
	* docs/generated/css/images/beast-small.png: logo parts with
	fixed brightness to take over docs/generated/css/images/banner-*.png.
	
	* docs/generated/css/images/banner-dots.png:
	* docs/generated/css/images/banner-left.png:
	* docs/generated/css/images/banner-right.png:
	* docs/generated/css/images/banner-small.png: removed.
	
Fri Apr 25 18:35:09 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/images/beast16.png: updated to a version supplied by Alper.

Mon Apr 21 03:55:45 2003  Tim Janik  <timj@gtk.org>

	* docs/faq.texi: insert an anchor #gnome-canvas-idle-id-crash.

	* docs/site-news.texi: link to faq#gnome-canvas-idle-id-crash.

Mon Apr 21 00:19:32 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: added novemeber 2002 synth
	secrets link.

	* docs/faq.texi: adress canvas->idle_id!=0 assertion.

	* docs/site-news.texi: point to the new FAQ entry as a lot of people
	seem to run into this.

Sun Apr 20 21:10:12 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce patch-beast-0.5.0-0.5.1.fixed.gz.

Sun Apr 20 12:11:58 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/css/default.css: added entries used by sitefiles.pl.

Fri Apr 18 18:40:41 2003  Tim Janik  <timj@gtk.org>

	* docs/site-oldnews.texi: 
	* docs/site-news.texi: added link to www.gnomedesktop.org announcements
	to the last three releases.
	
	* configure.in: s/==/=/ for test invocations as == is a non-POSIX
	extension, reported by Sam Hocevar <sam@zoy.org>.

Wed Apr 16 19:43:36 2003  Tim Janik  <timj@gtk.org>

	* autogen.sh: demand automake-1.4 and autoconf-1.3. support version
	concatenation for these tools out of the box if supplied by the host
	system. return proper exit codes in case of error.

	* shell/bsesh.c (BOILERPLATE_SCM): fix "pasting does not give a valid
	preprocessing token" warning.

	* beast-gtk/bstmain.c: fix include.

	* beast-gtk/bstsnetrouter.c (palette_ebox_button): fix cast.

Mon Apr 14 02:17:03 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce v0.5.1.

	* docs/site-download.texi: update dependancy list (ogg/vorbis and
	gtk versiosns) and comment on LADSPA support.

Mon Apr 14 00:11:43 2003  Tim Janik  <timj@gtk.org>

	* released beast-0.5.1.tar.gz.

Sun Apr 13 22:56:09 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstxxutils.{h|cc}: added a c++ object file so the main
	program is able to load dynamic c++ plugins (required by gcc 3.2).

	* docs/faq.texi: fixed mime logo reference, adjusted hardware
	recommendation.
	
	* TODO, README: miscellaneous release specific updates.

Tue Apr  8 03:08:49 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_update_can_operate): allow any kind of
	widget being passed in. process updates at G_PRIORITY_DEFAULT,
	to coalesce across resizes and redraws.

	* beast-gtk/bstitemview.c: queue operation state updates when we
	got state change notifications from BSE.

Sun Apr  6 20:04:29 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxktexttools.c: add current vertical scroll position
	to history list and restore it upon forward/backward moves.

Sun Apr  6 15:57:24 2003  Tim Janik  <timj@gtk.org>

	* update to libtool 1.4.3.
	
	* docs/quickstart.texi (Parts And Tracks): adapt this to the new
	track roll display.

	* beast-gtk/bstpianorollctrl.c (controller_piano_drag): shut up debug
	messages.
	
	* beast-gtk/bstrecords.sfidl: fix preference pspec groups.
	
	* beast-gtk/gxk/gxktexttools.c: cosmetic fixes to history stack code.

Sun Apr  6 00:55:08 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/scandocs.pl: escape commas in macro parameters.

Sun Apr  6 15:10:42 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_toggle_palette): add tool
	selection menu popup facility to the palette.

	* beast-gtk/bstradiotools.c (bst_radio_tools_build_palette): added tool
	name label.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_tools): constrain
	the categories that are added to the palette.

Fri Apr  4 19:22:58 2003  Tim Janik  <timj@gtk.org>

	* configure.in: version update to 0.5.1.

	* Makefile.am: install sfi.pc and bse.pc files.

	* configure.in: merged AC_GSL_REQUIREMENTS and AC_BSE_REQUIREMENTS
	macros. use pkg-config to detect libmad. require ogg/vorbis >= 1.0.0rc4
	now. sort out library requirements to create sfi.pc and bse.pc.

Fri Apr  4 09:55:42 2003  Tim Janik  <timj@gtk.org>

	* bstmain.c:
	* configure.in: 
	* Makefile.am: provide the beast prefix specific ladspa directory
	as BSE_PATH_LADSPA.

Thu Apr  3 11:03:08 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_icon_set): fixed ref-counting
	bug.

Tue Apr  1 06:45:33 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdefs.h: removed BST_TOOLTIPS, changed code to make
	use of GXK_TOOLTIPS.

	* beast-gtk/bstutils.[hc]: removed outdated Gtk+ workarounds
	and helper code. moved some things into gxkutils.[hc].
	fixed up BstGMask type usages. documented bst_gmask_*() functions.

	* beast-gtk/gxk/gxkutils.[hc]: don't redefine gtk functions.
	document gxk_item_factory_get_item() and gxk_item_factory_get_widget().
	moved and renamed gxk_widget_proxy_requisition(),
	gtk_notebook_current_widget() and gxk_file_selection_heal() from
	bstutils.[hc] to here.

	* beast-gtk/*.c: miscellaneous adaptions according to the above changes.

Mon Mar 31 12:05:07 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: removed black text border. set text
	sizes via gnome_canvas_text_set_zoom_size() so the text is zoomed
	together with the rest of the canvas.

	* beast-gtk/gxk/gxkcanvas.[hc]: added gnome_canvas_set_zoom() and
	gnome_canvas_text_set_zoom_size() to support zoomable text items.

	* beast-gtk/gxk/gxkutils.[hc]: added g_object_{get|set}_double().

	* beast-gtk/bstsnetrouter.c (idle_zoom): use gnome_canvas_set_zoom() to
	alter zoom factor. shut up debug messages.

	* beast-gtk/bstmenus.c (bst_menu_config_create_items): use
	BST_PIXDATA_EMPTY1x1 as menu item image instead of pixdata
	with invalid magic.

	* beast-gtk/bstutils.h: provide a serialized pixdata empty 1x1
	pixel image macro: BST_PIXDATA_EMPTY1x1.

Wed Mar 19 17:56:09 2003  Tim Janik  <timj@gtk.org>

	* README:
	* docs/*.texi: announce new mailing list and change old adresses.
	updated link sections.

Mon Mar 17 07:05:04 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): use the new toyprof leak logger API.

	* beast-gtk/bstapp.c (bst_app_operate): remove toyprofiling hook.

Thu Mar 13 22:38:28 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announced release.

Thu Mar 13 21:42:45 2003  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.5.0, released beast-0.5.0.tar.gz.
	
	* TODO, README, docs/release-notes.texi: release updates.
	
	* beast-gtk/bstapp.c (bst_app_operate): popup release-notes dialog
	as ordinary navigatable text window.

	* beast-gtk/bstapp.c (bst_app_update_can_operate): in lack of a working
	gtk_item_factory_get_widget_by_action() ($*=%!!!) hardcode disabling
	of /File/Save, /Edit/Undo and /Edit/Redo.

	* beast-gtk/gxk/gxktexttools.c (gxk_scroll_text_create): disable "Find"
	button until its functionality is implemented.

Thu Mar 13 18:04:21 2003  Tim Janik  <timj@gtk.org>

	* test/*.bse: storage format fixups.

Thu Mar 13 15:54:28 2003  Tim Janik  <timj@gtk.org>

	* configure.in: applied patch from Junichi Uekawa <dancer@debian.org>
	which provides --enable-devdsp and --enable-devmidi options to force
	driver builds for these devices, bypassing auto-detection.

	* beast-gtk/bsttrackview.c (bst_track_view_create_tree): fix synthesizer
	column.

	* beast-gtk/gxk/gxktexttools.[hc] (gxk_scroll_text_create): adjust
	default values and possible flag sets.

	* beast-gtk/*.c: fixed callers of gxk_scroll_text_create().

Tue Mar 11 06:46:19 2003  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.5.0-rc1, released rc tarball.

Mon Mar 10 11:14:28 2003  Tim Janik  <timj@gtk.org>

	* configure.in: don't build docs if we're not configured for @DVLBUILD@.
	provide am-conditional IF_BUILDDOCS to special case doc builds.

Mon Mar 10 09:24:27 2003  Tim Janik  <timj@gtk.org>

	* remove topdir gsl/ link, fixed includes.

Mon Mar 10 08:54:23 2003  Tim Janik  <timj@gtk.org>

	* configure.in: added @DVLBUILD@ ac substitution to disable
	development build rules.
	
	* */Makefile.am: more srcdir!=builddir fixes, adaptions to @DVLBUILD@.

Mon Mar 10 05:43:37 2003  Tim Janik  <timj@gtk.org>

	* rename and CVS-move of bsw-shell/bswshell to shell/bsesh.

	* shell/bsescminterp.h: moved here from bsw-shell/bswscminterp.h.
	* shell/bsescminterp.c: moved here from bsw-shell/bswscminterp.c.
	* shell/bsesh.c: moved here from bsw-shell/bswshell.c.

	* shell/test.scm:
	* shell/Makefile.am:
        * shell/record-midi.scm:
	* shell/bse-scm-glue.boot:
	* shell/progressor-example.scm: moved here from bsw-shell/.

	* bse/bsescripthelper.c:
	* configure.in:
	* Makefile.am:
	* shell/*: adaptions to renames.

Sun Mar  9 15:44:48 2003  Tim Janik  <timj@gtk.org>

	* TODO: got rid of a good chunk of fixmes.
	prioritized stw/timj items.

	* beast-gtk/bstcanvassource.c (bst_canvas_icon_set): catch empty
	icons.

	* configure.in: removed CSL related checks.

	* beast-gtk/bstrecords.sfidl: remove ALSA preference option.

	* beast-gtk/bstdefs.h: cleaned up developer extensions and
	related macros.

	* beast-gtk/bstmain.c: fix up '-:' developer option.

	* acbeast.m4: change gcc optimization from -O3 to -O2 since -O3
	may produce buggy code at times.

Sun Mar  9 07:03:49 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstrecords.sfidl: added group supported by sfidl now

Fri Mar  7 21:45:13 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* bstutils.c: adapted sfidl_xxx macros to pspec group support.

Fri Mar  7 14:53:17 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: scan debugging keys and dump
	them to bstdebugkeys.defs.

	* bstmain.c: debugging options revamp.

Fri Mar  7 03:46:44 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackrollctrl.c: fixup status messages.

Thu Mar  6 06:09:18 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: removed SEQID column, since the SeqId
	is pretty useless for tracks. added Synth column to allow the user
	to choose the SNet for a track. skip per-track property editing
	elements. implemented upath matching algorithm for synth lookups.
	however, we still need a convenient popup window to let the
	user graphically select synths (or waves).

	* beast-gtk/gxk/gxkutils.c: added function to create popup
	cell renderer columns.
	
	* beast-gtk/gxk/gxkcellrendererpopup.[hc]: new file implementing
	a GtkCellRendererText derived cell renderer: GxkCellRendererPopup,
	and a GtkEventBox derived GtkCellEditable interface proxy:
	GxkProxyEditable. the latter is needed to have multiple widgets
	make up an editable cell. the actual popup window doesn't yet
	work, though the rest of the code seems to be in sufficient
	shape now.

Wed Mar  5 23:19:28 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/catalog-en.c (tools_en): document part-link tool.

	* beast-gtk/bsttrackrollctrl.c (controller_update_canvas_cursor):
	support linking of parts.

	* beast-gtk/icons/part-copy.xcf: 
	* beast-gtk/icons/part-copy.c: part copying/linking image.

	* beast-gtk/Makefile.am (beast_DEPENDENCIES): fix key scanning
	build rule.

	* docs/modifiers.txt: new file, holding comments about modifiers
	affecting selections and dnd.

Wed Mar  5 01:51:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.[hc]: removed tool selections,
	BstTrackRollCtrl takes care of that now. setup radio tool
	accelerators.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_widget_activate_accel_group()
	to support per widget accelerator groups.

	* beast-gtk/bstradiotools.[hc]: code cleanups. added accel group
	and tool accelerators support. support BstCatalog tools.

	* beast-gtk/bsttrackrollctrl.[hc]: moved tool selections here,
	the track roll controler now creates his own radio tools, make
	use of catalog tool definitions. removed code that became useless.

	* beast-gtk/bstdefs.h: added dummy macros to allow for catalog
	key and i18n string markup.

	* beast-gtk/bstmain.c: added i18n markup.

	* beast-gtk/bstcatalog.[hc]: started on a catalog mechanism
	to lookup messages and other translatable things which aren't
	good to be handled by gettext.

	* beast-gtk/catalog-en.c: english catalog holding tool
	definitions (name, icon, tooltip, etc.) for ctalog keys.

	* beast-gtk/scankeys.c: small tool to grep for specific key
	macros in C sources.

	* beast-gtk/Makefile.am: add a rule that verifies there're
	are no undefined catalog keys being used in the program.

Mon Mar  3 16:04:55 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-related.texi: added CSL.

	* docs/site-news.texi: post an update on the LinuxForum news entry.

Thu Feb 27 05:21:47 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/reference-filter.pl: remove all non-alphanumeric
	characters from function and type names instead of just parentheses,
	asterisks and whitespaces at the end. made the loop that iterates over
	index_files array more Perl-ish. changed indentation to be on par with
	docs/generated/scandocs.pl.

Thu Feb 27 00:02:09 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: add news blurb about LinuxForum 2003.

Wed Feb 26 23:02:18 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.c: adjusted hzoom range.

	* beast-gtk/bsttrackrollctrl.[hc]: added quantization functions, fixed
	all operations to properly quantize according to the current setting.

	* beast-gtk/bsttrackview.[hc]: added quantization radio tools. fixed
	destruction of radio tool objects. added hzoom spinner.

	* beast-gtk/bstradiotools.[hc]: added bst_radio_tools_destroy() to force
	signal connections to be destroyed and the radio tool to be cleared.
	added bst_radio_tools_build_toolbar_choice() which creates the radio
	tools as toolbar choice items.

	* beast-gtk/gxk/gxktoolbar.[hc]: added gxk_toolbar_choice_select(),
	gxk_toolbar_choice_is_selected() and gxk_toolbar_choice_is_item(),
	so choice items can be adjusted apart from the callback API.

	* beast-gtk/bstdefs.h: added quantization enum.

	* beast-gtk/icons/notes.xcf: added layer for tact quantization.

	* beast-gtk/icons/qtact.png: tact quantization icon.

Tue Feb 25 15:22:24 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: provide link for CSL.

Sat Feb 22 17:10:34 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.[hc]: virtualize set_container().

	* beast-gtk/bsttrackroll.[hc]: provide just ::drag and ::clicked signals
	for control widgets. support tick markers. added vpanel for miniscopes.
	polished overall layout. 

	* beast-gtk/bsttrackrollctrl.[hc]: support track roll position pointers.
	adoptions to track roll changes.

	* beast-gtk/bsttrackview.[hc]: support song position and loop pointers
	and offer loop toggle button.

	* beast-gtk/gxk/gxkutils.[hc]: added convenience function gxk_color_alloc().
	fixed up gxk_tree_view_get_row_area() to return FALSE for empty trees.

	* beast-gtk/bstmarker.[hc]: generic vertical marker drawing code. point of
	this implementation is to prevent exposes on the host widget while moving
	markers.

	* beast-gtk/icons/Makefile.am: 
	* beast-gtk/icons/loopleft.xcf:
	* beast-gtk/icons/loopleft.png:
	* beast-gtk/icons/loopright.png:
	* beast-gtk/icons/repeat.xcf:
	* beast-gtk/icons/repeat.png:
	* beast-gtk/icons/tickpointer.png: new tick loop/pointer/repeat icons.

Sun Feb 23 18:54:17 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/css/default.css: darken title backgrounds somewhat and
	make links non-greenish on hover.

Sun Feb 23 15:19:35 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-synthesis.texi: link update.

	* docs/generated/Makefile.am (site-preview): new rule to build up
	website content in ~/private_html/beast-preview/. so stuff can be
	browsed before beast.gtk.org is updated.

Fri Feb 21 22:24:43 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: added a new website news entry sketching
	recent development highlights.

Fri Feb 21 20:02:16 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: call xml files with unfixed cross
	references *.crossfix.xml. generate xml files from texi sources
	without intermediate temporary files. create pass beast-man:
	protocoll specification into generation of index.lst.
	added gnome-index.lst to the cross reference fixup rule.

	* docs/generated/gnome-index.lst.gz: index file containing anchors
	and links of glib/pango/gdk/gtk/gnome API docs on developer.gnome.org.

	* docs/generated/reference-filter.pl: support multiple index files.

	* docs/generated/reference-index.xsl: figure the index reference
	from a stringparam $protocol.

	* docs/generated/css/default.css: resurrect hover underlines
	for navigation items. underline clickable cross references.

Fri Feb 21 19:14:55 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/reference-index.xsl: new file added by
	Alper Ersoy to extract cross references from existing
	xml files.

	* docs/generated/reference-filter.pl: new file added by
	Alper Ersoy to insert fixed cross references into certain
	xml files.

Thu Feb 20 01:03:35 2003  Alper Ersoy  <dirt@gtk.org>

	* bse/bseautodoc.c:
	* docs/teximacros.texi:
	* docs/generated/Makefile.am:
	* docs/generated/scandocs.pl: made function and struct names links to
	their descriptions where possible.

	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl: added support for anchors in beast-man://
	urls.

	* docs/generated/man.xsl: fixed a few typos, improved layout in a few
	places, especially in tables.

	* docs/site-news.texi: fixed an overlooked macro name with a dash.

	* docs/generated/css/default.css: removed underlines in navigation
	link hovers in favor of colors. added colors for links.

Tue Feb 18 17:54:40 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/bstgconfig.c beast-gtk/bstmenus.c beast-gtk/bstrackitem.c
	beast-gtk/bstsnetrouter.c beast-gtk/tsmview.c
	beast-gtk/gxk/gxkstock.c docs/utils/xmlantispace.c: fixes to build
	without warnings on gcc-3.2.

Tue Feb 18 01:11:12 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in: cleanups of the libcsl configure stuff.

Mon Feb 17 22:52:02 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* configure.in: libcsl support

Mon Feb 17 20:57:55 2003  Stefan Westerfeld  <stefan@space.twc.de>

	* acbeast.m4: fixed wrong sed expression.

Mon Feb 17 19:33:19 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: make the first song page the default notebook
	page if the project cotains a song. otherwise, make the first snet
	page the default notebook page if the project contains one.

	* beast-gtk/gxk/gxkutils.[hc]:
	added gxk_notebook_set_current_page_widget().

Mon Feb 17 18:38:11 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetshell.c (bst_snet_shell_rebuild): make the synth
	router the first notebook page.

	* test/simple-echo.bse: fix instrument "done" output.

	* test/*.bse: storage format fixups.

Sun Feb 16 09:01:28 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c (bst_file_dialog_open): support merging
	an existing project with BSE file contents.

	* beast-gtk/bstapp.c: added /File/Merge menu entry.

Fri Feb 14 07:50:29 2003  Tim Janik  <timj@gtk.org>

	* test/test-song.bse: adoptions.

Thu Feb 13 10:53:59 2003  Tim Janik  <timj@gtk.org>

	* configure.in: added libz check. require libz for BSE.

	* beast-gtk/icons/Makefile.am: fix EXTRA_DIST filter.

Tue Feb 11 11:46:52 2003  Alper Ersoy  <dirt@gtk.org>

 	* docs/generated/Makefile.am: fixed man/nroff build process and added
	a descriptive comment of the steps taken.
 
 	* docs/generated/log2texi.sh: added artificial spaces around @uref
 	substitutions.
 
 	* docs/generated/markup.xsl: added <reference-constant> to the
 	reference generation templates.

	* TODO: made updates.

	* bse/bseautodoc.c:
	* docs/site-news.texi:
	* docs/site-oldnews.texi:
	* docs/teximacros.texi:
	* docs/generated/log2texi.sh:
	* docs/generated/scandocs.sh: dropped underscores in @reference_* and
	@news_title macros' names for texinfo-4.5 compatibility.

Tue Feb 11 03:10:19 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.c (gxk_signal_handler_pending): allow NULL as
	signal name.

	* beast-gtk/gxk/gxkutils.c: allow tree columns to be reordered.

Mon Feb 10 23:54:43 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.[hc]: supply drag data with information
	about validity of the current drag row.

	* beast-gtk/bsttrackrollctrl.c (editor_once): minor insertion fix.

	* beast-gtk/gxk/gxkutils.c (gxk_tree_view_get_row_from_coord): return
	whether the pointer is within visible row area and clamp ro to
	visible rows.

	* beast-gtk/bstsongshell.c (bst_song_shell_rebuild): switch notebook
	page order for songs to allow easy editing of track view.

Mon Feb 10 20:12:36 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackview.c: added editable tree view columns to
	mute tracks and for maximum number of voices.

	* beast-gtk/gxk/gxkutils.[hc]:
	renamed gxk_tree_view_add_editable_text_column() to
	gxk_tree_view_add_text_column() and added tooltip argument.
	added gxk_tree_view_add_toggle_column() similar to the above function.
	added gxk_tree_view_column_set_tip_title() to allow setting of
	tooltips on tree view columns that isn't possible through the public
	API.

Sun Feb  9 19:05:48 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/scandocs.pl (tags_highlight): protect explicit
	newlines "@*" from variable markup.

Sun Feb  9 18:33:11 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstradiotools.c (rtools_toggle_toggled): keep current radio
	tool if users click on an already depressed toggle button.

	* beast-gtk/bsttrackrollctrl.c: support firing up part editor and
	part deletion (from a track).

	* beast-gtk/bsttrackview.c: more GUI work, added toolbar for part
	operations.

	* beast-gtk/bstpianoroll.c (bst_piano_roll_realize): force cursor
	updates in ::realize.

	* beast-gtk/bstitemview.[hc]: unconditionally create the tools
	container, the widget holding action buttons (renamed from op_box).
	support tooltips on action buttons.
	allow derived classes to pack the tool box away.

	* beast-gtk/icons/text.xcf: 
	* beast-gtk/icons/text.png: 
	* beast-gtk/icons/Makefile.am: added BST_STOCK_TEXT icon.

	* beast-gtk/bstradiotools.[hc]: made BstRadioTools derive from
	GObject (instead of GtkObject).

	* beast-gtk/bstsnetrouter.c (bst_snet_router_init): 
	* beast-gtk/bstpartdialog.c (bst_part_dialog_init): adapted
	callers.

Thu Feb  6 22:49:01 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): fix GtkObject user_data which is broken in
	gtk+2.2.

Thu Feb  6 20:08:02 2003  Tim Janik  <timj@gtk.org>

	* acbeast.m4: remove -freg-struct-return from CFLAGS and CXXFLAGS,
	it causes broken code generation on g++-3.2.

	* acbeast.m4: remove -fnonnull-objects from CXXFLAGS which isn't
	supported by newer gcc versions anymore.

Wed Feb  5 16:48:55 2003  Tim Janik  <timj@gtk.org>

	* docs/site-about.texi: 
	* docs/site-oldnews.texi: changed links to point to a mirror of
	http://news.gnome.org because that site got discontinued. referenced
	articles are kept at http://beast.gtk.org/mirror/gnome-news/.

	* docs/site-historic.texi: updates.

Wed Feb  5 14:38:52 2003  Tim Janik  <timj@gtk.org>

	* docs/site-historic.texi: added article links.

Wed Feb  5 03:52:58 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttrackroll.[hc]: support editable cells.

	* beast-gtk/bsttrackrollctrl.c: support part name cell edits.

	* beast-gtk/bsttrackview.c (bst_track_view_create_tree): 

	* beast-gtk/gxk/gxklistwrapper.c (gxk_list_wrapper_class_init): added
	::row-changed signal which is emitted before any row changes, usefull
	to abort cell edits.

Tue Feb  4 18:37:34 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.[hc]: removed "Name" and "Comment" fields.
	made "Name" and "Comment" columns editable.

	* beast-gtk/gxk/gxkutils.[hc]: moved gxk_tree_view_add_column()
	and gxk_tree_view_append_text_columns() from bstutils.[hc] into
	this place.
	added gxk_tree_view_add_editable_text_column().

Fri Jan 31 19:43:54 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.[hc]: made code more versatile and added
	virtual functions so bsttrackview demands can be fullfilled.

	* beast-gtk/bstmain.c: changed developer option from -! to -: to
	workaround sh history expansion.

	* beast-gtk/bsttrackview.c: take over tree widget creation and
	maintenance from item view. put a trackroll alongside and coupled
	with the tree.

	* beast-gtk/gxk/gxkutils.[hc]: added gxk_window_process_next() to
	force asyncronous GdkWindow updates. added tree view related
	convenience functions: gxk_tree_view_get_bin_window_pos(),
	gxk_tree_view_get_row_area(), gxk_tree_view_focus_row(),
	gxk_tree_view_is_row_selected(), gxk_tree_view_get_selected_row()
	and gxk_tree_view_get_row_from_coord().

	* beast-gtk/bsttrackroll.[hc]: new widget, designed to act as
	an extra tree view column, used to display part lists for tracks.

	* beast-gtk/bsttrackrollctrl.[hc]: controller code for BstTrackRoll
	widgets.

	* misc doc fixes.

Mon Jan 27 22:32:43 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: introduce gxk_window_set_cursor_type()
	to allow simple cursor type settings and to simplify resetting the
	cursor type to inherit the cursor type from the parent.

	* beast-gtk/bstpianoroll.c: simplify cusor handling, minor code
	cosmetics and bug fixes.

	* beast-gtk/bstpianorollctrl.c: fix default cursor setting.

Fri Jan 24 18:57:53 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.c (bst_piano_roll_realize): remove bogus cursor
	type increment.
	(bst_piano_roll_overlap_grow_hpanel_area): limit fudging by 0.

Fri Jan 24 00:42:20 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/html.xsl:
	* docs/generated/navigation.xsl:
	* docs/generated/css/default.css: substituted underscores (_) in
	class names with dashes (-), so that they are valid now.

	* docs/teximacros.texi: changed the name of logentry macro to clogentry
	for more clarification and added a clogitem macro.

	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl:
	* docs/generated/css/default.css:
	* docs/generated/log2texi.sh: added support for clogentry and clogitem
	macros.

	* docs/generates/log2texi.sh: added a @docfont{tech} command to the
	template.

Thu Jan 23 09:36:14 2003  Tim Janik  <timj@gtk.org>

	* docs/beast-index.texi: s/BEAST Release Notice/BEAST Release Notes/.

	* docs/release-notes.texi: keep the title centered.

	* docs/generated/Makefile.am: use $GROFF and $SOELIM instead of
	plain program names. fixed am-conditional HAVE_DOC_TOOLS.

	* configure.in: don't try to detect whether this is a CVS build.
	instead, require the caller to supply --enable-devel-rules=yes if
	extra development rules should be enabled.
	added checks for doc generation tools groff and soelim.
	supply an am-conditional HAVE_DOC_TOOLS based on availability of
	the doc tools.

	* autogen.sh: supply --enable-devel-rules=yes to ./configure.

Thu Jan 23 01:40:09 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/teximacros.texi: added an artificial linebreak at the end of
	the revision line to avoid a bug with makeinfo that would lead to
	misfilled paragraphs in info targets.

	* docs/generated/scandocs.pl: adjusted linebreaks around revision
	lines.

	* docs/WRITING.3.texi: completely restructured, added examples for
	@xref command.

	* docs/WRITING.3.texi:
	* docs/quickstart.texi: added @node and @menu commands to make these
	documents generate more usable info files.

	* docs/site-navigation.xml:
	* docs/generated/navigation.xsl: renamed all <node> tags to
	<navigation-node> to avoid mixing with tags generated via
	@node commands.

	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl: added support for @r, @b, @i, @t, @node,
	@menu and @xref commands. document font is explicitly set to serif
	even if it is not defined in the document. changed the way titles are
	counted and numbered so that they are not affected by the change in
	the XML structure upon the introduction of @node commands.

	* docs/generated/markup.xsl: removed center justification from chapter
	titles in favor of better consistency among different targets.

	* docs/generated/man.xsl: improved toc and index handling via macros
	to generate page numbers along with the titles, etc. included the
	paragraph creation conditionals from other xsl files. added support
	for block enclosing commands such as @blockquote and @example.
	adjusted indentation of enumerated and itemized lists.

	* docs/generated/Makefile.am: modified %.nroff and %.3 rules to take
	advantage of node and anchor feedback coming from groff.

	* docs/generated/css/default.css: substituted CSS2 type selectors with
	HTML-only selectors to please CSS2-unaware browsers. substituted
	CSS2-only properties with CSS1 properties where possible. added
	indentation settings for titles in toc sections.

Wed Jan 22 23:19:58 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.[hc]: general code cleanup, switched this
	over to using GtkTreeView.

	* beast-gtk/bstmain.c: support -! as only debug option now.
	make it accept flags: "g" for fatal warnings and "p" to load
	plugins.

	beast-gtk/gxk/gxkutils.[hc]: moved gxk_tree_selection_select_spath()
	and gxk_tree_selection_unselect_spath() here. added
	gxk_tree_selection_select_ipath(), gxk_tree_selection_select_ipath(),
	gxk_tree_selection_force_browse() and gxk_tree_path_prev().

	* beast-gtk/bstutils.[hc]: remove GtkTreeSelection convenience
	functions.

Tue Jan 21 17:56:46 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.[hc]: use GxkListWrapper.

	* beast-gtk/gxk/gxklistwrapper.[hc]: moved code here from
	beast-gtk/gtklistwrapper.[hc] and renamed to GxkListWrapper.

	* beast-gtk/gtklistwrapper.[hc]: removed these.

Mon Jan 20 13:30:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.[hc]: implement ::pino_clicked() and
	::piano_drag() signals, renamed ::canvas_press() to ::canvas_clicked().
	(piano_roll_update_adjustments): initialize vertical scroll
	position to 50%.

	* beast-gtk/bstpianorollctrl.c: play notes upon clicks onto the piano
	area of a BstPianoRoll widget.

Mon Jan 20 11:36:41 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprojectctrl.c:
	(bst_project_ctrl_stop): 
	(bst_project_ctrl_play): properly update status lines.

	* beast-gtk/bstapp.c (bst_app_operate): use BstProjectCtrl to start
	and stop project playback.

Mon Jan 20 11:13:14 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkpolygon.c: support ETCHED_IN/OUT and _IN/OUT
	line (shadow) drawing types.

	* beast-gtk/bstapp.[hc]: use BstProjectCtrl.

	* beast-gtk/bstprojectctrl.[hc]: added controlling code, support stop
	and play.

	* beast-gtk/bstappcontrol.[hc]: moved contents to bstprojectctrl.[hc].

	* beast-gtk/gxk/gxkutils.[hc]:
	added convenience function gxk_size_group().

Sun Jan 19 04:26:45 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/images/bse-mime.png: added mockup of beast-mime.png,
	which actually says "BSE" for the file type.

Tue Jan 14 18:19:26 2003  Tim Janik  <timj@gtk.org>

	* docs/release-notes.texi: changed wording and added markup.

Sat Jan 11 17:05:12 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: announce the new website.

	* docs/site-links-related.texi: added CVS repo link.

	* docs/site-development.texi: update website links.
	
	* docs/generated/Makefile.am: update website dirs.
	
Sat Jan 11 16:36:01 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am (site-update-con): transmit site
	contents in bzip2 compressed tarball which is much smaller than
	the gzip variant (not so for the images and navigation tarballs
	though). added beast-site-*.tar.bz2 to clean targets.

Sat Jan 11 16:04:18 2003  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: removed website related files from EXTRA_DIST,
	as we don't plan to release the website with tarballs ;)
	
	* docs/generated/Makefile.am: send css stuff along with website
	updates. simplified and broadened clean rules. watch your *.ps,
	*.pdf, *.xml, *.html and beast-site-*.tar.gz files, make clean
	will wipe them all. introduced site-upgrade rule which does
	a complete upgrade of beast.gtk.org to CVS contents, while
	site-update only transmits frequently altered docs.
	
	* docs/generated/css: new directory, containing site related
	CSS stuff.

	* docs/generated/css/default.css: Default CSS file for the BEAST
	website from Alper Ersoy.

	* docs/generated/css/images: new directory, containing site related
	CSS images.

	* docs/generated/css/images/*.png: added images from Alper Ersoy
	for default.css.

Sat Jan 11 15:21:08 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/log2texi.sh: use SYMBOL_GLIB to match GLib
	types, so we don't incedentally markup words like 'GUI'.
	added word boundary constrains to CONST?_EXPR to avoid digit
	markup for words like '24bit'.

Sat Jan 11 00:47:27 2003  Tim Janik  <timj@gtk.org>

	* changed logfile to logentry in alpers last patch to better
	identify the markup purpose.

Fri Jan 10 12:15:40 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/teximacros.texi: added @logfile macro.

	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl:  added markup for @logfile macro.

	* docs/generated/log2texi.sh: mapped matched filenames to @logfile
	macro, changed process substitution with tmpfile usage when applying
	texi templates.

Fri Jan 10 07:42:02 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/log2texi.sh (ChangeLog2texi): fix filename markup,
	added constants matching rules.

Fri Jan 10 04:53:07 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/log2texi.sh: match gxk* symbols.

Thu Jan  9 18:17:00 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/log2texi.sh: fix up markup for types, functions and
	constants.

Thu Jan  9 17:51:50 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/log2texi.sh: sync SYMBOL_PREFIX and MACRO_PREFIX with
	FUNC_PREFIX, so all match sfi and gdk. removed bsw as supported match.

Thu Jan  9 18:06:26 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/WRITING.3.texi: removed part about mono/monospace parameter to
	@docfont{}.

	* docs/generated/log2texi.sh:
	* docs/generated/Makefile.am: removed @docfont{mono}

	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl: removed mono/monospace from possible
	parameters to @docfont{}.

	* docs/generated/Makefile.am: changed @format with @example.

	* docs/generated/log2texi.sh: added sfi to FUNC_PREFIX, and @code{} to
	date/time substitution.

	* docs/generated/markup.xsl: removed color from blurb markup

Thu Jan  9 03:22:37 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/scandocs.pl (tags_highlight): fix variable, type,
	constant and function identifier matches. extend numeric constant
	markup.

Wed Jan  8 02:41:29 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/Makefile.am: added simple rule for pdf generation
	from ps files.
	
	* bse/bseautodoc.c: added struct_type markup.

	* bse/bseautodoc.c: put a newline before SYNOPSIS titles.
	* docs/generated/scandocs.pl: same here.
	
	* docs/teximacros.texi: added @reference_constant and
	@reference_struct_type macros.

	* docs/generated/html.xsl: support constant and struct_type markups.
	* docs/generated/markup.xsl:
	* docs/generated/man.xsl:
	* docs/generated/scandocs.pl: same here.

	* docs/generated/scandocs.pl: added initial markup for numbers as
	constants, fixed type markup.

	* docs/generated/html.xsl: use <code /> tags instead of <span /> for
	reference generation.

	* docs/generated/man.xsl: adjusted monospace markup in reference
	generation.

	* docs/generated/markup.xsl: adjusted colors of reference elements.

Wed Jan  8 22:24:36 2003  Tim Janik  <timj@gtk.org>

	* bstfiledialog.c:
	* bstgconfig.c:
	* bsw/testbsw.c:
	fix BSE error handling.

Wed Jan  8 15:47:53 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkpolygon.c (gxk_polygon_expose): indicate insensitive
	widget state.

Tue Jan  7 19:01:25 2003  Tim Janik  <timj@gtk.org>

	* README: fix libgnomecanvas link.
	* docs/site-download.texi: same here.

	* docs/site-documentation.texi: make link validator happy.
	* docs/site-links-related.texi:
	* docs/site-links-synthesis.texi: same here.

	* docs/site-links-related.texi: added foreign project sites.

	* docs/site-development.texi: add validator urls to aid website
	development.

Tue Jan  7 17:04:11 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/scandocs.pl (print header): remove texi
	macros \@hasbanner{large} @navigation{navigation.xml} to
	spare layout space from function docs.

Tue Jan  7 16:44:04 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/scandocs.pl: fix parameter markup.

	* docs/generated/html.xsl: fix empty subtopic lines in news
	entries.

Tue Jan  7 00:17:40 2003  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: setup BstAppControl, update led.

	* beast-gtk/bstappcontrol.[hc]: new files, providing a tape-control
	alike GUI interface to project playback (not currently functional).

	* beast-gtk/gxk/gxkled.[hc]: implemented led display widget.

	* beast-gtk/gxk/gxkpolygon.[hc]: new widget that can display
	unfilled lines and arcs, comes with preset polygons for tape
	controls.

	* beast-gtk/gxk/gxktest.c: test program for GXK code.

	* */Makefile.am: general INCLUDE fixes.

	* beast-gtk/Makefile.am: maintain same source file order for headers
	and C sources.

	* beast-gtk/gxk/Makefile.am: compact source file listing, build
	gxktest.

Sun Jan  5 23:50:56 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/teximacros.texi: fix @path{} macro handling.

Sat Jan  4 12:42:10 2003  Alper Ersoy  <dirt@gtk.org>

	* bse/bseautodoc.c: s/Document Revision/Document Revised/.
	
	* docs/generated/scandocs.pl: fix sorting of function descriptions.
	
Fri Jan  3 08:46:46 2003  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: 
	* docs/site-oldnews.texi: rotate news, so there're only two
	entries on the front page.

Thu Jan  2 18:19:19 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/html.xsl: small fix from alper.

	* docs/site-development.texi: use @example for markup.

Thu Jan  2 17:23:54 2003  Alper Ersoy  <dirt@gtk.org>

	* docs/generated/*.xsl: 
	* docs/WRITING.3.texi: use @example as a replacement for buggy
	@verbatim until makeinfo got fixed. support non-// urls
	for mailto a la HTML, ie. mailto:dirt@gtk.org.
	
	* docs/generated/site-*.texi: fixed relative urls.

Thu Jan  2 06:05:26 2003  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: support additional rules
	site-update-contents and site-update-navigation or just site-update
	to auto upload generated website contents and regenerate website
	files.

Wed Jan  1 17:07:36 2003  Tim Janik  <timj@gtk.org>

	* docs/site-links-related.texi:
	* docs/site-links-synthesis.texi: new content, provide synthesis and
	related projects links.

	* docs/site-documentation.texi: provide some basic content.
	
	* docs/site-navigation.xml: restructured development docs,
	added link sections.
	
	* docs/site-news.texi: sync this with the real site.
	
	* docs/site-oldnews.texi: fix title.
	
	* site-resources.texi: introduce link sections.
	
	* site-about.texi: fixups.
	
Tue Dec 31 18:17:44 2002  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: moved most of this into site-oldnews.texi.

	* docs/generated/Makefile.am: support @sedfix{top_srcdir} substitutions
	when copying .texi files to get ${top_srcdir} used by texi files.

	* docs/site-navigation.xml: sketched new website structure.

	* docs/site-development.texi:
	* docs/site-historic.texi:
	* docs/site-oldnews.texi: new website pages according to the new
	website structure.

Tue Dec 31 10:47:04 2002  Tim Janik  <timj@gtk.org>

	* docs/site-news.texi: merge current and old website news into
	this place.

Tue Dec 31 09:11:19 2002  Tim Janik  <timj@gtk.org>

	* docs/faq.texi: provide web-site banner.

	* docs/teximacros.texi:
	* docs/release-notes.texi: (re-)introduce displaySTART and
	displayEND which is the only way to force <para> tags out
	of <display> blocks with makeinfo-4.3 which is what beast
	currently depends on.

	* docs/site-*.texi:
	renamed pure website sources to site-*.

	* docs/generated/Makefile.am:
	major cleanup and restructuring. support 'site' target now.

	* docs/generated/log2texi.sh:
	shell script to generate .texi sources from ChangeLogs.
	this is a .texi-patched up version from Alper, based on
	my old beast web site script that used to generate raw
	html.

Mon Dec 30 18:21:33 2002  Alper Ersoy  <aersoy@tfz.net>

	Here are website changes:

	* docs/generated/Makefile.am:
	New files in $html_targets: index, about, download, contacts,
	links, api-overview, log-beast, log-bse, log-plugins, log-sfi.
	New files in $build_tools: nav.xml, navigation.xsl, log2texi
	New files in $temp_texi: log-beast, log-bse, log-plugins, log-sfi
	%.html rule has two new parameters for xsltproc, which are
	this_file ($@) and images_prefix (cvs-images/).
	New rules for log files: log-beast.texi, log-bse.texi,
	log-plugins.texi, and log-sfi.texi
	faq.xml removed from $conditional_clean.

	* docs/generated/navigation.xsl:
	* docs/generated/html.xsl:
	Deprecated parameters: banner, navigation, uplinks, this_file,
	image_prefix.
	banner and navigation are substituted with texinfo macros.
	uplinks (which controls the generation of a 'go to top' link at
	every section title) is simply removed.  I may consider re-adding
	that later (even though I think people should use their "Home" keys,
	there are times when they may want a 'top' link).
	this_file moved to navigation.xsl.  image_prefix is renamed to
	images_prefix.
	Removed the old fashioned table based layout in favor of a modern,
	div based full CSS layout.
	A couple of new templates: document-size, home-link,
	document-title.  These are for classifying document parts or the
	document itself in general to be used in CSS styles.
	banner template rewritten.  No more inline images for cosmetic
	issues.
	Navigation templates are moved to a separate file, navigation.xsl.
	This way, it is possible to make use of the templates from other
	sources too.  At this time, scanpics.pl is the only example.

	* docs/about.texi:
	* docs/contacts.texi:
	* docs/download.texi:
	* docs/index.texi:
	* docs/links.texi:
	* docs/api-overview.texi:
	new website related documents. (api-overview.texi left to be
	filled out by Tim).

Mon Dec 30 18:21:33 2002  Alper Ersoy  <aersoy@tfz.net>

	Here are non-website changes:
	
	* docs/WRITING.3.texi:
	Added examples for block level texinfo commands.
	Appearnce of block level commands follow their descriptions.

	* bse/bseautodoc.c:
	* docs/generated/scandocs.pl:
	* docs/*.texi:
	Removed @center from the @revision macro.

	* docs/teximacros.texi:
	* docs/release-notes.texi:
	* docs/utils/xmlantispace.c:
	Changed @keepspace* to @display.  Provided that you use CVS makeinfo,
	it will look identical.  Removed those macros from teximacros.texi too.

	* docs/teximacros.texi:
	Added workarounds for @samp, @env, @file, @command and @option in
	teximacros.texi.  They were generating <code/> blocks. Karl told
	that that's due to old HTML output mappings being used again with XML.
	Tried to adjust macro/rmacro definitions, ie. @contents was defined
	as a rmacro, but it can be a regular macro.

	* docs/generated/*.xsl:
	Added another document font type: monospace (also mono and fixed are
	accepted).
	Dropped <strong />  tags from table-of-contents items.

	* docs/generated/html.xsl:
	Changed the handling of most contextual markup commands in html.xsl.
	There was a repetitive pattern between the templates.

	* docs/generated/markup.dtd:
	* Brought markup.dtd up to date.  TSM files validate once again.

	* docs/generated/Makefile.am:
	news.texi and gsl-mplan.texi use @format instead of @example now.
	They also make use of the new document font monospace (because
	@format does not make any changes to the document font).

Tue Dec 31 03:29:32 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: 
	* beast-gtk/bstapp.c: use sfi/toyprof-mem.h code if necessary,
	removed otehr hacks.

Mon Dec 30 04:30:46 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_rate_impl): oops, fix rating.
	growing inheritance distance between editable type and value type
	decreases goodness (fixes option menu mismatch for choices).

Mon Dec 30 01:06:12 2002  Tim Janik  <timj@gtk.org>

	* merged sfk-launch branch into HEAD. oddly enough, there's
	still no SFK yet. BSE uses an SFI based middle ware layer
	now which supports structure definitions in IDL files and
	contains the neccessary logic to seperate BSE into an extra
	thread (in or out of process) and generate client side API
	wrapper code.

Sat Dec 28 09:38:50 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrackitem.[hc]: switched code over from old
	BstControllers to BstParams.

	* beast-gtk/bstparam.c: removed code performing automated value
	transforms, the param implementations do neccessary transforms
	themselves. API cleanups, fixed callers. expose list of param
	implementations and rating facility.

	* beast-gtk/bstparam-entry.c: fix signal connection.

	* bstparam-toggle.c: support check and radio buttons.

	* beast-gtk/bstparam-scale.c: new rack property views: knob, scale,
	h/v scale.

	* beast-gtk/bstlogadjustment.c: fix referencing. the log adjustment
	keeps the client adjustment alive and bst_log_adjustment_from_adj()
	returns an unsunken log adjustment.

	* beast-gtk/bstcontrollers.[hc]: removed these, replaced by BstParams.

Thu Dec 26 22:05:29 2002  Tim Janik  <timj@gtk.org>

	* bstplayback.[hc]: pass on the current tick stamp for pcm position
	notifications.
	allow timing adjustments of pcm position notifier during playback.
	(wave_oscillator_pcm_notify): discard pcm position changes following
	a seek as those contain outdated data.

	* bstwaveeditor.[hc]: seperate scroll updates from pcm position
	notification. use our own timer which runs with a higher frequency
	than pcm position updates. set position pointer padding to 0 for
	smoother scrolling. vary pcm position notification timeouts to
	improve accuracy and reduce overhead.

	* beast-gtk/bstmain.c: use the new asyncronous registration mechanism
	of BseServer for scripts and plugins.
	fix sfi_thread_set_wakeup() call to come early enough. create
	a real GSource for the BSE glue layer context.

Tue Dec 24 04:55:52 2002  Tim Janik  <timj@gtk.org>

	* bsw-shell/bse-scm-glue.boot: cache (bse-janitor-get-specific) calls.

Tue Dec 24 00:18:42 2002  Tim Janik  <timj@gtk.org>

	* */TODO:
	* TODO: unite todo entries. merged with old GSL todo list.

	* docs/utils/xmlantispace.c: implement deletion of spaces up to and
	including the first newline after a tag start (del2newline). enabled
	this for keepspace rules.

	* beast-gtk/Makefile.am: let all C sources depend on bstgentypes.h to
	get this file generated.

Mon Dec 23 22:03:53 2002  Tim Janik  <timj@gtk.org>

	* fix writing "retrieve" with "ie", pointed out by alper.

Mon Dec 23 03:54:16 2002  Tim Janik  <timj@gtk.org>

	* bsw/bswproxy.c: hardcode BseServer proxy ID, eek.

	* bsw-shell/bsw-scm-glue.boot:
	* bsw-shell/bse-scm-glue.boot: s/bsw/bse/

	* bsw-shell/bswscminterp.[hc]: renamed everything from bsw to bse.
	added equal? and null test handling for proxy smob.
	implemented procedure argument fetching via client message. removed
	com wire related code. resurrected remote interface. changed main
	loop wrapper to used glue context functions.

	* bsw-shell/bswshell.c: renamed bsw->bse. streamlined code. resurrected
	remote interface.

	* bsw-shell/*.scm: example fixes.

	* beast-gtk/bstmain.c: register scripts and pugins through
	BseServer procedures.

	* beast-gtk/bstprocedure.[hc]: resurrect procedure dialog.

	* beast-gtk/bstusermessage.[hc]: BseJanitor related fixes and
	updates.

Tue Dec 17 08:55:08 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: initialize BSE with bse_init_async() and
	create a BSE glue layer context to interface to the BSE thread.
	removed gtk lock functions as BSE doesn't need the global gtk
	lock anymore. set wakeup function on the GUI SfiThread.

	* bsw/bswproxy.[hc]: removed bsw_init().

Mon Dec 16 08:25:58 2002  Tim Janik  <timj@gtk.org>

	* configure.in: require makeinfo v4.3 if compiling from CVS (i.e.
	we're on a developer system, so test $DEVEL_BUILD_TEST is true).

	* autogen.sh: require and build using only automake-1.4.

	* acbeast.m4: added MC_ASSERT_PROGS().

Sun Dec 15 10:33:32 2002  Tim Janik  <timj@gtk.org>

	* applied patch from Alper Ersoy:

	* docs/generated/scandocs.pl:
	* bse/bseautodoc.c: put ';' after variables, fix @revision{} usage.
	
	* docs/teximacros.texi: provide programlisting alias.
	
	* docs/generated/man.xsl: remove colorization.
	
	* docs/generated/markup.xsl: adjust @important color.
	
Sun Dec 15 04:28:43 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: nuked revision strinparam, added
	texinfo file stamp definitions to makeinfo.

	* bse/bseautodoc.c:
	* docs/teximacros.texi:
	* docs/generated/man.xsl:
	* docs/generated/html.xsl:
	* docs/generated/markup.xsl: applied patch from alper regarding
	#reference documentation cleanup.
	
	* docs/*.texi: patch from alper, put end docs with @bye.

	* docs/teximacros.texi: patch from alper, cleanups and comments.

	* docs/teximacros.texi:
	* docs/generated/Makefile.am:
	applied and fixed up patches from alper to improve revision and
	time stamp handling.

	* docs/generated/Makefile.am: misc cleanups. [alper, tim]

	* docs/generated/man.xsl:
	* docs/generated/html.xsl:
	* docs/generated/markup.xsl:
	* docs/generated/texinfo.dtd: major improvements and reorganization
	of things by alper.

Fri Dec 13 08:13:46 2002  Tim Janik  <timj@gtk.org>

	* configure.in: rename config options needed by SFI.

Wed Dec 11 03:42:59 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/tsmview.c (main): support --edit arg to make textview
	editable. stop demanding file arguments. add beast's image and doc
	dirs to the tsm path list.

	* beast-gtk/gxk/gxktexttools.[hc]: implement GXK_SCROLL_TEXT_EDITABLE
	for development tests. force UTF8 validation for input to shut-up
	GtkTextBuffer assertions on binary files.
	canonicalize path list segments. handle file: directories by
	rudimentary content display instead of error messages.
	support path list beyond image lookups (i.e. for file:).
	grab the default focus for the textview.
	provide visible indication during busy-phases (change cursor).

Tue Dec 10 03:41:06 2002  Tim Janik  <timj@gtk.org>

	* bsw-shell/bswscminterp.c: s/BseComWire/SfiComWire/ according
	to BSE->SFI move.

Mon Dec  9 07:16:02 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-proxy.c (param_proxy_change_value): don't
	propagate uneccessary value changed notifications through the
	glue layer. fixed invalid dead clue hunter accesses.

Sun Dec  8 05:44:35 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstgconfig.[hc]: implement loading and saving of rc values.

	* beast-gtk/bstmain.c: re-eanbled rc-file loading/saving and
	release-notes dialog.

	* beast-gtk/bstpreferences.[hc]: removed dead code, added BSE preference
	values.

Sat Dec  7 17:49:04 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpreferences.c:
	* beast-gtk/bstmenus.c: fix arg ordering in gsl/sfi_ring_walk().

Thu Dec  5 22:54:33 2002  Tim Janik  <timj@gtk.org>

	* docs/utils/xmlantispace.[hc]: added ability to backup to
	last newline at closing tag. enabled backnewline for keepspace.

	* docs/generated/faq.xml: removed this file.
	
	* patch from Alper Ersoy:

	* docs/generated/markup.xsl:
	* docs/generated/html.xsl: changed the colors of variables and
	struct-names from red to some shade of green.
	improved the look of entries in table of contents.

	* docs/generated/markup.xsl:
	* docs/generated/html.xsl:
	* docs/generated/man.xsl: made the author names in title pages
	multi-language friendlier.

Wed Dec  4 18:59:38 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxktexttools.c (text_buffer_tagdef): work arond
	GtkTextView introducing ::weight as G_TYPE_INT instead of as
	PANGO_TYPE_WEIGHT. fixes bold etc. font styles.
	(enum_match_value): make sure enum values are matched word-wise.

Wed Dec  4 17:29:49 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: added menual page postscript targets.
	
	* beast-gtk/bstapp.c (bst_app_operate): 
	* beast-gtk/tsmview.c (main): default to monospace font in navigatable
	doc browsers.

	* incorporated changes/fixes from Alper Ersoy:

	* docs/WRITING.3.texi: general improvements.
	
	* docs/generated/markup.xsl: Various display fixes, new attempt at
	enabling enumerations.
	
	* docs/generated/*.xsl: Improved the look of title pages, especially
	when there is more than one author. Added a navigation system. Misc
	other improvements.
	
	* docs/generated/scandocs.pl: RETURN layout fixes.

Tue Dec  3 02:45:39 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am (bse-procs.3.texi): added bse-structs(3)
	to SEE ALSO section.

	* docs/generated/Makefile.am (bse-structs.3.texi): added bse-procs(3)
	to SEE ALSO section.

Tue Dec  3 02:34:35 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am (bse.3.texi): added bse-procs(3) to
	SEE ALSO section of bse.3.

Tue Dec  3 02:22:56 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: generate manual pages
	from *.<section>.xml sources, to match alper's new reference style.

	* docs/WRITING.3.texi: new example file (example links from
	alper).
	
	* docs/teximacros.texi: 
	* docs/release-notes.texi: 
	* docs/faq.texi: 
	* docs/beast-index.texi: font and link fixes from alper.

	* docs/generated/markup.xsl: 
	* docs/generated/man.xsl: 
	* docs/generated/html.xsl: fixes and new rules from alper to support
	target specific document links and url protocolls.

	* docs/generated/scandocs.pl: patch from alper to add see-also sections.

Tue Dec  3 00:58:18 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: reenabled preferences dialog.

	* beast-gtk/bstrecords.sfidl:
	* beast-gtk/bstgconfig.[hc]: reimplemented BEAST global config as an
	SfiRec.

	* beast-gtk/bstparam.[hc]: slight fix to proxy binding.
	implemented SfiRec binding.

	* beast-gtk/bstpreferences.[hc]: reimplemented BEAST preferences (no BSE
	preferences yet) albeit without saving.

	* beast-gtk/bstutils.c: fix default hints for pspecs.

	* beast-gtk/gxk/gxkutils.[hc]: added convenience function
	gxk_notebook_append().

Sun Dec  1 07:26:26 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.[hc]: polished proxy listing in property bindings.
	* beast-gtk/bstparam-proxy.c: new property editor for proxies.

Sun Dec  1 07:19:12 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcluehunter.c (bst_clue_hunter_event): activate due to
	Enter regardless of successfull matching.

Sun Dec  1 02:50:54 2002  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/Makefile.am: switched from using mkapi to using sfidl
	C language binding on bse.sfidl.

Sun Dec  1 02:17:09 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdial.c: disconnect adjustment signals.

Sun Dec  1 00:09:12 2002  Stefan Westerfeld  <stefan@space.twc.de>

	* beast-gtk/Makefile.am: new sfidl options

Fri Nov 29 00:57:43 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.[hc]:
	* beast-gtk/bstsnetrouter.c: fix parasite coord handling.

	* beast-gtk/bstutils.[hc]: made bst_gmask_form() more flexible
	by supporting packing flags, fixed callers.

	* beast-gtk/bstparam.[hc]: cleanup, fix and comment sensitivity
	of property editors. demand exact scat matches for property editors
	of non-fundamental scats.
	* beast-gtk/bstparam-strnum.c: implement editing of notes and times.
	* beast-gtk/bstparam-note-spinner.c: implement note editing as number.

Thu Nov 28 00:01:49 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c:
	* beast-gtk/bstparam-choice.c: new property editor implementation
	for choices.

Wed Nov 27 01:12:12 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxktexttools.c: use "serif" as default font, so
	documents that want to display "sans" need to explicitely
	select that.

Mon Nov 25 20:53:09 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/markup.xsl:
	* docs/generated/man.xsl: more spacing/newline fixes by alper.

Sun Nov 24 23:51:45 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/html.xsl: 
	* docs/generated/markup.xsl: applied changes by alper.

	* beast-gtk/bstwaveeditor.c (wave_chunk_fill_value): port
	this function over to the new API.

Sun Nov 24 02:32:32 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: fixup module position code, use
	properties instead of parasites.

	* beast-gtk/bstparam.c: flag the params as 'updating' during creation to
	fix spurious value settings. support note-sequence property
	editing, support editor type hint matching.

	* beast-gtk/bstparam-note-sequence.c: new property type to edit
	note sequences.

	* beast-gtk/bstsequence.c: fixup fallback offset.

Tue Nov  5 08:57:44 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-entry.c: new property type to edit strings.

Tue Nov  5 06:33:06 2002  Tim Janik  <timj@gtk.org>

	* docs/beast-index.texi: link reference docs.

	* docs/generated/Makefile.am: added reference docs to
	$(markup_targets).

	* docs/teximacros.texi: additional macros from Alper Ersoy
	for structure markup.

	* docs/generated/scandocs.pl:
	* docs/generated/html.xsl:
	* docs/generated/man.xsl:
	* docs/generated/markup.xsl: updates from Alper Ersoy to improve
	reference documentation generation.

Mon Nov  4 23:51:31 2002  Tim Janik  <timj@gtk.org>

	* docs/faq.texi: added section about hardware requirements from
	Andrew McDonald <andrew.mcdonald@boursedata.com.au>.

Mon Nov  4 12:18:22 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: some cleanups, added manual page
	generation rules.

	* docs/reference/: tidy up, this directory becomes obsolete.
	
	* docs/generated/markup.dtd: fixup family (monospace|serif|sans).
	* docs/generated/markup.xsl: likewise, s/mono/monospace/.

	* docs/generated/man.xsl: XSL transformation from alper ersoy to
	generate manual pages from makeinfo xml sources.
	applied slight changes to switch order of c and scheme function
	prototypes.
	
	* docs/generated/scandocs.pl: scandocs.pl from ../reference plus
	a patch from alper ersoy which switches manual page generation
	over to texi macros.
	
	* docs/teximacros.texi: applied patch from alper ersoy which adds a
	set of required macros for reference documentation generation.

Mon Nov  4 07:35:32 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam-toggle.c: implement rack and property toggle
	buttons.

	* beast-gtk/bstsupershell.c (bst_super_shell_release_super): fix signal
	disconnection.

	* beast-gtk/bstparam.c: fix named rating.

	* beast-gtk/bstparam-spinner.c: implement rack and property spin
	buttons.

	* beast-gtk/bstutils.c (bst_window_sync_title_to_proxy): 
	* beast-gtk/bstinstrumentview.c (bst_instrument_view_operate): 
	* beast-gtk/bstapp.c (bst_app_destroy): remove last occourances
	of bsw_proxy_* functions.

	* bsw/bswsignal.c: urg, remove old non-glue signal connection
	code which was still being used and worked!

	* *.c: adapt to glue layer signal changes.

Mon Nov  4 00:06:13 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: update x/y position from BseSource
	properties, not parasites.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_event): assign x/y
	positions when creating new modules.

	* beast-gtk/bstrecords.sfidl: fix preference defaults.

Sun Nov  3 06:26:03 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmenus.h: 
	* beast-gtk/bstapp.c (bst_app_run_script_proc): 
	* beast-gtk/bstpartdialog.c (part_dialog_run_proc): 
	* beast-gtk/bstsnetrouter.c (bst_router_popup_select): 
	pass on category_id for BseCategories.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_event): fix tool_id
	usage, which is a category_id now.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_update): fix rebuilding
	of the canvas sources.

	* beast-gtk/bstmenus.c (bst_menu_config_create_items): fix ImageItem
	creation.

	* beast-gtk/*.c: change ::set_parent connections on proxies to
	:.release.

Sat Nov  2 00:20:55 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.[hc]: complete design revamp. the new BstParam
	code is supposed to take over the old BstParam uses and implement
	controllers for the rack view.
	* beast-gtk/bstparam-label.c: param implementation for property name
	display.

	* beast-gtk/bstapp.[hc]:
	* beast-gtk/bstsupershell.[hc] + derived widgets:
	eliminate update() method.

	* beast-gtk/bstsupershell.c: port over to new property system.

	* beast-gtk/bstmain.c (main): disable release dialog, enable
	glue layer signal dispatching through a simple hack. cleanup
	initialization order.

	* bsw/*.c: fix includes due to bse.h changes.

	* bsw-shell/bswscminterp.[hc]: fix includes, disable code
	for glue layer context dispatching.

Sun Nov  3 00:03:49 2002  Stefan Westerfeld  <stefan@space.twc.de>

	* bsw/Makefile.am: switch to sfidl long options

Wed Oct 30 00:18:12 2002  Tim Janik  <timj@gtk.org>

	* docs/utils/xmlantispace.[hc]: new program to strip spaces from
	XML sources during documentation generation.

Mon Oct 28 01:53:24 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxkutils.[hc]: provide fixed versions
	of gxk_item_factory_get_item() and gxk_item_factory_get_widget()
	which properly deal with underlines in paths.

Sun Oct 27 23:50:15 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_init): fix sort-order of
	menu entries.

	* beast-gtk/bstmenus.c (bst_menu_config_from_cats): fix no-zero
	initializations.

	* beast-gtk/bstmain.c (main): fix initialization order.

Sun Oct 27 23:29:07 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstrecords.sfidl: 
	* beast-gtk/bstutils.c: fixes according to recent sfidl changes.

Sun Oct 27 23:14:00 2002  Tim Janik  <timj@gtk.org>

	* ok, at this point, beast finally links again.

	* beast-gtk/bstrecords.sfidl: new file, containing BstGlobalConfig
	record definition.

	* beast-gtk/Makefile.am: forgive alphabetic grouping of source files
	for tighter layout and compilation time optimized ordering.
	properly generate sfidl types.

	* beast-gtk/bstutils.c (_bst_init_utils): fix up initialization
	process some more, support idl generated types.

	* beast-gtk/bstgconfig.[hc]: use BstGlobalConfig from bstrecords.sfidl
	to provide global config structure.

Sun Oct 27 20:35:54 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.c (bst_item_view_item_changed): 
	* beast-gtk/bstusermessage.c (sctrl_actions_changed):
	don't free return values from bse_proxy_get() (these are
	garbage collected).

	* beast-gtk/bstusermessage.c: reenable and fix code, mostly
	renames and const corrections.

	* beast-gtk/bstapp.c (bst_app_operate): 
	* beast-gtk/bstprocedure.c: disable procedures (provide dummies)
	and procbrowser as long as we don't have param editing.

Sun Oct 27 17:51:38 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpianoroll.c: fix and reenable code.

	* beast-gtk/bstpianorollctrl.c: fix and reenable code.

	* beast-gtk/bstpartdialog.c: reenable and fix code.

	* beast-gtk/bstwaveeditor.c: fix code, leave just broken code
	disabled.

	* beast-gtk/bstwavereposhell.c: reenable and fix code.

	* beast-gtk/bstparamview.c: disable broken code.

	* beast-gtk/bstmenus.c (bst_menu_config_free): implement.

	* beast-gtk/bstapp.c (bst_app_operate): disable preference browser.

	* beast-gtk/bstmain.c (main): fix glua layer usage.

Sun Oct 27 16:58:16 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/*.c: do param-spec -> pspec renames.

	* beast-gtk/*.c: fix more BSE_OBJECT_ID()/bse_object_from_id() places.

	* beast-gtk/*.c: fix more BSW/bse macros and functions.

	* beast-gtk/*.c: adapt to new glue layer proxy code.

	* beast-gtk/bstplayback.c: reenable fixed version of the code.

	* beast-gtk/bstradiotools.c: more category fixes.

	* bsw/bswproxy.[hc]: remove most of the code in here, use sfi
	glue layer proxy functions instead.

	* bsw-shell/bswscminterp.c: constant and proxy fixes.

Fri Oct 25 17:40:16 2002  Tim Janik  <timj@gtk.org>

	* acbeast.m4: removed C++ optimization options, that simply takes
	too damn long to compile.

Thu Oct 24 17:07:40 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsupershell.[hc]: use proxies, fix signal connections,
	s/bsw/bse/.

	* beast-gtk/bsttrackview.c: s/bsw/bse/.

	* beast-gtk/bstitemview.[hc]: make item_type a static const string.

	* bsw/bswproxy.h: define bse_* aliases for sfi_* functions, this
	needs much more cleanup anyways.

	* beast-gtk/bstsnetrouter.[hc]: use new menu code, disable
	broken code, use SfiProxy instead of Bse objects.

	* beast-gtk/bstsnetshell.c (bst_snet_shell_rebuild): s/bsw/bse/.

	* beast-gtk/bstdefs.h: define BST_DVL_EXT to 0 for now, need to
	query this from BSE at some point.

	* beast-gtk/bstservermonitor.c (bst_server_monitor_init): use strings
	instead of type IDs.

	* beast-gtk/bstsequence.c: fix structure access.

	* beast-gtk/bstrackeditor.c: s/bse/bsw/.

	* beast-gtk/bstqsampler.c: s/bsw/bse/, use SfiFBlock instead of
	ancient BSW types.

	* *.c: a couple include fixes, disable broken code.
	
Wed Oct 23 20:47:51 2002  Tim Janik  <timj@gtk.org>

	* started sfk-launch branch.

Thu Oct  3 23:31:26 2002  Tim Janik  <timj@gtk.org>

	* acbeast.m4: when using gcc, compile sources with -O3 (not -O6).

	* configure.in: prepare for sfi/ configuration.

	* sfi/: new subdirectory and library. in preparation for SFK (synthesis
	fusion kit), this is the underlying interface library SFI (syntheis
	fusion kit interface).

Wed Sep 18 09:53:56 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/markup.xsl: new version from Alper, fixing table
	indentation, toc generation, spacing in indices and improved table
	generation.

	* docs/generated/Makefile.am: add generic rule for *.texi -> *.markup
	generation.

Sun Sep 15 07:23:39 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/html.xsl:
	* docs/generated/markup.xsl: update these with new versions from
	Alper Ersoy which can generate indices.

Sun Sep 15 06:30:06 2002  Tim Janik  <timj@gtk.org>

	* bsw-shell/bswscminterp.[hc]: integrate with glue layer garbage
	collector and adjust to recent glue layer changes.

	* beast-gtk/bstapp.c: use beast_main_loop instead of gtk_main_quit().
	* beast-gtk/bstmenus.c: same here, and implement a modal recursive
	main loop explicitely.

	* beast-gtk/bstmain.c: instead of using gtk_main(), implement our
	own main loop which allowes us to call gsl_glue_gc_run() periodically
	in th etoplevel main loop. export global variable beast_main_loop
	to flag application exit, since gtk_main_quit() doesn't work anymore.

Thu Sep 12 06:58:52 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/gxk/gxktexttools.c (scroll_text_key_event): support
	Ctrl+R as reload (mimicking mozilla keybinding again).

Wed Sep 11 18:23:00 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/Makefile.am: remove bsttexttools.[hc] and
	bsttoolbar.[hc] in favour of GXK variants.

	* beast-gtk/gxk/gxk.h:
	* beast-gtk/gxk/Makefile.am:
	* beast-gtk/gxk/gxktoolbar.[hc]:
	* beast-gtk/gxk/gxktexttools.[hc]: add new cleaned up,
	renamed and documented ports of the text tools and toolbar
	code to GXK.

	* docs/generated/Makefile.am: generate and check in faq.xml which
	is needed for the web site.

	* docs/generated/html.xsl:
	* docs/generated/markup.xsl: minor fixes from alper ersoy.

	* docs/generated/Makefile.am:
	* docs/generated/markup.dtd: added markup.dtd from alper ersoy and
	lint rule to check validity of markup output.

	* *.[hc]: adaptions to the GXK rename.

Sat Sep  7 16:06:51 2002  Tim Janik  <timj@gtk.org>

	* bsw/bswproxy.c (add_gc): remember the collector id. fixes
	enourmous cpu consumption for procedure string returns.

	* beast-gtk/bstdialog.[hc]:
	* beast-gtk/bststatusbar.[hc]: removed in favour of gxk variants.

	* beast-gtk/gxk/gxkdialog.[hc]:
	* beast-gtk/gxk/gxkstatusbar.[hc]: convert Bst widgets into GXK
	variants GxkDialog and GxkStatusBar by removing beast/bsw specific
	code portions.

	* beast-gtk/bstusermessage.[hc]: adapt to changes in BSE, the server
	signals script start/error and user messages. the script control
	objects signal progress.

	* beast-gtk/bstutils.[hc]: add beast/bsw specific extensions:
	(bst_status_eprintf): set BswErrorType status through gsk_status_set().
	(bst_window_sync_title_to_proxy): sync a window's title to a proxy name.
	removed gtk_widget_showraise, gtk_toplevel_hide, gtk_toplevel_delete,
	gtk_toplevel_activate_default, gtk_idle_show_widget, gtk_idle_unparent,
	and gtk_last_event_coords.
	
	* beast-gtk/gxk/gxkutils.[hc]: added gxk_widget_showraise,
	gxk_idle_show_widget, gxk_toplevel_delete, gxk_toplevel_hide and
	gxk_toplevel_activate_default.

	* beast-gtk/*.[hc]: adaptions due to GXK changes.

	* docs/release-notes.texi: adapt to development series v0.4.

Fri Sep  6 17:37:19 2002  Tim Janik  <timj@gtk.org>

	* started general refactoring and cleanup work.

	* beast-gtk/gxk/Makefile.am: new static library, holding
	Gtk+ extensions/fixes and new widgets which are not beast-specific.

	* beast-gtk/gxk/gxkcanvas.[hc]: new files covering gnome canvas
	related functions.

	* beast-gtk/gxk/gxkglobals.[hc]: global configuration stuff.

	* beast-gtk/gxk/gxkstock.[hc]: stock icon/action rekated functions.

	* beast-gtk/gxk/gxkutils.[hc]: miscellaneous utilities.

	* beast-gtk/utils.[hc]: move many things out of this file into gxk.

	* beast-gtk/*.[hc]: include fixes. adaptions to gxk.

	* beast-gtk/icons/Makefile.am: generate icon list with
	stock ids alongside the inlined pixbufs.

	* docs/reference/Makefile.am: generate beast-gxk.dat and manual
	page and get rid of the bst.* variants.

Wed Sep  4 01:39:42 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttexttools.c (bst_scroll_text_create): prevent the location
	entry from eating space unneccessarily.

Wed Sep  4 01:29:06 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttexttools.c (bst_scroll_text_create): add support for
	Alt+Left as back and Alt+Right as forward (keybindings from netscape).

Wed Sep  4 00:21:01 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: make documentation text views navigatable, rewind
	history upon reshow.

	* beast-gtk/bsttexttools.[hc]: implement navigatable portion of the text
	views, optionally supported with BST_TEXT_VIEW_NAVIGATABLE.
	removed BST_TEXT_VIEW_PARSE_TSM since we have to figure TSM-parsability
	anyways.
	got rid of bst_scroll_text_from_file(), reading input from files
	should be done via absolute or partial file:// URIs now.

	* beast-gtk/bsttoolbar.[hc]: support expandable toolbar widgets.

	* beast-gtk/tsmview.c: make the browser navigatable.

	* docs/beast-index.texi: new file. this simply links to all the
	other docu files, it's used as a fallback index for beast's
	documentation browser.

	* docs/generated/markup.xsl:
	a bunch of changes:
	- provide a toplevel <tag-span-markup/> tag
	- add anchors to section titles (copied from html.xsl), tag
	  spec: <anchor name="customPointer"/>
	- tag rename, <activatable data="someURI"/> became <xlink
	  ref="someURI"/>. (for some _ODD_ reason, GMarkup seems
	  to be unable to parse <link/>, while <xlink/> doesn't pose
	  a problem.)
	- nuke image link deadends.

Mon Sep  2 10:04:38 2002  Tim Janik  <timj@gtk.org>

	* released beast-0.4.1.tar.gz.
	
Mon Sep  2 10:04:38 2002  Tim Janik  <timj@gtk.org>

	* docs/reference/Makefile.am: add $(top_srcdir)/configure as dependency
	to the *.dat rules, so the .dat files are properly remade if the
	package version changes.

Mon Sep  2 07:13:50 2002  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.4.1, non-rc.

	* beast-gtk/bstgconfig.[hc]: store rc-version as string.
	* beast-gtk/bstmain.c: use BST_VERSION as rc-version.

	* test/test-song.bse: provide a sample song.

Fri Aug 30 03:21:31 2002  Tim Janik  <timj@gtk.org>

	* configure.in: up version to v0.4.1rc4.

	* bsw-shell/*.[hc]: 
	* bsw/*.[hc]: 
	* beast-gtk/*.[hc]: update copyrights and license headers.
	
	* AUTHORS: make this the canonical AUTHORS file for the whole
	package, update names.
	
	* put notes about licensing into COPYING. ship COPYING.GPL
	and COPYING.LGPL.

Thu Aug 29 11:52:04 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/Makefile.am: remove built_tools from
	MAINTAINERCLEANFILES.

Sat Aug 24 12:02:21 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bsttexttools.c (text_buffer_tagdef): support empty tagdefs.

	* docs/quickstart.texi: use doctitle and docauthor markup.

	* docs/generated/markup.xsl:
	* docs/generated/html.xsl: updates from alper for doctitle
	and docauthor.

Fri Aug 23 21:21:54 2002  Tim Janik  <timj@gtk.org>

	* docs/quickstart.texi: complete "Setting Up Songs" chapter.

	* beast-gtk/bstcanvassource.[hc]: add channel name hints, can be
	toggled on and off with bst_canvas_source_set_channel_hints().

	* beast-gtk/bstsnetrouter.[hc]:
	add bst_snet_router_toggle_channel_hints() with GUI button to blend
	in/out channel name hints.

	* beast-gtk/bstparam.c (bst_param_create): shrink object properties by
	a slight bit, so they aren't _insanely_ big.

Fri Aug 23 15:22:41 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/images/beast-logo.png: remove the "GNU" bubble from the
	logo pic, as beast is currently not an official GNU project.

Fri Aug 23 14:52:49 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/markup.xsl: update from alper to fix empty paras.

	* docs/generated/html.xsl: update from alper to fix empty paras.

Fri Aug 23 11:27:42 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.c (bst_wave_editor_init): put the chunk list
	and the qsampler scrolled window into a vpaned so the user can alter
	their layout.

	* beast-gtk/bsttrackview.c: remove single track hack.
	
	* docs/teximacros.texi: add @doctitle and @docauthor macros.

Tue Aug 20 17:32:35 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c: fix va_start() invocations.

	* docs/teximacros.texi: add @revision{} macro from alper to
	show last revision stamp in generated output.

	* docs/generated/html.xsl: update from alper with bug fixes.

	* docs/generated/markup.xsl: update from alper with bug fixes,
	fixes majorheading handling.

	* docs/faq.texi:
	* docs/quickstart.texi: fix revision date generation.

Fri Aug 16 13:02:10 2002  Tim Janik  <timj@gtk.org>

	* incorporate doc changes from Alper Ersoy <dirt@gtk.org>:

	* docs/faq.texi: add @toc.
	* docs/quickstart.texi: add @toc, put title as majorheading.
	* docs/teximacros.texi: add nop macro (does nothing, throws
	it's argument away) and @toc definition.

	* generated/html.xsl: updated.
	
	* generated/markup.xsl: yai! alper gave this some loving ;)

Fri Aug 16 03:17:26 2002  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am: add new .texi doc files, cleanups.
	* docs/faq.texi: newly formatted and updated FAQ.
	* docs/quickstart.texi: started out on a quick start guide.
	* docs/release-notes.texi: newly formatted release notes.
	* docs/teximacros.texi: texi base macros.

	* docs/generated/Makefile.am: generate docs from the .texi
	sources with makeinfo and xsltproc now.

	* docs/generated/texinfo.dtd: small DTD that just transforms
	frequently used texi-sepcial entities into xml tags.

	* docs/generated/html.xsl: XSL stylesheet from alper to produce
	html from makeinfo --xml output.

	* docs/generated/markup.xsl: bad hackup to generate TagSpanMarkup
	output from makeinfo --xml. alper, this could need some loving ;)

	* docs/reference/Makefile.am: moved tags2doc.pl into this dir,
	since the reference docs aren't yet ported to texi/xsl.

Fri Aug 16 02:11:00 2002  Tim Janik  <timj@gtk.org>

	* configure.in: add AC_DOC_REQUIREMENTS() which checks for
	all things neccessary to build texi docs. (currently, we
	need a patched makeinfo, but that'll hopefully change with
	the next makeinfo release).
	up release candidate to 3.

	* beast-gtk/Makefile.am: sort out beast sources. added build
	rules for tsmview.

	* beast-gtk/tsmview.c: a small noinst program to view TagSpanMarkup
	docs with GtkTextView.

	* beast-gtk/bstapp.c: added QuickStart help file popup to menu.

	* beast-gtk/bstdialog.[hc]: renamed BST_DIALOG_STATUS flag to
	BST_DIALOG_STATUS_SHELL, since this flag really indicates a
	different type of window.
	(bst_dialog_key_press_event): support Escape as a shortcut
	for delete-event (for normal windows).
	(bst_dialog_action_multi): catch addition of STOCK_CLOSE or
	STOCK_CANCEL to update BST_DIALOG_DELETE_BUTTON flag.

	* bstmain.c: moved some stuff into bstutils.c and bstapp.c to
	avoid dependancies from the rest of the sources on bstmain.c.

	* bstutils.[hc]: get rid of text widget or text display related
	stuff.

	* bsttexttools.[hc]: new files, containing code to deal with
	text view/buffer objects, text display and markup.
	beyond the functionality of text display related code from
	bstutils.[hc], this code parses TagSpanMarkup xml tags, offers
	utilities to move the cursor in text view/buffer, and offers
	text browsing mode key bindings for GtkTextView.
	also, the initial GtkTextView size requisition got fixed.

Tue Aug  6 23:18:33 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_key_table_from_xkb): don't perform Xkb
	queries, since we currently don't need key tables.

	* bsw/bswproxy.c (bsw_collector_get_string): plug string leakage.

	* beast-gtk/bstpatterneditor.c:
	* beast-gtk/bstpianoroll.c: s/halftone/semitone/.

	* beast-gtk/bsttrackview.c (bst_track_view_can_operate): for a short
	term hack, allow only creation of one track.

Mon Aug  5 11:21:11 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: renamed bst_wrap_text_*() to
	bst_text_view_*().
	unfortunately, bst_text_view_from() still creates a GtkText widget
	as opposed to the other bst_text_view_*() functions which deal with
	GtkTextView already. that is because GtkTextView is simply still too
	broken to correctly display Release-Notes and similar important stuff.

	* beast-gtk/bstapp.c (bst_app_operate): we should use "mono" for fixed
	font text views.

Sun Aug  4 12:27:54 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.c: update playback position slider.

Sat Aug  3 17:46:41 2002  Tim Janik  <timj@gtk.org>

	* Makefile.am (EXTRA_DIST): don't include and ship PKG_paths.h.

	* docs/reference/Makefile.am (bsw-procs.dat): don't load plugins
	from bsequery since this might be called while still uninstalled.

	* configure.in: up version to rc2.
	check whether ov_read_float() from libvorbis has 3 or 4 arguments.

	* beast-gtk/images/beast-splash.png: splash screen update from
	jimmac which says "Bedevilled Audio System".

Fri Aug  2 20:08:38 2002  Tim Janik  <timj@gtk.org>

	* configure.in: fix libguile check by supporting guile-config.

Fri Aug  2 18:33:47 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcluehunter.[hc]: copy and update clue hunter code from
	GLE. added ::poll_refresh signal to update clue hunter contents.

	* beast-gtk/bstparam.c: update clue hunter code to use BstClueHunter.
	feature bsw_item_list_proxies() procedure for OBJECT properties.

Tue Jul 30 01:44:02 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/release-notes.dat: updates.

	* beast-gtk/bstplayback.[hc]: export API for seeking.

	* beast-gtk/bstwaveeditor.[hc]: add seek scale.

Sat Jul 27 19:10:36 2002  Tim Janik  <timj@gtk.org>

	* configure.in (BST_RELEASE_CANDIDATE): feature release candidate
	appendix.

	* bsw-shell/Makefile.am (public_scripts): don't install test.scm.

	* bsw/Makefile.am: fix build rules for massive parallel
	builds. fix clean rules.

	* Makefile.am: fix gsl -> bse link.

	* configure.in: error out if guile is missing.

	* beast-gtk/Makefile.am: add missing files.

	* beast-gtk/bstpartdialog.c: nuke wrong include.

	* beast-gtk/icons/Makefile.am: fix build rules.

	* beast-gtk/images/Makefile.am: add missing files.

	* bsw/Makefile.am: add -I., fix build rules.

	* bsw/mkapi.c: fix generated includes.

	* bsw-shell/Makefile.am: add -I., add missing files.
	scm glue is now kept in bsw-scm-glue.boot.

	* docs/Makefile.am: nuke outdated files from EXTRA_DIST.

	* docs/reference/Makefile.am: fix build rules.

Sat Jul 27 13:30:39 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_parse_args): add --print-path option
	to print a path to stdout on demand, print help and version to
	stdout (not stderr).

	* beast-gtk/images/: new directory containing images.
	added excellent images (logo, splash, mime-type, etc.) from
	Jakub Steiner.

	* NEWS: updates.

	* configure.in: provide BST_VERSION_STABLE and BST_PATH_IMAGES,
	fix BST_PATH_SAMPLES. upgrade version hint from Pre-ALPHA to ALPHA.

	* beast-gtk/bstsplash.[hc]: splash dialog implementation.

	* beast-gtk/bstdialog.c: add to status bar stack upon show if it's
	empty.

	* beast-gtk/bstmain.c: fire up splash screen. show dialogs as
	early as possible. special case development command line options.

	* docs/generated/release-notes.dat: updates.

	* beast-gtk/bstparamview.c (bst_param_view_rebuild): properly honour
	type ranges as set by bst_param_view_set_mask() (fixes the BSE
	options in the preferences dialog).

Sat Jul 27 07:49:48 2002  Tim Janik  <timj@gtk.org>

	* bststest.c: adapt to new GSL data handle API.

	* bstwaveeditor.[hc]: major code cleanup, adapt to new GSL data handle API.

Thu Jul 25 01:25:35 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bststest.c: gsl_wave_handle_new() updates.

	* doc updates.

Tue Jul 23 08:12:54 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/icons/music-cut.png: minor icon fixup.

	* beast-gtk/Makefile.am: remove unused code from build list, regarding
	patterns, instruments and effects.

	* bstapp.c: menu changes to reflect part/track usage vs. patterns
	and instruments.

	* bstkeytables.c: disable pattern editor dependancies.

	* bstparam.c: there's no fundamental type BSE_TYPE_NOTE anymore.

	* bstpartdialog.c: extend menu with newly added cut/copy/paste/clear
	functions.

	* bstpartdialog.c:
	* bstpianoroll.[hc]:
	* bstpianorollctrl.[hc]: port this over to use notes instead of
	frequencies, bug fixes.

	* bstsongshell.[hc]: remove dependancies on unused code.

	* bsttrackview.c: properly deal with track removal during playback.

	* bsw/bswproxy.[hc]: wrap BSE_NOTE_*() macros, get rid of BSE_TYPE_NOTE
	fundamental.

Sun Jul 21 21:16:22 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpartdialog.[hc]: add clipboard functions to toolbar,
	cut/copy/paste and clear.

	* beast-gtk/bstpianoroll.[hc]: slight note colorization changes, support
	view-only selection rectangle. add function to retrieve paste position.
	remove controller-specific drag data.

	* beast-gtk/bstpianorollctrl.[hc]: add clipborad support add
	per-controller drag data. support selection group moves.

	* beast-gtk/bsttoolbar.[hc]: support stock images.

	* beast-gtk/bsttrackview.[hc]: fixup track image.

	* beast-gtk/bstutils.[hc]:
	* beast-gtk/icons/*: added new icons: music clipboard cut/copy/paste,
	track and trash-scissors.

Mon Jul 15 14:40:52 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_page): use BstToolbar
	instead of GtkToolbar to fix up zoom and tool size layout.

	* beast-gtk/bstcanvassource.c: provide sane default size for info
	window.

	* beast-gtk/bstpartdialog.c: fix radio tool fallback.

	* beast-gtk/bstradiotools.c: fixup toggle button state of fallback
	tool when deactivated.

	* beast-gtk/bstcanvassource.c: provide sane default size for info
	window.
	
	* beast-gtk/bsttoolbar.c: fix up tooltip on custom widgets.

Mon Jul 15 07:18:40 2002  Tim Janik  <timj@gtk.org>

	* bsw-shell/record-midi.scm (record-midi): quick script to record midi notes
	into a BsePart.

	* beast-gtk/bstdragutils.[hc]: start at implementing necessary utilities
	for widget implementations that support mouse dragging APIs (and auto-
	scrolling).

	* beast-gtk/bstpianorollctrl.[hc]: piano roll controller implementation
	(insertion, selection, resizing, movement, deletion etc. of notes).

	* beast-gtk/bsttoolbar.[hc]: quick toolbar implementation based on
	standard widgets. this gets rid of lots of problems with GtkToolbar
	and supports drop-down selection tool items.

	* beast-gtk/bsttrackview.[hc]: view for BseTracks withint BseSong
	shells.

	* beast-gtk/bstpartdialog.[hc]: moved piano roll controller code into
	bstpianorollctrl.[hc]. extend button3 menu with piano roll tools. add
	hzoom, use new toolbar, add note length and quantization selections.
	configure piano roll ctrl tools.
	
	* beast-gtk/bstpianoroll.[hc]: implement new drag API. added auto
	scrolling, support selections and implement proper boundary (highest/
	lowest frequency) checks.

	* beast-gtk/bstradiotools.[hc]: support BstToolbar.

	* beast-gtk/bstsongshell.[hc]: support BstTrackView.

	* beast-gtk/icons/*note*:
	* beast-gtk/bstutils.[hc]: added new stock items for note length
	and quantization selection.

	* bsw-shell/bswscminterp.[hc]: implement GslGlueRec as SCM smob
	with named field accessor. use GslGlueSeq of rproc/signal arguments.
	
Wed Jun 12 06:16:07 2002  Tim Janik  <timj@gtk.org>

	* bswproxy.[hc]: added facility to set/get data pointers per proxy.

	* bswsignal.c: fix closure guards and signal connection.

Thu Jun 13 07:29:20 2002  Tim Janik  <timj@gtk.org>

	* bsw-boilerplate.scm.x: more scheme function definitions.

	* bswscminterp.[hc]: new binding implementation, based on the
	GSL Glue layer. we use an extra SMOB type to hook into the
	garbage collector now.

	* bswshell.c: support startup suspension via BSW_SHELL_SLEEP4GDB=1.
	adaptions to new bswscminterp.h.

	* progressor-example.scm: procedure fixes.

	* got rid of the old C glue generation code.

	* bstmain.c: support startup suspension via BEAST_SLEEP4GDB=1.
	fixup plugin and script registration process somewhat.
	added --hints option to display additional information in tooltips
	usefull for script implementations.

	* bstpianoroll.[hc]: supply GdkEvent in canvas event signals to allow
	pointer graps in handlers.

	* bstpartdialog.c: implemented procedure startup menu.

	* bstprocedure.c: removed some bad status hacks.

	* bststatusbar.[hc]: added support for script-control dialogs.

	* bstusermessage.[hc]: implemented script-control dialog.

	* bstutils.c: fix NULL action lookup.

Mon May 27 16:45:48 2002  Tim Janik  <timj@gtk.org>

	* test/*.bse: fixes due to i/o channel renames.

	* bstapp.c: added /Script menu.

	* bstcanvassource.c: provide canonical channel names in info dialogs.

	* bstdialog.c: allow setting of child and removal of actions.

Mon May 27 06:58:30 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c (bst_procedure_shell_execute): remove hack
	to set the status bar after procedure execution, BseServer signals this.

	* beast-gtk/bstprocedure.[hc]: added new functions to fire
	up the procedure execution dialog non-modal.

	* beast-gtk/bstutils.[hc]: added new stock icon types (from gtk)
	for info/question/warning/error dialogs. added convenience
	function gtk_tree_view_append_text_columns() to reduce code
	duplication.
	(bst_wrap_text_create):allow text to be horizontally centered.

	* beast-gtk/bstapp.[hc]: support procedure browser.

	* beast-gtk/bstdialog.[hc]: added functions to change dialog
	flags.

	* beast-gtk/bstmain.c: register scripts together with plugins
	and setup user-message handlers.

	* beast-gtk/bstusermessage.[hc]: install a BseServer handler to 
	popup message dialogs upon request (with various types: INFO,
	QUESTION, WARNING and ERROR).

	* beast-gtk/bstprocbrowser.[hc]: fire up a browsing dialog, listing
	all BSE procedures.

	* Makefile.am: define BSW_PATH_SCRIPTS (path where script files
	reside) and BSW_PATH_BINARIES (path where the bswshell interpreter
	resides).

	* bsw-shell/bswshell.c: added argument parser to support:
	--g-fatal-warnings: make glib warnings fatal.
	--bse-command-pipe: setup input/output pipes when being invoked
	  remotely.
	--bse-enable-register: enable script function registration for
	  the remote invokation case.
	--bse-enable-server: enable bsw-server function, either for the
	  remote case when not registering scripts, or (automatically
	  enabled) for the standalone case.
	-p: register plugins upon startup (could be auto-enabled for the
	 standalone case).
	(gh_main): sort out remote vs. standalone invokation.

	* bsw-shell/mkglue.c: fix float handling.

	* bsw-shell/bswscminterp.[hc]: added SCM stubs to register
	scripts. 

	* bsw-shell/bswscmhandle.c (bsw_scm_handle_eval): invoke
	procedures over the wire if we're spawned from another
	process. added BseComWire handling routines.

	* bsw-shell/Makefile.am: added rule to install scripts (might
	want to move these into a seperate dir at some point).

	* bsw-shell/progressor-example.scm: simple example script.

Wed May 22 19:01:35 2002  Tim Janik  <timj@gtk.org>

	* bsw/mkapi.c (print_proc): make sure values have a type of 0
	when initializing them.

Wed May 22 16:53:02 2002  Tim Janik  <timj@gtk.org>

	* added a scheme based bswshell using libguile.

	* bsw-shell/mkglue.c: generate glue code to call procedures
	from scheme.

	* bsw-shell/bswshell.c: bswshell main executable, starts a
	read-eval-print-loop after initializing the BSW glue code.

	* bsw-shell/bswscminterp.[hc]: scheme<->c glue code, includes
	generated procedure wrappers from bswscm-genglue.c.

	* bsw-shell/bswscmhandle.[hc]: storage handle, used by procedure
	wrappers to marshal/demarshal procedure calls and their return
	values to/from strings.

	* bsw-shell/test.scm: simple test that loads a .bse file from
	the ../test directory and starts playback.
	
	* bsw/bswproxy.c (bsw_proxy_check_is_a): new function to check
	proxies directly via a GType.

	* bsw/mkapi.c: gor rid of bsw_value_initset_*() defines, those are
	provided by bswglue.[hc] now.
	(add_type_wrapper): provide BSW_TYPE_* wrappers
	for enums, flags and boxed types (besides objects/proxies).
	(type_wrapper_foreach): generate GType wrappers for the BSW_TYPE_*
	macros.
	(main): use bsw_register_plugins() to load plugins.
	
	* bsw/bswglue.[hc]: new files, containing bsw_value_initset_*()
	functions for quick value setup from generated glue code and
	type name conversion functions.
	
	* configure.in (AC_BSW_SHELL_REQUIREMENTS): check for libguile.

	* beast-gtk/bstmain.c (main): use bsw_register_plugins() to load
	plugins.

	* docs/reference/bse-procs.dat: removed.
	* docs/reference/bsw-procs.dat: added, basically a rename, but
	we also use scheme names with bsw- prefix for the procedure names
	now.

Tue May 21 09:25:23 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: fix info updates, keep a use-count
	on the BseSource.

	* beast-gtk/bstparam.c: (bst_param_entry_activate) don't activate
	toplevel default. fix uloc and iterator usages.

	* beast-gtk/bstplaylist.c:
	* beast-gtk/bstpianoroll.c:
	* beast-gtk/bstpartdialog.c: more iterator fixes.

	* beast-gtk/*.c: fixes due to ::name -> ::uname change in BseObject,
	iterator changes and procedure cleanups.

	* test/*.bse: adoptions due to major storage format changes.

Sat May 18 03:17:52 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsequence.[hc]: 
	* beast-gtk/bstparam.c: fixes due to BswNoteSequence.

Thu May 16 23:17:54 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c:
	* beast-gtk/bststatusbar.c: 
	* beast-gtk/bstprocedure.c: updates due to procedure changes in BSE.

	* bsw/mkapi.c: 
	* bsw/bswproxy.[hc]: updates according to procedure cleanups in BSE.

Wed May 15 08:46:53 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.c (play_back_wchunk_off): clear playback mark.
	(bst_wave_editor_rebuild): resort to a single playback button with
	different stcok children for start/stop playback.

Wed May 15 06:59:20 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveview.c (popup_wave_dialog): popup BstWaveEditor
	instead of BstSampleEditor.

	* beast-gtk/bstwaveeditor.[hc]: implement qsampler display, and sane
	playback implementation. add zoom and vscale settings.

	* beast-gtk/bstplayback.c (bst_play_back_handle_stop): auto-uninstall
	pcm notify handler.
	(bst_play_back_handle_pcm_notify): ignore pcm notify request when
	not playing.

	* beast-gtk/gtklistwrapper.[hc]: new Gtk object implementing a
	GtkTreeModel for lists with cell value retrival via callbacks.

	* beast-gtk/bstwaveeditor.c: use GtkListWrapper instead of GtkListStore.

Tue May 14 21:12:06 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: adjust filter menu.
	
	* test/*: fixups.

	* doc updates.

Tue May 14 04:39:43 2002  Tim Janik  <timj@gtk.org>

	* test/simple-loop.bse: beefed-up version, using new modules.

Sun May 12 07:00:38 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (bst_wrap_text_create): fix wrap texts by using
	GtkTextView.
	
	* test/midi-test.bse: fix connections.

Mon May  6 13:01:07 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_tools): remove compat
	code, offer BseAmplifier rather than the plugin BseMixer in the toolbar.

Sun May  5 20:57:28 2002  Tim Janik  <timj@gtk.org>

	* bsw/Makefile.am ($(srcdir)/bswgenapi.c): don't invoke
	mkapi with -p as procedure wrapper generation doesn't work
	correctly for plugins on some platforms.

Sun May  5 05:22:37 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_router_set_tool): clear the status line
	when the router tool is reset by the user.

Wed Apr 24 06:16:56 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (csource_info_update): 
	* beast-gtk/bstcanvaslink.c (clink_view_update): improve info text.

	* beast-gtk/bstcanvassource.c (bst_canvas_source_event): implement status
	idle-hint for i/o channels.

	* beast-gtk/bststatusbar.[hc]: status bar rewrite. removed old code,
	introduced BST_STATUS_PROGRESS and BST_STATUS_IDLE_HINT.
	
	* test/*: updates to changes in BSE.

Tue Apr 16 13:00:43 2002  Tim Janik  <timj@gtk.org>

	* test/simple-echo.bse: simple echo example.

	* beast-gtk/bstradiotools.c: use category name + leaf index
	for tool names.

	* beast-gtk/bstsnetrouter.[hc]: provide a popup menu to select
	modules to insert from.

	* test/midi-test.bse: fixes due to BSE changes.

Mon Apr 15 14:48:37 2002  Tim Janik  <timj@gtk.org>

	* test/midi-test.bse: fix standard oscillator.

Tue Apr  9 03:13:03 2002  Tim Janik  <timj@gtk.org>

	* acbeast.m4: fixup C++ related macros.

	* test/simple-loop.bse: test the free verb modules.

Sat Mar 30 06:58:14 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsongshell.[hc]: conditionalize the pattern view,
	play list and routing views on BST_DVL_EXT. that's because
	patterns are deprecated, and routing is BSE internal.
	added part view.

	* beast-gtk/bstpartview.[hc]: new widget to show parts of a song.

	* beast-gtk/bstpartdialog.[hc]: part editor, using piano roll.

	* beast-gtk/bstapp.c: (minor hack) output GSL alloc report
	upon Refresh. Rebuild and Refresh menu items need to be
	cleaned up anyways.

	* beast-gtk/bstinstrumentview.c: add icons. use procedures.

	* beast-gtk/bstmain.c: fix loader test.

	* beast-gtk/bstpianoroll.[hc]: implement proper octave ordering,
	remove test model, use BsePart as model.
	add signals to handle pointer on the canvas.
 	add support for cursor handling on the panels and the canvas, and
	for user supplied drag data. 

	* beast-gtk/bstradiotools.c: changed logic so that tool_id is
	setup on signal emissions.

	* beast-gtk/bststatusbar.[hc]: support status aliases for
	DONE, ERROR, IDLE and WAIT. changed callers.

	* beast-gtk/bstutils.[hc]: added stock items for various
	widgets. provide convenience functions to retrieve icons size
	width and height.

	* beast-gtk/bstwaveview.c: defer load dialog creation because
	GtkFileSelection does unholy things in its _init routine.

Tue Mar 26 12:09:21 2002  Tim Janik  <timj@gtk.org>

	* bsw/bswsignal.c: lookup proxy marshaller from
	c marshaller when it comes to set the c marshaller on user closures.

Thu Mar 21 18:40:12 2002  Tim Janik  <timj@gtk.org>

	* bstpianoroll.[hc]: beginning of a piano roll editing widget.

	* bstasciipixbuf.[hc]: provide us with scaled character pixbufs.

Wed Mar 13 18:19:44 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: added BST_STOCK_* defines for stock icons and
	actions. added new icons. added convenience functions to create GtkImages
	from BswIcon and stock icons. added BST_SIZE_* icon sizes and enforced
	their use in the API. cleaned up unused utility functions. got rid of
	GnomeForest based functions. added gdk_pixbuf_create_bitmap_data(), this
	should really be in Gdk.

	* beast-gtk/bstwaveeditor.[hc]: cleaned up cruft.

	* beast-gtk/bstwaveview.c: use new icons, fix sample editor title handling.

	* beast-gtk/icons/: added new icons. autogenerate C sources with
	gdk-pixbuf-csource. removed old/uneeded files.

	* beast-gtk/bstknob.c: retrieve pixbuf via stock.

	* beast-gtk/bstmenus.[hc]: rewrote item factory handling for saner API.

	* beast-gtk/bstpatterndialog.[hc]: cleaned up cruft, use new menu API.

	* beast-gtk/bstqsampler.c: slight fix to pcm position indicator.

	* beast-gtk/bstsampleeditor.[hc]: cleaned up cruft.

	* beast-gtk/bstradiotools.[hc]: support stock icons now.

	* beast-gtk/bstsnetrouter.c:
	* beast-gtk/bstprocedure.c:
	* beast-gtk/bstpreferences.c:
	* beast-gtk/bstplaylist.c:
	* beast-gtk/bstpatternview.c:
	* beast-gtk/bstmenus.[hc]:
	* beast-gtk/bstitemview.[hc]:
	* beast-gtk/bstfiledialog.c: fixup forest/icon/image handling and stock
	actions.

	* beast-gtk/bstdialog.[hc]: provide ability to sync the title with
	a BswProxy object. fixup stock actions and icon handling.

	* beast-gtk/bstpatterneditor.c: quick hack to sync BstDialog title of
	parent window.

	* beast-gtk/bstcanvassource.c: fix icon handling.

	* beast-gtk/bstapp.c: fix menus, title setting and revert preferences
	when reshown.

	* beast-gtk/: remove gnomeforest.[hc]

Tue Mar 12 10:35:30 2002  Tim Janik  <timj@gtk.org>

	* configure.in: nuke recently added BST_HAVE_BIRNET macro. we use
	a command line argument now. added libmad checks to support MPEG
	decoding.

	* beast-gtk/bstdefs.h (BST_DVL_EXT): 
	* beast-gtk/bstmain.c (bst_parse_args): support comand line arg
	--beast-developer-extensions to enable extra dialogs features which
	are only usefull for developers (and may decrease stability for
	incorrect usage).

	* beast-gtk/bstplayback.c (bst_play_back_handle_new): show an
	application dialog for the playback project only if BST_DVL_EXT is
	TRUE.

	* beast-gtk/bstwavereposhell.c (bst_wave_repo_shell_rebuild): put the
	wave list on the first notebook page.

Sun Mar 10 10:19:04 2002  Tim Janik  <timj@gtk.org>

	* LOTS of GUI fixes.

	* bstdialog.[hc]: rewrite of the BstADialog from bstutils.[hc]
	with cleaner interface and stock support. integrate better
	with status bars.

	* bststatusbar.[hc]: rely on BstDialog.

	* bstutils.[hc]: removed BstAdialog.

	* bstsampleeditor.[hc]: new widget, currently replacing
	bstwaveeditor.[hc], at some later point this needs to be integrated
	into BstWaveEditor.

	* bstdraggroup.c bstplaylist.c: fixed assignment in assertion,
	GLib finally allowes the compiler to catch this.

	* bstfiledialog.[hc]: changes to fit in with BstDialog. it's
	a pitty that GtkFileSelection has its own toplevel window.

	* bstitemview.c: stupid NULL pointer fix.

	* bstmain.c: fix release-notes popup. support loading ordinary
	samples from the commandline. cleanups.

	* bstmenus.c: dialog fixes.

	* bstparam.c: grow our hsliders.

	* bstparamview.c: fix scrolled window stupidness.

	* bstpatterndialog.c: use new saner procedure interface.

	* bstplayback.[hc]: use BseEditableSample for playback.
	support pcm_position changed notification from BseWaveOsc.
	cleaned up some hacks.

	* bstprocedure.[hc]: rewrite the dialog parts in terms of BstDialog.
	improved API for the common usage case a lot.

	* bstqsampler.[hc]: pretty much rewrote this widget, it's *way*
	faster now and can actually be used to scroll through pcm data
	during playback in realtime for certain zoom sizes.

	* bststest.c: broke this for the moment due to BstQSampler changes.

	* bstutils.[hc]: added gtk_toplevel_delete() to synthesize a
	delete event on a window. added bst_widget_request_aux_info()
	to help with scrolled window not honouring child's requisition.

	* bstwaveeditor.[hc]: currently disabled.

	* changed all BstAdialog users.

Tue Mar  5 11:03:38 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): improve
	feedback on already connected input/output channels.

Sun Mar  3 19:21:32 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmenus.c (menu_choice_activate): fix option menu handling.

Sun Mar  3 04:45:13 2002  Tim Janik  <timj@gtk.org>

	* docs/tags2doc.pl: comment out code that checks input/output
	file stamps and aborts if the output file is newer. 

Sun Mar  3 04:39:09 2002  Tim Janik  <timj@gtk.org>

	* docs/generated/: new subdir holding generated faq, release notes
	and GSL master plan.

	* docs/Makefile.am: updates since we moved files and did overall
	doc file shuffling.

Sat Mar  2 14:01:37 2002  Tim Janik  <timj@gtk.org>

	* applied doc generation patch from alper with some
	shuffling on my part to keep the directory structure flat.

	* docs/reference/tags2doc.pl: new script from Alper Ersoy
	<aersoy@tfz.net> to scan .dat files and generate output
	with various kinds of markup.

	* docs/reference/mkdocs.pl: incorporated changes from
	alper to output .dat file data.

	* docs/reference/scandocs.pl: renamed file since it only
	scans for documentation now and has no real backend generation
	code anymore.

	* docs/reference/man-conf.pl: configuration files
	for tags2doc.pl to output html or man pages.

Sat Mar  2 13:24:27 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: fix font type.

	* beast-gtk/bstitemview.c: optimize clist updates, so we
	don't change rows if the string contents didn't actually
	change.

Thu Feb 14 13:46:26 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.[hc]: GType fixes.

	* beast-gtk/*.h: fix G_TYPE_INSTANCE_GET_CLASS() macro usages.

Wed Feb 13 17:44:59 2002  Tim Janik  <timj@gtk.org>

	* bstcontrollers.[hc]: move controllers from BstRackItem into this
	place. added more controls.

	* bstdial.[hc]: some cleanups/fixes.

	* bstitemview.[hc]: use BSW where apropriate, now that we have
	value iters.

	* bstmenus.[hc]: add ability to change sensitivity of choice items.

	* bstparam.[hc]: clue hunter code updates to deal with object references
	through BSW API.

	* bstplaylist.c: BswVIter updates.

	* bstrackeditor.[hc]: comlpeted most code portions so the rack editor
	slowly aproaches a usable state.

	* bstrackitem.[hc]: dito, code updates, fixes, new features, etc.

	* bstracktable.[hc]: fix drag abortion somewhat.

	* glewidgets.c: new upstream incorporating fixes from GLE.

	* beast-gtk/bstknob.[hc]: new scale/dial widget with different
	usage behaviour.

Wed Feb 13 17:41:52 2002  Tim Janik  <timj@gtk.org>

	* bsw/bswproxy.[hc]: remove/fix stuff which went into BSE.
	provide bsw_proxy_type().

	* bswsignal.[hc]: also, use glue code from BSE now.

	* mkapi.c: some cleanups and reqrites. support BswVIter types and
	ulong.

	* bsw/mkapi.c (cfile_header): 

Tue Feb 12 08:10:11 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_update_can_operate): keep the toplevel
	menu entry "/Waves" sensitive all the time.

Mon Feb 11 19:39:13 2002  Tim Janik  <timj@gtk.org>

	* bsw/bswproxy.[hc]: bsw_proxy_get_pspec() get pspecs from proxies.

	* docs/release-notes.tmpl: generate release-notes.txt from this.

Mon Feb 11 18:48:46 2002  Tim Janik  <timj@gtk.org>

	* bstlogadjustment.[hc]: new adjustment which, if connected
	to another adjustment, translates the value settings into
	a logartihmic scale (which needs to be configured on the log
	adjustment).

	* bstrackeditor-covers.c: produce cover widgets for the rack-editor.

	* bstrackeditor.[hc]: widget, which features BstRackTable, a GtkTable
	derived widget, which allowes free grid-aligned widget replacement via
	DnD by the user if in edit mode.
	the rack editor syncs the GUI layout with a BEAST-Rack-View data pocket
	within bse projects.

	* bstrackitem.[hc] bstrackitem-controllers.c: widget acting as a wrapper
	around items being added to a rack table. this allowes user editing of
	the GUI controller type for bse object properties.

	* bstrtest.c: remove this simple test program.

	* bstapp.[hc]: support the Rack Editor in the Projects/ menu.
	bst_app_find(): support finding the app from a BseProject.

	* bstgconfig.[hc]: add rc-file option which can be used to fire up
	RELEASE-NOTES greeting windows.

	* bstmain.c: fire up a text view for docs//release-notes.txt after
	parsing rc file.

	* bstmenus.[hc]: extend the BstChoice facilities to support submenus.

	* bstparam.[hc]: add support for adding properties to the Rack Editor,
	if this projects Rack Editor is in edit mode, when clicking on the
	xframe widget of the property labels.
	support logarithmic property scales via BstLogAdjustment.

	* bstparamview.[hc]: change GUI for property editing from wrap boxes to
	scrolled windows.

	* bstplayback.[hc]: properly handle stopping and retrigger of the wave
	preview playback.

	* bstracktable.[hc]: emit a notification signal when the edit mode
	was enabled/disabled.
	set gtk_container_set_reallocate_redraws() to avoid drawing artefacts
	when children get added/removed.
	bst_rack_table_size_allocate(): properly update child position bit array.
	bst_rack_table_button_press(): proxy button3 presses to BstRackItem
	children.
	bst_rack_table_add(): support BstRackItem GUI changed notifiaction upon
	adding.
	bst_rack_table_remove(): properly trigger a child position bit array
	update here.

	* bstwaveeditor.[hc]: grrrr, make osc_freq and mix_freq string properties
	on the tree store model, because the cell text renderer is too stupid to
	handle floats sanely.
	play_back_wchunk(): halt preview playback before adjusting playback
	settings, so we don't cause playback hickups ;)

	* bstxframe.[hc]: add ::button_check signal to allow widget users to
	check focussing and handle button presses on this widget.

Wed Feb  6 17:32:47 2002  Tim Janik  <timj@gtk.org>

	* test/simple-loop.bse: quick test loop, using the new sequencer
	sync output.

	* test/freak-noise.bse: make this even freakier ;)

Wed Feb  6 02:40:30 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): fix option menu handling.

Tue Feb  5 04:37:13 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsequence.[hc]: new simple widget handling BseSequence
	editing.

	* beast-gtk/bstsampleshell.[hc]:
	* beast-gtk/bstsamplerepo.[hc]: get rid of this, outdated.

	* beast-gtk/bstparam.[hc]: support BseSequence.

Sun Feb  3 23:16:31 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwavedialog.[hc]: new file selection dialog to
	load wave files.

	* bsw/bswsignal.[hc]: new files to implement bsw_proxy_connect() and
	bsw_proxy_disconnect() to support signals on BswProxy.

	* beast-gtk/bstutils.h:
	* beast-gtk/*.c: remove GTK_OBJECT_DESTROYED() hackiness.

	* beast-gtk/*.c: fix BSE_OBJECT_NAME() usages. many more
	Bse* -> BswProxy fixes.

	* beast-gtk/*.[hc]: many, many fixes.

Sat Feb  2 12:21:04 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfiledialog.c: provide radio buttons that
	actually make sense, i.e. an option about whether to include
	samples in saved files or not.

	* test/midi-test.bse: use a synthesized oscillator to not
	point at sample files. (and i won't inline a huge sample,
	here, just for a midi test).

	* test/osc-test.bse: resurrect this in a version that actually
	works with the new object layout.

Sat Feb  2 09:52:44 2002  Tim Janik  <timj@gtk.org>

	* configure.in: check for sys/soundcard.h in the OSS check, and
	forget about /dev/sndstat.

Sat Feb  2 09:31:42 2002  Tim Janik  <timj@gtk.org>

	* test/midi-test.bse: new test file to use with midi devices.

	* test/*.bse: removed old outdated files.

Sat Feb  2 08:31:42 2002  Tim Janik  <timj@gtk.org>

	* configure.in (AC_GSL_REQUIREMENTS): require Ogg/Vorbis version
	1.0rc3 or better.

Thu Jan 31 17:49:27 2002  Tim Janik  <timj@gtk.org>

	* bstsnetrouter.c: support PcmInput as default module.
	fixed error handling when deleting a link.

Thu Jan 31 01:17:31 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstwaveeditor.c: fix number of channels displayed.

Tue Jan 29 15:19:20 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdial.[hc]: fix adjustment value handling and
	comparisions, since it uses doubles in gtk+-2.0.

	* beast-gtk/bstmain.c: add --no-plugins option to speed up
	debugging.

Thu Jan 24 11:19:31 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvaslink.c: colorize jchannel connection tags
	differently.

	* beast-gtk/bstcanvassource.[hc]: provide API to figure whether an
	input channel is a jchannel.
	colorize jchannels differently.

	* beast-gtk/bstsnetrouter.c:
	(bst_snet_router_update_links): walk jchannels correctly. use
	bsw_*() functions, don't access BseSource directly.
	(bst_snet_router_root_event): don't access BseSource directly, use
	bsw_source_ichannel_get_n_joints() to figure possible input
	connections.
	provide bsw_source_unset_input() with the output source and channel
	that are to be disconnected.

Thu Jan 24 07:18:14 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (gnome_canvas_FIXME_hard_update): try disabling
	this for while.

Thu Jan 24 01:10:35 2002  Tim Janik  <timj@gtk.org>

	* dosc/bse-categories.txt: changed top category policy for synthesis
	modules from /Source/ to /Modules/.

	* beast-gtk/bstsnetrouter.c: use new /Modules/ categories. still
	support, but verbosely deprecate /Source/.

	* beast-gtk/bststest.c: minor wave handle loading fix.

Tue Jan 15 17:41:28 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c: popup the info window of a synth module
	upon shift+button1.

Mon Jan 14 15:46:26 2002  Tim Janik  <timj@gtk.org>

	* docs/reference/mkdocs.pl: applied patch from
	Alper Ersoy <dirt@tfz.net>, to produce html output with --html.

Sat Jan 12 11:21:10 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.c (bst_pattern_editor_init): disable debugging
	dumbness.

Fri Jan 11 05:54:30 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstracktable.[hc]: GtkTablke derived widget, that
	allowes for limited grid-aligned GUI editing.
	
	* beast-gtk/bstrtest.c: test program for bstracktable.
	
	* beast-gtk/bstapp.[hc]: fix main loop exit.
	
	* beast-gtk/bstdial.[hc]: more cosmetic fixups.
	
	* beast-gtk/bstpatterneditor.[hc]: fix font and clear
	windows upon redraws.
	
	* beast-gtk/bstplaylist.[hc]: move to xpm format for the
	drop spot icon. remove kennel usage.
	
	* beast-gtk/bstsnetrouter.[hc]: silently ignor non BseSource items.
	fixed xpm icon creation.
	(bst_snet_router_build_page): convenience function to build notebook
	page with SNetRouter (so can be resused in songs).
	
	* beast-gtk/bstsnetshell.c: adaptions to SNetRouter changes.
	
	* beast-gtk/bstsongshell.[hc]: create a SNetRouter here as well.
	
	* beast-gtk/bstutils.[hc]: get rid of GtkKennel implementation,
	we have GtkSizeGroup now.
	(bst_xpm_view_create): create a GtkPixmap widget from an xpm.
	(bst_widget_force_bg_clear): force bg clearance and redraw
	on a widget.
	
Mon Jan  7 09:48:34 2002  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdraggroup.c: dnd fixes, don't specify
	GTK_DEST_DEFAULT_DROP but implement own ::drag_drop
	handler. got rid of window origin query and translation
	hack which was necessary because gtk erroneously computed
	the drop position.

	* beast-gtk/bstplaylist.c: same here. also, disabled idle
	unparentation hack since gtk should deal with widget tree
	changes during drag motion now.

	* beast-gtk/bstutils.c:
	(gtk_last_event_coords): simply chain to gdk_event_get_root_coords()
	internally.
	(bst_container_get_insertion_position): take container allocation
	into account.

Fri Dec 14 18:43:49 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdial.[hc] (bst_dial_update): as a usability improvement,
	restrict range to 180 to 0 degrees. GTK-2.0-updated the code.

	* beast-gtk/bstxframe.[hc]: new widget, required by an as of yet
	unimplemented killer feature ;)

Fri Dec 14 08:55:29 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c: reenable latency device monitor.

	* beast-gtk/bstservermonitor.[hc]: new files, showing BseServer options.

Thu Dec 13 00:53:38 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/icons/: added cdrom icon.

	* beast-gtk/bstplayback.[hc]: first code cleanup.

	* beast-gtk/bstsnetshell.c (zoomed_add_xpm): center xpm.
	
	* beast-gtk/*.h: remove unneeded #pragma lines.

Wed Dec 12 21:57:04 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_new): use gnome canvas
	"aa" property for setting aa-nes.

Mon Nov 26 10:16:54 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/*.c: various pointer/GType casting cleanups.

Mon Nov 26 10:08:01 2001  Tim Janik  <timj@gtk.org>

	* bsw/mkapi.c: fix GType->UINT casting.

Sun Nov 25 23:25:04 2001  Tim Janik  <timj@gtk.org>

	* configure.in: up version requirements for canvas, gtk, etc. to
	recent CVS (1.3.11 for glib and gtk).

Tue Nov 20 14:02:42 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.h (GTK_OBJECT_DESTROYED): bad, bad GTK_OBJECT_DESTROYED()
	hack, needs to be backed out again.
	
	* beast-gtk/bstwaveeditor.c: tree view column resizing API fixes.

Wed Nov 14 03:51:37 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): s/param_get/param_spec_get/.

Tue Nov 13 01:37:35 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpreferences.c (accel_map_print): fix according
	to gtk's new accel map API.

Mon Oct 29 22:38:27 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c: options update.

	* beast-gtk/bstqsampler.c: make requisition
	smaller, we can only provide a bad guess anyways.

	* beast-gtk/bststest.c: support multiple samples.

Sat Oct  6 15:11:25 2001  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.c (bst_pattern_editor_class_set_key): use
	hash_table_remove not insert(NULL) to remove nodes.

	* beast-gtk/bstcanvassource.c (csource_info_update): show type blurb in
	info window.

Thu Sep 27 14:22:41 2001  Tim Janik  <timj@gtk.org>

	* Makefile.am: ensure that a gsl->bse link is in place.

Thu Sep 27 14:10:55 2001  Tim Janik  <timj@gtk.org>

	* bsw/bsw.h: 
	* bsw/bswproxy.h: BSE procedure API wrapper. this shall become
	the only public API for BSE one day.

	* beast-gtk/*: a bunch of code is already proted to using BSW
	functions. however, a few unresolved fundamental problems still
	remain, which is why BSE is still being used directly in a lot
	of places.

Thu Sep 27 13:23:21 2001  Tim Janik  <timj@gtk.org>

	* lots of project shuffeling. blib got removed. we're
	depending on just glib-2.0, gtk+-2.0 and libart_lgpl+libgnomecanvas
	now.

	* beast-gtk/*: lots of adaptions to new gtk code. many new canvas
	workarounds <urgl>.
	new widgets got added as views to new BSE core objects.
	also, there're starts at sample editing and preview GUIs.

Sun Jun 18 21:14:18 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bststatusbar.c (bst_status_bar_ensure): provide status bar
	border.

Mon May 29 02:42:41 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.[hc]: added signal for focus changes.
	pass light_gc into effect drawing code, macro cleanups to avoid
	accessing BsePattern fields directly.

	* bsteffectview.[hc]: new container to provide effect views per
	note, similar to BstItemView, but doesn't inherit from it, because
	effects are not items and have certain constraints (only one
	BseEffect derived type may exist per note).

	* bstpatterndialog.[hc]: embed effect view container to allow effect
	editing of pattern notes.

	* bstutils.[hc]: moved some GtkCList workarounds from various code
	portions here to 1) maintain them in a single place, 2) be able to
	use them all around beast code, 3) keep all Gtk kludges in one
	source file for reference.

Thu May 25 06:22:35 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.[hc]: aggregate the paned container,
	don't inherit from it. so we keep the underlying container
	type exchangable. BstItemView is a GtkAlignment now.
	(bst_item_view_set_layout): allow runtime changing of item view
	layout.

Wed May 24 23:59:15 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstinstrumentview.c: display instrument id as a
	hexadecimal number.

	* beast-gtk/bstitemview.[hc] (bst_item_view_set_id_format): allow
	customization of id format string.

	* beast-gtk/bstpatterneditor.c (INSTRUMENT_FMT): display instrument id
	as a hexadecimal number.

Tue May 23 18:15:52 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): parameter option menus need
	to grab focus when clicked, like all other parameter widgets do.
	
	* docs/interpolation.txt: a word on cubic interpolation.

Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>

	* configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
	broken and require an empty arg, give it to them.

Sun Apr 30 04:35:18 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.c (bst_pattern_editor_init): the
	default base_octave is 1 after the (not-so-)recent octave revamp.

Thu Apr 20 00:27:28 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvaslink.c (bst_canvas_link_set_icsource): 
	(bst_canvas_link_set_ocsource): check whether the isource/csource's
	BseSource is still valid before removing notifier.

Wed Apr 19 23:51:04 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.c (gnome_canvas_item_keep_above): 
	(gnome_canvas_item_keep_between): shut up the warning for
	unparented items.

	* beast-gtk/bstcanvassource.c (bst_canvas_icon_set): use
	gdk_pixbuf_new_from_data() to create the pixbuf now.

Mon Apr 17 21:30:46 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_ichannel_pos): 
	(bst_canvas_source_ochannel_pos): these functions may get called
	after we lost our BseSource, guard access.

Tue Apr 11 05:44:38 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): don't let scales and
	dials grab focus.

Tue Apr 11 04:23:56 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstgconfig.[hc]: port over to use GParamSpec, GValue
	and for GObject hirarchy base type.

	* beast-gtk/bstparam.[hc]: operate on a GValue+GParamSpec,
	instead of BseParam now. use BLib's B_SEQ_PARAM_* ids to
	implement the switch()es.

	* beast-gtk/bstprocedure.[hc]: parameter/value port. this 
	introduced some API changes, mostly wrg preset parameters,
	they need to be set incrementally now from a value+name
	pair.

	* beast-gtk/bstpatterndialog.c: port over to new procedure
	API and GValue/BParamSpec.

Thu Mar 30 16:58:14 2000  Tim Janik  <timj@gtk.org>

	* configure.in: setup BLIB_CFLAGS, BLIB_LIBS and generate
	blib/Makefile and blib/blibconfig.h.

Mon Mar 27 13:52:49 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.[hc]: changed BstPEActionType enum,
	provide means for cell activation and rectangular selection,
	fixed some key binding bugs.
	changed signal name s/cell_clicked/cell_activate/.

	* beast-gtk/bstpatterndialog.c: s/cell_clicked/cell_activate/,
	feature button==0 (keyboard) for menu popups.
	(bst_pattern_dialog_gtkfix_default_accels): setup default
	accelerators for BsePattern procedures.
	(pe_key_press): hard-wire Insert and Delete keys.

	* beast-gtk/bstmain.c: call
	bst_pattern_dialog_gtkfix_default_accels() before parsing rc
	file and, directly after gtk_init().

	* beast-gtk/bstkeytable-base.c:
	* beast-gtk/bstkeytable-us.c:
	* beast-gtk/bstkeytable-de.c: convert keytables to new macro
	formats. added <Alt>M for menu popups to base keytable, and
	enable Shift+movement keys to do rectangular selections.

	* beast-gtk/bstkeytables.c: provide new keytable macros.

	* beast-gtk/bstapp.c (menubar_entries): accelerator cleanups.

	* beast-gtk/bstmenus.c: added accelerator recommendation comment.

Sun Mar 26 09:32:37 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bststatusbar.c (filter_procedure_events): abort procedure
	execution if Escape is pressed.

	* beast-gtk/bstapp.c (bst_app_reload_supers): save focus widget if on
	the currently visible notebook page, around page reordering.

Fri Mar 24 09:10:58 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstgconfig.[hc]: port over from BSE to GLib type system.

	* docs/bse-categories.txt: updated, we now use "+" instead of "::"
	to seperate a procedure's base type from the method name. ':' and
	'.' are already used for instance names or object paths.

Mon Mar 20 00:30:06 2000  Tim Janik  <timj@gtk.org>

	* docs/faq.dat: updates from Dave Seidel <dave@superluminal.com>

Mon Mar 13 01:00:35 2000  Tim Janik  <timj@gtk.org>

        * released beast-0.3.2.tar.gz on http://beast.gtk.org.
        
        * configure.in: up up version number to 0.3.2.

	* docs/faq.dat: added an item on how to get pre-0.3.2 songs to play
	in BEAST.

Sun Mar 12 16:06:03 2000  Tim Janik  <timj@gtk.org>

	* NEWS: scratched the "* Synthesis instruments, i.e. use of synthesis
	networks as song instruments" item for now, we want more thorough
	support of that.

Fri Mar 10 22:20:37 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstitemview.c (bst_item_view_set_container): use destroy
	notification instead of reference counting, some code cleanups.

	* beast-gtk/TODO: clean ups.

Wed Mar  8 12:51:58 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdraggroup.c (drag_group_drag_data_received): move
	drop_spot out of the way before adding new pattern (sigh, can't
	unparent here right away ;( ).
	
	* beast-gtk/bstplaylist.c (group_list_drag_data_received): same,
	here, gtkdnd.c really needs fixing.

Wed Mar  8 10:56:51 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: added a bunch of new helper functions for
	general widget handling and DND workarounds.
	new GtkKennel structure to constrain arbitrary widgets to a certain
	size.
	* beast-gtk/icons/target.c:
	* beast-gtk/icons/target.xcf: new icon to indicate DND target zone.
	* beast-gtk/icons/pattern-group.c:
	* beast-gtk/icons/pattern-group.xcf: icon to indicate pattern groups.

	* beast-gtk/bstplaylist.[hc]: new pattern playlist editor widget.
	* beast-gtk/bstdraggroup.c: 
	* beast-gtk/bstdragpattern.c: assistant files for pattern dnd and
	pattern group dnd.

	* general code cleanups.

Mon Mar  6 23:51:09 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatternview.c (bst_pattern_view_operate): auto-add
	newly created patterns to the song's default pattern group.

	* beast-gtk/gnomeforest.[hc]: keep idle update handler id, so we can
	force updates. made the renderer independant of the REALIZED state.
	(gnome_forest_render_now): new function to force updates.
	(gnome_forest_bitmap_data): new function to create bitmap mask data
	from the current forest buffer, suitable to create a bitmap mask with
	gdk_bitmap_create_from_data().

Tue Feb 29 08:59:39 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstutils.[hc]: new files, holding the icon stock,
	gnome canvas utilities and workarounds, gtk utilities, utility
	functions for auxillary dialogs and for text views.

	* beast-gtk/bstfiledialog.[hc]: moved cruft to bstutils.[hc],
	feature overwriting when saving files.

	* beast-gtk/bstdefs.h:
	* beast-gtk/bstmain.c: clean ups, moved portions to bstutils.[hc],
	print help and version.

	* beast-gtk/bstmenus.[hc]: more versatile modal choice support
	(menus and dialogs).

	* beast-gtk/bstparam.[hc]: added bst_param_reset() for default value
	resetting.

	* beast-gtk/bstpatterndialog.c: popup menu fixes.

	* beast-gtk/bstpatterneditor.c: indentation fixes in keytable dump.

	* beast-gtk/bstprocedure.[hc]: redid widget implementation, we provide
	a vbox derived shell now. better handling of preset parameters,
	fixed popdown behaviour and miscellaneous other things.

	* beast-gtk/glewidgets.[hc]: new sources.

	* beast-gtk/bststatusbar.c: prevent delete events during procedure
	shares.

	* beast-gtk/bstapp.c (bst_app_new): set sane default and minimum sizes.

	* *.[hc]: copyright corrections (date). files that may prove to be
	usefull for other projects (gnome-libs, gtk, ...) are put under LGPL.

Tue Feb 22 07:44:17 2000  Tim Janik  <timj@gtk.org>

	* test/davorgan.bse: updates from David A. Bartold.

	* test/complex-wave.bse: new file from David A. Bartold
	<foxx@mail.utexas.edu>.

Tue Feb 22 04:02:46 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/glewidgets.[hc]: pulled new widgets.

Thu Feb 10 23:55:37 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_icon_set): arg, fighting
	pixbuf again. set x_in_pixels and y_in_pixels to FALSE, so the icons
	don't walk away when zooming.

Thu Feb 10 11:51:28 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c:
	* beast-gtk/bstradiotools.c:
	* beast-gtk/bstparam.c:
	* beast-gtk/bstparamview.[hc]:
	* beast-gtk/bstitemview.[hc]:
	* beast-gtk/bstpatternview.[hc]:
	many overall GUI improvements, lots of GUI clean ups and fine tuning.
	clean ups of GUI code.

	* beast-gtk/bstdefs.h (enum): s/BST_ICON_TRASH/BST_ICON_DELETE/,
	added BST_ICON_PATTERN, BST_ICON_PATTERN_TOOL and BST_ICON_TRASHCAN.
	* beast-gtk/bstmain.c (bst_icon_from_stock): trashcan, trashsmall
	replacement, added pattern.

	* beast-gtk/icons/trashcan.c: 
	* beast-gtk/icons/trashcan.xcf: 
	new trashcan based on a png from tigert.

	* beast-gtk/icons/pattern.c: 
	* beast-gtk/icons/pattern.xcf: 
	* beast-gtk/icons/pattern-tool.c: 
	* beast-gtk/icons/pattern-tool.xcf: 
	new BsePattern icon based on something from mc and panel.

Thu Feb 10 03:27:49 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c (bst_procedure_dialog_rebuild): some
	visibility improvements, i.e. gimme the description and name.
	* minor code cleanups.

Wed Feb  9 13:37:09 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/*.c: some changes due to BSE's parameter mess.

Wed Feb  9 03:23:34 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstprocedure.c (bst_procedure_dialog_preset): be noisy about
	failing preset parameter conversions.

Wed Feb  9 00:47:06 2000  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am:
	* docs/makefaq.py:
	* docs/faq.src:
	* docs/faq.dat:
	faq stuff from Dave: makefaq.py updates, renamed faq.src to faq.dat.

Tue Feb  8 09:24:11 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstradiotools.[hc]: new widget to maintain radio selections
	that can build toolbars, menus (to be implemented) and a palette
	container with description for the radio controls.

	* beast-gtk/bstsnetrouter.c: build the toolbar via BstRadioTools and
	feature a palette dialog.

Mon Feb  7 05:58:28 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): fixed a stupid bug where a
	string field's NULL toggle wasn't shown because of a hidden alignment.
	(bst_param_set_editable): don't change editable state of entries, that
	is taken care of by the entry itself, instead change sensibility like
	we do for all other widgets.

	* test/bsemixer-test.bse:
	* test/davorgan.bse:
	* test/osc-test.bse: fixups due to recent plugin changes.

Mon Feb  7 03:40:20 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.*: changed things back so that we have
	one selection per pattern. for multiple views and the possibility
	of having procedures invoked unrelated to a view, this seems to be
	the sanest way of handling things. note however, that in contrast
	to common behaviour in spreadsheets, we don't auto-select the
	currently focussed cell with this.

	* beast-gtk/bstpatterneditorselection.c:
	(bst_pattern_editor_selection_start): delete the pattern's selection
	itself, not a copy of its selection.

	* beast-gtk/bstpatterneditor.c:
	(bst_pattern_editor_draw_tone): draw notes selected state regardless of
	its focus state.
	(bst_pattern_editor_set_pattern): install notifier handler for
	"note_selection_changed".
	(bst_pattern_editor_set_focus): reset the selection according to the
	`reset_selection' argument, even if the focus didn't change.
	(bst_pe_size_changed): don't reset the pattern's selection.

	* beast-gtk/bstpatterndialog.c (pe_cell_clicked): don't give auto-focus
	to the cell the click occured on. auto-select the current focus note
	if no notes are selected currently though.

Sun Feb  6 09:54:12 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterndialog.c (pattern_dialog_exec_proc): push
	status window around procedure invocation.

	* beast-gtk/bststatusbar.[hc]: provide bst_status_window_push() and
	bst_status_window_pop() to contrain status messages to a certain window.

	* beast-gtk/bstapp.c (bst_app_operate): arg, fixed recently introduced
	bug where playback wasn't restarted when Play is hit for an already
	playing project. provide status messages.

	* beast-gtk/bststatusbar.c (bst_status_bar_set): always clear status
	messages after a certain delay.

	* beast-gtk/bstpatterndialog.c (pattern_dialog_exec_proc): use
	bst_procedure_void_execpl_modal() now.

	* beast-gtk/bstprocedure.[hc]: fixed one of the most often used mistake
	when assembling new dialogs through a composite widget: derivation
	from GtkWindow. we derive from GtkVBox now, so the procedure dialog
	is pluggable.
	(bst_procedure_void_execpl_modal): new function superceeding
	bst_procedure_void_execpl(), executes a procedure and pops up a modal
	parameter input dialog if necessary.

	* beast-gtk/bstdefs.h (BstSubWindowFlags): added BST_SUB_POPUP_POS flag
	for popup window positioning such as GTK_WIN_POS_MOUSE or
	GTK_WIN_POS_CENTER (which one to choose should actually be due to some
	BEAST or gnome configuration value).

	* beast-gtk/bstfiledialog.c (bst_file_dialog_open): 
	(bst_file_dialog_save): provide status messages.

Wed Feb  2 23:14:18 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.[hc]: selection fixups, each view can have
	its own selection now.
	many other fixes.
	(there are still minor problems with the focus field selection state
	 and procedure invocation).
	* beast-gtk/bstpatterneditorselection.c: move all the pattern editor
	selection relevant code here.

	* beast-gtk/bstpatterndialog.c (pattern_dialog_exec_proc): apply the
	views selection before invoking a procedure and resync afterwards.

Wed Feb  2 06:42:41 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_set_editable): make prompt, pre- and
	post-action widgets insensitive for !editable.

	* beast-gtk/bstprocedure.c (bst_procedure_dialog_preset): unificate
	preset parameters with procedure's in parameters.

	* beast-gtk/bstpatterndialog.c: pattern procedure menu fixups.
	(pattern_dialog_exec_proc): provide preset parameters "pattern",
	"focus_channel" and "focus_row" for procedure invocation, make
	sure the focus cell is selected.
	(pe_cell_clicked): readjust focus cell for button3 clicks.

	* beast-gtk/bstpatterneditor.c (bst_pattern_editor_draw_tone): draw
	empty note contents with a light gc.
	(bst_pattern_editor_set_focus): readjust selection.

Tue Feb  1 00:49:16 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_icon_set):
	s/x_set/x_in_pixels/ and s/y_set/y_in_pixels/ for new gdk-pixbuf
	release.

Mon Jan 31 23:13:58 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterndialog.c (pe_cell_clicked): re-enable per-note
	popup menu.

Mon Jan 31 19:05:40 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.c:
	(bst_pattern_editor_fetch_pattern_sibling): fixed bug wrt pattern
	deletion.
	* beast-gtk/bstparams.[hc]: handle BseItem params better (search for
	candidates within project).

Fri Jan 21 02:45:14 2000  Tim Janik  <timj@gtk.org>

	* configure.in: altered GdkPixbuf check to feature -lgdk_pixbuf and
	optionally -lgnomecanvaspixbuf.

Thu Jan 20 00:27:53 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_subwindow_new): feature BstSubWindowFlags to
	configure specific aspects (e.g. destroy_on_hide).

	* beast-gtk/bstapp.c (bst_app_operate): destroy help windows when
	closed.
	
Wed Jan 19 16:35:55 2000  Tim Janik  <timj@gtk.org>

	* couple of build fixes for older gcc versions.

Mon Jan 17 21:36:24 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_operate): provide a Help/Keytable
	dialog.

	* beast-gtk/bstpatterneditor.[hc] (bst_pattern_editor_class_keydump):
	dump the current keytable as a string.

	* beast-gtk/bstfiledialog.[hc] (bst_text_view_from): new function that
	replaces bst_text_view_from_file() for more flexibility.

Mon Jan 17 15:19:18 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (project_cross_changes): auto-sweep unsused
	samples.

	* beast-gtk/bstapp.c (bst_app_add_super): popup sample shell.
	(bst_app_new): auto-update GUI when supers got added to/removed
	from the project.
        (bst_app_reload_supers): don't unecessarily destroy widgets,
	remeber old page.
	
	* beast-gtk/bstsampleshell.[hc]: new sample shell widget (features
	nothing more than a paramview yet).

Sun Jan 16 00:24:31 2000  Tim Janik  <timj@gtk.org>

	* docs/Makefile.am:
	* docs/makefaq.py: incorporated changes from Dave Seidel
	<dave@superluminal.com>:
	# 14 Jan 2000 - added command line processing, error handling,
	#               comments

Sat Jan 15 23:54:40 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (toolbar_add_radio): instead of stripping
	"Bse" from the toolbar buttons, strip any kind of namespace prefix.

Sat Jan 15 20:03:19 2000  Tim Janik  <timj@gtk.org>

	* test/bsemixer-test.bse: synthesis network to test the new
	BseMixer plugin.

Fri Jan 14 15:06:29 2000  Tim Janik  <timj@gtk.org>

        * released beast-0.3.1.tar.gz on http://beast.gtk.org.

Fri Jan 14 02:41:14 2000  Tim Janik  <timj@gtk.org>

	* configure.in: check for python and fold, since we use them in the
	docs/ dir for file generation.

	* docs/Makefile.am: 
	* docs/faq.src: 
	* docs/text.1.faq:
	* docs/text.2.faq:
	* docs/makefaq.py:
	generate faq.txt now, files and build setup provided by Dave Seidel
	<dave@superluminal.com>.

Thu Jan 13 19:10:19 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): 
	* beast-gtk/bstgconfig.[hc]: added debugging ability to disable
	ALSA driver (since we give it precedence over OSS), so the OSS
	code can be tested with ALSA's OSS emulation.

Wed Jan 12 23:51:23 2000  Tim Janik  <timj@gtk.org>

        * beast-gtk/bstparam.c (bst_param_apply):
        (bst_param_update):
        (bst_param_create): added missing BSE_TYPE_PARAM_ENUM support.

Sun Jan  9 12:51:23 2000  Tim Janik  <timj@gtk.org>

        * beast-gtk/bstgconfig.[hc]: implemented BEAST configuration settings
	  with a BstGlobals struct and a BstGConfig object.

        * beast-gtk/bstpreferences.[hc]: feature BstGConfig object by adding a
	  notebook page for the object settings derived frmo BSE_TYPE_GCONFIG.

        * beast-gtk/main.c: cache the keytable in the config settings, so we
        don't need to requery it upon every startup (and risk triggering the
        XKB bugs).
	(bst_key_table_from_xkb_symbol): seperated out the xkb_symbol->keypatch
	logic from bst_key_table_from_xkb().
        
Sun Jan  9 07:28:49 2000  Tim Janik  <timj@gtk.org>

	* NEWS: updates for version 0.3.1.

	* configure.in: up to version 0.3.1.

Sat Jan  8 02:02:03 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (bst_app_operate): view faq.txt, bse-heart.txt and
	bse-networks.txt from the docs dir as help screens.

	* beast-gtk/bstfiledialog.[hc] (bst_text_view_from_file): new function
	to view text files.

Tue Jan  4 20:43:19 2000  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstheartmonitor.c (bst_heart_monitor_init): don't poketypoke
	values into foreign objects, use bst_param_view_set_mask() instead.
	* beast-gtk/bstpreferences.c (bst_preferences_set_gconfig): dito.

	* beast-gtk/bstparamview.[hc]:
	(bst_param_view_set_object): small bug fix.
	(bst_param_view_new_with_base): nuked.
	(bst_param_view_new): allow NULL objects.
	(bst_param_view_set_mask): new function to allow setting of specifc
	type/pattern masks to determine parameters to build from (does not
	do automatic rebuilds).

Mon Jan  3 17:27:07 2000  Tim Janik  <timj@gtk.org>

	* Makefile.am: rebuild a PKG_paths.h file everytime the Makefile
	changed, here we provide C defines for all the relevant Makefile
	paths.

	* acconfig.h: make PKG_config.h include PKG_paths.h.

	* configure.in: compose and export bsesampledatadir, beastdocsdir and
	bseplugindir.

	* beast-gtk/Makefile.am: removed building of bstconfigpaths.h,
	dropped TAGS rule.

	* docs/Makfile.am: install selected text files.

Mon Jan  3 06:47:50 2000  Tim Janik  <timj@gtk.org>

	* docs/faq.txt: new file.

	* beast-gtk/bstxkb.[hc]: minor include fixes.

Fri Dec 31 07:39:12 1999  Tim Janik  <timj@gtk.org>

	* released beast-0.3.0.tar.gz on http://beast.gtk.org.

Fri Dec 31 00:07:03 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstheartmonitor.c (bst_heart_monitor_set_heart): small bug
	fix.

Thu Dec 30 22:27:40 1999  Tim Janik  <timj@gtk.org>

	* configure.in:
	* beast-gtk/Makefile.am:
	* PKG_config.h:
	up to version 0.3.0. install plugins in $libdir/bse/v* with major,
	minor _and_ micro version encoded.
	nuked $beastpdatadir.
	define BST_VERSION.
	
	* more release preparation.

Thu Dec 30 19:26:58 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): laod and save ~/.beastrc.

	* beast-gtk/bstpreferences.[hc]: provide bst_rc_dump() and
	bst_rc_parse().

Thu Dec 30 05:33:54 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdefs.h:
	* beast-gtk/bstmain.c:
	* beast-gtk/bstsamplerepo.c:
	cleaned up debugging code, s/BST_DEBUG/BST_IF_DEBUG()/, according
	to the BSE_IF_DEBUG() scheme.

	* beast-gtk/bstmain.c: clean up the PCM devices correctly.
	feature BST_DEBUG, BST_NO_DEBUG, --bst-debug and --bst-no-debug
	besides their "beast" variants.

Thu Dec 30 04:59:54 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparamview.c (bst_param_view_rebuild): work around a size
	allocation/background computation bug in gtkhscale.c.

Thu Dec 30 03:25:43 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterndialog.c (pe_cell_clicked): disabled procedure
	menu, still test code currently.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_toolbar): removed
	test hackery (useless song test icon).

Wed Dec 29 23:38:15 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): don't provide spinners if
	the stepping value is 0.

	* beast-gtk/bstheartmonitor.c (bst_heart_monitor_init): skip BseObject
	specific parameters from GUI.

	* beast-gtk/bstparamview.[hc] (bst_param_view_new_with_base): new
	function to skip parameters below base type.

	* beast-gtk/bstpreferences.[hc]: new dialog to present preference values.

	* beast-gtk/bstapp.c: provide a File/DialogPreferences menu item to
	popup the preferences dialog.

Wed Dec 29 14:37:40 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_subwindow_new): if no host object to watch
	for destruction is given, add an automatic quit handler.

	* beast-gtk/bstapp.c: provide a File/Dialog/Device Monitor menu item
	to popup BseHeart dialog.

	* beast-gtk/bstheartmonitor.[hc]: new files coming with a preliminary
	dialog to edit BSE's heart latency.

	* docs/bse-heart.txt: a bit of restructuring and a bunch of minor
	corrections and changes.

Mon Dec 27 14:40:23 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): check if the
	canvas link we received a button click for is actually the tag part
	of a source's input or output channel area. in that case we operate
	on the canvas source.

	* beast-gtk/bstcanvaslink.[hc] (bst_canvas_link_has_canvas_source_at):
	new function to determine canvas source from a canvas link's start or
	end tag.
	(bst_canvas_link_event): grrr, don't returned handled=TRUE for
	buttons!=2 (i.e. when we did *not* handle the release).

Sun Dec 26 19:08:28 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.[hc]: store the canvas item that holds the
	source' icon and update it if necessary.

Fri Dec 24 15:37:11 1999  Tim Janik  <timj@gtk.org>

	* docs/bse-heart.txt: new file describing how BSE's internal loop works,
	the syncronization issues araising there, and how we currently handle
	them.

	* docs/Makefile.am (EXTRA_DIST): added bse-heart.txt.

Wed Dec 22 19:01:56 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): do not bail out because opening of pcm
	devices failed due to BSE_ERROR_DEVICE_BUSY.

Tue Dec 21 20:48:45 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (bst_subwindow_new): provide button3 popup by
	default to close window (should have a close button also i guess).

Tue Dec 21 09:05:01 1999  Tim Janik  <timj@gtk.org>

	* docs/bse-networks.txt: new file that contains (corrected) information
	merged from bse-ep-net.txt and bse-pool-sources.txt.

	* docs/bse-typesystem.txt: merged with stuff from bse-concept.txt,
	minor corrections and additions (procedure types).
	
	* docs/bse-data-v1.txt: major corrections, supplied description
	of the binary appendix layout.
	
	* docs/bse-concept.txt:
	* docs/bse-ep-net.txt:
	* docs/bse-pool-sources.txt: nuked.
	
Tue Dec 21 07:16:52 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): feature canvas
	link views and popup menu.

	* beast-gtk/bstcanvaslink.[hc]: implemented canvas link view popup.

	* beast-gtk/bstmain.c: more usefull convenience functions to popup
	subwindows.

Fri Dec 17 17:01:00 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (_GROUP_ADD_NAMED_OBJECT): use parameter nick
	name, removed ugly bst_rcarg_params_use_tip_name hack.

Thu Dec 16 06:55:44 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c: changed the basic layout container from hboxes
	to table, so we have a sane GUI layout (finally). we are still missing
	a dial widget though.

Sun Dec 12 12:07:38 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/icons/*: added a bunch of new icons (based on stock icons
	from tigert) required for menu items.

	* beast-gtk/bstsupershell.c (bst_super_shell_name_set): prefix the
	super name with its type for the notebook tab label.

	* beast-gtk/bstmenus.[hc]: added bst_choice_* interface to create
	small menus on the fly for the user to make a quick choice.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): made button1
	*toggle* source view visibility. added button3 menu (finally).

	* beast-gtk/bstparam.c (bst_param_set_object): use destroy notification
	instead of reference counting.

	* beast-gtk/bstparamview.c (bst_param_view_set_object): use destroy
	notification instead of reference counting.

Sun Dec 12 09:08:38 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_new): when the source
	gets destroyed, don't just nullify its pointer but destroy the csource
	also.

Sat Dec 11 04:38:41 1999  Tim Janik  <timj@gtk.org>

	* configure.in: properly detect ALSA and -lasound.

Thu Dec  9 21:06:54 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): popup csource
	view for button 1 as well (if not clicked into linkable area).

Thu Dec  9 06:18:48 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): use the new
	BstCanvasSource API to properly connect links with input/output ids.

	* beast-gtk/bstcanvassource.[hc]: major rework, we deal with multiple
	input/output channels now.

Tue Dec  7 02:46:21 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build): erk, don't
	draw a blackground for all items if not in aa mode.

Tue Dec  7 02:25:39 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build): make the
	whole thing clickable with "fill_color_rgba" 0x00000000.
	(create_canvas_icon): feature gdk_pixbuf if present.

	* configure.in: added check for BST_WITH_GDK_PIXBUF.

Mon Dec  6 03:43:08 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_entry_key_press): even more fixes to
	the clue hunter case.
	
	* beast-gtk/glewidgets.[hc]: pulled new sources.

Mon Dec  6 03:21:54 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_entry_key_press): fixed minor bug.

Mon Dec  6 02:35:37 1999  Tim Janik  <timj@gtk.org>

	* configure.in: removed gle dependancy.

	* beast-gtk/glewidgets.[hc]: source files containing headers and
	implementations of gtkcluehunter.[hc], gtkwrapbox.[hc],
	gtkhwrapbox.[hc], gtkvwrapbox.[hc], gtk_idle_show_widget() and
	gtk_file_selection_heal() out of the gle source tree.

	* beast-gtk/gle-pull.sh: script to pull gle sources.

	* beast-gtk/bstdefs.h: remove gle includes, include glewidgets.h.

	* beast-gtk/bstapp.[hc]: remove gle dependancies.

	* beast-gtk/bstmain.c: removed gle dependancies.
	
	* beast-gtk/beast.glr: got rid of that.

Sun Dec  5 18:11:31 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.c (bst_param_create): grow BseTime entry.

Sat Dec  4 22:51:25 1999  Tim Janik  <timj@gtk.org>

	* test/testmixer.bse: new file with olaf's old testmixer.c tune.

	* removed bstsongrouter.[hc].

	* beast-gtk/gnomeforest.[hc]: grumbl, some priority fixups.

	* beast-gtk/bstsongshell.c:
	(bst_song_shell_can_operate): 
	(bst_song_shell_operate): 
	* beast-gtk/bstsnetshell.c:
	(bst_snet_shell_can_operate): 
	(bst_snet_shell_operate):
	get rid of the OP_PLAY and OP_STOP cases, this should be handled on
	project basis.

	* beast-gtk/bstapp.c:
	(bst_app_can_operate): 
	(bst_app_operate): handle start and stop of plaback at project basis.

Sat Nov 27 23:03:37 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): urg! load plugins from BSE_PATH_PLUGINS
	not from some hardcoded path that only works on my system.

Sat Nov 27 22:36:24 1999  Tim Janik  <timj@gtk.org>

	* test/geekworld.bse: added test file, hacked up during geekworld.

Sat Nov 27 07:40:54 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c:
	(bst_snet_router_set_snet):
	(bst_snet_router_adjust_zoom): set/get the zoom factor through bse
	parasites.

	* beast-gtk/bstcanvassource.c:
	(bst_object_get_coords): 
	(bst_object_set_coords): set/get the coordinates through bse parasites.

Sat Nov 27 01:14:48 1999  Tim Janik  <timj@gtk.org>

	* acbeast.m4: check for support before adding -Wmissing-noreturn
	to the gcc option list.

Sat Nov 20 08:47:50 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_event): reset router mode
	to "Edit" after a new source has been added.

	* beast-gtk/bstparam.c (bst_param_update): took out the automatic
	GtkEntry growing if the new string is wider than the allocation.
	the entry will always grow, because stupid GtkEntry reports always
	reports a requested width >150.
	(bst_param_create): changed default note field width to 50 (from 40),
	feature free radios.

	* beast-gtk/bstsnetrouter.c (bst_snet_router_root_event): popup
	csource paramview for button3, sync on BseSource name changes.

	* beast-gtk/bstcanvassource.[hc] (bst_canvas_source_popup_view): new
	function to popup paramview.

	* configure.in: accept /proc/asound/sndstat as alternative to
	/dev/sndstat if /proc/asound/oss-devices exists.

Mon Nov 15 22:50:38 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstfreeradiobutton.[hc]: new radio button type that allowes
	for free toggeling (i.e. working stand-alone, radio->group is unused).

Sun Nov 14 19:59:53 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstkeytable-us.c (bst_key_table_us_101): 
	* beast-gtk/bstkeytable-de.c (bst_key_table_de_102): urg, had
	to adapt all keytable notes to the corrected BSE_KAMMER_NOTE
	octave.

Sun Nov 14 01:11:09 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmaster.c: minor changes for recording frequency,
	we still have big ISSUEs here.

Mon Nov  8 02:05:10 1999  Tim Janik  <timj@gtk.org>

	* wooho! unbelievable, using BseNoise connected to BseSNet, i just
	got the first, real (though extremely primitive) synthesis network
	running ;)
	yes! that is *something* already.

	* beast-gtk/bstsongshell.c (bst_song_shell_can_operate): 
	* beast-gtk/bstsnetshell.c (bst_snet_shell_can_operate): 
	use BSE_SOURCE_PREPARED() to figure whether the supers are currently
	playing or not.

Sun Nov  7 07:24:36 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmaster.c (bst_master_check): don't return TRUE (as
	need_dispatch) if we have no input sources.

Sun Nov  7 03:06:55 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.[hc]: ok, we can actually handle new links
	and sources as of now (bunch of code added to achive that).

	* beast-gtk/bstcanvaslink.[hc]: use names for the input/output
	sources and fields that actually make sense. reordered drawing code,
	so we draw stuff the correct way (from output to input).

Sat Nov  6 19:04:06 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.[hc]: feature channel ids for
	bst_canvas_source_link_start() and bst_canvas_source_link_end (),
	keep track of when the source's input/output connections changed.

	* beast-gtk/bstcanvaslink.h: maintain channel ids for input and
	output sources.

	* beast-gtk/bstsnetrouter.c: call bst_canvas_source_update_links()
	for all newly created canvas items, setup a signal connection so
	we can handle the link updating for the csources.

	* beast-gtk/bstcanvassource.[hc]: introduced ::update_links
	signal, to be emitted when the BseSource connections change.

Sat Nov  6 05:58:29 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetshell.c (bst_snet_shell_build): moved most of
	the dynamic snet router creation here, we also setup the zoomed
	window in this place.

	* beast-gtk/bstsnetrouter.[hc]: changed matters, so we derive from
	GnomeCanvas now. removed other non-canvas dependant stuff (we still
	create the toolbar though). indicate toolbar mode through cursor
	change on the canvas.

Fri Nov  5 05:00:13 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetshell.c (bst_snet_shell_operate): added playback
	and playback stop support.

	* beast-gtk/bstapp.c: reordered menubar, made play/stop project specific
	operations.

	* beast-gtk/bstapp.c (bst_app_operate): don't spawn a new song in new
	projects.
	* beast-gtk/bstmain.c (main): same here for the default project.

Thu Nov  4 00:18:05 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (toolbar_add_category): ignore supers,
	so they don't pop up in the toolbar.

	* beast-gtk/bstcanvassource.c: set/get canvas coordinate in bse object,
	we need parasites in bse.

	* beast-gtk/bstsongrouter.c: completely disable source file for now

	* beast-gtk/bstsnetrouter.c: ok, the canvas now actually reflects the
	real objects held in an snet. we also feature *adding* new objects now.
	the canvas apparently has redraw problems with newly created or
	destroyed items.

Wed Nov  3 18:37:17 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvassource.c: don't accept NULL sources anymore.

	* beast-gtk/bstcanvassource.c (bst_canvas_source_build): fetch the
	source's object and only revert to BST_ICON_NOICON if none could
	be fetched. properly ref/unref the icon.

	* beast-gtk/bstmain.c (bst_icon_from_stock): stock icons stay alive
	throughout a programs life time.

Sat Oct 30 16:16:55 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_toolbar): hum,
	reverted wrapbox layout, used horizontal toolbar instead. added
	Zoom spinner.

	* beast-gtk/gnomeforest.[hc]: updated gnome-forest version from my
	local tree.

Fri Oct 29 22:33:07 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstdefs.h: added bst_icon_from_stock() for global icon
	retrival.

Fri Oct 29 11:28:21 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsnetrouter.[hc]: use a wrap box for now (far from
	being perfect in appearance though ;( ).

	* beast-gtk/bstsnetrouter.c (bst_snet_router_build_toolbar): add radio
	for mouse_tool button (link, move, properties). (still all radio
	buttons selections are test buttons and non-effective).

	* beast-gtk/icons/mouse_tool.{c,xcf}: new icon mouse_tool, composed out
	of tigert's stock_jump_to.png, stock_properties.png and gnoghurt's
	move-tool.xpm (indicates link, move, properties for mouse
	buttons 1,2,3).

Fri Oct 15 02:47:33 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmaster.c: wrapped up MASTER debugging stuff.

	* beast-gtk/bstmain.c (bst_parse_args): new function to parse
	--beast-debug, --beast-no-debug args and evaluate BEAST_DEBUG and
	BEAST_NO_DEBUG env vars.

Fri Oct 15 01:21:51 1999  Tim Janik  <timj@gtk.org>

	* configure.in: added --enable-debug=[no/minimum/yes] option.

Fri Oct 15 00:36:26 1999  Tim Janik  <timj@gtk.org>

	* merge my changes with CVS (finally).

Fri Oct 15 00:07:17 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/icons/Makefile.am: 
	* beast-gtk/icons/Makefile.icons: setup ./icons subdirectory.

	* beast-gtk/bstsnetrouter.[hc]: new files (added some weeks ago
	actually), mostly reimplemented this file from the old song router
	code which is currently inactive. additionally to the routing canvas,
	create a toolbar from which BseSource objects are selectable (retrieved
	through the categories).

Thu Oct  7 15:30:45 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmenus.[hc]: deal with categories and not procedure
	types, feature icon specifications in menus.

	* beast-gtk/bstpatterndialog.c (bst_pattern_dialog_class_init): use
	new bse categories.

	* beast-gtk/bstsamplerepo.c (bst_sample_repo_init): updated
	g_pattern_spec* calls to match new()/free() prototypes.

Wed Oct  6 21:40:37 1999  Tim Janik  <timj@gtk.org>

	* docs/bse-categories.txt: new file, giving general guidlines for
	category naming.

Wed Sep 22 13:08:25 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstparam.[hc]: completely abstracted the parameter
	specific packaging mechanism, we can now easily change this
	for tables or wrap boxes (yet to come though).

Wed Sep 22 08:37:39 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstapp.c (menubar_entries): changed "File" menu to
	"Project" menu.

Wed Sep 22 07:12:10 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstcanvaslink.c (bst_canvas_link_set_start): don't
	disconnect_by_func() for destroyed objects.

Thu Sep 16 09:19:54 1999  Tim Janik  <timj@gtk.org>

	* configure.in: require GLib-1.2.5, Gtk+-1.2.5, GNOME-1.0.16.

	* acbeast.m4: added a bunch of new compiler flags, cleaned stuff up
	some. we still need a check to see if certain options are actually
	supported by gcc.

Tue Sep 14 00:18:57 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstzoomedwindow.[hc]: new widget, basically a scrolled
	window that features a toggle button in the scrollbar corner.

Mon Sep 13 05:22:37 1999  Tim Janik  <timj@gtk.org>

	* configure.in (STRIP_BEGIN|STRIP_END): added GNU Make check.

Sun Aug 15 06:47:06 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/gnomeforest.[hc]: include gnome forest code for the
	moment, as it's not yet part of gnome (this also contains new
	libart portions).

Sun Jul 18 01:51:22 1999  Tim Janik  <timj@gtk.org>

        * acinclude.m4
        * config.guess
        * config.sub
        * ltconfig
        * ltmain.sh: libtool 1.3.3

Sun Jul  4 14:30:03 1999  Tim Janik  <timj@gtk.org>

	* configure.in: restore CFLAGS and LDFLAGS after XKB test.

Thu Jul  1 11:08:02 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstmain.c (main): use new keyboard stuff and guess,
	yes we are finally able to do that ;)

	* configure.in: check for the neccessary bits so we don't compile
	XKB specific code if the extension is not present.

	* beast-gtk/bstxkb.[hc]: special xlib code to figure
	keyboard type through XKB extension.
	
	* beast-gtk/bstkeytables.h:
	* beast-gtk/bstkeytables.c:
	* beast-gtk/bstkeytable-base.c:
	* beast-gtk/bstkeytable-us.c:
	* beast-gtk/bstkeytable-de.c:
	revamp, moved the common key codes from us and de into
	bstkeytable-base.c, implemented keypatch administration that
	features keyboard aliases and incremental usage of keypatches.
	the only thing we're lacking now is a GUI front end to choose
	the keyboard layout (and volounteers to contribute keytables ;).

Sun Jun 27 10:21:57 1999  Tim Janik  <timj@gtk.org>

	* configure.in: provide program data dir for BEAST data files.

        * autogen.sh: invoke automake with --add-missing
        
	* beast-gtk/Makefile.am: autogenerate beastconfigpaths.h, install
	beast.glr.

	* beast-gtk/bstmain.c: read beast.glr from beast program data dir.

	* merged ChangeLog and beast-gtk/ChangeLogs.

Sun Jun 27 10:04:46 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstkeytable-de.c: 
	* beast-gtk/bstkeytable-us.c: 
	* beast-gtk/bstkeytables.c: restructured source files, more stuff to
	come.

	* beast-gtk/bstkeytables-us.c: vanished.

Thu Jun 10 05:00:26 1999  Tim Janik  <timj@gtk.org>

	* configure.in (LT_AGE): removed that GNOME version 1.0.2 kludge
	which worked around broken gnome-libs versioning scheme,
	require 1.0.10 now.

1999-06-06    <timj@dhcpd7.redhat.com>

	* beast-gtk/bstparam.c: prepare parameters for wrap box container.

1999-05-31    <timj@dhcpd7.redhat.com>

	* configure.in: check for GNOME libs 1.0.2, since 1.0.6 doesn't really
	match gnome-config --version reporting 1.0.pre-2-10. gnome versioning
	is what is actually broken and needs to be fixed ;(

Mon May 17 02:49:23 1999  Tim Janik  <timj@gtk.org>

	* bunch of Makefile and configure changes so make distcheck works.
	BEAST package has version 0.2.0 now.

Sat May 15 23:23:05 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstsamplerepo.[hc]: adaptions so we can load samples from
	$(prefix)/share/beast/v0.2/*, which is where beast-data-0.2.tar.gz
	installs default samples.

Wed May  5 08:47:51 1999  Tim Janik  <timj@gtk.org>

	* beast-gtk/bstpatterneditor.[hc]: added drag selections, revamped the
	layout code completely. on the one hand this was long overdue,
	and on the other it was required for drag selections anyways ;)

Wed May  4 07:52:33 1999  Tim Janik  <timj@gtk.org>

	* We provide som limited BSE Procedure support now, the
	next step is to dynamically create per-object menu's for
	for it's procedures. All BEAST windows should now have a
	status bar at the lower border to keep the user informed
	on procedure failures and similar things.

Son Apr 25 16:47:21 1999  Tim Janik  <timj@gtk.org>

	* over that past 5 months, pretty much all of the initial BEAST
	code got revamped to suit the evolving BSE. apart from that, the
	code had to undergo some serious redoing to work with Gtk+ 1.2,
	the pattern editor is now only scrollable as a GtkScrolledWindow
	child.
	the old dialogs with static GUIs are gone now, we create 90% of
	the GUI from BSE's generic parameter interface.

Fri May 15 05:12:00 1998  Tim Janik  <timj@gtk.org>

	* lotsa stuff. we have a ~/.beastrc now, a shel, a songshell
	and an instrument editor.

Mon Apr  6 19:36:45 1998  Tim Janik  <timj@gtk.org>

	* bstpatterneditor.h: 
	* bstpatterneditor.c: scrolling, keytables.

Thu Apr  2 05:31:37 1998  Tim Janik  <timj@gtk.org>

	* bstpatterneditor.h:
	* bstpatterneditor.c:
 	ok, we have the basic layout working now.
	keyboard navigation and note editing works as well.
