Mercurial > pidgin.yaz
comparison ChangeLog @ 2522:108b3eab22aa
[gaim-migrate @ 2535]
i didn't rewrite a good majority of your patch, sean. i changed the logic for when to hide user_frame slightly (remove the ! and flip the hide/show); had each of the generate_*_options take the vbox and create their own frame; and i think that's about it. you new i was going to do that anyway.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 17 Oct 2001 10:11:46 +0000 |
parents | bf7ec3874810 |
children | 318852125817 |
comparison
equal
deleted
inserted
replaced
2521:f42fceb6a9ea | 2522:108b3eab22aa |
---|---|
13 * Event handlers in perl passed arguments as elements of | 13 * Event handlers in perl passed arguments as elements of |
14 an array rather than all concatenated as a string, making | 14 an array rather than all concatenated as a string, making |
15 perl much easier to use (thanks Dennis Lambe Jr.) | 15 perl much easier to use (thanks Dennis Lambe Jr.) |
16 * Can pass an argument to timeout_handlers in perl | 16 * Can pass an argument to timeout_handlers in perl |
17 (thanks Artem Litvinovich) | 17 (thanks Artem Litvinovich) |
18 * Redesigned Modify Account window (thanks Sean Egan) | |
18 | 19 |
19 version 0.45 (10/04/2001): | 20 version 0.45 (10/04/2001): |
20 * New plugin event: event_chat_send_invite | 21 * New plugin event: event_chat_send_invite |
21 * Major updates to the perl system (reread PERL-HOWTO and | 22 * Major updates to the perl system (reread PERL-HOWTO and |
22 SIGNALS) | 23 SIGNALS) |