Source/OWSpellingPerContactPlugin.m
2009-10-29 Clean up the per-contact spelling a little. I think this fixes #12359.
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-16 Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
2009-02-03 Make -preferenceForKey:group: on AIListObject non-recursive, and eliminate the toggle version of it
2009-02-03 Remove unnecessary prefs recursion.
2008-10-21 I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
2008-08-28 Compilation fix
2008-08-28 Merged [25010]: When setting the spelling preference for the language, store it globally in addition to at a per-contact level so that it will be used as the default for future chats. Fixes #10752
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk