summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-04 23:19:17 +0000
committerKarl Berry <karl@freefriends.org>2011-04-04 23:19:17 +0000
commitd49526563e8a66d6774a086ad2a91fbf249b35b3 (patch)
treeaecb9254e4f4db280b2f7ab8a9dc9f154fa08dd7 /Master/texmf-dist/doc/latex/glossaries/CHANGES
parentaeb22f958bf3b465bb5e3f085176c7fe0f2ef562 (diff)
glossaries 3.0 (4apr11)
git-svn-id: svn://tug.org/texlive/trunk@21968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/CHANGES100
1 files changed, 99 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES
index 2b871bf5843..ccf7c9631e4 100644
--- a/Master/texmf-dist/doc/latex/glossaries/CHANGES
+++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES
@@ -1,5 +1,103 @@
glossaries change log:
+v3.0 (Major changes):
+
+ * Documentation has been restructured:
+
+ - glossaries-user: main user manual
+ - glossariesbegin: cut-down introduction for beginners
+ - mfirstuc-manual: user manual for mfirstuc package
+ - glossaries.pdf: documented code for advanced users
+ - glossary2glossaries: upgrading from glossary.sty to glossaries.sty
+
+ * Added new package options:
+
+ - entrycounter : number main (level 0) entries in the glossary.
+
+ - counterwithin : set parent counter for the entry counter.
+
+ - subentrycounter : number level 1 entries in the glossary.
+
+ - sort : set the sort order to
+ - standard alphabetical (sort=standard),
+ - order of definition (sort=def)
+ - order of use (sort=use)
+
+ - seeautonumberlist : automatically activates the number list
+ for entries that use the "see" key.
+
+ - savewrites : minimise number of \newwrite
+
+ - compatible-2.07 :
+
+ bug fixes in v3.0 have cause compatibility problems. This
+ package option will restore the old behaviour but bugs will
+ remain. (Should mostly only effect documents that used
+ \noist with a custom Xindy style file.)
+
+ * \printglossary sets \currentglossary to the current glossary's
+ label. (Allows custom glossary styles access to the glossary
+ type.)
+
+ * Modified internal workings of acronyms and:
+
+ - Added starred versions of \acrshort etc.
+
+ - Added "long", "short", "longplural" and "shortplural" keys
+ (Reserved for use with \newacronym.)
+
+ - Added analogous "longaccess", "shortaccess", "longpluralaccess"
+ and "shortpluralaccess" keys for \newacronym in
+ glossaries-accsupp.sty
+
+ * Added \glsseeitemformat to customise the text given in the link
+ created by \glsseeitem.
+
+ * \newglossaryentry key "nonumberlist" now boolean.
+
+ * added debugging commands \showgloname etc.
+
+ * now loads etoolbox:
+
+ - replaced \DeclareRobustCommand with \newrobustcmd
+
+ - replaced \@ifundefined with \ifcsundef
+
+ - replaced \let...\undefined with \undef...
+
+ * Bug Fixes:
+
+ - now works with equation counter in amsmath's align
+ environment.
+
+ - Mixed counters now work with xindy option.
+
+ - Fixed hyperlinks in location numbers where \theH<counter>
+ has a prefix not present in \the<counter>.
+
+ - If title specified in \printglossary but toctitle hasn't
+ been specified, make toctitle same as supplied title.
+
+ - \newglossaryentry "see" key and \glssee now sanitize and escape
+ special characters before writing to output file. (Allows
+ user to redefine \seename any point before \printglossary or
+ \printglossaries.)
+
+ - \glshyperlink: Changed the default value of the optional argument
+ to \glsentrytext instead of \glsentryname.
+
+ * mfirstuc.sty (v1.05):
+
+ - added \glsmakefirstuc (replaces \@gls@makefirstuc) to make
+ it easier to customise.
+
+ makeglossaries (v2.02):
+
+ * now displays version number on startup unless -q
+
+ * added more diagnostics to give more helpful messages than
+ those supplied by xindy or makeindex.
+
v2.07:
* Fixed bug that ignored format key in \glsadd
@@ -100,7 +198,7 @@ v2.01:
* Moved \@do@wrglossary before term is displayed to prevent
unwanted whatsit
-v2.0 (1.2):
+v2.0 (1.20):
* Fixed ngerman caption bug in glossaries-babel.sty
v1.19: