From 4fa89a9f0b5df1d3930ace8741a51a214f748479 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 20 Feb 2005 16:09:32 +0000 Subject: [PATCH] moved UIxMailSizeFormatter to MailPartViewers bundle git-svn-id: http://svn.opengroupware.org/SOGo/trunk@589 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailPartViewers/ChangeLog | 4 ++++ SOGo/UI/MailPartViewers/GNUmakefile | 1 + SOGo/UI/MailPartViewers/UIxMailPartViewer.m | 2 +- SOGo/UI/{Mailer => MailPartViewers}/UIxMailSizeFormatter.h | 0 SOGo/UI/{Mailer => MailPartViewers}/UIxMailSizeFormatter.m | 0 SOGo/UI/MailPartViewers/Version | 2 +- SOGo/UI/Mailer/ChangeLog | 4 ++++ SOGo/UI/Mailer/GNUmakefile | 2 -- SOGo/UI/Mailer/Version | 2 +- 9 files changed, 12 insertions(+), 5 deletions(-) rename SOGo/UI/{Mailer => MailPartViewers}/UIxMailSizeFormatter.h (100%) rename SOGo/UI/{Mailer => MailPartViewers}/UIxMailSizeFormatter.m (100%) diff --git a/SOGo/UI/MailPartViewers/ChangeLog b/SOGo/UI/MailPartViewers/ChangeLog index 46b4e73f..3ed4168a 100644 --- a/SOGo/UI/MailPartViewers/ChangeLog +++ b/SOGo/UI/MailPartViewers/ChangeLog @@ -1,3 +1,7 @@ +2005-02-20 Helge Hess + + * moved in UIxMailSizeFormatter (v0.9.2) + 2005-02-18 Helge Hess * created ChangeLog diff --git a/SOGo/UI/MailPartViewers/GNUmakefile b/SOGo/UI/MailPartViewers/GNUmakefile index 5bf756ae..9d1b8b97 100644 --- a/SOGo/UI/MailPartViewers/GNUmakefile +++ b/SOGo/UI/MailPartViewers/GNUmakefile @@ -12,6 +12,7 @@ MailPartViewers_OBJC_FILES += \ MailPartViewersProduct.m \ \ UIxMailRenderingContext.m \ + UIxMailSizeFormatter.m \ \ UIxMailPartViewer.m \ UIxMailPartTextViewer.m \ diff --git a/SOGo/UI/MailPartViewers/UIxMailPartViewer.m b/SOGo/UI/MailPartViewers/UIxMailPartViewer.m index dfe918bb..19516045 100644 --- a/SOGo/UI/MailPartViewers/UIxMailPartViewer.m +++ b/SOGo/UI/MailPartViewers/UIxMailPartViewer.m @@ -21,7 +21,7 @@ #include "UIxMailPartViewer.h" #include "UIxMailRenderingContext.h" -#include "../Mailer/UIxMailSizeFormatter.h" +#include "UIxMailSizeFormatter.h" #include "../Mailer/WOContext+UIxMailer.h" #include #include "common.h" diff --git a/SOGo/UI/Mailer/UIxMailSizeFormatter.h b/SOGo/UI/MailPartViewers/UIxMailSizeFormatter.h similarity index 100% rename from SOGo/UI/Mailer/UIxMailSizeFormatter.h rename to SOGo/UI/MailPartViewers/UIxMailSizeFormatter.h diff --git a/SOGo/UI/Mailer/UIxMailSizeFormatter.m b/SOGo/UI/MailPartViewers/UIxMailSizeFormatter.m similarity index 100% rename from SOGo/UI/Mailer/UIxMailSizeFormatter.m rename to SOGo/UI/MailPartViewers/UIxMailSizeFormatter.m diff --git a/SOGo/UI/MailPartViewers/Version b/SOGo/UI/MailPartViewers/Version index 1babee8b..ae165207 100644 --- a/SOGo/UI/MailPartViewers/Version +++ b/SOGo/UI/MailPartViewers/Version @@ -1,5 +1,5 @@ # version file -SUBMINOR_VERSION:=1 +SUBMINOR_VERSION:=2 # v0.9.1 requires libNGMime v4.5.213 diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 31a83c91..d6adc542 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2005-02-20 Helge Hess + + * moved UIxMailSizeFormatter to MailPartViewers (v0.9.119) + 2005-02-18 Helge Hess * mailer.js: added HTML escape/unescape functions (v0.9.118) diff --git a/SOGo/UI/Mailer/GNUmakefile b/SOGo/UI/Mailer/GNUmakefile index 26503bd0..655daefd 100644 --- a/SOGo/UI/Mailer/GNUmakefile +++ b/SOGo/UI/Mailer/GNUmakefile @@ -40,8 +40,6 @@ MailerUI_OBJC_FILES += \ \ UIxFilterList.m \ UIxSieveEditor.m \ - \ - UIxMailSizeFormatter.m \ MailerUI_RESOURCE_FILES += \ Version \ diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 5740babf..2a7eccc4 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=118 +SUBMINOR_VERSION:=119 # v0.9.100 requires libNGMime v4.5.213 # v0.9.99 requires libNGMime v4.5.212 -- 2.39.5