summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/CHANGES41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES
index 7b3154dacee..c7b21c9e29c 100644
--- a/Master/texmf-dist/doc/latex/glossaries/CHANGES
+++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES
@@ -1,5 +1,46 @@
glossaries change log:
+v1.13 :
+ * Fixed bug in long4colheaderborder that puts an extra row
+ at the end of the glossary.
+
+ * Fixed bug in \glstext etc that ignored 3rd argument (thanks
+ to Franz Fischer for pointing this out).
+
+ * Removed only preamble restriction on \newglossaryentry and
+ \newacronym.
+
+ * Added \glspluralsuffix.
+
+ * Changed firstplural default so that it takes its value from
+ the plural key if the first key is omitted.
+
+ * Added \acrshortpl, \Acrshortpl, \ACRshortpl, \acrlongpl,
+ \Acrlongpl, \ACRlongpl, \acrfullpl, \Acrfullpl, \ACRfullpl.
+
+ * Fixed bugs in \Acrshort etc.
+
+ * Add package options "smaller" and "shortcuts".
+
+ * Acronym default plural forms now implemented for the additional
+ acronym styles.
+
+ * Fixed makeglossaries to allow filenames with spaces.
+
+ * Fixed error in documentation describing \glsaddall
+ - optional argument should be a key=value list.
+
+ * Added Polish support (thanks to Piotr Formella for supplying
+ the translations).
+
+ * If babel is loaded and translator package is found on TeX's
+ path, then the translator package will now be automatically
+ loaded.
+
+mfirstuc v1.01 (13 May 2008):
+
+ * Added \xmakefirstuc (expands argument before applying \makefirstuc)
+
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.