comparison ChangeLog @ 25705:e23b447aa5ca

propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545) to branch 'im.pidgin.soc.2008.vv' (head a94b36f0065825b75de573746f680ae616b34f41)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 16 Jul 2008 21:55:08 +0000
parents af402fc34cb3
children dc359ea9eb9a
comparison
equal deleted inserted replaced
25704:517062503b48 25705:e23b447aa5ca
8 * Add a configure option, --with-system-ssl-certs to allow packagers 8 * Add a configure option, --with-system-ssl-certs to allow packagers
9 to specify a system-wide SSL CA certificates directory. When set, 9 to specify a system-wide SSL CA certificates directory. When set,
10 we don't install our SSL CA certs, so it's important that the 10 we don't install our SSL CA certs, so it's important that the
11 libpurple package depend on the CA certificates. 11 libpurple package depend on the CA certificates.
12 12
13 MSN:
14 * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
15 VillaseƱor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
16 and others)
17 * Personal messages are now supported. They are treated as status
18 messages.
19 * Offline IM is now supported.
20 * Aliasing is now supported server-side.
21 * Buddies are now emblemed. Bots and web clients should now be
22 distinguished.
23 * Failing to update a buddy icon when the buddy has gone offline no
24 longer crashes.
25 * Custom smileys received in a chat no longer go to a new window.
26 * Processing is no longer completely frozen after the servers block a
27 message because it contains (what they consider) inappropriate text.
28
13 Pidgin: 29 Pidgin:
14 * Custom buddy icons can now be added to and removed from buddy list 30 * Custom buddy icons can now be added to and removed from buddy list
15 entries via the buddy list entry right-click menu. 31 entries via the buddy list entry right-click menu.
16 * Resize large incoming custom smileys to a maximum of 96px on either 32 * Resize large incoming custom smileys to a maximum of 96px on either
17 side. 33 side.
18 * Offer to add new buddies into the same contact as existing buddies 34 * Offer to add new buddies into the same contact as existing buddies
19 in the same group if the alias given is the same. 35 in the same group if the alias given is the same.
20 36
21 General: 37 General:
22 * Group and Chat buddy list entries can now be given custom buddy 38 * Group and Chat buddy list entries can now be given custom buddy
23 icons. 39 icons.
24 40
26 * Added "Invite..." menu to chats. 42 * Added "Invite..." menu to chats.
27 * Added "View All Logs" menu in the buddylist to display a list of all IM 43 * Added "View All Logs" menu in the buddylist to display a list of all IM
28 logs. 44 logs.
29 * Added '/msgcolor' command to change colors of different classes of 45 * Added '/msgcolor' command to change colors of different classes of
30 messages in a conversation. See '/help msgcolor' for details. 46 messages in a conversation. See '/help msgcolor' for details.
31 47 * Added tab-completion for commands in conversation windows.
32 version 2.4.3 (??/??/2008): 48
49 version 2.4.3 (07/01/2008):
33 libpurple: 50 libpurple:
34 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients 51 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
35 and restoring compatibility with the web messenger (Yusuke Odate) 52 and restoring compatibility with the web messenger (Yusuke Odate)
36 * Setting your buddy icon once again works for Yahoo! accounts. 53 * Setting your buddy icon once again works for Yahoo! accounts.
54 * Fixes in the Yahoo! protocol to prevent a double free, crashes on
55 aliases, and alias functionality
56 * Fix crashes in the bonjour protocol
57 * Always use UTF-8 for Yahoo! (#5973)
58 * Fix a crash when the given jabber id is invalid.
59 * Make the IRC "unknown message" debugging messages UTF-8 safe.
60 * Fix connecting to ICQ
61 * Fix a memleak when handling jabber xforms.
62
63 Pidgin:
64 * Include the send button plugin in the win32 build
65 * Various memory leak fixes
37 66
38 version 2.4.2 (05/17/2008): 67 version 2.4.2 (05/17/2008):
39 libpurple: 68 libpurple:
40 * In MySpaceIM, messages from spambots are discarded (Justin Williams) 69 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
41 * Strip mIRC formatting codes from quit and part messages. 70 * Strip mIRC formatting codes from quit and part messages.