1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805
|
2002-03-18 Norman Walsh <nwalsh@users.sourceforge.net>
* Makefile, autotoc.xsl, component.xsl, division.xsl, param.ent, param.xweb, qandaset.xsl, refentry.xsl, sections.xsl:
Replace generate.*.toc and generate.*.lot with single generate.toc parameter.
* autotoc.xsl: Fix ToC section depth calculation
2002-03-15 Norman Walsh <nwalsh@users.sourceforge.net>
* synop.xsl: Improve appearance of classsynopsis elements
2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net>
* .cvsignore: Ignore profiling stylesheets
* Makefile: Make profiling onechunk
* admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl:
Whitespace only: change CR/LF back to LF. Norm was a total moron.
* admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl:
Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr.
* block.xsl: Generate anchors before the formal.object.heading, not within it; support formal.title.placement
* formal.xsl, lists.xsl, param.ent, param.xweb: Support formal.title.placement
* lists.xsl, titlepage.xsl: Handle revisionflag a little better on copyrights
* titlepage.xsl: Generate anchors before the formal.object.heading, not within it
2002-03-13 Norman Walsh <nwalsh@users.sourceforge.net>
* footnote.xsl: Fix debugging error
* footnote.xsl: Numerate footnotes and table footnotes correctly
* lists.xsl: Bug #516227: segmentedlist/titles
* refentry.xsl: Process refsynopsisdiv titles in their own template so they don't get default title processing
* table.xsl: Make tfoot come out before tbody; even in HTML it's supposed to be that way
* verbatim.xsl: Improve efficiency of make-verbatim; thanks to Paul Grosso, John Dreystadt, et. al.
2002-03-12 Robert Stayton <bobstayton@users.sourceforge.net>
* callout.xsl: Modified match="co" template to use its linkends attribute
to form a hotlink to the callout element, forming the
two-ways links as described in
The Definitive Guide. At this time, only a single linkend
value is supported, since HTML doesn't handle multiply-targeted
links.
2002-03-11 Jirka Kosek <kosek@users.sourceforge.net>
* footnote.xsl: Fixed bug #520995. Removed duplicated footnote numbers.
2002-03-10 Norman Walsh <nwalsh@users.sourceforge.net>
* biblio.xsl: Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes; also suppress revhistory in bibliographies
* component.xsl, division.xsl, glossary.xsl, index.xsl, param.ent, param.xweb:
Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes
* inline.xsl: Use em instead of i for emphasis
* onechunk.xsl: Update onechunk to the new chunking scheme
2002-03-07 Robert Stayton <bobstayton@users.sourceforge.net>
* autotoc.xsl: Modified refentry to use mode=title.markup rather than mode=title
so indexterms are not included in the TOC entries for refentry.
2002-03-03 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, param.ent, param.xweb: Added new stylesheet parameters for profiling.
2002-03-01 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile, Makefile.param: First portion of new profiling code. New stylesheet parameters will come later.
2002-03-01 Norman Walsh <nwalsh@users.sourceforge.net>
* docbook.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different
* graphics.xsl: Handle the case where graphics in inlineequations are inline
* param.ent: Removed stylesheet.result.type reference
* param.xweb: Added fragref for chunk.quietly
* titlepage.xsl: Added DIV wrappers to author and authorgroup for CSS styling
2002-02-25 Robert Stayton <bobstayton@users.sourceforge.net>
* chunker.xsl, chunktoc.xsl, graphics.xsl, param.ent, param.xweb, titlepage.xsl:
Added chunk.quietly parameter and altered the calls
to write.chunk to set the 'quiet' param to that value.
2002-02-21 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, math.xsl, param.ent, param.xweb: Better control over delimiters for TeX equations. Added parameter tex.math.delims, when is set to 0, no delimiters (like $ and $$) are output. Same can be done for single equation by <?dbtex delims="no"?>.
2002-02-20 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl: Fix toc-depth bug in recursive sections
2002-02-10 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, param.ent, param.xweb: Added parameter htmlhelp.default.topic for overriding default topic to display.
2002-02-09 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, param.ent, param.xweb: Added parameter which controls appearance of root element in HTML Help ToC.
2002-02-07 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl, chunk-common.xsl, chunk.xsl, chunktoc.xsl, maketoc.xsl, param.ent, param.xweb:
Added experimental manual TOC processing for chunking and TOC generation
* calc-chunks.xsl, chunk-experimental.xsl, expchunk.xsl:
Deleting old experiments
* docbook.xsl: Tweaked rendering of 'draft' watermark
2002-02-03 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, param.ent, param.xweb: Added parameter htmlhelp.title for manual control over HTML Help title. Improved code for automatic extraction of title from document.
2002-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
* docbook.xsl, param.ent, param.xweb: Support 'draft' watermark
2002-01-28 Norman Walsh <nwalsh@users.sourceforge.net>
* biblio.xsl, block.xsl, docbook.xsl, footnote.xsl: Bug #503271: output biblioentry.item.separator after citetitle
* block.xsl, footnote.xsl, html-rtf.xsl, param.ent, param.xweb:
Added html.cleanup parameter; if non-zero, do some post-processing of RTFs to improve formatting
2002-01-22 Jirka Kosek <kosek@users.sourceforge.net>
* param.ent, param.xweb: Feature request #507087. Added parameter for controling appearance of icons in HTML Help ToC.
2002-01-21 Jirka Kosek <kosek@users.sourceforge.net>
* biblio.xsl: Fixed bug #505683. Changed <I> to <i> to make output compatible with XHTML.
2002-01-10 Norman Walsh <nwalsh@users.sourceforge.net>
* graphics.xsl, param.ent, param.xweb: Use the pixels.per.inch parameter
2002-01-09 Norman Walsh <nwalsh@users.sourceforge.net>
* graphics.xsl: Convert graphic widths/depths to pixels
2002-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk.xsl: Make root.filename supercede use.id.as.filename
* titlepage.xsl: Added template for confsponsor
2002-01-04 Norman Walsh <nwalsh@users.sourceforge.net>
* glossary.xsl, inline.xsl: Make glossary.collection (usually) work when chunking is used; allow the use of glossdivs to be toggled in the document
* glossary.xsl, inline.xsl, param.ent, param.xweb: First cut at supporting a glossary.collection file
2002-01-03 Norman Walsh <nwalsh@users.sourceforge.net>
* .cvsignore, Makefile.param: Makefile.param is auto generated
* lists.xsl, param.ent, param.xweb: Use global parameter variablelist.as.table
2002-01-01 Norman Walsh <nwalsh@users.sourceforge.net>
* changebars.xsl: Fix typo
* chunker.xsl: Use output.method parameter
* footnote.xsl: Number footnotes in refentrys individually; add priority to match on first para of a footnote
* lists.xsl: Improve list formatting
* param.ent, param.xweb: Added new parameters: make.valid.html, refentry.generate.title, and output.method; removed unused parameter callout.unicode.font
* refentry.xsl: Improve refentry formatting
* synop.xsl: Made several synopsis elements inline and reworked the formatting code accordingly
* titlepage.xsl: Fix formatting of copyright with multiple holders
* xref.xsl: Added target parameter to link
2001-12-15 Jirka Kosek <kosek@users.sourceforge.net>
* graphics.xsl, math.xsl: Improved support for TeX math inside equations.
2001-12-06 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile.param, docbook.xsl, math.xsl, param.ent, param.xweb:
Added support for TeX math in alt element. When using PassiveTeX, TeX equations can be directly passed to TeX. When using HTML, TeX file with code necessary to produce image equivalents of equations is generated.
* chunk.xsl, chunker.xsl: Template write.text.chunk moved to common place.
2001-12-04 Norman Walsh <nwalsh@users.sourceforge.net>
* Makefile, Makefile.param, chunk.xsl, param.ent, param.xweb:
Fix chunking parameter errors
* Makefile, Makefile.param, param.ent, param.xweb: Updated parameters and parameter consistency checking
* changebars.xsl: Feature #481981: support simpara and formalpara in changebars.xsl
* chunk-experimental.xsl: More hacking
* chunk.xsl: Feature #477348: support chunk.section.depth (lots and lots of changes here: danger will robinson)
* xref.xsl: Feature #481793: support xref to refentry
2001-12-02 Norman Walsh <nwalsh@users.sourceforge.net>
* component.xsl: Allow inlines and anchors in titles
2001-12-01 Norman Walsh <nwalsh@users.sourceforge.net>
* changebars.xsl, table.xsl: Bug #472836: @revisionflag and table entries
* qandaset.xsl: Improve FAQ labeling
2001-11-29 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl: Patch #478068: procedures with one step
2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl, param.ent: Support formatting segmented lists as tables
* param.ent: Added punct.honorific parameter
2001-11-28 Jirka Kosek <kosek@users.sourceforge.net>
* param.ent: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer.
* param.ent, param.xweb: Added support for automatic generation of map and context files for HTML Help. Topic names and IDs are marked by special PI <?dbhh topicname="..." topicid="..."?>.
2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xweb: Added punct.honorific parameter
* param.xweb: Support formatting segmented lists as tables
2001-11-28 Jirka Kosek <kosek@users.sourceforge.net>
* param.xweb: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer.
2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net>
* pi.xsl: Use common pi-attribute template
2001-11-27 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl: Support tabular presentation of variablelists
* qandaset.xsl: Format QandASet as a table; there's just no other way to get the formatting right without resorting to absurd hackery
* refentry.xsl: Fixed typo in refentry separator test
2001-11-18 Jirka Kosek <kosek@users.sourceforge.net>
* Makefile, glossary.xsl, inline.xsl, param.ent, param.xweb:
Added parameter glossterm.auto.link. When set to 1 links from glossterm to glossentry are created automatically even if there is no linkend attribute on glossterm and id attribute on glossentry.
* inline.xsl: Baseform attribute is taken into account when autogenerating links for glossterms.
2001-11-15 Norman Walsh <nwalsh@users.sourceforge.net>
* graphics.xsl: Only output a longdesc link if there's actually a longdesc
* inline.xsl: Support experimental XLink support
2001-11-12 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-experimental.xsl, chunk.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, inline.xsl, lists.xsl, param.xweb, synop.xsl, toc.xsl, xref.xsl:
Support well-formed documents, use key() instead of id()
* param.xweb: Added fragref for navig.* params
2001-11-10 Norman Walsh <nwalsh@users.sourceforge.net>
* titlepage.xsl: Fixed formatting of addresses in affiliations in author names
2001-11-09 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xweb: Move the obvious ID value from the src:fragment to the refentry in parameter reference pages
2001-11-06 Robert Stayton <bobstayton@users.sourceforge.net>
* chunk.xsl: Modified header and footer templates to support option
to use graphical icons for navigation.
* param.ent, param.xweb: Added new parameters supporting the option for graphical
icons in navigational headers and footers of chunked html.
2001-11-05 Jirka Kosek <kosek@users.sourceforge.net>
* param.ent: Parameters moved to params subdirectory.
2001-11-05 Norman Walsh <nwalsh@users.sourceforge.net>
* param.ent: Added newline at eof
2001-11-05 Jirka Kosek <kosek@users.sourceforge.net>
* param.xweb: Parameters moved to params subdirectory.
2001-11-03 Norman Walsh <nwalsh@users.sourceforge.net>
* biblio.xsl, inline.xsl: Support pubwork=article on citetitle
* xref.xsl: Remove anchor name on anchor; it erroneously duplicates the html anchor template
2001-10-16 Norman Walsh <nwalsh@users.sourceforge.net>
* Makefile, graphics.xsl, param.ent, param.xweb: Support HTML longdesc using textobject content
* table.xsl: Table support improvements
2001-10-15 Norman Walsh <nwalsh@users.sourceforge.net>
* inline.xsl: Fix formatting of keycombo
* param.ent, param.xweb, table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines
2001-10-14 Norman Walsh <nwalsh@users.sourceforge.net>
* table.xsl: Fixed a number of significant outstanding table problems; I think HTML and FO now format all combinations of spans and missing cells correctly. But the border drawing isn't perfect on FO tables yet.
2001-10-12 Norman Walsh <nwalsh@users.sourceforge.net>
* biblio.xsl: Tweaked bibliography formatting to include the labels
* param.ent, param.xweb: Fixed some missing references
* xref.xsl: Tweaked cross reference stuff to prevent square brackets on biblio xrefs from being underlined (it just looks ugly)
2001-10-11 Norman Walsh <nwalsh@users.sourceforge.net>
* autoidx.xsl, docbook.xsl: Moved autoidx.xsl (and chunker.xsl) directly into docbook.xsl
* chunk-common.xsl, chunk.xsl: Moved chunk-common into chunk; there's no need for a separate common file anymore
* chunker.xsl: Removed some out-of-date comments
* index.xsl: Removed empty generate-index function; we're now using autoidx all the time
* titlepage.xsl: Moved support for generate.legalnotice.link directly into titlepage.xsl
2001-10-08 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xweb: Added fragrefs for new params
2001-10-07 Norman Walsh <nwalsh@users.sourceforge.net>
* .cvsignore: Added param.html to ignore list
* .cvsignore, Makefile, param.ent, param.xsl, param.xweb:
Generate params from an xweb file
* autotoc.xsl, calc-chunks.xsl, chunk-common.xsl, chunk-experimental.xsl, chunker.xsl, ebnf.xsl:
Removed all top-level parameters; they're now all in param.xsl
2001-10-06 Norman Walsh <nwalsh@users.sourceforge.net>
* callout.xsl: Use function-available to select callout extension function
* component.xsl: Make component ids unconditional
* graphics.xsl: Use function-available to select text-insert extension function
* inline.xsl: Make sure all the variants of sgmltag have a class attribute
* refentry.xsl: Make anchors unconditional, support a separator between refentrys
* table.xsl: Use function-available to select extension functions
* titlepage.templates.xml: Added refentry titlepages, but note that refentrys don't usually have one, they usually begin with the Name section
* titlepage.xsl: Added refentry.titlepage.{recto,verso}.style properties
* verbatim.xsl: Use function-available to select verbatim extension function
* xref.xsl: Added names to the link templates so that they can be called that way
* xtchunk.xsl, xtchunker.xsl: No point keeping the XT files now that I'm using function-available
2001-09-26 Norman Walsh <nwalsh@users.sourceforge.net>
* admon.xsl, biblio.xsl, block.xsl, callout.xsl, component.xsl, division.xsl, ebnf.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, inline.xsl, lists.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, verbatim.xsl, xref.xsl:
Bug #464487: use (new) anchor template to consistently generate HTML anchors (usually conditionally, in other words, only for elements that actually have an ID)
2001-09-25 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Fix gentext.nav.* templates
* param.xsl, titlepage.xsl: Support automatic collation of year ranges in copyright
2001-09-24 Norman Walsh <nwalsh@users.sourceforge.net>
* refentry.xsl, synop.xsl: Added some paras to improve spacing
* verbatim.xsl: Implemented changes suggested by Paul Winder, Sam Brow, and John Dreystadt of Arbortext to make 'make-verbatim' less memory intensive; also added paras to literallayout and address divs for better spacing in NS6
2001-09-22 Norman Walsh <nwalsh@users.sourceforge.net>
* changebars.xsl: sgmltag is an inline
* chunk-common.xsl: Feature request #439053: support generate.legalnotice.link
* xref.xsl: Bug #462830: allow %p in templates
* xref.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys
2001-09-09 Norman Walsh <nwalsh@users.sourceforge.net>
* onechunk.xsl: New file.
2001-08-29 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl: Fix orderedlist numerations
2001-08-25 Norman Walsh <nwalsh@users.sourceforge.net>
* sections.xsl: Bug #451005: no id anchor for bridgehead
2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
* xref.xsl: Display the ID when gentext cannot be created
2001-08-11 Robert Stayton <bobstayton@users.sourceforge.net>
* param.xsl: Removed the '?' from olink resolver parameter because
the olink template will add that (or not, depending on
how that template is customized).
2001-08-08 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xsl, verbatim.xsl: Support shade.verbatim parameter
2001-08-05 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.unicode.font parameter to wrap Unicode callouts
2001-08-04 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl: Add '.' to the autotoc.label.separator; suppress the separator if there is no label
* chunker.xsl: Added a quiet parameter to suppress the Writing... message
* refentry.xsl: Don't output anchor for refsect*, the anchor is output as part of the title processing
2001-08-02 Norman Walsh <nwalsh@users.sourceforge.net>
* sections.xsl: Allow anchors in section titles
2001-08-02 Robert Stayton <bobstayton@users.sourceforge.net>
* xref.xsl: Changed <link> to process its endterm if the element content
is empty.
2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
* component.xsl: Don't calculate ids where they aren't used; don't put ids on divs because anchors will be output in the component title
* footnote.xsl: Process simpara in footnote; warn if something unexpected turns up in a footnote
* formal.xsl: Allow anchors in formal object titles
* graphics.xsl: Output anchors for images that have IDs
* lists.xsl: Output anchors for list elements with IDs
* param.xsl: Leave ../ out of graphics paths by default; that doesn't make sense anymore
* param.xsl, xref.xsl: First crude beginnings of olink support
* qandaset.xsl: Remove unnecessary spaces
* titlepage.templates.xml: Don't suppress othercredit on titlepages
* titlepage.xsl: Handle othercredits on title pages
2001-07-21 Norman Walsh <nwalsh@users.sourceforge.net>
* block.xsl, param.xsl: Fix title-end punctuation problems on formalparas
2001-07-17 Jirka Kosek <kosek@users.sourceforge.net>
* graphics.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for <graphic> and <inlinegraphic> not only for <imagedata>.
2001-07-17 Robert Stayton <bobstayton@users.sourceforge.net>
* xref.xsl: xref element with endterm attribute now uses normal templates
to process the children of the element pointed to by the endterm
ID. Formerly it just used the built-in template and rendered
just the text nodes.
2001-07-16 Norman Walsh <nwalsh@users.sourceforge.net>
* inline.xsl, param.xsl: Added phrase.propagates.style and emphasis.propagates.style: if true, wrap a span around phrase and emphasis elements with the role attribute propagated to the class attribute
2001-07-16 Robert Stayton <bobstayton@users.sourceforge.net>
* sections.xsl: added null templates for section titleabbrev in normal mode
2001-07-16 Norman Walsh <nwalsh@users.sourceforge.net>
* table.xsl: Wrap tbody around table footnotes (so that the HTML table model is not broken)
2001-07-15 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xsl: Make generate.section.toc.level 0 by default
2001-07-10 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk.xsl: Remove extension namespace declarations; they aren't actually used in this module
* chunker.xsl: Make exsl:document the first choice
* chunker.xsl: Fix EXSLT namespace name for exsl:document element
* chunker.xsl, oldchunker.xsl, param.xsl: Move declaration for default.encoding and saxon.character.representation from param.xsl to (old)chunker.xsl so that chunker.xsl can be used by any stylesheet (indepedent of docbook.xsl). Maybe this should get moved to lib...
* pi.xsl: Irrelevant encoding change
2001-07-09 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl: Fixed typo in reference to annotate.toc variable
2001-07-08 Norman Walsh <nwalsh@users.sourceforge.net>
* calc-chunks.xsl, chunk-experimental.xsl: Break chunk calculation and chunking into two tasks; *requires* every chunk to have an ID
* chunker.xsl: Use element-available function not vendor to find chunking elements
* exsltchunk.xsl, exsltchunker.xsl: These have been integrated into the regular chunker now that it's based on extension-available()
* keywords.xsl: Tweaked handling of keywords to avoid multiple templates
* oldchunker.xsl: New file.
* qandaset.xsl: Improve QandA formatting; make question bold if defaultlabel=none (FR #419315)
* xref.xsl: Support xref to bridgehead
2001-07-07 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xsl: Added callout.dingbats parameter (for extension support; not really used in HTML)
2001-07-06 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-experimental.xsl, expchunk.xsl: New file.
2001-07-05 Norman Walsh <nwalsh@users.sourceforge.net>
* block.xsl: Whitespace
* block.xsl, lists.xsl: FR #422097, make a listitem containing a single simpara output an li with only inline content
* chunk-common.xsl: Patch #428987, use the id of the root element if use.id.as.filename is non-zero; also chunk a /section properly
* chunk-common.xsl: Patch #418401, add accesskey attributes to HTML navigation
* param.xsl, sections.xsl: Change semantics of generate.section.toc.level; 0 no longer means ignored it now means less than 1 :-)
* param.xsl, sections.xsl: SR #431040, added generate.section.toc.level parameter to control depth of sections which get a TOC
* titlepage.xsl: Patch #415865, output contrib for authors and othercontribs
2001-07-04 <uid48421@users.sourceforge.net>
* autotoc.xsl: Support annotated TOCs
* biblio.xsl, param.xsl, xref.xsl: Support an external bibliography collection
* chunk-common.xsl, docbook.xsl, param.xsl: Bug #418968: replaced body.attrs attribute-set with body.attributes template
* component.xsl, sections.xsl: Remove internal references to *.titlepage.recto.mode and *.titlepage.verso.mode
* ebnf.xsl: Minor presentation bug fixes
* xref.xsl: Bug #429011, fix xref to qandset elements
2001-06-22 Norman Walsh <nwalsh@users.sourceforge.net>
* docbook.xsl, ebnf.xsl: Support EBNF
* param.xsl: Remove unused parameter: check.idref
2001-06-21 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl, param.xsl, xref.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter
2001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
* formal.xsl: Generate formal titles correctly
* graphics.xsl: Don't put span around inlinemediaobject in programlistings or screens (causes problems with line numbering and callouts)
* refentry.xsl: Bug 434102: fix refentry inside of chapter and fix refsynopsisdiv formatting in both FO and HTML
* xref.xsl: Support xref to authorgroup
2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Reordered erroneous test: only link to top-level sections, even if the first one is a chunk
2001-06-17 Norman Walsh <nwalsh@users.sourceforge.net>
* exsltchunk.xsl, exsltchunker.xsl: New file.
2001-06-15 Norman Walsh <nwalsh@users.sourceforge.net>
* component.xsl: Handle subtitle in articleinfo
2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Make sure the root element gets processed correctly so that it generates the right titlepage
* component.xsl: Don't output ID attributes on DIVs with required titles since they conflict with the NAME attributes on the subsequently output A tags.
* docbook.xsl: Pass the current node to user.head.content
* index.xsl: Updated comment
2001-06-07 Jirka Kosek <kosek@users.sourceforge.net>
* lists.xsl: Things preceding steps in procedure are placed before OL list.
2001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl: Fixed typo in compact list support; backed out procedure step changes
* sections.xsl: Fixed CSS typo; clear: all should be clear: both
2001-06-02 Jirka Kosek <kosek@users.sourceforge.net>
* lists.xsl: Fixed bug #424926. Things preceding steps in procedure are not placed inside OL list.
2001-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
* component.xsl: Reorganized templates for clarity
* graphics.xsl: Fix dup. template bug with is.graphic.*
* titlepage.xsl: Added template for publisher
2001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl: Make the TOC label/title separator a parameter
* callout.xsl, verbatim.xsl: Move calculation of linenumber.* parameters into the number.rtf.lines template
* changebars.xsl: Add link and member as inlines
* sections.xsl: Refactor the section title code
* titlepage.templates.xml: Reworked titlepage template processing to support use of more interesting
predicates.
Note: in previous versions, at most one title, subtitle, or titleabbrev
element would be processed for each title page. In the new design, if you
have multiple title, subtitle, or titleabbrev elements inside an info
wrapper (you shouldn't!), they will all be processed.
2001-05-13 Norman Walsh <nwalsh@users.sourceforge.net>
* param.xsl: Fixed ID typo
* synop.xsl: Fixed synopfragmentref link (suggested by Philippe Martin)
2001-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
* autotoc.xsl, param.xsl: Mostly failed attempt to add bridgeheads to the automatic TOC; this option is turned off by default and you should leave it that way.
* sections.xsl: Calculate the heading level for bridgeheads
2001-05-03 Norman Walsh <nwalsh@users.sourceforge.net>
* lists.xsl: Output anchors for procedures and steps
* table.xsl: Process head/body/foot in the right order
2001-04-29 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl, chunk.xsl, xtchunk.xsl: Automatically make an index when chunking with a processor other than XT
2001-04-26 Norman Walsh <nwalsh@users.sourceforge.net>
* changebars.xsl: Support a few more elements
* inline.xsl: Make glossterms hot if they're links. And make them italic.
* lists.xsl: Improve procedure step/substep enumeration
2001-04-24 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Fix chunking bug
* chunk-common.xsl: Feature request 416507: added chunk.sections and chunk.first.sections to provide greater chunking flexibility
* chunker.xsl: Output ID in message
* glossary.xsl: Fix bug that caused duplicated glossary entries
* qandaset.xsl: Bug #418100: fix qandaentry anchors; also fixed formatting bug in questions with indexterms
2001-04-21 Jirka Kosek <kosek@users.sourceforge.net>
* chunker.xsl: Added parameters for changing output encoding in chunked HTML
2001-04-21 Norman Walsh <nwalsh@users.sourceforge.net>
* inline.xsl: Improve processing of trademarks
2001-04-21 Jirka Kosek <kosek@users.sourceforge.net>
* param.xsl: Added parameters for changing output encoding in chunked HTML
2001-04-20 Norman Walsh <nwalsh@users.sourceforge.net>
* inline.xsl: Restoring accidentally deleted citetitle template
2001-04-18 Norman Walsh <nwalsh@users.sourceforge.net>
* autoidx.xsl: Fix bug: lowercase and uppercase need to be strings (not element names :-)
* inline.xsl, param.xsl: Bug #413982, easy support for man page CGI links on citerefentry
2001-04-17 Norman Walsh <nwalsh@users.sourceforge.net>
* docbook.xsl, param.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure
2001-04-16 Norman Walsh <nwalsh@users.sourceforge.net>
* component.xsl: Fix bug in processing of subtitle content on components
* glossary.xsl, titlepage.templates.xml: Fix formatting of glossarys--things were really broken
* xref.xsl: Patches Tracker #415439: support title attribute on HTML anchors associated with xrefs
2001-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Process footnotes correctly when chunking; add summary attribute to navigation tables
* docbook.xsl: Support inheriting of *info keywords
* footnote.xsl, sections.xsl: Process footnotes correctly when chunking
* formal.xsl: Use gentext templates for formal object titles
* param.xsl: Added new parameters: inherit.keywords, process.source.toc, and process.empty.source.toc; changed the default for spacing.paras to 0
* table.xsl: Improve support for align attribute on tgroup
* toc.xsl: Support DocBook toc markup
* xref.xsl: Make a title attribute on HTML anchors for links to things with titles
2001-04-05 Norman Walsh <nwalsh@users.sourceforge.net>
* table.xsl: Don't translate tgroup align into HTML table align--they don't mean the same thing
* titlepage.xsl: Suppress titleabbrev on the title page
2001-04-04 Norman Walsh <nwalsh@users.sourceforge.net>
* chunk-common.xsl: Move xsl:message about chunks into the chunker modules
* chunker.xsl: Support indent and doctype public/system on chunks (for Saxon, anyway, Xalan's multiple-document extension doesn't seem to support this)
* xtchunker.xsl: Use xsl:choose to support xml, html, and text output methods
2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net>
* callout.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters
* chunk-common.xsl: Remove unnecessary xmlns declarations
* chunker.xsl: Patch to make saxon not produce xml version=1.1 documents
* param.xsl: Documentation fixes
* qandaset.xsl: Apply patch 412510 by Jon Willeke, make xref to Question work correctly
* xref.xsl: Remove unnecessary parameter assignment
2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
* .cvsignore, Makefile, admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, param.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl, xtchunk.xsl, xtchunker.xsl:
New file.
* Makefile: Use the cvstools version of saxon
|