Mercurial > pidgin
comparison ChangeLog @ 21269:68d6de0845f9
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0a163d30bd4e04f722543b3868eb2d934e5e1db8)
to branch 'im.pidgin.pidgin.next.minor' (head f286d10af3621cf62257f54718ae194d75be1916)
author | Casey Harkins <charkins@pidgin.im> |
---|---|
date | Sun, 28 Oct 2007 17:16:42 +0000 |
parents | 1f59065c606a |
children | 6de09629f091 |
comparison
equal
deleted
inserted
replaced
20889:d41c5443f443 | 21269:68d6de0845f9 |
---|---|
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 | |
3 version 2.3.0: | |
4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0 | |
5 | |
6 libpurple: | |
7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to | |
8 catch deprecated functions earlier rather than later. | |
9 | |
10 Pidgin: | |
11 * If a plugin says it can't be unloaded, we now display an error and | |
12 remove the plugin from the list of saved plugins so it won't load | |
13 at the next startup. Previously, we were ignoring this case, which | |
14 could lead to crashes. | |
15 * Mark dialog windows as transient for appropriate parent windows to | |
16 help window managers do the right thing (Gabriel Schulhof) | |
17 | |
18 Finch: | |
19 * If a plugin says it can't be unloaded, we now display an error and | |
20 remove the plugin from the list of saved plugins so it won't load | |
21 at the next startup. Previously, we were ignoring this case, which | |
22 could lead to crashes. | |
23 * It's possible to bind key-strokes to specific menuitems in the windows. | |
24 Read the 'Menus' section in the man-page for details. | |
25 * 'transpose-chars' operation for the entry boxes. The default key-binding | |
26 is ctrl+t. | |
27 * 'yank' operation for the entry boxes. The default binding is ctrl+y. | |
2 | 28 |
3 version 2.2.2: | 29 version 2.2.2: |
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 | 30 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 |
5 NOTE: Due to 2.2.1 being a security fix release, some bugs | 31 NOTE: Due to 2.2.1 being a security fix release, some bugs |
6 marked fixed in 2.2.1 may not have been fixed until | 32 marked fixed in 2.2.1 may not have been fixed until |
29 to toggle this behavior. | 55 to toggle this behavior. |
30 * The "Smiley" menu has been moved to the top-level of the toolbar. | 56 * The "Smiley" menu has been moved to the top-level of the toolbar. |
31 * Pidgin's display is now saved with the command line for session | 57 * Pidgin's display is now saved with the command line for session |
32 restoration. (David Mohr) | 58 restoration. (David Mohr) |
33 * ICQ Birthday notifications are shown as buddy list emblems. | 59 * ICQ Birthday notifications are shown as buddy list emblems. |
60 * Plugin actions are now available from the docklet context menu | |
61 in addition to the Tool menu of the buddy list. | |
34 | 62 |
35 version 2.2.1 (09/29/2007): | 63 version 2.2.1 (09/29/2007): |
36 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 | 64 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 |
37 NOTE: Due to the backporting that happened for the actual | 65 NOTE: Due to the backporting that happened for the actual |
38 release, it is possible bugs marked as fixed in 2.2.1 | 66 release, it is possible bugs marked as fixed in 2.2.1 |