2009-03-10Fixed some problems reported by the CLANG static analyzer.
snej@snej.local [Tue, 10 Mar 2009 22:34:39 -0700] rev 19
Fixed some problems reported by the CLANG static analyzer.

2008-07-17Initial checkin of MYAddressField, a combo-box for entering email or IM addresses.
Jens Alfke <jens@mooseyard.com> [Thu, 17 Jul 2008 13:29:34 -0700] rev 18
Initial checkin of MYAddressField, a combo-box for entering email or IM addresses.

2008-07-16* IChatUtils additions.
Jens Alfke <jens@mooseyard.com> [Wed, 16 Jul 2008 10:50:34 -0700] rev 17
* IChatUtils additions.
* Added MailUtils.
* Improved MYAnimatingSplitView.
* Added "lenient" URL parser to URLUtils.

2008-07-13* Minor fixes to glitches detected by the clang static analyzer.
Jens Alfke <jens@mooseyard.com> [Sun, 13 Jul 2008 10:45:42 -0700] rev 16
* Minor fixes to glitches detected by the clang static analyzer.
* Added MYAnimatingSplitView class.

2008-06-24Added IntegerArray.
Jens Alfke <jens@mooseyard.com> [Tue, 24 Jun 2008 12:05:24 -0700] rev 15
Added IntegerArray.

2008-06-17Added AudioUtils.
Jens Alfke <jens@mooseyard.com> [Tue, 17 Jun 2008 14:57:48 -0700] rev 14
Added AudioUtils.

2008-06-01* Made Test.h work with regular C99 without GCC extensions.
Jens Alfke <jens@mooseyard.com> [Sun, 01 Jun 2008 14:01:44 -0700] rev 13
* Made Test.h work with regular C99 without GCC extensions.
* Copied the necessary Google Toolbox source files into the project, so users don't have to download an additional library.

2008-05-31* Worked around compiler warnings in Test.h when building for iPhone.
Jens Alfke <jens@mooseyard.com> [Sat, 31 May 2008 11:26:17 -0700] rev 12
* Worked around compiler warnings in Test.h when building for iPhone.
* Made Mercurial ignore the documentation files.

2008-05-24* Added BSD license to more .m files.
Jens Alfke <jens@mooseyard.com> [Sat, 24 May 2008 13:24:33 -0700] rev 11
* Added BSD license to more .m files.
* Updated some copyright notices.
* Added some #imports to make the MYNetwork classes build without using the MYUtilities.pch prefix header.

2008-05-20Split ExceptionUtils out of Test.
Jens Alfke <jens@mooseyard.com> [Tue, 20 May 2008 17:40:28 -0700] rev 10
Split ExceptionUtils out of Test.