Wed Mar 12 22:34:11 UTC 2008 Luca Capello tagged UPSTREAM_qbook_20080312 Sun Nov 18 22:34:36 UTC 2007 Luca Capello tagged UPSTREAM_qbook_20071118 Tue Jul 24 14:54:36 UTC 2007 Luca Capello tagged UPSTREAM_qbook_20070724 Tue Oct 3 10:28:12 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20061003 Mon Sep 18 12:12:52 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20060918 Fri Sep 8 10:26:07 UTC 2006 Maciek Pasternacki * Add LISTINGS slot to LATEX-GENERATOR class which makes it use LaTeX's listing package to pretty-print code parts. M ./src/latex.lisp -9 +16 Tue Jul 25 17:55:14 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20060720 Sat May 13 17:06:09 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20060513 Tue Apr 11 12:30:50 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20060411 Sun Feb 26 15:57:04 UTC 2006 Luca Capello tagged UPSTREAM_qbook_20060226 Thu Feb 2 14:58:30 UTC 2006 Marco Baringer * Ignore errors when reading code (the output is a little ugly but at least we don't barf completly) M ./src/qbook.lisp -2 +3 Thu Feb 2 14:58:18 UTC 2006 Marco Baringer * Show (setf name) for setf methods M ./src/html.lisp -1 +1 Thu Feb 2 14:57:52 UTC 2006 Marco Baringer * fix links to print.css M ./src/html.lisp -2 +7 Wed Jan 18 10:45:44 UTC 2006 Marco Baringer * Added code analyzer for defgeneric M ./src/code-analysis.lisp +15 Wed Jan 18 10:39:11 UTC 2006 Marco Baringer * Minor indentation fix M ./src/code-analysis.lisp -3 +3 Sun Jan 22 09:39:35 UTC 2006 Luca Capello tagged UPSTREAM_qbook_1:20060122 Thu Dec 1 20:15:15 UTC 2005 Marco Baringer * Better handling of non symbol function names (like (setf foo)) in the permuted index M ./src/qbook.lisp -3 +12 Thu Dec 1 18:25:23 UTC 2005 Marco Baringer * Added permuted symbol index M ./src/code-analysis.lisp -6 +7 M ./src/html.lisp -26 +52 M ./src/qbook.lisp -29 +56 M ./src/stylesheets.lisp -23 +18 Wed Nov 30 16:58:58 UTC 2005 Marco Baringer * Refactor docstring-first-sentence and use it for the index M ./src/code-analysis.lisp -13 +16 M ./src/html.lisp -1 +1 Sat Nov 26 17:49:56 UTC 2005 Marco Baringer * Change rendering of class slots M ./src/html.lisp -7 +4 Sat Nov 26 16:57:25 UTC 2005 Marco Baringer * added functions for storing known computiational objects in a hash table (not yet used) M ./src/code-analysis.lisp -1 +16 Sat Nov 26 16:57:10 UTC 2005 Marco Baringer * added style for links to computational element's pages M ./src/html.lisp -1 +2 M ./src/stylesheets.lisp +2 Sat Nov 26 16:56:41 UTC 2005 Marco Baringer * Output class hierarchy even for classe without slots (bugfix) M ./src/html.lisp -10 +10 Sat Nov 26 16:43:24 UTC 2005 Marco Baringer * make sure regular exrpessions are wrapped in load-time-values M ./src/qbook.lisp -3 +8 Sat Nov 26 16:43:08 UTC 2005 Marco Baringer * added analysis of defconstant forms M ./src/code-analysis.lisp +11 Sat Nov 26 16:42:42 UTC 2005 Marco Baringer * defvar and defparameter are basically the same (same index, same outputing, same parsing) M ./src/code-analysis.lisp -11 +2 Sat Nov 26 16:42:23 UTC 2005 Marco Baringer * fix docstring getter for defclass forms M ./src/code-analysis.lisp -1 +1 Sat Nov 26 16:41:39 UTC 2005 Marco Baringer * Instead of limitng to N characters we use the first sentence of a docstring as a brief summary M ./src/code-analysis.lisp +21 M ./src/html.lisp -8 +8 Sat Nov 19 17:11:51 UTC 2005 Marco Baringer * Use read-preserving-whitespace instead of read M ./src/qbook.lisp -1 +1 Sat Nov 19 16:22:44 UTC 2005 Marco Baringer * Added descriptors for methods M ./src/code-analysis.lisp +30 M ./src/html.lisp -40 +53 Sat Nov 19 15:48:39 UTC 2005 Marco Baringer * Have the html generator create the stylesheet files, instead of trying to copy them from qbook's source directory M ./docs/Makefile -1 M ./qbook.asd -1 +4 M ./src/html.lisp -1 +10 R ./src/print.css R ./src/style.css A ./src/stylesheets.lisp Sat Nov 19 14:50:02 UTC 2005 Marco Baringer * Added our own custom #\; reader to work around implementation differences M ./src/qbook.lisp -1 +12 Sat Nov 19 14:49:48 UTC 2005 Marco Baringer * Added print-object methods for source-code-part and subclasses M ./src/qbook.lisp +9 Sat Nov 19 14:49:18 UTC 2005 Marco Baringer * Change calls to ensure-directories-exists to work on sbcl M ./src/html.lisp -2 +2 Sat Nov 19 10:14:23 UTC 2005 Marco Baringer * Deal with descriptors whose names aren't symbols (we assume a name is either a symbol or a two element list) M ./src/html.lisp -4 +16 M ./src/qbook.lisp -3 +7 Sat Nov 19 10:13:44 UTC 2005 Marco Baringer * Move definition of *code-info-collectors* to avoid unknow variable warnings M ./src/code-analysis.lisp -2 +2 Fri Nov 18 19:09:16 UTC 2005 Marco Baringer * Added class/function/etc. indexes M ./src/code-analysis.lisp -1 +1 M ./src/html.lisp -14 +64 M ./src/qbook.lisp -6 +40 Fri Nov 18 17:50:12 UTC 2005 Marco Baringer * Added initial code part analysis. M ./qbook.asd -1 +8 A ./src/code-analysis.lisp M ./src/html.lisp -40 +104 M ./src/latex.lisp -1 +3 M ./src/qbook.lisp -33 +68 Fri Nov 18 15:01:25 UTC 2005 Marco Baringer * tell the makefile to get the style sheets from the proper place M ./docs/Makefile -1 +1 Fri Oct 28 11:59:57 UTC 2005 Marco Baringer * Added docs directory and Makefile A ./docs/ A ./docs/Makefile Fri Oct 28 11:59:34 UTC 2005 Marco Baringer * Added book class. changed html and latex generators to use it. M ./src/html.lisp -3 +3 M ./src/latex.lisp -2 +2 M ./src/qbook.lisp -2 +8 Fri Nov 11 07:21:58 UTC 2005 Luca Capello * added README file A ./README Sat Nov 5 17:21:39 UTC 2005 Luca Capello tagged UPSTREAM_qbook_1:20051105 Sat Nov 5 15:58:38 UTC 2005 Marco Baringer * Escpae { and } chars in boring regexps. M ./.boring -1 +1 Fri Oct 28 10:44:14 UTC 2005 Luca Capello * remove debian/ folder The CL-Debian group decided to avoid Debian native packages. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310665 R ./debian/ R ./debian/changelog R ./debian/control R ./debian/copyright R ./debian/postinst R ./debian/prerm R ./debian/rules Mon Jul 25 09:08:56 UTC 2005 Marco Baringer * Setup boringfile A ./.boring Mon Jul 25 09:07:56 UTC 2005 Marco Baringer * Initial import of qbook. This is equivalent to bese-2004@common-lisp.net/qbook--dev--0.9--patch-14 A ./COPYING A ./debian/ A ./debian/changelog A ./debian/control A ./debian/copyright A ./debian/postinst A ./debian/prerm A ./debian/rules A ./qbook.asd A ./src/ A ./src/html.lisp A ./src/latex.lisp A ./src/packages.lisp A ./src/print.css A ./src/publish-op.lisp A ./src/qbook.lisp A ./src/style.css