⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 whatsnew-1.67.0

📁 opennms得相关源码 请大家看看
💻 0
字号:
Changes since version 1.66.1 (2004-09-20)Changes to xsl/*  | 2004-11-09  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* BUGS, README, TODO: update various readme's to direct users  | 	  to SF for bugs * todo's, and update mantifest to include  | 	  info about all current subdirs and files  |   | 	* README: typo fixed  |   | 	* RELEASE-NOTES.xml: Added markup and fixed typos.  |   | 	* RELEASE-NOTES.xml: Updated for 1.67.0  |   | 	* VERSION: Version 1.67.0 released.  |   | 2004-10-17  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* VERSION: Capitalization tweaks necessary for the latest  | 	  freshmeat script  | Changes to xsl/common/*  | 2004-10-28  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* titles.xsl: Fix bug #663552: handle xref correctly when it  | 	  appears in titles.  |   | 2004-10-24  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* table.xsl: Fixed bug #1005990. Column spans are now working  | 	  also in entrytbl element, not only in table elements.  | 	  However due to complexity of table code I am not completely  | 	  sure whether I fixed it on all places.  |   | 2004-10-22  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* labels.xsl: Bug #1035656: the label for a listitem in an  | 	  orderedlist must account for the possibility of  | 	  continuations or alternate starting numbers  |   | 2004-09-22  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* olink.xsl: Fixed bug where olink.base.uri parameter was  | 	  being used in the wrong place.  | Changes to xsl/docsrc/*  | 2004-11-04  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* publishing.xml: XML text declaration, added missing required  | 	  "encoding" pseudo-attribute  |   | 2004-11-03  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* publishing.xml: Added important caveat that the tools  | 	  information is outdated and referred them to DocBook XSL:  | 	  The Complete Guide.  | Changes to xsl/extensions/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Makefile: Build the Saxon8 extensions  | Changes to xsl/fo/*  | 2004-11-04  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* formal.xsl: Fixed dbfo keep-together PI for tables.  |   | 2004-10-30  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* admon.xsl: Change admon.graphic.width template to a mode so  | 	  that different admonitions can have different graphical  | 	  widths.  |   | 2004-10-29  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* table.xsl: Applied patch #991939 to enable dbfo table-width  | 	  on entrytbl.  |   | 2004-10-24  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* inline.xsl: Fixed bug #977874. Remark/comment is rendered as  | 	  a block/inline depending on its context.  |   | 2004-10-23  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* inline.xsl: Patch #1027078: Support role=strong on emphasis  |   | 2004-10-22  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* component.xsl: Bug #1050205; scale component titles if the  | 	  component is a child of a section  |   | 2004-10-20  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* param.ent, param.xweb, verbatim.xsl: Added new parameter  | 	  hyphenate.verbatim that can be used to turn on "intelligent"  | 	  wrapping of verbatim environments.  |   | 2004-10-17  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* biblio.xsl: Bug 992905: fixed ugly interaction between  | 	  bibliography.collection and bibliography.number  |   | 2004-10-04  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* docbook.xsl: Fixed missing titlepage and TOC in PDF  | 	  bookmarks.  |   | 2004-10-03  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* footnote.xsl: Removed unintentionally inserted space after  | 	  footnote mark  |   | 2004-09-24  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* xref.xsl: Fixed bug in select expression.  | Changes to xsl/html/*  | 2004-11-09  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* synop.xsl: Revert change for tracker #1008804 (command in  | 	  cmdsynopsis is not indented) Will re-implement (correctly)  | 	  for next release.  |   | 2004-11-08  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* inline.xsl: Replace <tt></tt> output with <code></code>  |   | 2004-10-30  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* admon.xsl: Change admon.graphic.width template to a mode so  | 	  that different admonitions can have different graphical  | 	  widths.  |   | 2004-10-29  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* verbatim.xsl: Deprecated shade.verbatim  |   | 2004-10-25  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* autotoc.xsl: Request #585543 (Quickref-style reference ToC)  | 	  Wrapped ToC refentrytitle/refname and refpurpose in span  | 	  with class values. This makes it possible to style them  | 	  using a CSS stylesheet containing something like below.  | 	  Implementing tablular look for FO output will have to  | 	  wait... div.toc { padding-bottom: 20px; } div.toc dt,  | 	  div.toc li { clear: both; } div.toc span.refentrytitle {  | 	  float: left; text-align: left; } div.toc span.refpurpose {  | 	  float: right; width: 65%; text-align: left; } hr { clear:  | 	  both; }  |   | 	* synop.xsl: Feature Request #1008804 (command in cmdsynopsis  | 	  is not indented) Added some CSS magic to enable the  | 	  requested effect; this change: - makes all cmdsynopses  | 	  monospaced - creates CSS floats that make a hanging indent  | 	  (aka tabular presentation) for cmdysnopsis; command name  | 	  appears first column, everything else  | 	  (arg/group/synopfragment) goes to second column Probably  | 	  should also add parameters to toggle behavior on/off...  |   | 2004-10-24  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* glossary.xsl: Fixed bug #1031851. Target of link is computed  | 	  by href.target template.  |   | 	* inline.xsl: Fixed bug #977874. Remark/comment is rendered as  | 	  a block/inline depending on its context.  |   | 2004-10-23  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* chunk-common.xsl: Patch #1037326: Don't generate up link  | 	  when up=home in chunker  |   | 	* inline.xsl: Patch #1027078: Support role=strong on emphasis;  | 	  use strong/em instead of b/i  |   | 2004-10-22  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* component.xsl: Bug #1050205; scale component titles if the  | 	  component is a child of a section  |   | 2004-10-20  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* Makefile.param: Added new parameter hyphenate.verbatim that  | 	  can be used to turn on "intelligent" wrapping of verbatim  | 	  environments.  |   | 2004-10-17  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* biblio.xsl: Bug 992905: fixed ugly interaction between  | 	  bibliography.collection and bibliography.number  |   | 2004-10-14  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* chunk-code.xsl, chunk-common.xsl, manifest.xsl: Bug #1046371  | 	  - chunk children of Part Problem: Glossary, Bibliography,  | 	  and Index were not getting chunked when they occurred as  | 	  children of Part. They should be, because other components  | 	  (Chapter, Article, Appendix, etc.) within Part are chunked.  | 	  Fix: Added code to have Part chunked in same manner as Book  | 	  and Article. Areas affected: Chunking (no effect on  | 	  non-chunked output) + manifest Notes: Discovered a different  | 	  bug when testing this (bug #1047151): content of indexes  | 	  within components sometimes end up being identical to  | 	  content of the master index for the whole division they are  | 	  a part of (e.g., the whole Book or Set)  | Changes to xsl/javahelp/*  | 2004-10-22  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* javahelp.xsl: Added fix for &trade; being output when  | 	  processed with Xalan. That entity is not supported in  | 	  Javahelp 2.0.  | Changes to xsl/lib/*  | 2004-09-24  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* lib.xweb: Fixed param prototype to remove Saxon8 warning.  | Changes to xsl/manpages/*  | 2004-10-21  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* docbook.xsl: Bug #1049155 (support Emphasis tag in man/groff  | 	  output) Added support for converting  | 	  <emphasis>foo</emphasis> to groff italic and <emphasis  | 	  role='bold'>foo</emphasis> to bold. Controlled by  | 	  emphasis.propagates.style param, but not documented yet  | 	  using litprog system. Will do that next (planning to add  | 	  some other parameter-controllable options for hyphenation  | 	  and handling of line spacing).  | Changes to xsl/params/*  | 2004-11-08  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* ebnf.assignment.xml: Replace <tt></tt> output with  | 	  <code></code>  |   | 2004-10-29  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* shade.verbatim.xml: Added description  |   | 2004-10-26  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* callout.graphics.number.limit.xml: Changed the default from  | 	  10 to 15.  |   | 2004-10-21  Michael Smith <xmldoc@users.sourceforge.net>  |   | 	* admon.textlabel.xml, article.appendix.title.properties.xml,  | 	  htmlhelp.display.progress.xml,  | 	  htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml,  | 	  htmlhelp.hhp.windows.xml,  | 	  htmlhelp.remember.window.position.xml,  | 	  htmlhelp.show.toolbar.text.xml,  | 	  htmlhelp.window.geometry.xml,  | 	  index.preferred.page.properties.xml,  | 	  manifest.in.base.dir.xml, qanda.title.properties.xml,  | 	  textdata.default.encoding.xml: Bug #865551 (release 1.64.1  | 	  contains executable xml files) Changed perms to 644 & added  | 	  newline to end of each to force commit  |   | 2004-10-20  Jirka Kosek <kosek@users.sourceforge.net>  |   | 	* hyphenate.verbatim.xml: New file.  |   | 2004-10-19  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* verbatim.properties.xml: Add hyphenate=false to  | 	  verbatim.properties  |   | 2004-10-04  <balls@users.sourceforge.net>  |   | 	* wordml.template.xml: New file.  |   | 2004-09-23  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* chunk.separate.lots.xml: fixed misworded reference.  | Changes to xsl/wordml/*  | 2004-11-08  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* specifications.xml: Including Steve'e suggestions.  |   | 2004-11-07  <balls@users.sourceforge.net>  |   | 	* docbook.xsl, specifications.xml: added my thoughts to  | 	  mapping spec  |   | 2004-11-05  Robert Stayton <bobstayton@users.sourceforge.net>  |   | 	* specifications.xml: New file.  |   | 2004-11-03  <balls@users.sourceforge.net>  |   | 	* README, wordml-div.xsl, wordml-final.xsl,  | 	  wordml-normalise.xsl, wordml.xsl: use Bob's simpler approach  |   | 2004-10-26  <balls@users.sourceforge.net>  |   | 	* docbook.xsl, template.xml, wordml-div.xsl, wordml-final.xsl,  | 	  wordml-normalise.xsl: WordML-to-DocBook conversion (initial  | 	  implementation - don't get too excited)  |   | 2004-10-25  <balls@users.sourceforge.net>  |   | 	* docbook.xsl, template.xml: rename style names fix problems  | 	  in handling blockquotes fix unsupported block/inline  | 	  elements  |   | 2004-10-07  <balls@users.sourceforge.net>  |   | 	* docbook.xsl, template.xml: identify block elements that are  | 	  not yet handled  |   | 2004-10-04  <balls@users.sourceforge.net>  |   | 	* docbook.xsl, param.ent, param.xweb, template.xml: New file.  | Changes to xsl/extensions/saxon643/.classes/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Makefile.common: Use saxon6, a symlink to the real most  | 	  recent release  | Changes to xsl/extensions/saxon8/.classes/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Makefile, Makefile.common, Makefile.incl: New file.  | Changes to xsl/extensions/saxon8/.classes/com/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Makefile, Makefile.incl: New file.  | Changes to xsl/extensions/saxon643/com/nwalsh/saxon/*  | 2004-10-29  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Text.java: Support URIResolver() on insertfile href's  | Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*  | 2004-10-29  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Text.java: Use URIResolver() on the href attribute for  | 	  textinsert; support encoding  | Changes to xsl/extensions/saxon8/.classes/com/nwalsh/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Makefile, Makefile.incl: New file.  | Changes to xsl/extensions/saxon8/com/nwalsh/saxon8/*  | 2004-10-29  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Text.java, TextFactory.java, Verbatim.java: Support the  | 	  textinsert extension; update all extensions to the Saxon  | 	  8.1.1 API  |   | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* Callout.java, ImageIntrinsics.java, Verbatim.java,  | 	  package.html: New file.  | Changes to xsl/extensions/saxon8/.classes/com/nwalsh/saxon8/*  | 2004-10-24  Norman Walsh <nwalsh@users.sourceforge.net>  |   | 	* .cvsignore, Makefile, Makefile.incl: New file.  | 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -