The next edition of Declt , my reference manual generator for Common Lisp Libraries, is out. This is a bugfix release with one internal change (a special variable was not following the earmuffs convention) and one actual bugfix (the same Texinfo anchor was generated for symbols with the same name but in different packages).
Nov 4, 2015
A new major version of Declt , my reference manual generator for Common Lisp Libraries, is out. This release doesn’t contain any change in functionality, yet deserves a major version upgrade since it contains 3 important changes: an infrastructure revamp (along the lines of what Clon endured not so long ago), a license switch from the GNU GPL to a BSD one, and finally a system / package name change. The prefix is now net.didierverna instead of com.dvlsoft. Do I need to apologize for this again? 😀
Jul 13, 2015
As promised last week, I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This new version is now able to document Clon again (the documentation of which has been updated on the website).
Jun 29, 2015
After 15 betas, I’m happy enough with the current state of Declt , my reference manual generator for Common Lisp Libraries, to finally make a 1.0 release. A lot of things have changed since the previous version, sometimes in a backward-incompatible way. Many more items are documented (including, as you have recently seen, method combinations). In addition to the reference manual, generated by Declt itself, there is now a real user manual.
Aug 24, 2013
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This version underwent a major internals overhaul, required by some of the new features described below:
Oct 23, 2012
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release containts some improvements based on Sabra Crolleton’s feedback. The most notable improvements are support for two new license types (MIT and LGPL), a new :declt-notice keyword argument that gives you control on the “automatically generated by Declt” notice that appears in the reference manuals, and a bug fix (missing support for empty lists in lambda-lists).
Sep 25, 2012
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some uninteresting internals update, plus an important bug fix: there were two calls to find-method missing an errorp flag set to nil, leading to Declt throwing an error where it shouldn’t have.
Jun 4, 2012
I’ve just released the next version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some fixes for the Info format target but most notably, support for documenting (generic) writer functions and methods. When it makes sense, the documentations for func and (setf func) are grouped together. Getting closer to an official 1.0 stable version…
Jun 29, 2011
I’ve just released a new version of Declt , my Texinfo reference manual generator for Common Lisp Libraries. This release contains only one bugfix: when trying to create links to source files, Declt now checks whether the files actually exist or not.
May 31, 2011
The next edition of Declt , the Documentation Extractor from Common Lisp to Texinfo, is out. In this release: Bugfix: rendering the documentation for methods with EQL specializers didn’t work. Feature: licensing and copyrighting the reference manual is now optional. Licenses currently supported are BSD and GPL. Declt now generates its own reference manual by default. Some package infrastructure changes that should remain transparent.
Feb 23, 2011