From 85fe3b447c1c74837009312d024a4d7d7c3fbca0 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 22 Apr 2011 16:38:15 +0000 Subject: [PATCH] preparing release --- QuoteColorizerMacro.bas | 3 +++ QuoteFixMacro.bas | 4 +++- SoftWrapMacro.bas | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/QuoteColorizerMacro.bas b/QuoteColorizerMacro.bas index e37f636..a938809 100644 --- a/QuoteColorizerMacro.bas +++ b/QuoteColorizerMacro.bas @@ -28,6 +28,9 @@ Attribute VB_Name = "QuoteColorizerMacro" 'Changelog ' +'Version 1.0 - 2011-04-22 +' * first public relese +' '$Revision$ - not released Option Explicit diff --git a/QuoteFixMacro.bas b/QuoteFixMacro.bas index 81a60ef..edceac7 100644 --- a/QuoteFixMacro.bas +++ b/QuoteFixMacro.bas @@ -64,7 +64,7 @@ Attribute VB_Name = "QuoteFixMacro" 'Version 1.2b - 2007-01-24 ' * included on-behalf-of handling written by Per Soderlind (per [at] soderlind [dot] no) ' -'$Revision$ - not released +'Version 1.3 - 2011-04-22 ' * included %C patch 2778722 by Karsten Heimrich ' * included %SE patch 2807638 by Peter Lindgren ' * check for beginning of quote is now language independent @@ -86,6 +86,8 @@ Attribute VB_Name = "QuoteFixMacro" ' * Added CONVERT_TO_PLAIN flag to enable viewing mails as HTML first. ' * renamed "fromName" to "senderName" in order to reflect real content of the variable ' * fixed cursor position in the case of absence of "%C", but presence of "%Q" +' +'$Revision$ - not released 'Ideas were taken from ' * Daniele Bochicchio diff --git a/SoftWrapMacro.bas b/SoftWrapMacro.bas index ed1604f..d7662f2 100644 --- a/SoftWrapMacro.bas +++ b/SoftWrapMacro.bas @@ -27,6 +27,9 @@ Attribute VB_Name = "SoftWrapMacro" 'Changelog ' +'Version 1.0 - 2011-04-22 +' * first public relese +' '$Revision$ - not released Option Explicit