diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/CHANGES | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES index df15408017a..3ae3e3e5440 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,5 +1,42 @@ glossaries change log: +v1.16 : + * fixed bug that causes footnote option to remove hyperlink + for first use entries in glossaries other than the list + of acronyms. (footnote option should only affect entries + in \acronymtype glossary.) + + * Raised hypertarget so that links to glossary entries don't + scroll off the top of the page. + + * Fixed expansion-related bug (thanks to fix provided by + Ulrich Diez) + +v1.15 : + * added \glslabel + + * added altlong4col* and altsuper4col* styles + + * fixed PDF encoding problem caused when both translator + and hyperref packages are being used + + * fixed bug when using smallcaps and smaller options that causes + the long form in the list of acronyms to be the same for each + entry + + * Added warnings when rerun required when using glossary + group hyper navigation + +glossaries.perl v1.04: + * add do_cmd_glslabel + + * changed links to the start of the relevant glossary entry + rather than the entry's backlink + + * added implementation of starred forms of \gls etc + + * added frame related code if frames.pl has been loaded + v1.14 : * Fixed bug in \glsnavhyperlink that causes an error when used with hyperref and translator packages. |