Changelog for TINAA

Generated on Tuesday, 10 June 2008

Tue Jun 10 12:15:35 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.5.8
Tue Jun 10 12:15:25 EDT 2008Gary King <gwking@metabang.com>
bump version
Tue Jun 10 12:14:50 EDT 2008Gary King <gwking@metabang.com>
Need at least 0.1.2 of defsystem-compatibility
Tue Jun 10 12:14:24 EDT 2008Gary King <gwking@metabang.com>
ignore errors when calling out to markdown (in case some docstring has bad stuff in it)
Tue Jun 10 09:02:16 EDT 2008Gary King <gwking@metabang.com>
removed some very old GLU system stuff
Mon May 26 21:03:48 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.5.7
Mon May 26 21:00:25 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.5.7
Mon May 26 21:00:14 EDT 2008Gary King <gwking@metabang.com>
bump version
Mon May 26 20:59:05 EDT 2008Gary King <gwking@metabang.com>
Clean up package and system file; use anaphora system
Mon May 26 20:58:26 EDT 2008Gary King <gwking@metabang.com>
s/directory-name-p/directory-pathname-p/
Sun Mar 23 19:24:59 EDT 2008Gary King <gwking@metabang.com>
fixed some warning; cleanup; lml to md
Sat Mar 1 17:18:25 EST 2008Gary King <gwking@metabang.com>
TAG version-0.5.6
Sat Mar 1 17:18:11 EST 2008Gary King <gwking@metabang.com>
bumped version
Sat Mar 1 17:17:49 EST 2008Gary King <gwking@metabang.com>
Switch from index.lml to index.md
Sat Mar 1 17:17:35 EST 2008Gary King <gwking@metabang.com>
make sure *print-readably* is bound to nil
Sat Mar 1 17:17:13 EST 2008Gary King <gwking@metabang.com>
add some declare ignores to prevent warnings
Sat Mar 1 17:16:57 EST 2008Gary King <gwking@metabang.com>
remove duplicate method
Sat Mar 1 17:16:19 EST 2008Gary King <gwking@metabang.com>
just cleanup
Sat Apr 28 19:46:21 EDT 2007Gary King <gwking@metabang.com>
TAG version-0.5.5
Sat Apr 28 19:46:09 EDT 2007Gary King <gwking@metabang.com>
bumped version
Sat Apr 28 19:45:53 EDT 2007Gary King <gwking@metabang.com>
removed cl-fad dependency I missed the first time.
Sat Apr 28 18:52:20 EDT 2007Gary King <gwking@metabang.com>
TAG version-0.5.4
Sat Apr 28 18:52:08 EDT 2007Gary King <gwking@metabang.com>
bumped version 0.5.4
Sat Apr 28 18:51:17 EDT 2007Gary King <gwking@metabang.com>
comment cleanup
Sat Apr 28 18:50:48 EDT 2007Gary King <gwking@metabang.com>
Removed CL-FAD dependency
Sun Feb 4 15:28:43 EST 2007Gary King <gwking@metabang.com>
Some reformatting; reworked class-uninteresting-p a little
Sun Feb 4 15:28:28 EST 2007Gary King <gwking@metabang.com>
Make dependencies in system file keywords
Tue Jan 2 09:24:42 EST 2007Gary King <gwking@metabang.com>
TAG version-0.5.3
Tue Jan 2 09:24:33 EST 2007Gary King <gwking@metabang.com>
Bumped version to 0.5.3
Tue Jan 2 09:24:05 EST 2007Gary King <gwking@metabang.com>
Better CL-Markdown integration (i.e., now it actually works!): changed string->html into a method and used an around to call markdown when it is loaded. Since we call markdown for every check on documentation, this is probably a bit of a killer... we should memoize. Maybe tomorrow.
Sun Dec 31 21:29:01 EST 2006Gary King <gwking@metabang.com>
TAG version-0.5.2
Sun Dec 31 21:28:49 EST 2006Gary King <gwking@metabang.com>
Bumped version to 0.5.2
Sun Dec 31 21:28:15 EST 2006Gary King <gwking@metabang.com>
Minor tweaks and cleanup
Sun Dec 31 21:28:03 EST 2006Gary King <gwking@metabang.com>
Integrate CL-Markdown with Tinaa using ASDF-System-connections and a new maybe-show-documentation method.
Sat Sep 23 10:23:37 EDT 2006Gary King <gwking@metabang.com>
TAG version-0.5.1
Sat Sep 23 10:22:54 EDT 2006Gary King <gwking@metabang.com>
TAG help
Sat Sep 23 10:22:48 EDT 2006Gary King <gwking@metabang.com>
Cleanup
Sat Sep 23 10:22:40 EDT 2006Gary King <gwking@metabang.com>
Updated version -- in the hopes of sanity <smile>
Sat Sep 23 10:21:55 EDT 2006Gary King <gwking@metabang.com>
Removed an errant format
Sat Sep 23 10:21:29 EDT 2006Gary King <gwking@metabang.com>
Added css-file slot and *css-file* special variable and used them in an around method (css-file-for-writer) to help determine where the css file comes from
Sat Sep 23 10:19:14 EDT 2006Gary King <gwking@metabang.com>
Added release notes (RELNOTES)
Fri Jun 30 22:34:18 EDT 2006Gary King <gwking@metabang.com>
Adding more support for including graphs in the output
Sun Jun 11 16:46:46 EDT 2006Gary King <gwking@metabang.com>
Updated copyright date
Wed May 17 14:55:48 EDT 2006Gary King <gwking@metabang.com>
Updated to handle change in defsystem-compatibility
Thu May 11 15:36:31 EDT 2006Gary King <gwking@metabang.com>
Fixing in-packages
Thu May 4 13:23:07 EDT 2006Gary King <gwking@metabang.com>
Improved examples.lisp
Mon Apr 24 22:43:08 EDT 2006Gary King <gwking@metabang.com>
Added page-writer class and started to use this to make tinaa skinnable; worked on part graphing
Thu Apr 20 21:26:07 EDT 2006Gary King <gwking@metabang.com>
Added mucking and examples
Thu Apr 20 21:25:49 EDT 2006Gary King <gwking@metabang.com>
Fixed typo (left out writer parameter in function documentation. Also, notes...
Thu Apr 20 21:12:32 EDT 2006Gary King <gwking@metabang.com>
Prevent macros from also showing up as functions (from Todd Mokros)
Thu Apr 20 21:02:32 EDT 2006Gary King <gwking@metabang.com>
Added page-writer parameter up the wazoo in the hopes that this will make it easier to 'skin' Tinaa (still WIP)
Mon Apr 17 21:30:47 EDT 2006Gary King <gwking@metabang.com>
Tinaa now goes to some lengths to make sure that the part kind is in the correct system. This means that (ds 'asdf-system ...) will work regardless of the current *package*
Mon Apr 17 21:29:50 EDT 2006Gary King <gwking@metabang.com>
Added part-kind-unknown-error
Mon Apr 17 21:29:03 EDT 2006Gary King <gwking@metabang.com>
Some case issues with mlisp fixed...
Sun Apr 16 16:35:03 EDT 2006Gary King <gwking@metabang.com>
Almost left out the modified style file
Sun Apr 16 16:33:01 EDT 2006Gary King <gwking@metabang.com>
Refactored so that you can write documentation separately from groveling for it; enhanced package documentation so that you can see either internal or all symbols (finally!).
Sat Apr 15 19:02:55 EDT 2006Gary King <gwking@metabang.com>
Smarter slot-writer-name
Thu Apr 13 11:05:47 EDT 2006Gary King <gwking@metabang.com>
Working on graphing some more
Thu Apr 13 11:05:28 EDT 2006Gary King <gwking@metabang.com>
Upped version; tinaa depends on definitions
Thu Apr 13 11:03:59 EDT 2006Gary King <gwking@metabang.com>
Added :write-fiiles? keyword to document-system
Thu Apr 13 11:03:26 EDT 2006Gary King <gwking@metabang.com>
Packages only document symbols whose symbol-package is themselves (that comes off sounding awkward!)
Thu Apr 13 11:01:28 EDT 2006Gary King <gwking@metabang.com>
Ensure that an asdf-system is loaded before trying to document it
Mon Apr 10 22:01:47 EDT 2006Gary King <gwking@metabang.com>
TAG version-0.4.0
Mon Apr 10 22:00:43 EDT 2006Gary King <gwking@metabang.com>
Finally, ASDF-Systems are really documentable! Big changes in the way we output systems (now have folders for each name-holder plus a table of contents). Improved (or at least different) style sheet. Lots of little nits fixed (and many more created and/or noteddarcs add dev/build-contents.lisp dev/definitions.lisp dev/generate-output.lisp dev/files-and-urls.lisp).
Mon Apr 10 21:51:02 EDT 2006Gary King <gwking@metabang.com>
TAG version-0.3.0
Tue Apr 4 22:38:51 EDT 2006Gary King <gwking@metabang.com>
fixes for SBCL -- mosty involving pathnames; also fixed some issues with incorrect calls to CL documentation command.
Tue Apr 4 22:38:03 EDT 2006Gary King <gwking@metabang.com>
Fixed darcs link in web page
Tue Apr 4 09:20:05 EDT 2006Gary King <gwking@metabang.com>
Much work to improve asdf-system documentation, still very wip
Sat Apr 1 15:25:07 EST 2006Gary King <gwking@metabang.com>
Added part-type to account for make-part being able to create parts that are not the same type as requested (for classes and conditions); also other minor formatting changes and bug fixes (some thanks to Todd Mokros
Sat Apr 1 15:22:20 EST 2006Gary King <gwking@metabang.com>
Added part-type to account for make-part being able to create parts that are not the same type as requested (for classes and conditions)
Sat Apr 1 15:21:38 EST 2006Gary King <gwking@metabang.com>
Added part-type to account for make-part being able to create parts that are not the same type as requested (for classes and conditions)
Mon Mar 20 18:57:53 EST 2006Gary King <gwking@metabang.com>
Updated for mlisp
Tue Feb 28 19:09:59 EST 2006Gary King <gwking@metabang.com>
WIP: improving symbol display
Tue Feb 28 19:09:32 EST 2006Gary King <gwking@metabang.com>
:name -> :id
Sun Feb 12 11:58:20 EST 2006Gary King <gwking@metabang.com>
WIP: added class to symbol so CSS can play. Also corrected some left over glitches in the new indexing code
Thu Feb 9 20:59:26 EST 2006Gary King <gwking@metabang.com>
finishing touches on indexing changes and WIP asdf-systems
Thu Feb 9 14:38:00 EST 2006Gary King <gwking@metabang.com>
Added arguments to display-part; lots of minor updates and changes
Thu Feb 9 14:37:34 EST 2006Gary King <gwking@metabang.com>
Began test framework
Thu Feb 9 14:35:45 EST 2006Gary King <gwking@metabang.com>
More CSS work especially with indexing
Thu Feb 9 14:35:21 EST 2006Gary King <gwking@metabang.com>
Added permuted-index and reworked indexing code for additional flexibility
Mon Feb 6 16:10:27 EST 2006Gary King <gwking@metabang.com>
Cleanup of url->file and relative-url to try to make things more platform independent and generally happier. Also made use of multiple sub-parts of the same type feature to show sub/super classes, direct/all methods and so forth.
Thu Feb 2 13:44:32 EST 2006Gary King <gwking@metabang.com>
Updated formatting of news section
Thu Feb 2 13:43:38 EST 2006Gary King <gwking@metabang.com>
Made style sheet prettier...
Thu Feb 2 13:43:22 EST 2006Gary King <gwking@metabang.com>
Fixed some logic problems; started parts-with-no-documentation; moved basic display-part for table-summaries here.
Thu Feb 2 13:42:16 EST 2006Gary King <gwking@metabang.com>
Improved LML output
Thu Feb 2 13:41:30 EST 2006Gary King <gwking@metabang.com>
Improved LML with class output to make style sheet use more flexible
Thu Feb 2 13:40:51 EST 2006Gary King <gwking@metabang.com>
Big improvements in slot documentation; makes sure to find direct class of slot (otherwise informtion returned from slot-properties is spotty); adds class to LML to make style sheet use more flexible.
Thu Feb 2 13:39:34 EST 2006Gary King <gwking@metabang.com>
Improved logic: only add hyperlink to index letter if there is actually some part that starts with that letter that needs indexing
Tue Jan 31 10:19:10 EST 2006Gary King <gwking@metabang.com>
Updated notes; removed unuesd function add-back-link; switched from mopu-arglist to function-arglist.
Mon Jan 30 21:29:28 EST 2006Gary King <gwking@metabang.com>
Improved CSS slightly
Mon Jan 30 21:28:57 EST 2006Gary King <gwking@metabang.com>
Moved most generic function definitions to api.lisp; altered dependencies to match
Mon Jan 30 21:27:58 EST 2006Gary King <gwking@metabang.com>
Some cleanup of #+ignored code and so forth
Mon Jan 30 21:26:48 EST 2006Gary King <gwking@metabang.com>
Split out conditinos from classes; also improved display of slot information.
Mon Jan 30 21:25:27 EST 2006Gary King <gwking@metabang.com>
Changed index header links from table to DIVs
Thu Jan 26 23:12:48 EST 2006Gary King <gwking@metabang.com>
Changed +short-documentation-length+ to *short-documentation-length* in the hopes of making easy 'single-page' summary documentation. Also a few other minor updates
Thu Jan 26 23:11:44 EST 2006Gary King <gwking@metabang.com>
Fixed :Name links in website
Thu Jan 19 11:11:40 EST 2006Gary King <gwking@metabang.com>
Minor webpage fixes
Mon Jan 9 15:27:08 EST 2006Gary King <gwking@metabang.com>
Use metatilities copy-file
Mon Jan 9 15:26:43 EST 2006Gary King <gwking@metabang.com>
Re-worked webpage
Mon Jan 9 15:26:27 EST 2006Gary King <gwking@metabang.com>
Added website module
Fri Jan 6 17:24:47 EST 2006Gary King <gwking@metabang.com>
Lots of smoke without much fire: working on extending to Tinaa to handle multiple part kinds of the same type (or maybe it's part types of the same kind...). For example, classes have direct superclasses, direct subclasses, all superclasses and all subclasses. Each of these sub-part kinds have the same type: class.
Sun Jan 1 09:28:24 EST 2006Gary King <gwking@metabang.com>
Added COPYING file
Thu Dec 22 15:10:19 EST 2005Gary King <gwking@metabang.com>
Accomadate change in defsystem-compatibility packages
Tue Dec 20 21:30:04 EST 2005Gary King <gwking@metabang.com>
Updates site slightly
Tue Dec 20 21:29:44 EST 2005Gary King <gwking@metabang.com>
Big hammer solution to errors caused by unfinalizable classes
Sat Dec 17 18:06:00 EST 2005Gary King <gwking@metabang.com>
#+'d a CCLism in doc-class; need to find correct way to get slot documentation in all impls
Thu Dec 15 09:44:00 EST 2005Gary King <gwking@metabang.com>
Updating for moptilities
Mon Dec 12 13:58:08 EST 2005Gary King <gwking@metabang.com>
fixed handling of #\* and #\/ in part names; removed dependency on tinaa: logical host
Sat Dec 10 16:49:44 EST 2005Gary King <gwking@metabang.com>
EKSL -> GLU
Fri Nov 25 11:50:25 EST 2005Gary King <gwking@metabang.com>
cleaned up dependencies
Tue Nov 22 20:29:10 EST 2005Gary King <gwking@metabang.com>
system file
Fri Nov 18 10:16:31 EST 2005Gary King <gwking@metabang.com>
Moved system file up one level
Wed Nov 16 22:24:33 EST 2005Gary King <gwking@metabang.com>
added version files
Sun Nov 13 21:06:55 EST 2005Gary King <gwking@metabang.com>
updated asdf system and website slightly
Thu Nov 10 22:58:38 EST 2005Gary King <gwking@metabang.com>
change of system names
Mon Oct 31 22:12:30 EST 2005Gary King <gwking@metabang.com>
rearranged website; gave tinaa it's home
Fri Oct 7 15:12:15 EDT 2005Gary King <gwking@metabang.com>
started website to LML; have tinaa 'working' again.
Thu Oct 6 15:05:06 EDT 2005Gary King <gwking@metabang.com>
20051006 working under metabang
Wed Oct 5 15:32:38 EDT 2005Gary King <gwking@metabang.com>
initial