]> err.no Git - scalable-opengroupware.org/commitdiff
moved UIxMailSizeFormatter to MailPartViewers bundle
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 20 Feb 2005 16:09:32 +0000 (16:09 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 20 Feb 2005 16:09:32 +0000 (16:09 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@589 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailPartViewers/ChangeLog
SOGo/UI/MailPartViewers/GNUmakefile
SOGo/UI/MailPartViewers/UIxMailPartViewer.m
SOGo/UI/MailPartViewers/UIxMailSizeFormatter.h [moved from SOGo/UI/Mailer/UIxMailSizeFormatter.h with 100% similarity]
SOGo/UI/MailPartViewers/UIxMailSizeFormatter.m [moved from SOGo/UI/Mailer/UIxMailSizeFormatter.m with 100% similarity]
SOGo/UI/MailPartViewers/Version
SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/GNUmakefile
SOGo/UI/Mailer/Version

index 46b4e73f9cddcba8274e402672d77c415350c04c..3ed4168a2c2974c4e315ca037d2cacc9f5870664 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * moved in UIxMailSizeFormatter (v0.9.2)
+
 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
 
        * created ChangeLog
index 5bf756aeffb151accd04db6d5c210bf7b43fd772..9d1b8b973c9164b78b2c92583a387d829a8738af 100644 (file)
@@ -12,6 +12,7 @@ MailPartViewers_OBJC_FILES += \
        MailPartViewersProduct.m        \
        \
        UIxMailRenderingContext.m       \
+       UIxMailSizeFormatter.m          \
        \
        UIxMailPartViewer.m             \
        UIxMailPartTextViewer.m         \
index dfe918bbb59901a6d0e5ff15f250e80bc938b7f9..19516045493bc34cff65330d7d53baf9bb026728 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "UIxMailPartViewer.h"
 #include "UIxMailRenderingContext.h"
-#include "../Mailer/UIxMailSizeFormatter.h"
+#include "UIxMailSizeFormatter.h"
 #include "../Mailer/WOContext+UIxMailer.h"
 #include <NGExtensions/NSString+Encoding.h>
 #include "common.h"
index 1babee8bae9653b91a0da51093868c653d077494..ae165207189f31efb4aeba028f0337d66cb1c0f9 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=1
+SUBMINOR_VERSION:=2
 
 # v0.9.1 requires libNGMime v4.5.213
index 31a83c91aa2e1f89301bd76b10c034648b1d0f4a..d6adc542109fe56a303604347d2790012097f29b 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * moved UIxMailSizeFormatter to MailPartViewers (v0.9.119)
+
 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
 
        * mailer.js: added HTML escape/unescape functions (v0.9.118)
index 26503bd0ad52a9532898ee6d5e7867385ddb1733..655daefd17e9ace0848bd04b5365b1999a97e3b8 100644 (file)
@@ -40,8 +40,6 @@ MailerUI_OBJC_FILES += \
        \
        UIxFilterList.m                 \
        UIxSieveEditor.m                \
-       \
-       UIxMailSizeFormatter.m          \
 
 MailerUI_RESOURCE_FILES += \
        Version                 \
index 5740babfa8810519f79ecfebaeec869d84df8adc..2a7eccc4af31420e36a6ed449c7d335bc3689a8d 100644 (file)
@@ -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