summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mfirstuc/CHANGES
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/mfirstuc/CHANGES
Initial commit
Diffstat (limited to 'macros/latex/contrib/mfirstuc/CHANGES')
-rw-r--r--macros/latex/contrib/mfirstuc/CHANGES95
1 files changed, 95 insertions, 0 deletions
diff --git a/macros/latex/contrib/mfirstuc/CHANGES b/macros/latex/contrib/mfirstuc/CHANGES
new file mode 100644
index 0000000000..77f20bd2ed
--- /dev/null
+++ b/macros/latex/contrib/mfirstuc/CHANGES
@@ -0,0 +1,95 @@
+mfirstuc change log:
+
+v2.06:
+
+ * \makefirstuc: added check for nested commands.
+
+v2.05:
+
+ * bug fix in \@mfu@applytofirst (#1 must be grouped)
+
+v2.04:
+
+ * bug fixes in \capitalisefmtwords and \@gls@split
+
+ * added starred form of \capitalisefmtwords
+
+v2.03:
+
+ * Fixed test for \protect at the start of \makefirstuc
+
+ * Add new conditional \ifMFUhyphen and new command
+ \MFUcapword
+
+ * New commands \capitalisefmtwords, \xcapitalisefmtwords
+ and \ecapitalisefmtwords (like \capitalisewords etc
+ but allows for text-block formatting commands within
+ the argument).
+
+v2.02:
+
+ * Fixed bug in \capitalisewords
+ http://www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=104
+
+v2.01:
+
+ * Added check for initial \protect in \makefirstuc
+
+v2.0:
+
+ * Split from glossaries bundle.
+
+ * Fixed bug that occurred when the first two tokens of
+ \makefirstuc are both control sequences.
+
+v1.10:
+
+ * added \ecapitalisewords, \emakefirstuc
+
+v1.09:
+
+ * Added \MFUnocap
+
+ * New package: mfirstuc-english.sty
+
+v1.08:
+
+ * Made \makefirstuc and \capitalisewords robust
+
+v1.07:
+
+ * Added \mfirstucMakeUppercase to allow the user to switch from
+ \MakeUppercase to another case changing command.
+
+v1.06:
+
+ * added \capitalisewords, \xcapitalisewords
+
+v1.05:
+
+ * added \glsmakefirstuc (replaces \@gls@makefirstuc) to make
+ it easier to customise.
+
+v1.04:
+
+ * fixed bug occurring when initial control sequence
+ in the argument of \makefirstuc has more than one
+ argument.
+
+v1.02:
+
+ * Fixed bug that transfered grouping, (e.g
+ \makefirstuc{\emph{abc}xyz} moved the xyz into the \emph)
+
+ * If group following initial command is empty, \MakeUppercase
+ is applied to the command, e.g. \makefirstuc{\ae{}bc} now
+ produces \MakeUppercase\ae{}bc.
+
+v1.01:
+
+ * Added \xmakefirstuc (expands argument before applying \makefirstuc)
+
+v1.0:
+
+ * Initial version
+