comparison ChangeLog @ 23692:2ecd716746e6

propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef) to branch 'im.pidgin.soc.2008.themes' (head 0ebb2c5ee87ee44da1b02c556a5def7eb8fbda03)
author Gary Kramlich <grim@reaperworld.com>
date Wed, 06 Aug 2008 02:39:40 +0000
parents dd30b4323639
children d82d0791b8f8
comparison
equal deleted inserted replaced
23486:3baef5c88959 23692:2ecd716746e6
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 IRC:
14 * /ctcp command (Vladislav Guberinić)
15 * Allow for auto-detection of incoming UTF-8 formatted text on
16 accounts which are configured to use some other encoding.
17
18 MSN:
19 * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
20 Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
21 and others)
22 * Personal messages are now supported. They are treated as status
23 messages.
24 * Offline IM is now supported.
25 * Aliasing is now supported server-side.
26 * Buddies are now emblemed. Bots and web clients should now be
27 distinguished.
28 * Update smiley set for non-faces.
29 * Failing to update a buddy icon when the buddy has gone offline no
30 longer crashes.
31 * Custom smileys received in a chat no longer go to a new window.
32 * Processing is no longer completely frozen after the servers block a
33 message because it contains (what they consider) inappropriate text.
34
13 Pidgin: 35 Pidgin:
14 * Custom buddy icons can now be added to and removed from buddy list 36 * Custom buddy icons can now be added to and removed from buddy list
15 entries via the buddy list entry right-click menu. 37 entries via the buddy list entry right-click menu.
16 * Resize large incoming custom smileys to a maximum of 96px on either 38 * Resize large incoming custom smileys to a maximum of 96px on either
17 side. 39 side.
18 * Offer to add new buddies into the same contact as existing buddies 40 * Offer to add new buddies into the same contact as existing buddies
19 in the same group if the alias given is the same. 41 in the same group if the alias given is the same.
42 * Minor smiley style update.
20 43
21 General: 44 General:
22 * Group and Chat buddy list entries can now be given custom buddy 45 * Group and Chat buddy list entries can now be given custom buddy
23 icons. 46 icons.
24 47
26 * Added "Invite..." menu to chats. 49 * Added "Invite..." menu to chats.
27 * Added "View All Logs" menu in the buddylist to display a list of all IM 50 * Added "View All Logs" menu in the buddylist to display a list of all IM
28 logs. 51 logs.
29 * Added '/msgcolor' command to change colors of different classes of 52 * Added '/msgcolor' command to change colors of different classes of
30 messages in a conversation. See '/help msgcolor' for details. 53 messages in a conversation. See '/help msgcolor' for details.
31 54 * Added tab-completion for commands in conversation windows.
32 version 2.4.3 (??/??/2008): 55
56 version 2.4.3 (07/01/2008):
33 libpurple: 57 libpurple:
34 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients 58 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
35 and restoring compatibility with the web messenger (Yusuke Odate) 59 and restoring compatibility with the web messenger (Yusuke Odate)
36 * Setting your buddy icon once again works for Yahoo! accounts. 60 * Setting your buddy icon once again works for Yahoo! accounts.
61 * Fixes in the Yahoo! protocol to prevent a double free, crashes on
62 aliases, and alias functionality
63 * Fix crashes in the bonjour protocol
64 * Always use UTF-8 for Yahoo! (#5973)
65 * Fix a crash when the given jabber id is invalid.
66 * Make the IRC "unknown message" debugging messages UTF-8 safe.
67 * Fix connecting to ICQ
68 * Fix a memleak when handling jabber xforms.
69
70 Pidgin:
71 * Include the send button plugin in the win32 build
72 * Various memory leak fixes
37 73
38 version 2.4.2 (05/17/2008): 74 version 2.4.2 (05/17/2008):
39 libpurple: 75 libpurple:
40 * In MySpaceIM, messages from spambots are discarded (Justin Williams) 76 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
41 * Strip mIRC formatting codes from quit and part messages. 77 * Strip mIRC formatting codes from quit and part messages.