diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/CHANGES | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES index a65cc302166..a15125acb0a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,5 +1,63 @@ glossaries change log: +v4.08: + + * New files: example-glossaries-*.tex + + These contain lorem ipsum dummy entries for testing + new styles or constructing MWEs that require a lot of sample entries + (to be placed on TeX's path) + + * glossaries.sty + + - new package option: automake + + - \newglossary now has a starred version where you don't need + to specify the extensions + + - new commands: \forallacronyms, \newignoredglossary + + - new keys for \printglossary/\printnoidxglossary: + entrycounter, subentrycounter, nopostdot + + - \gls etc now have a +-version (opposite of the *-version) + that explicitly switches on the hyperlink with hyper=true + (unlike the unstarred version that uses the default setting). + + - new commands for use within \glsentryfmt or \defglsentryfmt: + \glsifhyperon and \glslinkvar (\glsifhyper now deprecated). + + - fixed bug that didn't correctly honour the hyper setting + in commands like \glslink, \gls, glstext, etc under + certain situations. + + - fixed bug + www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=54 + + - added \@gls@hyp@opt and removed now-redundant internal commands + + - removed some of the redundancy in commands like \gls + + * glossary-longragged.sty: + + - Fixed bug in altlongragged4col style that displayed the + description instead of the symbol in the third column. + + * glossary-tree.sty: + + - Added \glstreenamefmt + + * mfirstuc.sty v1.09: + + - Added \MFUnocap + + * New package: mfirstuc-english.sty + + * makeglossaries + + - Fixed bug report + http://www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=55 + v4.07: * glossaries.sty: |