Source/AIXMLChatlogConverter.m
2009-08-26 Undo the part of [3855f70905bd]: It caused strings to be incorrectly escaped and causing our XML parsing to break. Rather, escape hash-symbols when parsing in XML data as not to confuse AIHTMLDecoder. Refs #8141. Fixes #12856.
2009-04-22 AIPreferenceControllerProtocol.h is commonly imported (>120 imports) and almost never changes (5 changes in the two years since it was created). Stick it in the prefix header
2009-03-26 Properly log AIContentEvents when the source is not a participant in the chat (or nil).
2009-03-04 Dot syntax. Lots of it.
2009-01-29 Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
2008-12-27 NSDateFormatter is expensive to create, who knew? This speeds up log parsing by 50-60%
2008-10-29 Fix incredibly lame mistake I made in [25501] that broke log reading
2008-10-29 Avoid leaking when the parser is unhappy
2008-10-29 Avoid double-reading log files...
2008-08-24 Updated most of our enumerations to fast enumerations, and did some paramaterization.
2008-08-15 sed is evil. All [adium *Controller]s are now adium.*Controller.
2008-08-15 Propertyize AIListObject and convert some more controller accesses to dot syntax
2008-08-14 Propertyize, synthesize, and use fast enumeration in a few places
2008-08-06 Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk