From MAILER-DAEMON Sun Dec 05 13:21:29 2010
Received: from mailman by lists.gnu.org with archive (Exim 4.43)
	id 1PPJDF-0002uv-2V
	for mharc-axiom-developer@gnu.org; Sun, 05 Dec 2010 13:21:29 -0500
Received: from [140.186.70.92] (port=60005 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1PPJDD-0002up-5K
	for axiom-developer@nongnu.org; Sun, 05 Dec 2010 13:21:28 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <daly@axiom-developer.org>) id 1PPJDC-00038G-2a
	for axiom-developer@nongnu.org; Sun, 05 Dec 2010 13:21:27 -0500
Received: from vs338.rosehosting.com ([209.135.140.38]:53387
	helo=axiom-developer.org) by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <daly@axiom-developer.org>) id 1PPJDB-000389-Tx
	for axiom-developer@nongnu.org; Sun, 05 Dec 2010 13:21:26 -0500
Received: from [192.168.1.4] (dynamic-acs-72-23-235-203.zoominternet.net
	[72.23.235.203])
	by axiom-developer.org (8.12.8/8.12.8) with ESMTP id oB5ILN75023703;
	Sun, 5 Dec 2010 12:21:23 -0600
Message-ID: <4CFBD820.5070701@axiom-developer.org>
Date: Sun, 05 Dec 2010 13:21:20 -0500
From: Tim Daly <daly@axiom-developer.org>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
	rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3
MIME-Version: 1.0
To: Axiom-Developer <axiom-developer@nongnu.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-detected-operating-system: by eggs.gnu.org: Linux 2.6? (barebone, rare!)
Subject: [Axiom-developer] November 2010 release
X-BeenThere: axiom-developer@nongnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Axiom Developers <axiom-developer.nongnu.org>
List-Unsubscribe: <http://lists.nongnu.org/mailman/listinfo/axiom-developer>, 
	<mailto:axiom-developer-request@nongnu.org?subject=unsubscribe>
List-Archive: <http://lists.nongnu.org/archive/html/axiom-developer>
List-Post: <mailto:axiom-developer@nongnu.org>
List-Help: <mailto:axiom-developer-request@nongnu.org?subject=help>
List-Subscribe: <http://lists.nongnu.org/mailman/listinfo/axiom-developer>,
	<mailto:axiom-developer-request@nongnu.org?subject=subscribe>
X-List-Received-Date: Sun, 05 Dec 2010 18:21:28 -0000

  November 2010 Release

This release concentrated on treeshaking the compiler code into book 
volume 9.
Due to the complexity of this task it will take several releases to 
complete.

Makefile
    automate making help files

books/bookvol4
    documented debugging technique

books/bookvol5
    document compiler related routines
    cleanup latex

books/bookvol6
    added section on research ideas

books/bookvol9
    treeshake compiler code
    document compiler code
    fix |special| bug
    merge and remove fnewmeta
    move meta code into bookvol9 from parsing.lisp

books/bookvolbib
    Chee Keng Yap [Yap00], Chudnovsky and Jenks [CJ86], Eric Weisstein 
[Wein],
    David and Gregory Chudnovsky [Chu89], Jenks, [Jen69], Kaufmann [KMJ00],
    Linger [LMW79], Wester [Wes99]

src/algebra/Makefile automate making input files

src/doc
    axiom.sty collect all script commands in one place
    axiom.sty consolidate latex macros

src/input
    setcmd.input clean up broken tests

src/interp
    Makefile merge and remove fnewmeta

    apply, br-con, define, info, category, modemap, postprop  fix 
|special| bug
    vmlisp   fix |special| bug

    compiler, define, fnewmeta, g-boot, interp-proclaims, iterator, 
modemap,
    parsing, postprop vmlisp treeshake compiler

    fnewmeta.lisp removed

    i-output.lisp remove droptrailingblanks

    parsing.lisp cleanup and reformat

    vmlisp.lisp comment out plist assignments
    vmlisp.lisp remove droptrailingblanks
    vmlisp.lisp rename some fnewmeta variables
    vmlisp.lisp rename variables to remove underscores

src/scripts/tex
    axiom.sty add defplist, usesstruct

src/doc
    axiom.sty add defplist, usesstruct

src/axiom-website/
    documentation.html add literate thinking quote





