(All changes by Gavin Sinclair unless otherwise noted or input credited.) === 2004-10-08 Version 1.0 released. === 2004-10-06-8 Internal version 0.0.2, with the following changes: * Commented out the code in test.rb and debug/diff.rb. These files are not ready for release, but I don't want to delay the release of the basic functionality (breakpoints, logging, and tracing). * dev-utils/debug-inline.rb and dev-utils/test-inline.rb removed; no longer needed. When you require 'dev-utils/debug', the DevUtils::Debug module is included in the toplevel for convenience. I doubt this will cause problematic clashes, but at least the option is there to later allow a non-intrusive library, like dev-utils/debug/module. * Removed Synopsis.textile and put simple code snippets into the main page. * Added MIT license. * Textile documentation polished up. Examples added, planned stuff so marked, comments removed. RDoc documentation completed. === 2004-09-24 * Cementing version 0.0.1, as I'm going to introduce Florian Gross's breakpoint.rb and Binding.of_caller (which will help trace() as well). Also removing some documentation to clear the decks for a 0.0.2 actual release. vim: ft=txt ai comments=fb\:* tw=80 fo=tcq