applied patch from Geert Kloosterman to not miss gif and .png files in the
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 21 May 2002 17:39:37 +0000 (17:39 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 21 May 2002 17:39:37 +0000 (17:39 +0000)
* libxslt.spec.in: applied patch from Geert Kloosterman to
  not miss gif and .png files in the RPM  documentation
Daniel

ChangeLog
TODO
libxslt.spec.in

index f15e488..c4bb9cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 21 19:38:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt.spec.in: applied patch from Geert Kloosterman to
+         not miss gif and .png files in the RPM  documentation
+
 Tue May 21 08:43:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
        * libexslt/libexslt.4: Applied patch for the EXSLT man page
diff --git a/TODO b/TODO
index b2cbd43..3986481 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,10 +8,6 @@ Design:
   - seems that saving back XSLT stylesheet from a compiled form might
     be a bit ugly ... Yes forget about it, it's just twaeked to the extreme
 
-ID and Key support:
-  -> done but namespace support in keys is not defined
-  -> make sure keys are recomputed on new document input
-
 Pattern tester:
   -> try to optimize for ID scan and tests.
 
@@ -24,14 +20,14 @@ Error handling:
      and lack of optionnal features.
   -> catch recursion end of 5.4 ...
 
-Support Attribute value templates:
-  -> namespace support for attribute value templates is not done, need
-     a small API redesign
-
 Sorting:
   -> add lang and case-order
   -> add foreign sorting functions (interfaces ?).
 
+Format Number:
+  -> cleanup % handling (May 21 2001) possibly following the cleaned
+     up wording of XSLT-2.0
+
                   ********
                  *        *
                  *  DONE  *
@@ -112,6 +108,10 @@ Pattern tester:
      based patterns lists.
   => done
 
+Support Attribute value templates:
+  -> namespace support for attribute value templates is not done, need
+     a small API redesign
+
 Doc:
   - put a page at http://xmlsoft.org/XSLT/
   - generate/transform the DocBook to HTML
@@ -125,6 +125,10 @@ Error handling:
      and lack of optionnal features.
   -> reports context
 
+ID and Key support:
+  -> done but namespace support in keys is not defined
+  -> make sure keys are recomputed on new document input
+
 Profiler:
   -> added looks good enough
   -> autocorrection of initial calibration loop
index ef177f7..569c903 100644 (file)
@@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root)
 
 %doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
-%doc doc/*.html doc/html doc/tutorial
+%doc doc/*.html doc/html doc/tutorial doc/*.gif doc/*.png
 %doc %{_mandir}/man1/xsltproc.1*
 
 %{prefix}/lib/lib*.so.*