From 73a973097c951fac8a23d864bf458760e5edc9ec Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Sat, 22 Oct 2011 15:26:10 +0200 Subject: [PATCH] Prepared release Updated version information and wrote change text. --- todonotes.dtx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/todonotes.dtx b/todonotes.dtx index 926f84a..9a97f38 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -22,14 +22,14 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{todonotes} %<*package> - [2011/03/07 .dtx Todonotes source and documentation.] + [2011/10/22 .dtx Todonotes source and documentation.] % % %<*driver> \documentclass{ltxdoc} \usepackage{wrapfig} \usepackage[colorlinks, linkcolor=black]{hyperref} -\usepackage[colorinlistoftodos, shadow]{todonotes}[2011/03/07] +\usepackage[colorinlistoftodos, shadow]{todonotes}[2011/10/22] \usepackage{amsmath} \usepackage{setspace} \setcounter{tocdepth}{2} @@ -161,6 +161,9 @@ % \changes{0.9.7}{2011/03/07}{Updated documentation.} % \changes{0.9.8}{2011/04/21}{Suppress warnings about underfull / overful boxes % generated by the inserted todonotes. Patch by Peter M Schuler.} +% \changes{0.9.9}{2011/10/22}{Added author option, implementation provided by +% Xavier Alameda-Pineda. Example of modifying the +% listoftodos removing some protect commands with no effect.} % \GetFileInfo{todonotes.dtx} % % \DoNotIndex{\newcommand,\newenvironment} @@ -989,7 +992,7 @@ % % Identifies the package and loads the packages dependences. % \begin{macrocode} -\ProvidesPackage{todonotes}[2011/03/07] +\ProvidesPackage{todonotes}[2011/10/22] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{xcolor}