summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-10-31 21:45:18 +0000
committerKarl Berry <karl@freefriends.org>2012-10-31 21:45:18 +0000
commit54ba93bf0a6f72847b3981af2e763a8ce60b9d07 (patch)
tree8cc66c2255a088f71e0168365879fe372a57e49a /Master/texmf-dist/doc/latex/moderncv/CHANGELOG
parent4051c7da97b4e20b82b75d470cedd3cbbffee96b (diff)
moderncv (31oct12)
git-svn-id: svn://tug.org/texlive/trunk@28139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index 4fb217b0a85..c70ae146063 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,3 +1,24 @@
+version 1.2.0 (31 Oct 2012)
+ - updated the banking style header to include the option to show a title.
+ - set the values of \arrayrulewidth and \doublerulesep to their standard values
+ (0.4pt and 2pt resp.) to enable the drawing of rules in tabulars and arrays by
+ default.
+ - modified the code of \makecvtitle and \makelettertitle of the "casual" style
+ to avoid it to cause horizontal alignment issues after and before itself.
+ - corrected a bug in \makelettertitle of most styles that displayed the current
+ date (\today) instead of the date given through the \date command, as reported
+ by B. Schlimmchen and S. Fnord.
+ - removed the need to set pdfpagelabels=false when loading hyperref, by putting
+ \pagenumbering{arabic} (to define \thepage) before loading hyperref, as figured
+ out by J. Wolf.
+ - corrected the line wrapping of \cvlistitem of the "banking" style.
+ - corrected a bug in \makecvtitle and \makelettertitle of the "banking" style.
+ - removed an unwanted space in the footer of the "casual" style.
+ - moved the font style definitions to moderncv.cls for better readability
+ (moderncv.cls is meant to be a sort of header file, implementing only some
+ macros shared by all styles and defining the macros that the style files need
+ to implement).
+
version 1.1.3 (10 Aug 2012)
- corrected a longstanding issue causing hyperref to issue two warnings
regarding its "pdfpagelabels" option, as pointed out and solved by P. Leifeld