Mercurial > pidgin.yaz
comparison ChangeLog @ 22873:31611d5d6a4a
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'
and 'c3fe9bf88d02997989374e7ecc80a3f2462ee462'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 15 Nov 2008 23:47:18 +0000 |
parents | f7e4a558a439 |
children | 86ee2d3d720a |
comparison
equal
deleted
inserted
replaced
22872:49b311889c10 | 22873:31611d5d6a4a |
---|---|
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.1: | 3 version 2.2.3: |
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.3 | |
5 NOTE: Some bugs marked fixed in 2.2.1 may not have been fixed | |
6 until this release (2.2.3). | |
7 | |
8 libpurple: | |
9 * Real usernames are now shown in the system log. | |
10 | |
11 Pidgin: | |
12 * If you alias a buddy to an alias that is already present within | |
13 a particular group, we now offer to merge the buddies into the | |
14 same contact. | |
15 * A music emblem is now displayed in the buddy list for a buddy if we | |
16 know she is listening to some soothing music. | |
17 * Added a 'Move to' menu in buddy list context menu for moving buddies | |
18 to other groups as an alternative to dragging. | |
19 * Group headings are now marked via an underline instead of a | |
20 different color background. | |
21 * It is now possible to mark a chat on your buddy list as "Persistent" | |
22 so you do not leave the chat when the window or tab is closed. | |
23 * The auto-join option for chats is now listed in the "Add Chat" | |
24 dialog along with the new persistence option. | |
25 * Closing an IM no longer immediately closes your conversation. It | |
26 will now remain active for a short time so that if the conversation | |
27 resumes, the history will be retained. A preference has been added | |
28 to toggle this behavior. | |
29 * The "Smiley" menu has been moved to the top-level of the toolbar. | |
30 * Pidgin's display is now saved with the command line for session | |
31 restoration. (David Mohr) | |
32 * ICQ Birthday notifications are shown as buddy list emblems. | |
33 * Plugin actions are now available from the docklet context menu | |
34 in addition to the Tool menu of the buddy list. | |
35 | |
36 version 2.2.2 (10/23/2007): | |
37 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 | |
38 NOTE: Due to the way this release was made, it is possible that | |
39 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed | |
40 until the next release. | |
41 | |
42 * Various bug and memory leak fixes | |
43 * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory | |
44 (e.g. c:\Documents and Settings\All Users\ | |
45 Application Data\purple\prefs.xml) on Windows, similarly to | |
46 how this is done on other platforms. | |
47 | |
48 version 2.2.1 (09/29/2007): | |
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 | 49 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 |
5 | 50 NOTE: Due to the backporting that happened for the actual |
51 release, it is possible bugs marked as fixed in 2.2.1 | |
52 will not be fixed until 2.2.2. | |
53 | |
54 libpurple: | |
55 * A few build issues on Solaris were fixed. | |
56 * Cancelling the password prompt for an account will no longer leave | |
57 it in an ambiguous state. (It will be disabled.) | |
58 * Fixed an erroneous size display for MSN file transfers. (galt) | |
59 * Fixed multiple memory leaks, particularly in XMPP and MySpace | |
60 protocols | |
61 * Fixed remembering proxy preferences and status scores | |
62 * Gmail notifications are better tracked | |
63 | |
6 Pidgin: | 64 Pidgin: |
7 * When aliasing someone to an alias that already exists in the | 65 * Fixed keyboard tab reordering to move tabs one step instead of two. |
8 same group, offer to merge the buddies into the same contact | 66 * You should no longer lose proxy settings when Pidgin is restarted. |
9 * It's possible to keep a conversation (chat/IM) open even after closing | 67 * Fixed detection of X11 when compiling |
10 the conversation window/tab. | 68 |
11 * A music emblem is displayed in the buddy list for a buddy if we know she | 69 Finch: |
12 is listening to some soothing music. | 70 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy' |
13 * 'Move to' menu in buddy list context menu for moving buddies to | 71 dialog. |
14 other groups | 72 |
15 * Move "Smiley" to the top-level of the toolbar | 73 version 2.2.0 (09/13/2007): |
16 | |
17 Version 2.2.0 (09/13/2007): | |
18 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 | 74 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 |
19 | 75 |
20 Libpurple: | 76 Libpurple: |
21 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of | 77 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of |
22 Code) | 78 Code) |
23 * XMPP enhancements. See | 79 * XMPP enhancements. See |
24 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas | 80 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas |
25 Monitzer, Google Summer of Code for Adium) | 81 Monitzer, Google Summer of Code for Adium) |
26 * Certificate management. Libpurple will validate certificates on | 82 * Certificate management. Libpurple will validate certificates on |
27 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) | 83 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) |
28 * Some adjustments were made to fix sending messages when using | 84 * Some adjustments were made to fix sending messages when using |
29 the MSN HTTP method. (Laszlo Pandy) | 85 the MSN HTTP method. (Laszlo Pandy) |
2253 * `Warning' support | 2309 * `Warning' support |
2254 * `Blocking' on conversation window | 2310 * `Blocking' on conversation window |
2255 * Add/Remove buddy from conversation window | 2311 * Add/Remove buddy from conversation window |
2256 * Scroll-Wheel Mice work in Conversation Window | 2312 * Scroll-Wheel Mice work in Conversation Window |
2257 * Fixed WindowMaker Appicon | 2313 * Fixed WindowMaker Appicon |
2258 * Version Number in About Box | 2314 * version Number in About Box |
2259 * Gaim Slogan in about box :) | 2315 * Gaim Slogan in about box :) |
2260 * Created Changelog File :) | 2316 * Created Changelog File :) |