comparison ChangeLog @ 21563:1b174854bb80

merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1' and 'bb60447c0a8c79afca320f4dc689096f4788e7fa'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 17 Nov 2007 01:55:21 +0000
parents 7109257d4612
children b582549d18c2
comparison
equal deleted inserted replaced
20755:774f4924e74e 21563:1b174854bb80
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.2.2: 3 version 2.3.0:
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
5 NOTE: Due to 2.2.1 being a security fix release, some bugs 5 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
6 marked fixed in 2.2.1 may not have been fixed until 6 have been fixed until this release (2.3.0).
7 this release (2.2.2).
8 7
9 libpurple: 8 libpurple:
10 * Real usernames are now shown in the system log. 9 * Real usernames are now shown in the system log.
10 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
11 catch deprecated functions earlier rather than later.
12 * Thanks to a patch from Intel, the Bonjour prpl now supports file
13 transfers using XEP-0096 and XEP-0065. This should enable file
14 transfers between libpurple clients and Gajim clients, but will not
15 work with iChat or Adium as they use a different file transfer
16 implementation.
11 17
12 Pidgin: 18 Pidgin:
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 * Mark dialog windows as transient for appropriate parent windows to
24 help window managers do the right thing (Gabriel Schulhof)
25 * Connection errors are now reported in mini-dialogs inside the buddy
26 list, rather than as buttons in the buddy list and with dialog
27 boxes. If several accounts are disabled when you sign on elsewhere,
28 you can now re-enable them all with a single click.
13 * 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
14 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
15 same contact. 31 same contact.
16 * 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
17 know she is listening to some soothing music. 33 know she is listening to some soothing music.
29 to toggle this behavior. 45 to toggle this behavior.
30 * The "Smiley" menu has been moved to the top-level of the toolbar. 46 * 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 47 * Pidgin's display is now saved with the command line for session
32 restoration. (David Mohr) 48 restoration. (David Mohr)
33 * ICQ Birthday notifications are shown as buddy list emblems. 49 * ICQ Birthday notifications are shown as buddy list emblems.
50 * Plugin actions are now available from the docklet context menu
51 in addition to the Tool menu of the buddy list.
52 * The manual page has been heavily rewritten to bring it in line
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.
65
66 version 2.2.2 (10/23/2007):
67 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
68 NOTE: Due to the way this release was made, it is possible that
69 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
70 until the next release.
71
72 * Various bug and memory leak fixes
73 * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
74 (e.g. c:\Documents and Settings\All Users\
75 Application Data\purple\prefs.xml) on Windows, similarly to
76 how this is done on other platforms.
34 77
35 version 2.2.1 (09/29/2007): 78 version 2.2.1 (09/29/2007):
36 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 79 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
37 NOTE: Due to the backporting that happened for the actual 80 NOTE: Due to the backporting that happened for the actual
38 release, it is possible bugs marked as fixed in 2.2.1 81 release, it is possible bugs marked as fixed in 2.2.1
62 105
63 Libpurple: 106 Libpurple:
64 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of 107 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
65 Code) 108 Code)
66 * XMPP enhancements. See 109 * XMPP enhancements. See
67 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas 110 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
68 Monitzer, Google Summer of Code for Adium) 111 Monitzer, Google Summer of Code for Adium)
69 * Certificate management. Libpurple will validate certificates on 112 * Certificate management. Libpurple will validate certificates on
70 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) 113 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
71 * Some adjustments were made to fix sending messages when using 114 * Some adjustments were made to fix sending messages when using
72 the MSN HTTP method. (Laszlo Pandy) 115 the MSN HTTP method. (Laszlo Pandy)
2296 * `Warning' support 2339 * `Warning' support
2297 * `Blocking' on conversation window 2340 * `Blocking' on conversation window
2298 * Add/Remove buddy from conversation window 2341 * Add/Remove buddy from conversation window
2299 * Scroll-Wheel Mice work in Conversation Window 2342 * Scroll-Wheel Mice work in Conversation Window
2300 * Fixed WindowMaker Appicon 2343 * Fixed WindowMaker Appicon
2301 * Version Number in About Box 2344 * version Number in About Box
2302 * Gaim Slogan in about box :) 2345 * Gaim Slogan in about box :)
2303 * Created Changelog File :) 2346 * Created Changelog File :)