diff --git a/ChangeLog b/ChangeLog index 0726ac70f..010b83807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,230 @@ +2021-02-25 Nicholas Cole + + TEI Stylesheets release 7.51.0 + + Change version number for release + +2021-02-19 martindholmes + + Fix tests following merge of docx-to-tei changes. + +2021-02-19 Hugh Cayless + + Disambiguating figure and table headers. + + Merge branch 'dev' into hcayless_P3 + + Fix for #484. + +2021-02-16 Hugh Cayless + + Somehow messed with changelog. + +2021-02-16 Martin Holmes + + Merge pull request #486 from rvdb/note-fix + only count footnotes inside tei:text (thanks @martindholmes !) + +2021-02-16 rvdb + + only count footnotes inside tei:text (thanks @martindholmes !) + +2021-02-15 Martin Holmes + + Merge pull request #485 from rvdb/note-fix + only try to number notes inside tei:text for OpenEdition output + +2021-02-15 rvdb + + only try to number notes inside tei:text for OpenEdition output + +2021-02-12 Syd Bauman + + Revert previous commit, as it broke the build; see ticket #444 + + Address #444: Found a template for the 'desc' element that copied only the contents, did not preserve the element itself; changed it to copy the entire element. Seems to work. + +2021-02-11 Syd Bauman + + Merge pull request #464 from TEIC/issue_463_mdh_rendition_ns + Add namespace sensitivity to xsl:keys used to process @rendition per … + +2021-02-08 Hugh Cayless + + Fixing tests. + + Fixing issues with CJK and PDF. + +2021-01-30 Hugh Cayless + + Merge branch 'dev' into hcayless_P3 + + Fixing tests. + + Added space in style for consistency. + +2021-01-30 Hugh A. Cayless + + Merge pull request #481 from TEIC/issue_471_eg_anchors + With @martindholmes do part of #471 + +2021-01-30 Hugh Cayless + + Making text-align for table cells work. + +2021-01-29 Syd Bauman + + Update expected results to match the change + +2021-01-22 Hugh Cayless + + Footnote ids are not necessarily their position. + +2021-01-20 Hugh Cayless + + Fix value handling for w:u. + +2021-01-15 Hugh Cayless + + Updating tests. + + Changed tei:onOff parameter. + + Improved figure handling. + + Changed tei:onOff parameter. + + Update onOff function. + Attributes such as bolding, italics, etc., may be switched on by + the simple act of including, e.g., a w:i in the style. without + a value. So if the element exists, but does not have a @w:val, + the function should return true. + +2021-01-13 Hugh Cayless + + Don't kill hi with element content. + + Better handling of boolean properties. + + Better handling for table and figure captions. + +2020-12-18 Syd Bauman + + Use class: @martindholmes discovered that using the style= attribute for in-line CSS (rather than a class= attribute to refer to CSS elsewhere) causes problems on some servers due to CORS security restrictions (cross-origin resource sharing), so switch our recent change that used style= to a class. + +2020-12-12 Syd Bauman + + Update expected results to match change + +2020-12-11 Syd Bauman + + With @martindholmes do part of #471 + +2020-12-04 Syd Bauman + + Revert re-naming of examples files: I had temporarily renamed the examples files for debugging purposes. Lo and behold it helped us find another bug (see TEI #2070), but is no longer needed. + + Address #478 + + Fix: Move template for from html_oddprocessing to html_tagdocs. This fixes the problem found in Test2/ in which elements were being completely dropped, and does not seem to change the results of the Guidelines build at all (i.e., that still works and gives proper anchors in all s). + +2020-12-02 Syd Bauman + + Debugging for #471: * Change name of files that have all examples from "examples-GI" to "all_examples_of_GI". + +2020-12-01 Syd Bauman + + minor improvements: * remove extraneous space after the U+2693 symbol we just added * remove (apparently unused) copy of the template that matches teix:egXML + + Work on #471: With Stylesheets group, add an anchor symbol (U+2693) link to each egXML that is a link-to-self (so user can easily copy and paste link to example). Note: have it working for examples in prose and tagdocs, but NOT working yet for examples on the "show all" examples pages, nor for elements. + +2020-11-30 Hugh Cayless + + Fix RTL handling. + +2020-10-30 Martin Holmes + + Merge pull request #474 from rvdb/note-type + Thanks @rvdb ! + +2020-10-30 rvdb + + replaced erroneous note/@resp attribute with note/@type (cf. https://tei-openedition.readthedocs.io/en/latest/tei.text.html#note-de-lauteur-note-de-la-redaction-erratum-remerciements) + +2020-10-12 Syd Bauman + + loosen fix: Do not limit the rendition= attributes collected by the EXTRENDITION keys to those on elements in the TEI namespace, rather exclude those that are a descendant of the TEI Examples namespace. + +2020-10-07 martindholmes + + Add namespace sensitivity to xsl:keys used to process @rendition per issue #463. + +2020-09-18 Syd Bauman + + Update version number for bug fix + + re-FIX previous commit + + BUG FIX: With Martin Holmes, change the definition of TEISOURCE_DEFAULT so that it gets the source directory relative to the script that is running, rather than the directory that you happen to be running it from. + +2020-09-11 Syd Bauman + + re-FIX previous commit + + BUG FIX: With Martin Holmes, change the definition of TEISOURCE_DEFAULT so that it gets the source directory relative to the script that is running, rather than the directory that you happen to be running it from. + +2020-09-09 Peter Stadler + + more cleanup + remove LaTeX artifacts produced by target "test-scripts" + +2020-09-04 Syd Bauman + + merge + + Minor fixes: * Fix the n= attribute on the TEI element of Test2/inputFiles/testSpecificationDescription1.odd; * Fix typo in comment of Test/Makefile + +2020-09-04 martindholmes + + Updates to documentation with @sydb. + + Add more info about readmes to build.xml. + +2020-08-29 Syd Bauman + + Merge in sydb-makefile-in-Test-dir: Merged the sydb-makefile-in-Test-dir branch into this branch (dev), thus removing the need for #455. + + Update to new release: * Get new p5subset (https://teijenkins.hcmc.uvic.ca/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5subset.xml to be precise) * Run ( cd Test && make DIFFNOW=0 ) * Run a slightly modified version of Test2/cleanForDiff.xsl on both actual-results/ and expected-results/ (the modification is not to check URLs point somewhere to avoid a failure) * Compare the resulting output directories * Having found all differences make sense given the recent changes to TEI, * copy all of appropriate files from actual-results/ to expected-results/. + +2020-08-22 Syd Bauman + + Improve wording of make help output + +2020-08-21 martindholmes + + Update expected results in Test2. + + Fix for over-broad idref check in clean process. + + Add debug flag and enable retention of uncleaned generated files for debugging. + +2020-08-20 martindholmes + + More fallout from issue #453: replace deprecated dh_clean -k with dh_prep. + + Another lurking compat value changed to 10 for issue #453. + + Fix for issue #453. + +2020-08-19 Hugh Cayless + + Just prodding the CI. + + Version number. + + Release 7.50.0. + + Fixing tests. 2020-08-19 Hugh Cayless Updating p5subset.xml