You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WhatsNew 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Changes since version 1.42 (2001-08-06)
  2. Changes to xsl/*
  3. | 2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
  4. |
  5. | * VERSION: Version 1.44 released.
  6. |
  7. | 2001-08-13 Norman Walsh <nwalsh@users.sourceforge.net>
  8. |
  9. | * VERSION: Version 1.43 released.
  10. |
  11. | * VERSION: Keep CVS versions distinct from real releases
  12. |
  13. Changes to xsl/common/*
  14. | 2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
  15. |
  16. | * l10n.xsl: Calculation of the dingbat nodeset was simply
  17. | broken
  18. |
  19. | 2001-08-13 Norman Walsh <nwalsh@users.sourceforge.net>
  20. |
  21. | * Makefile: Added stylesheet as a dependency
  22. |
  23. Changes to xsl/docsrc/*
  24. | 2001-08-13 Norman Walsh <nwalsh@users.sourceforge.net>
  25. |
  26. | * documentation.xml: Added link to profiling documentation
  27. |
  28. Changes to xsl/fo/*
  29. | 2001-08-09 Norman Walsh <nwalsh@users.sourceforge.net>
  30. |
  31. | * component.xsl, titlepage.templates.xml, titlepage.xsl:
  32. | Support colophon
  33. |
  34. | * graphics.xsl: Forgot curly braces in AVT for height/width
  35. |
  36. | * inline.xsl: Remark|comment must be formatted as a block in
  37. | case it appears at the paragraph-level in a component
  38. |
  39. Changes to xsl/html/*
  40. | 2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
  41. |
  42. | * xref.xsl: Display the ID when gentext cannot be created
  43. |
  44. | 2001-08-11 Robert Stayton <bobstayton@users.sourceforge.net>
  45. |
  46. | * param.xsl: Removed the '?' from olink resolver parameter
  47. | because the olink template will add that (or not, depending
  48. | on how that template is customized).
  49. |
  50. | 2001-08-08 Norman Walsh <nwalsh@users.sourceforge.net>
  51. |
  52. | * param.xsl, verbatim.xsl: Support shade.verbatim parameter
  53. |
  54. Changes to xsl/doc/*
  55. | 2001-08-09 Norman Walsh <nwalsh@users.sourceforge.net>
  56. |
  57. | * Makefile: Added tools to Makefile
  58. |
  59. Changes to xsl/htmlhelp/*
  60. | 2001-08-13 Jirka Kosek <kosek@users.sourceforge.net>
  61. |
  62. | * htmlhelp-common.xsl: Fixed problems with new lines in titles
  63. | for TOC
  64. |
  65. | 2001-08-08 Jirka Kosek <kosek@users.sourceforge.net>
  66. |
  67. | * htmlhelp-common.xsl: Added new parameters for controling
  68. | filenames of project and output files. New parameter
  69. | htmlhelp.hhp.tail for specifying user content for project
  70. | file.
  71. |
  72. Changes to xsl/docsrc/tools/*
  73. | 2001-08-13 Norman Walsh <nwalsh@users.sourceforge.net>
  74. |
  75. | * Makefile: New file.
  76. |
  77. Changes to xsl/doc/tools/*
  78. | 2001-08-09 Norman Walsh <nwalsh@users.sourceforge.net>
  79. |
  80. | * Makefile: Use saxon and docbook.xsl
  81. |
  82. Changes to xsl/tools/olink/*
  83. | 2001-08-11 Robert Stayton <bobstayton@users.sourceforge.net>
  84. |
  85. | * olink-common.xsl: Fixed the attributes that were all being
  86. | saved to the same id attribute. Also added lang as a
  87. | supported attribute.
  88. |
  89. | * olinksum.dtd: Added lang as a supported attribute.
  90. |