comparison 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
comparison
equal deleted inserted replaced
7032:0ffd540660df 7033:cf1126ba1834
1 Gaim: The Pimpin' Penguin IM Clone that's good for the soul! 1 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
2 2
3 version 0.71 3 version 0.71
4 * Display AIM away messages in the tooltip for buddies when 4 * Display AIM away messages in the tooltip for buddies when
5 they are away. 5 they are away.
6 * Re-write of Jabber protocol plugin 6 * Re-write of Jabber protocol plugin
7 * SSL support can now be provided by third party plugins. 7 * SSL support can now be provided by third party plugins.
8 * Multiple copies of gaim installed at different locations no
9 longer attempt to load the same, possibly incompatible plugins
10 (Robert McQueen)
8 11
9 version 0.70 (09/28/2003): 12 version 0.70 (09/28/2003):
10 * Implemented Yahoo's new authentication method (Cerulean Studios) 13 * Implemented Yahoo's new authentication method (Cerulean Studios)
11 * Protocol plugins that have plugin dependencies now load correctly. 14 * Protocol plugins that have plugin dependencies now load correctly.
12 * Perl installs where it's told to a bit more correctly. 15 * Perl installs where it's told to a bit more correctly.