From 7c424e6329d308725e38812b2a729be60eaa5040 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 10 Feb 2005 21:11:23 +0000 Subject: [PATCH] fixed some missing namespace declarations git-svn-id: http://svn.opengroupware.org/SOGo/trunk@542 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/ChangeLog | 5 +++++ SOGo/UI/Mailer/GNUmakefile.postamble | 2 +- SOGo/UI/Mailer/UIxMailPartLinkViewer.wox | 1 + SOGo/UI/Mailer/UIxMailPartMessageViewer.wox | 1 + SOGo/UI/Mailer/Version | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index c5de300d..da3892ac 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,8 @@ +2005-02-10 Helge Hess + + * UIxMailPartLinkViewer.wox, UIxMailPartMessageViewer.wox: added + missing 'label' namespace declaration (v0.9.98) + 2005-02-09 Helge Hess * UIxMailReplyAction.m: implemented a content-reply (v0.9.97) diff --git a/SOGo/UI/Mailer/GNUmakefile.postamble b/SOGo/UI/Mailer/GNUmakefile.postamble index 4221634c..c35c4d5e 100644 --- a/SOGo/UI/Mailer/GNUmakefile.postamble +++ b/SOGo/UI/Mailer/GNUmakefile.postamble @@ -1,4 +1,4 @@ -# $Id$ +# post processing validate-wox: xmllint --noout *.wox diff --git a/SOGo/UI/Mailer/UIxMailPartLinkViewer.wox b/SOGo/UI/Mailer/UIxMailPartLinkViewer.wox index 72528b40..452bb2ec 100644 --- a/SOGo/UI/Mailer/UIxMailPartLinkViewer.wox +++ b/SOGo/UI/Mailer/UIxMailPartLinkViewer.wox @@ -1,6 +1,7 @@
diff --git a/SOGo/UI/Mailer/UIxMailPartMessageViewer.wox b/SOGo/UI/Mailer/UIxMailPartMessageViewer.wox index 73c7d0ad..e42ccbfd 100644 --- a/SOGo/UI/Mailer/UIxMailPartMessageViewer.wox +++ b/SOGo/UI/Mailer/UIxMailPartMessageViewer.wox @@ -1,6 +1,7 @@
diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 4021447e..d1a68c8c 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=97 +SUBMINOR_VERSION:=98 # v0.9.97 requires SoObjects/Mailer v0.9.71 # v0.9.97 requires libNGExtensions v4.5.142 -- 2.39.5