comparison ChangeLog @ 21534:cd83003d61f4

Update the changelogs for 2.3.0
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 16 Nov 2007 01:16:53 +0000
parents 178fe7d45700
children ebe7bb5e56bd 665e04562de0
comparison
equal deleted inserted replaced
21533:178fe7d45700 21534:cd83003d61f4
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.3.0: 3 version 2.3.0:
4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0 4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
5 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
6 have been fixed until this release (2.2.3).
5 7
6 libpurple: 8 libpurple:
9 * Real usernames are now shown in the system log.
7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to 10 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
8 catch deprecated functions earlier rather than later. 11 catch deprecated functions earlier rather than later.
9 * Thanks to a patch from Intel, the Bonjour prpl now supports file 12 * Thanks to a patch from Intel, the Bonjour prpl now supports file
10 transfers using XEP-0096 and XEP-0065. This should enable file 13 transfers using XEP-0096 and XEP-0065. This should enable file
11 transfers between libpurple clients and Gajim clients, but will not 14 transfers between libpurple clients and Gajim clients, but will not
21 help window managers do the right thing (Gabriel Schulhof) 24 help window managers do the right thing (Gabriel Schulhof)
22 * Connection errors are now reported in mini-dialogs inside the buddy 25 * Connection errors are now reported in mini-dialogs inside the buddy
23 list, rather than as buttons in the buddy list and with dialog 26 list, rather than as buttons in the buddy list and with dialog
24 boxes. If several accounts are disabled when you sign on elsewhere, 27 boxes. If several accounts are disabled when you sign on elsewhere,
25 you can now re-enable them all with a single click. 28 you can now re-enable them all with a single click.
26
27 Finch:
28 * If a plugin says it can't be unloaded, we now display an error and
29 remove the plugin from the list of saved plugins so it won't load
30 at the next startup. Previously, we were ignoring this case, which
31 could lead to crashes.
32 * It's possible to bind key-strokes to specific menuitems in the windows.
33 Read the 'Menus' section in the man-page for details.
34 * 'transpose-chars' operation for the entry boxes. The default key-binding
35 is ctrl+t.
36 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
37
38 version 2.2.3:
39 http://developer.pidgin.im/query?status=closed&milestone=2.2.3
40 NOTE: Some bugs marked fixed in 2.2.1 may not have been fixed
41 until this release (2.2.3).
42
43 libpurple:
44 * Real usernames are now shown in the system log.
45
46 Pidgin:
47 * If you alias a buddy to an alias that is already present within 29 * If you alias a buddy to an alias that is already present within
48 a particular group, we now offer to merge the buddies into the 30 a particular group, we now offer to merge the buddies into the
49 same contact. 31 same contact.
50 * A music emblem is now displayed in the buddy list for a buddy if we 32 * A music emblem is now displayed in the buddy list for a buddy if we
51 know she is listening to some soothing music. 33 know she is listening to some soothing music.
67 * ICQ Birthday notifications are shown as buddy list emblems. 49 * ICQ Birthday notifications are shown as buddy list emblems.
68 * Plugin actions are now available from the docklet context menu 50 * Plugin actions are now available from the docklet context menu
69 in addition to the Tool menu of the buddy list. 51 in addition to the Tool menu of the buddy list.
70 * The manual page has been heavily rewritten to bring it in line 52 * The manual page has been heavily rewritten to bring it in line
71 with current functionality. 53 with current functionality.
54
55 Finch:
56 * If a plugin says it can't be unloaded, we now display an error and
57 remove the plugin from the list of saved plugins so it won't load
58 at the next startup. Previously, we were ignoring this case, which
59 could lead to crashes.
60 * It's possible to bind key-strokes to specific menuitems in the windows.
61 Read the 'Menus' section in the man-page for details.
62 * 'transpose-chars' operation for the entry boxes. The default key-binding
63 is ctrl+t.
64 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
72 65
73 version 2.2.2 (10/23/2007): 66 version 2.2.2 (10/23/2007):
74 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 67 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
75 NOTE: Due to the way this release was made, it is possible that 68 NOTE: Due to the way this release was made, it is possible that
76 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed 69 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed