]> err.no Git - sope/blobdiff - sope-core/NGExtensions/ChangeLog
added a method to mail-quote a string
[sope] / sope-core / NGExtensions / ChangeLog
index 15a76a6b91f604961df86775dd7f670e961d2b38..3b6e4ab514cf441ab34c27027b8280673c013509 100644 (file)
@@ -1,3 +1,101 @@
+2005-02-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NSString+misc.m: added new method
+         -stringByApplyingMailQuoting for placing "> " in front of each line
+         contained in the string (v4.5.142)
+
+2005-01-09  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGExtensions/AutoDefines.h, common.h: fixed defines on MacOSX (fixes
+         OGo bug #912 (v4.5.141)
+
+2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGCalendarDateRange.[hm]: new convenience method -containsDateRange:
+         (v4.5.140)
+
+2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGExtensions.xcode: minor fixes and updated
+
+2004-12-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOFilterDataSource.m, EOCacheDataSource.m: minor code cleanups
+         (v4.5.139)
+
+2004-11-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * FdExt.subproj/NSObject+Logs.m: fixed debug logging to be compatible
+         with existing code (v4.5.138)
+
+       * NGBundleManager.m: subminor code cleanups (v4.5.137)
+
+2004-11-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGLogging: updated - API considered stable now.
+         NOTE: "make distclean" is required this time. (v4.5.136)
+
+2004-11-19  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.135
+       
+       * FdExt.subproj/NSObject+Logs.m: fixed a bug in default logger creation
+         (incorrect static variable)
+       
+       * NGLogging: fixed bug in console appender, increased speed, avoid
+         different logger objects for each class
+
+2004-11-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.134
+
+       * NGLogging: updated
+
+       * NGExtensions/NSObject+Logs.h, FdExt.subproj/NSObject+Logs.m:
+         changed existing implementation to use NGLogging by default. Added
+         some more methods to support different log levels. Also added
+         -logger and -debugLogger which are used to provide the default
+         loggers for the desired purpose.
+
+       * FdExt.subproj/NGBundleManager.m: fixed wrong include
+
+2004-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: fixed a bug in the bundle type check when the
+         cached bundle is NSNull (v4.5.133)
+
+2004-11-17  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGLogging: updated (v4.5.132)
+
+       * NGLogging: updated (v4.5.131)
+
+2004-11-17  Matthew Joyce  <mjoyce@aboveit.nl>
+
+       * NGBundleManager.m: check whether bundle is nil prior running a type
+         check (v4.5.130)
+
+2004-11-13  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: some code cleanups (v4.5.129)
+
+2004-11-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGLogging: code cleanup (v4.5.128)
+
+2004-11-12  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GNUmakefile: added NGLogging.subproj (v4.5.127)
+
+2004-11-01  Helge Hess  <helge.hess@opengroupware.org>
+
+       * branched 4.3 to 4.4 and 4.5
+
+2004-10-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * FdExt.subproj/NSString+URLEscaping.m: removed '&' as an URL safe
+         char (v4.3.126)
+
 2004-10-15  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a