Mercurial > pidgin
diff ChangeLog @ 7033:cf1126ba1834
[gaim-migrate @ 7596]
Multiple copies of gaim installed at different locations no longer attempt
to load the same, possibly incompatible plugins. It does this by saving
the base filenames of the plugins, rather than the full names, and attempts
to load them at the particular copy's plugin directory. Now a released gaim
in the system default prefix and a development gaim in a home directory
will no longer try to load each other's plugins. They'll each load their
own versions of each. Thanks to Robot101 for the patch.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 29 Sep 2003 22:46:15 +0000 |
parents | aa619031193b |
children | 184ec972f0f5 |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 29 22:34:32 2003 +0000 +++ b/ChangeLog Mon Sep 29 22:46:15 2003 +0000 @@ -1,10 +1,13 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! version 0.71 - * Display AIM away messages in the tooltip for buddies when + * Display AIM away messages in the tooltip for buddies when they are away. * Re-write of Jabber protocol plugin * SSL support can now be provided by third party plugins. + * Multiple copies of gaim installed at different locations no + longer attempt to load the same, possibly incompatible plugins + (Robert McQueen) version 0.70 (09/28/2003): * Implemented Yahoo's new authentication method (Cerulean Studios)