diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries-extra/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries-extra/CHANGES | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES index 922ea958beb..72ab865c704 100644 --- a/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries-extra/CHANGES @@ -1,3 +1,123 @@ +1.42 (2020-02-13): + + * glossaries-extra.sty: + + - added support for glossaries.sty 'disablemakegloss' option + (introduced to glossaries.sty v4.45). + + - new package option 'prefix' automatically loads glossaries-prefix.sty + + - added warnings if \forallacronyms, \acrshort etc are used with + new abbreviation interface. + + - added warning if order=letter used with record=only or record=nameref + + - added check for existence of \alsoname + + - changed \glsseeitemformat, \glsxtrhiername, \Glsxtrhiername, + \GlsXtrhiername, \GLSxtrhiername, \GLSXTRhiername + to use \glsfmtname and \glsfmttext (or case-variants) + to ensure formatting is applied. + + - \glsfmtfull and \Glsfmtfull PDF case now use \glspdffmtfull + + - \glsfmtfullpl and \Glsfmtfullpl PDF case now use \glspdffmtfullpl + + - added missing text key to long-short, short-long, footnote, + postfootnote, long-short-sc, short-sc-long, short-sc-footnote, + short-sc-postfootnote, long-short-sm, short-sm-long, + short-sm-footnote, short-sm-postfootnote, long-short-em, + long-em-short-em, short-em-long, short-em-long-em, + short-em-footnote, short-em-postfootnote, long-short-user, + long-postshort-user, short-postlong-user, short-long-user, + long-hyphen-noshort-desc-noreg, long-hyphen-postshort-hyphen, + short-hyphen-long-hyphen, short-hyphen-postlong-hyphen + styles. + + - new abbreviation styles: short-footnote-desc (and synonym + footnote-desc), short-postfootnote-desc (and synonym + postfootnote-desc), short-sc-footnote-desc, + short-sc-postfootnote-desc, short-sm-footnote-desc, + short-sm-postfootnote-desc, short-em-footnote-desc, + short-em-postfootnote-desc. + + - added glosssymbolfont attribute + + - \glossentrysymbol: added check for \texorpdfstring (the TeX + inner part is now robust) + + - new entry formatting commands: + + \glspdffmtfull, \glspdffmtfullpl, + \GLSfmtname, \GLSfmttext, \GLSfmtplural, \GLSfmtfirst, \GLSfmtfirstpl, + \GLSfmtlong, \GLSfmtlongpl, \GLSfmtfull, \GLSfmtfullpl + \GLSxtrtitleshort, \GLSxtrtitleshortpl, \GLSxtrtitlename, + \GLSxtrtitletext, \GLSxtrtitleplural, \GLSxtrtitlefirst, + \GLSxtrtitlefirstplural, \GLSxtrtitlelong, \Glsxtrtitlelongpl, + \GLSxtrtitlefull, \GLSxtrtitlefullpl, + \glsxtrpdfentryfmt (used by \glsxtrentryfmt in PDF bookmarks) + + - new entry referencing command: \glsentrypdfsymbol + + - new cross-referencing command: \glsxtrusealias + + - new buffering command: \GlsXtrDiscardUnsetBuffering + + - new list commands: + + \glsxtrfieldformatlist + \glsxtrfieldformatcsvlist + \GlsXtrIfFieldValueInCsvList + \forallabbreviationlists + + - Bug fixes: + + - corrected interference caused by 'acronym'/'acronyms' + package option with abbreviation display style + + - moved \protect inside \glsxtrscsuffix (otherwise it + interferes with all caps) + + - corrected missing space factor with 'insertdots' attribute + + - \glslink with record was causing an undefined control + sequence error (\glslabel) in the post-link hook when + entries are undefined + + - restored original definition of \glsdohyperlink and + added \glsxtrdohyperlink to reference attributes instead. + + - \GlsXtrSetAltModifier now has a check to ensure '*' or '+' + haven't been used as the alternative modifier. + + - corrected accessibility support for abbreviations + + - redefine \@gls@entry@field so that it uses \csuse instead of + \csname (in the event commands like \glsentrytext are used + in captions or section headings with bib2gls) + + * glossaries-extra-bib2gls.sty: + + - \glsxtrdisplaylocnameref now checks for the existence of + \glsxtr<counter>locfmt + + - New command: \glsxtrequationlocfmt + + - Redefined \glsdisplaynumberlist and \glsentrynumberlist + to work with bib2gls + + * glossary-bookindex.sty: + + - replaced hardcoded 'index.' prefix in pdfbookmark with + new command \glsxtrbookindexbookmarkprefix + + * glossaries-extra-stylemods.sty: + + - new commands: + + \glstreeNoDescSymbolPreLocation + \glstreegroupheaderskip + 1.41 (2019-04-09): * glossary-topic.sty: |