summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apa/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/apa/CHANGELOG.txt')
-rw-r--r--Master/texmf-dist/doc/latex/apa/CHANGELOG.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/apa/CHANGELOG.txt b/Master/texmf-dist/doc/latex/apa/CHANGELOG.txt
index 7da05c6c795..79490496ed0 100644
--- a/Master/texmf-dist/doc/latex/apa/CHANGELOG.txt
+++ b/Master/texmf-dist/doc/latex/apa/CHANGELOG.txt
@@ -1,5 +1,5 @@
-Alteration log for apa.cls (v1.3.2, January 2006)
+Alteration log for apa.cls (v1.3.3, August 2008)
1.00 --> 1.01
July 5, 1996: \r@headl now defaults to \r@headr in [doc] (used to complain)
@@ -288,6 +288,26 @@ January 10, 2006: Tried \@topnum=\z@ and \@botnum=\@ne so that tables do not app
first page in doc mode (the acknowledgements is the "one" float allowed on
the title page, if defined).
+1.3.2 --> 1.3.3
+August 28, 2008: Added curly braces around the argument of \MakeUppercase in the definitions
+ of \levelone (all 3 modes), as suggested by Nicholas Daly, who noticed that the
+ top level ("Level 5" of APA manual section 3.31, p. 113ff) was not set in
+ uppercase. Apparently this bug can be traced to changing Young Ryu's original
+ \uppercase to \MakeUppercase (and possibly changes to the behavior of the
+ latter through the evolution of LaTeX).
+
+ Renamed endfloat.cfg to APAendfloat.cfg so that it can be included in the
+ distributions (putting endfloat.cfg under tex/latex/apa would result it its
+ use with endfloat regardless of document class). apa.cls users are instructed
+ to copy this file to their working document directory and rename locally
+ to endfloat.cfg
+
+November 13, 2008: Fixed a bug in the definition of levelfive that caused the paragraph
+ following the sectioning command to begin on the next line of the document
+ if a blank line intervened between the sectioning command and the paragraph
+ text. (The hskip should have been inside the heading argument and not floating
+ at the end of levelfive into @startsection.) Thanks to Nicholas Daly who
+ pointed out the problem.
%%%%%%%%%%%%%%%%