Mercurial > pidgin.yaz
comparison ChangeLog @ 23395:7076f4e965c5
merge of '34ebad1a339cefdab142795e0b3a045ad7016658'
and '868098fbe53290a8abcc3307c6fec2c6054a5e00'
author | Casey Harkins <charkins@pidgin.im> |
---|---|
date | Fri, 27 Jun 2008 00:01:59 +0000 |
parents | 5c70d953a497 |
children | 7ec3dce64369 |
comparison
equal
deleted
inserted
replaced
22898:5d833ca5a265 | 23395:7076f4e965c5 |
---|---|
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul | 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
2 | 2 |
3 version 2.x.x: | 3 version 2.5.0 (??/??/2008): |
4 libpurple: | |
5 * Ability to create custom smileys (currently only the MSN protocol | |
6 utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil, | |
7 Marcus Lundblad, Jorge Villaseñor and other contributors) | |
8 * Add a configure option, --with-system-ssl-certs to allow packagers | |
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 | |
11 libpurple package depend on the CA certificates. | |
12 | |
13 Pidgin: | |
14 * Custom buddy icons can now be added to and removed from buddy list | |
15 entries via the buddy list entry right-click menu. | |
16 * Resize large incoming custom smileys to a maximum of 96px on either | |
17 side. | |
18 * Offer to add new buddies into the same contact as existing buddies | |
19 in the same group if the alias given is the same. | |
20 | |
21 General: | |
22 * Group and Chat buddy list entries can now be given custom buddy | |
23 icons. | |
24 | |
25 Finch: | |
26 * Added "Invite..." menu to chats. | |
27 * Added "View All Logs" menu in the buddylist to display a list of all IM | |
28 logs. | |
29 * Added '/msgcolor' command to change colors of different classes of | |
30 messages in a conversation. See '/help msgcolor' for details. | |
31 | |
32 version 2.4.3 (??/??/2008): | |
33 libpurple: | |
34 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients | |
35 and restoring compatibility with the web messenger (Yusuke Odate) | |
36 * Setting your buddy icon once again works for Yahoo! accounts. | |
37 | |
38 version 2.4.2 (05/17/2008): | |
4 libpurple: | 39 libpurple: |
5 * In MySpaceIM, messages from spambots are discarded (Justin Williams) | 40 * In MySpaceIM, messages from spambots are discarded (Justin Williams) |
6 * Strip mIRC formatting codes from quit and part messages. | 41 * Strip mIRC formatting codes from quit and part messages. |
7 * IRC now displays ban lists in-channel for joined channels. | 42 * IRC now displays ban lists in-channel for joined channels. |
8 * Fixed a bug where the list of loaded plugins would get removed when | 43 * Fixed a bug where the list of loaded plugins would get removed when |
9 switching between different operating systems. | 44 switching between different operating systems. |
10 * Fix reception of IRC PART without a part message on Undernet | 45 * Fix reception of IRC PART without a part message on Undernet |
11 (fixes a problem with litter in the channel user list). | 46 (fixes a problem with litter in the channel user list). |
12 * IRC no longer crashes on /list on servers which erroneously omit | 47 * IRC no longer crashes on /list on servers which erroneously omit |
13 RPL_LISTSTART. | 48 RPL_LISTSTART. |
49 * Update the NetworkManager support to use D-Bus directly, instead of | |
50 libnm-glib. Hopefully it's stable now. It will now compile by | |
51 default if you have D-Bus support and NetworkManager.h. (Elliott | |
52 Sales de Andrade) | |
53 * MSN buddy list synchronization is now more forgiving, only asking | |
54 about buddies who have disappeared completely from the server list | |
55 and not those that have simply moved groups. | |
56 * IRC will now try to append 1-9 to your nick if it is in use, instead | |
57 of substituting the last character with 1-9 where possible. | |
58 * Bonjour buddies will be saved persistently if they're moved out of | |
59 the "Bonjour" group. (Eion Robb) | |
14 | 60 |
15 Pidgin: | 61 Pidgin: |
16 * The typing notification in the conversation history can be disabled or | 62 * The typing notification in the conversation history can be disabled or |
17 customized (font, color etc.) in .gtkrc-2.0. | 63 customized (font, color etc.) in .gtkrc-2.0. |
18 * Added a plugin (not built by default) which adds a Send button back | 64 * Added a plugin (not installed by default) which adds a Send button |
19 to the conversation window. People without physical keyboards have a | 65 back to the conversation window. People without physical keyboards |
20 hard time with the lack of the button. | 66 have a hard time with the lack of the button. |
21 * Clicking on the buddyicon in the conversation window toggles the | 67 * Clicking on the buddyicon in the conversation window toggles the |
22 size of the icon between small and large. | 68 size of the icon between small and large. |
23 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in | 69 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in |
24 an AIM chat) can be edited from its context menu in the buddy list. | 70 an AIM chat) can be edited from its context menu in the buddy list. |
25 * Add a "Present conversation window" preference to the Message | 71 * Add a "Present conversation window" preference to the Message |
26 Notification plugin, the "Raise conversation window" option does not | 72 Notification plugin; the "Raise conversation window" option does not |
27 unminimize windows or draw attention to them when they are on other | 73 unminimize windows or draw attention to them when they are on other |
28 workspaces the "Present" option should. | 74 workspaces--the "Present" option should. |
29 * Add a preference to set Escape as the keyboard shortcut for closing | 75 * Add a preference to set Escape as the keyboard shortcut for closing |
30 the conversation window. | 76 the conversation window. |
31 * Add an option in the context menu to disable smileys in the selected | 77 * Add an option in the context menu to disable smileys in the selected |
32 text in the conversation history/log viewer. This should help people who | 78 text in the conversation history/log viewer. This should help people |
33 regularly paste code in conversations. | 79 who regularly paste code in conversations. |
34 * Add a preference to choose the minimum size of the text input. | 80 * Add a preference to choose the minimum size of the text input area in |
81 lines. | |
82 * Moved the "Local alias" field in the Modify Account dialog to be below | |
83 the "User Options" heading on the "Basic" tab. | |
84 * Number of room occupants is now shown in chat tooltips where possible | |
35 | 85 |
36 General: | 86 General: |
37 * The configure script now dies on more absent dependencies. The | 87 * The configure script now dies on more absent dependencies. The |
38 --disable-xxx arguments to configure can be used to bypass unneeded | 88 --disable-xxx arguments to configure can be used to bypass unneeded |
39 dependencies. This will also cause the configure script to die if an | 89 dependencies. This will also cause the configure script to die if an |
44 * The Contact Availability Prediction plugin must now be explicitly | 94 * The Contact Availability Prediction plugin must now be explicitly |
45 enabled. Use the --enable-cap argument to configure to enable it. | 95 enabled. Use the --enable-cap argument to configure to enable it. |
46 | 96 |
47 Finch: | 97 Finch: |
48 * New default binding ctrl+x to open context menus. | 98 * New default binding ctrl+x to open context menus. |
99 * Menu triggers and other bindings will no longer conflict. | |
100 * Middle click pastes the internal clipboard (when mouse support is | |
101 enabled). | |
49 | 102 |
50 version 2.4.1 (03/31/2008): | 103 version 2.4.1 (03/31/2008): |
51 http://developer.pidgin.im/query?status=closed&milestone=2.4.1 | 104 http://developer.pidgin.im/query?status=closed&milestone=2.4.1 |
52 | 105 |
53 libpurple: | 106 libpurple: |