diff --git a/changelog b/changelog
index 20620f7..e602155 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+20090812 tpd src/axiom-website/patches.html 20090812.01.tpd.patch
+20090812 tpd src/interp/Makefile move cattable.boot to cattable.lisp
+20090812 tpd src/interp/debugsys.lisp change astr.clisp to cattable.lisp
+20090812 tpd src/interp/cattable.lisp added, rewritten from cattable.boot
+20090812 tpd src/interp/cattable.boot removed, rewritten to cattable.lisp
20090811 tpd src/axiom-website/patches.html 20090811.01.tpd.patch
20090811 tpd src/interp/Makefile move dq.boot to dq.lisp
20090811 tpd src/interp/debugsys.lisp change astr.clisp to dq.lisp
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index bbdc3e9..a151390 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1774,6 +1774,8 @@ astr.lisp rewrite from boot to lisp
buildom.lisp rewrite from boot to lisp
20090811.01.tpd.patch
dq.lisp rewrite from boot to lisp
+20090812.01.tpd.patch
+cattable.lisp rewrite from boot to lisp