summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-10 00:06:45 +0000
committerKarl Berry <karl@freefriends.org>2008-03-10 00:06:45 +0000
commit11ac15c4cffc0e2fc7483cbfb12df95486027c39 (patch)
tree09ef077e1f27d0f859b4bf4da9fff02f041c4641 /Master/texmf-dist/doc/latex/glossaries/CHANGES
parent6334e64f786e98ab10d13c8ef58e72e9dc461b4b (diff)
glossaries 1.12 (9mar08)
git-svn-id: svn://tug.org/texlive/trunk@6924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/CHANGES31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES
index c54ec6c055a..7b3154dacee 100644
--- a/Master/texmf-dist/doc/latex/glossaries/CHANGES
+++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES
@@ -1,5 +1,36 @@
glossaries change log:
+v1.12 (8 March 2008):
+ * Fixed bug that causes \glspl to print the plural short form
+ on first use instead of the plural long form.
+
+ * Added descriptionplural and symbolplural keys.
+
+ * Added \glsshortkey, \glsshortpluralkey, \glslongkey and
+ \glslongpluralkey.
+
+ * Fixed bugs in \glsname, \glstext, \glsdesc etc.
+
+ * Added a check for \hypertarget in addition to checking
+ for \hyperlink (in the event that \hyperlink is defined
+ but not \hypertarget).
+
+ * Changed #! line in makeglossaries to use /usr/bin/env
+
+ * Added package mfirstuc.sty which provides the command
+ \makefirstuc{<stuff>} which makes the first object of
+ <stuff> uppercase unless <stuff> starts with a control
+ sequence followed by a group, in which case the first
+ object in the group is converted to uppercase. Examples:
+
+ \makefirstuc{abc} -> Abc
+ \makefirstuc{\emph{abc}} -> \emph{Abc}
+ \makefirstuc{{\'a}bc} -> {\'A}bc
+ \makefirstuc{\ae bc} -> \AE bc
+ \makefirstuc{{\ae}bc} -> {\AE}bc
+
+ (but don't do \makefirstuc{\ae{}bc} which produces \ae Bc.)
+
v1.11 (2 March 2008):
* Fixed error in manual (glossary style is set using \glossarystyle
not \setglossarystyle).