Frameworks/Adium%20Framework/Source/AIChatControllerProtocol.h
21 months ago Add a Reopen Closed Tab menu item to the File menu that will restore the most recently closed tab, similar to Chrome. Fixes #12537
2009-06-09 warnings--; (...on clang). The openChats thing was due to a GCC bug, so I think accepting the GCC warning is better than doing it wrong.
2009-04-01 Convert {{{existingGroupChatsForContact:}}} which was a misleading name for something which just returned the first, to return an NSSet of group chats, and renamed to {{{allGroupChatsContainingContact:}}}.
2009-03-31 Adds {{{-existingGroupChatWithContact}}} so that we don't stop tracking a contact who is in multiple chats with us.
2009-03-14 Optimize joining large groupchats. This means we send Chat_ParticipatingListObjectsChanged 1 time instead of N times, and sort 1 time instead of N times
2008-11-20 More @classing
2008-08-24 Updated most of our enumerations to fast enumerations, and did some paramaterization.
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