Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 17 18:26:03 2007 +0000 +++ b/ChangeLog Sat Nov 17 19:41:05 2007 +0000 @@ -2,14 +2,18 @@ version 2.3.0: http://developer.pidgin.im/query?status=closed&milestone=2.3.0 + NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not + have been fixed until this release (2.3.0). libpurple: + * Real usernames are now shown in the system log. * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch deprecated functions earlier rather than later. * Thanks to a patch from Intel, the Bonjour prpl now supports file transfers using XEP-0096 and XEP-0065. This should enable file - transfers between libpurple clients, but will not work with iChat - or Adium as they use a different file transfer implementation. + transfers between libpurple clients and Gajim clients, but will not + work with iChat or Adium as they use a different file transfer + implementation. Pidgin: * If a plugin says it can't be unloaded, we now display an error and @@ -22,27 +26,6 @@ list, rather than as buttons in the buddy list and with dialog boxes. If several accounts are disabled when you sign on elsewhere, you can now re-enable them all with a single click. - - Finch: - * If a plugin says it can't be unloaded, we now display an error and - remove the plugin from the list of saved plugins so it won't load - at the next startup. Previously, we were ignoring this case, which - could lead to crashes. - * It's possible to bind key-strokes to specific menuitems in the windows. - Read the 'Menus' section in the man-page for details. - * 'transpose-chars' operation for the entry boxes. The default key-binding - is ctrl+t. - * 'yank' operation for the entry boxes. The default binding is ctrl+y. - -version 2.2.3: - http://developer.pidgin.im/query?status=closed&milestone=2.2.3 - NOTE: Some bugs marked fixed in 2.2.1 may not have been fixed - until this release (2.2.3). - - libpurple: - * Real usernames are now shown in the system log. - - Pidgin: * If you alias a buddy to an alias that is already present within a particular group, we now offer to merge the buddies into the same contact. @@ -69,6 +52,17 @@ * The manual page has been heavily rewritten to bring it in line with current functionality. + Finch: + * If a plugin says it can't be unloaded, we now display an error and + remove the plugin from the list of saved plugins so it won't load + at the next startup. Previously, we were ignoring this case, which + could lead to crashes. + * It's possible to bind key-strokes to specific menuitems in the windows. + Read the 'Menus' section in the man-page for details. + * 'transpose-chars' operation for the entry boxes. The default key-binding + is ctrl+t. + * 'yank' operation for the entry boxes. The default binding is ctrl+y. + version 2.2.2 (10/23/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.2 NOTE: Due to the way this release was made, it is possible that