enhanced previous fix to bug #120684, using excellent suggestion by Daniel
authorWilliam M. Brack <wbrack@src.gnome.org>
Sat, 6 Sep 2003 17:00:16 +0000 (17:00 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Sat, 6 Sep 2003 17:00:16 +0000 (17:00 +0000)
* transform.c: enhanced previous fix to bug #120684, using
  excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
  from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
  tests/general/Makefile.am tests/docs/bug-131*: added tests
  to the regression suite for bug #120684.

ChangeLog
tests/docs/Makefile.am
tests/general/Makefile.am

index 88da810..b44e807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Sep 10 23:32:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
+
+       * transform.c: enhanced previous fix to bug #120684, using
+         excellent suggestion by Daniel
+       * attributes.c: fixed bug #119583, merging attribute sets
+         from imported stylesheets.
+       * tests/docs/Makefile.am tests/docs/bug-131.xml
+         tests/general/Makefile.am tests/docs/bug-131*: added tests
+         to the regression suite for bug #120684.
+         
 Sat Sep  6 09:57:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
 
        * pattern.c pattern.h imports.c: fixed bug 119946, caused by
index 94a9c51..cd84a18 100644 (file)
@@ -130,6 +130,7 @@ EXTRA_DIST =        \
        bug-128.xml \
        bug-129.xml \
        bug-130.xml bug-130.doc \
+       bug-131.xml \
        character.xml \
        array.xml \
        items.xml
index 1f2a537..28ec1ac 100644 (file)
@@ -136,6 +136,7 @@ EXTRA_DIST = \
     bug-129.out bug-129.xsl \
     bug-130.out bug-130.xsl \
     bug-130-imp1.imp bug-130-imp2.imp bug-130-imp3.imp bug-130-imp4.imp \
+    bug-131.out bug-131.xsl bug-131-imp.imp \
     character.out character.xsl \
     character2.out character2.xsl \
     itemschoose.out itemschoose.xsl \