-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks to Adam Di Carlo for all his hard work on getting this release
ready.

Changes since version 1.77 (2002-07-07)

Changes to dsssl/*

  | 2003-02-20  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * Makefile: don't distrib empty debian dir and *.orig
  | 
  | 2003-02-19  Norman Walsh <[EMAIL PROTECTED]>
  | 
  |     * VERSION: Version 1.78 released.
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * .cvsignore: ignorables, esp stuff built by debian/rules
  | 
  | 2002-08-08  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * Makefile: 'doc' target uses bin subdir, clean target
  |       additional goes into print, html, and bin
  | 
  |     * catalog: appropriate DTDDECL for dtds/html/dbhtml.dcl
  |       (merging in Debian changes)
  | 
  | 2002-08-07  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * README.CVS: some more information in the 'Installation'
  |       section
  | 

Changes to dsssl/bin/*

  | 2003-01-19  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * collateindex.pl: fix from Tim Waugh for when the same
  |       indexterm has too different seealso's, where currently
  |       script produces invalid SGML/XML; fixes bug #551318
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * .cvsignore: New file.
  | 
  | 2002-08-08  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * Makefile: New file.
  | 

Changes to dsssl/common/*

  | 2003-01-15  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbcommon.dsl: make <section> appear correctly in the PDF
  |       bookmark hierarchy; also fix font size selection for section
  |       titles corrects sourceforge bugs 589247 and 524028; patch
  |       from Carsten Haese appreciated
  | 
  | 2002-12-20  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbl1en.dsl: fix up some case-folding incidents
  | 
  | 2002-08-07  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * Makefile: dbl1he.ent doesn't exist, was breaking build
  | 

Changes to dsssl/docsrc/*

  | 2003-01-04  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * docbook.sgm: setting some IDs
  | 
  | 2002-12-22  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * doc.dsl: roll back rev 1.2, it was a mistake
  | 
  | 2002-12-20  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * doc.dsl: use relative references for the print and html
  |       stylesheets, so you don't have to have the dsssl catalogs in
  |       place in order to build
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * common-version.sgm, common.sgm, html-version.sgm, html.sgm,
  |       lib-version.sgm, lib.sgm, print-version.sgm, print.sgm:
  |       references to ChangeLog should be relative
  | 
  | 2002-11-27  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * otherdoc.sgm: fix location of the DocBook FAQ
  | 

Changes to dsssl/html/*

  | 2003-02-12  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * db31.dsl, dbhtml.dsl, dbinline.dsl, dbttlpg.dsl: Deprecate
  |       TT; use CODE, KBD, SAMP, or VAR instead. acronym make's use
  |       of HTML4's ACRONYM element if %html40% abbrev make's use of
  |       HTML4's ABBR element if %html40%
  | 
  |     * dbparam.dsl: Emit a HTML 4.0.1 doctype by default if
  |       %html40%, this seems like a good idea. Update
  |       %spacing-paras% and %html40% docs a bit, without changing
  |       their settings.
  | 
  | 2003-02-11  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbtable.dsl: If %html40%, create col elements representing
  |       colspecs (implied or explicit), and don't emit widths on
  |       each and every cell. If %html40%, set the tbody valign
  |       properly. If %html40%, allow relative column sizes such as
  |       "1*", thus we're not emitting 50% when we mean 1* (out of
  |       1*, 1*); the effect is that we're not forcing pgwide if it's
  |       not turned on. Don't set valign on entries, set them on rows
  |       (unless they really are set on the entries). Some rewriting
  |       for speed/efficiency (doens't seem to make much difference
  |       in my timing testing though)
  | 
  | 2003-02-09  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbtable.dsl: Improve table rendering using frame and border
  |       attributes on HTML tables, conditional on HTML4 support
  |       being on. The following cases in table.006.xml are now
  |       fixed: outer edit (table frame but no rowsep nor colseps);
  |       rows (frame is topbot, rowsep but no colsep); columns; tic
  |       tac toc (no frame, colsep and rowsep). Note we still have no
  |       way (yet) to override colsep/rowsep in either colspec or in
  |       the individual rows, but I'm working on colspec -> colgroup.
  | 
  | 2003-02-07  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl: move the anchor closer to the content in
  |       informal-objects; no way to get around empty A element in
  |       this case
  | 
  |     * dbsect.dsl, dbttlpg.dsl: "<a></a>title" changes to
  |       "<a>title</a>" -- weblint says we should avoid empty A
  |       elements
  | 
  |     * dbtable.dsl: fix a div-by-zero error identified in
  |       informaltable.015.xml; would cause loss of a table header
  |       column in some cases
  | 
  | 2003-01-21  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl: formal and informal objects reset the
  |       processing mode, this closes Debian#79432f; so
  |       <bookinfo><productname> is still in special mode, but
  |       <bookinfo><legalnotice><productname> is not; test is
  |       legalnotice.001.xml
  | 
  | 2003-01-20  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbgraph.dsl: correct this error: html/dbgraph.dsl:68:1:E:
  |       1st argument for primitive "append" of wrong type:
  |       "#<unknown object 146207544>" not a list, fix and report
  |       from Christopher B. Browne
  | 
  | 2003-01-15  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbadmon.dsl, dbautoc.dsl, dbbibl.dsl, dbblock.dsl,
  |       dbcallou.dsl, dbcompon.dsl, dbdivis.dsl, dbefsyn.dsl,
  |       dbfootn.dsl, dbgloss.dsl, dbgraph.dsl, dbhtml.dsl,
  |       dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl,
  |       dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl,
  |       dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl, dbsynop.dsl,
  |       dbtable.dsl, dbtitle.dsl, dbttlpg.dsl, dbverb.dsl,
  |       docbook.dsl: update docbook URL to
  |       http://docbook.sourceforge.net/projects/dsssl/; N.B.: credit
  |       for the group option and repeating goes to John Daily
  | 
  |     * dblink.dsl: xref to varlistentry using the term, patch from
  |       Jens Emmerich; closes bug 520561
  | 
  |     * dbsynop.dsl: Patch #562401 <group choice="opt"
  |       rep="repeat">, elipsis should be outside of group, reference
  |       test cmdsynopsis.003
  | 
  | 2003-01-14  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl: define a $remark$ function, unifying comment
  |       and remark element rendering; remarks within paras are now
  |       rendering using a span rather than p so they mark up as
  |       inline text decoration
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl, dbparam.dsl: %epigraph-start-col% and
  |       %epigraph-content-col% allows customization of epigraph
  |       positioning; %blockquote-start-col% and %blockquote-end-col%
  |       parameters allows customization of the whitespace around
  |       blockquote
  | 

Changes to dsssl/print/*

  | 2003-02-17  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl, dbtitle.dsl: More cases where
  |       process-children-trim should be used.
  | 
  |     * dbcompon.dsl: Add some comments in the ARTICLE element.
  | 
  |     * dblists.dsl: In process-listitem-content replace
  |       (process-node-list (children (current-node))) with
  |       (process-children-trim) -- we need to be trimming
  |       whitespace. Some retabbing.
  | 
  |     * dbprint.dsl: $paragraph$ should use (process-children-trim);
  |       this fixes a space indent in RTF output on all PARAs marked
  |       up like: <para> Content ...
  | 
  |     * dbtable.dsl: Remove the %cals-cell-before-column-margin%
  |       hack for TeX backend, it's not needed anymore.
  | 
  | 2003-02-13  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl: element footnote/para uses default-text-style;
  |       set lines: wrap for the case of endnotes within verbatim
  |       'asis' environments, but it doesn't seem to actually help
  |       (cf test programlisting.004)
  | 
  | 2003-02-07  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbttlpg.dsl: some space over copyright; fixes Bug #542681
  | 
  | 2003-01-21  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbparam.dsl: correct discussion of possible settings for
  |       %paper-type% and %visual-acuity%
  | 
  | 2003-01-15  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbadmon.dsl, dbautoc.dsl, dbblock.dsl, dbcallou.dsl,
  |       dbdivis.dsl, dbefsyn.dsl, dbgloss.dsl, dbgraph.dsl,
  |       dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl,
  |       dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl,
  |       dbprint.dsl, dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl,
  |       dbsynop.dsl, dbtable.dsl, dbtitle.dsl, dbverb.dsl,
  |       docbook.dsl, notoc.dsl, plain.dsl: update docbook URL to
  |       http://docbook.sourceforge.net/projects/dsssl/; N.B.: credit
  |       for the group option and repeating goes to John Daily
  | 
  |     * dbblock.dsl, dbparam.dsl: parameters for
  |       %formal-object-title-font-weight% %table-title-font-weight%,
  |       reviewed and tested, sourceforge patch #599366
  | 
  |     * dblink.dsl: xref to varlistentry using the term, patch from
  |       Jens Emmerich; closes bug 520561
  | 
  |     * dbsect.dsl: make <section> appear correctly in the PDF
  |       bookmark hierarchy; also fix font size selection for section
  |       titles corrects sourceforge bugs 589247 and 524028; patch
  |       from Carsten Haese appreciated
  | 
  |     * dbsynop.dsl: Patch #562401 <group choice="opt"
  |       rep="repeat">, elipsis should be outside of group, reference
  |       test cmdsynopsis.003
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * dbblock.dsl, dbparam.dsl: %epigraph-start-indent% and
  |       %epigraph-end-indent% parameters allows customization of
  |       epigraph positioning; %blockquote-start-indent% and
  |       %blockquote-end-indent% parameters allows customization
  |       control of the blockquote positioning
  | 
  | 2002-08-08  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * Makefile: clean rule
  | 

Changes to dsssl/debian/*

  | 2003-02-19  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: prepare 1.78-1
  | 
  |     * config: Priority is low for everything but papersize
  |       question
  | 
  |     * postinst.m4: fix paperconf pagesize configuration
  | 
  |     * rules: I keep editing postinst by accident; set it
  |       read-only, executable
  | 
  |     * templates: choices for docbook-dsssl/set-papersize fixed;
  |       typo in description fixed
  | 
  | 2003-02-12  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: Recent changes; note that this isn't releasable
  |       yet, I'm still having debconf issues, to wit, papersize
  |       question isn't being asked at all
  | 
  |     * config: trying to fix the state machine to match questions
  |       and priorities correctly
  | 
  |     * postinst.m4: break out sitefile for siteconfig file ID;
  |       unsetit function; deal with commented out stuff better; deal
  |       with new paper type options
  | 
  |     * templates: set-papersize is now a select list with many
  |       different options: A4, A4landscape, USletter, USlandscape,
  |       or 'paperconf' from libpaperg
  | 
  | 2003-02-11  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: some debian bugs fixed in recent changes
  | 
  | 2003-02-06  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog, postinst.m4: fix a nasty bug setting variables to
  |       other variables in siteconfig.dsl
  | 
  | 2003-02-04  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog, config, templates: also make make the following
  |       debconf questions low priority: use-id-as-filename,
  |       body-start-indent, title-font family; change some
  |       multiselects into select; closes: #179554
  | 
  | 2003-01-23  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: changes so far
  | 
  |     * changelog, rules:
  |       /usr/share/sgml/docbook/stylesheet/dsssl/modular/README
  |       symlink to README in the docs; closes: Debian#149880
  | 
  |     * config: allow priorities to be specified; priority for
  |       html-ext set to low, closes: Debian#178003
  | 
  |     * postinst.m4: fix a quoting problem, seems to affect
  |       multi-word values, though I don't know what people are doing
  |       with multi-word values; closes: Debian#178020
  | 
  | 2003-01-22  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog, postinst.m4, rules: more minor bugfixes here;
  |       finalizing for Debian release
  | 
  | 2003-01-21  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * .cvsignore, changelog, config, control, html-siteconfig.dsl,
  |       postinst.m4, print-siteconfig.dsl, rules, templates: stop
  |       providing obsolete docbook-stylesheets; build doesn't
  |       require m4 anymore, use Perl; debconf'iscate some common
  |       settings; debconf will ask to set papersize automatically
  |       using LC_PAPER, closes: Debian#51992; define local
  |       configuration files where debconf and user configuration
  |       goes, /etc/sgml/docbook-dsssl/{print,html}/siteconfig.dsl
  | 
  |     * changelog, postinst.m4, rules: cleaning up some bugs I
  |       introduced in today's changes
  | 
  |     * changelog, postrm, prerm: proper purge handling now
  | 
  |     * freebsd.dsl: update to rev 1.68
  | 
  |     * html-docbook-hacker.sed, print-docbook-hacker.sed, rules:
  |       since we use siteconfig.dsl in Debian pkgs now, we have to
  |       hack the two docbook.dsl files we ship to include that as an
  |       external stylesheet (but obviously I don't want to touch the
  |       official ones)
  | 
  |     * postinst: cosmetic
  | 
  |     * postinst: remove this file which isn't supposed to be in CVS
  | 
  |     * postinst, postinst: turn off verboseness, cosmetics
  | 
  |     * postinst.m4: remove /etc/sgml/M4package.cat cruft
  | 
  |     * postinst.m4: argh, lets try turning off the verboseness
  |       again
  | 
  | 2003-01-20  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * control: update the pkg description
  | 
  |     * control: Policy compliance updated to 3.5.8, no changes
  |       needed
  | 
  | 2002-12-29  Norman Walsh <[EMAIL PROTECTED]>
  | 
  |     * README.debian: Updates
  | 
  | 2002-12-16  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * .cvsignore: New file.
  | 
  | 2002-11-27  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog, control: remove build depends on the following:
  |       libdelimmatch-perl, sun-resolver, lib-saxon-java,
  |       libxerces-java, imagemagick, tetex-bin, gs, gsfonts, jade |
  |       openjade These pkgs are only for building from CVS, not the
  |       source distribution; closes: #156153
  | 
  | 2002-11-26  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: historical change on 1.77, matching up with what
  |       is in Debian
  | 
  | 2002-08-08  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: 1.77-1
  | 
  |     * rules: 'clean' shouldn't clean files which are distributed
  |       with docbook-dsssl -- maybe we need to distinguish between
  |       clean rules and maintainer-clean; remove an old test target
  | 
  | 2002-08-07  Adam Di Carlo <[EMAIL PROTECTED]>
  | 
  |     * changelog: new upstream version for 1.77
  | 

                                        Be seeing you,
                                          norm

- -- 
Norman Walsh <[EMAIL PROTECTED]>      | The last act is bloody, however
http://www.oasis-open.org/docbook/ | fine the rest of the play. They
Chair, DocBook Technical Committee | throw earth over your head and it
                                   | is finished for ever.--Pascal
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>

iD8DBQE+cIKXOyltUcwYWjsRAoI+AJ4/qMqttybz17oGmhY82k6DpIUjnwCfQ7ph
637YRxkzEVs1Y1ZZrAjm0yo=
=88dW
-----END PGP SIGNATURE-----

Reply via email to