comparison ChangeLog @ 21575:75f942a600db

merge of '08cb9f1663b00e65e42b571d63bfda3137430524' and '1401c4659f561b6820f3ef098c4f743797c0531a'
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 17 Nov 2007 19:41:05 +0000
parents 7109257d4612
children b582549d18c2
comparison
equal deleted inserted replaced
21525:3ddb47c53a1b 21575:75f942a600db
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.3.0).
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, but will not work with iChat 14 transfers between libpurple clients and Gajim clients, but will not
12 or Adium as they use a different file transfer implementation. 15 work with iChat or Adium as they use a different file transfer
16 implementation.
13 17
14 Pidgin: 18 Pidgin:
15 * If a plugin says it can't be unloaded, we now display an error and 19 * If a plugin says it can't be unloaded, we now display an error and
16 remove the plugin from the list of saved plugins so it won't load 20 remove the plugin from the list of saved plugins so it won't load
17 at the next startup. Previously, we were ignoring this case, which 21 at the next startup. Previously, we were ignoring this case, which
20 help window managers do the right thing (Gabriel Schulhof) 24 help window managers do the right thing (Gabriel Schulhof)
21 * Connection errors are now reported in mini-dialogs inside the buddy 25 * Connection errors are now reported in mini-dialogs inside the buddy
22 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
23 boxes. If several accounts are disabled when you sign on elsewhere, 27 boxes. If several accounts are disabled when you sign on elsewhere,
24 you can now re-enable them all with a single click. 28 you can now re-enable them all with a single click.
25
26 Finch:
27 * If a plugin says it can't be unloaded, we now display an error and
28 remove the plugin from the list of saved plugins so it won't load
29 at the next startup. Previously, we were ignoring this case, which
30 could lead to crashes.
31 * It's possible to bind key-strokes to specific menuitems in the windows.
32 Read the 'Menus' section in the man-page for details.
33 * 'transpose-chars' operation for the entry boxes. The default key-binding
34 is ctrl+t.
35 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
36
37 version 2.2.3:
38 http://developer.pidgin.im/query?status=closed&milestone=2.2.3
39 NOTE: Some bugs marked fixed in 2.2.1 may not have been fixed
40 until this release (2.2.3).
41
42 libpurple:
43 * Real usernames are now shown in the system log.
44
45 Pidgin:
46 * 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
47 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
48 same contact. 31 same contact.
49 * 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
50 know she is listening to some soothing music. 33 know she is listening to some soothing music.
66 * ICQ Birthday notifications are shown as buddy list emblems. 49 * ICQ Birthday notifications are shown as buddy list emblems.
67 * Plugin actions are now available from the docklet context menu 50 * Plugin actions are now available from the docklet context menu
68 in addition to the Tool menu of the buddy list. 51 in addition to the Tool menu of the buddy list.
69 * 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
70 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.
71 65
72 version 2.2.2 (10/23/2007): 66 version 2.2.2 (10/23/2007):
73 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 67 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
74 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
75 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