comparison ChangeLog @ 9306:04a3e9e869ee

[gaim-migrate @ 10114] Ok, this is yahoo buddy icon uploading support. It's still not quite right, but it mostly works. We don't send out updates yet so changing it or unsetting it may not work. But setting it initally, or changing it and relogging will probably work. I never did figure out what hash function yahoo is using, so I just used g_string_hash. It probably won't matter. I hope to finish this up before release. But people probably won't notice the bugs too much anyway. It shouldn't crash or anything, people just might not always see your newest icon right away. Have fun kids. For the record, Simguy tells me Yahoo likes 96x96 PNGs. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 18 Jun 2004 07:28:25 +0000
parents 96c481da57ea
children cb525f727f9c
comparison
equal deleted inserted replaced
9305:0c201a2386c7 9306:04a3e9e869ee
19 * MSN's idle state now actually sets a buddy idle 19 * MSN's idle state now actually sets a buddy idle
20 * Buddy pounce defaults are now more sane, and apply to the state the 20 * Buddy pounce defaults are now more sane, and apply to the state the
21 buddy is currently in. For example, if the buddy is idle, set 21 buddy is currently in. For example, if the buddy is idle, set
22 "Return from idle" by default. The last action(s) used are the 22 "Return from idle" by default. The last action(s) used are the
23 defaults for the next pounce 23 defaults for the next pounce
24 * Yahoo buddy icon support, can't set your own yet though 24 * Yahoo buddy icon support
25 25
26 Bug Fixes: 26 Bug Fixes:
27 * Non-looping animated icons no longer cause Gaim to freeze 27 * Non-looping animated icons no longer cause Gaim to freeze
28 * Flashing windows should work again for unix in window managers that 28 * Flashing windows should work again for unix in window managers that
29 support the URGENT hint (Etan Reisner) 29 support the URGENT hint (Etan Reisner)