diff --git a/buglist b/buglist
index db40e08..e46bd2c 100644
--- a/buglist
+++ b/buglist
@@ -1,6 +1,6 @@
=========================================================================
-bug 7259:
+bug 7260:
todo 336:
wish 1012:
meh 5:
@@ -11,6 +11,12 @@ typos 40363:
dup 50006:
nonextend 60077:
+=========================================================================
+bug 7259:
+
+x:=taylor 'x
+y:=taylor 'y
+sinh(x)*cosh(y)
=========================================================================
wish 1011: sum(1/(k+a), k=1..n) by Gosper's method
diff --git a/changelog b/changelog
index 17ac1bb..49887d8 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+20140825 tpd src/axiom-website/patches.html 20140825.01.tpd.patch
+20140825 tpd buglist add 7259 from taylorseries.input
+20140825 tpd src/input/Makefile add taylorseries.input
+20140825 tpd src/input/taylorseries.input added regression test
20140808 tpd src/axiom-website/patches.html 20140808.01.tpd.patch
20140808 tpd books/bookvolbib add bibliographic references
20140807 tpd src/axiom-website/patches.html 20140807.01.tpd.patch
diff --git a/patch b/patch
index 6c307c9..b98bb6a 100644
--- a/patch
+++ b/patch
@@ -1,4 +1,3 @@
-books/bookvolbib add bibliographic references
+src/input/taylorseries.input add taylor series regression test
-add addition bibliographic references, some from Raoul Bourquin,
-in the subsection on integration.
+Ralf Hemmecke / Bill Page taylor series regression test
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index ea43c65..44d2389 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4608,6 +4608,8 @@ merge and remove include, lib, and clef into books
books/bookvolbib add bibliographic references
20140808.01.tpd.patch
books/bookvolbib add bibliographic references
+20140825.01.tpd.patch
+src/input/taylorseries.input added regression test