# HG changeset patch # User Daniel Atallah # Date 1195175813 0 # Node ID cd83003d61f4ad5c1318aa7bc41172861fc1f659 # Parent 178fe7d457001482301d0a2d8f7b85fa434afa89 Update the changelogs for 2.3.0 diff -r 178fe7d45700 -r cd83003d61f4 ChangeLog --- a/ChangeLog Thu Nov 15 23:37:36 2007 +0000 +++ b/ChangeLog Fri Nov 16 01:16:53 2007 +0000 @@ -2,8 +2,11 @@ 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.2.3). 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 @@ -23,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. @@ -70,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 diff -r 178fe7d45700 -r cd83003d61f4 ChangeLog.win32 --- a/ChangeLog.win32 Thu Nov 15 23:37:36 2007 +0000 +++ b/ChangeLog.win32 Fri Nov 16 01:16:53 2007 +0000 @@ -1,4 +1,4 @@ -version 2.2.3: +version 2.3.0: * Updated GTK+ to 2.12.1 (This was actually included in 2.2.2, but didn't get into the Changelog.) * Upgrade SILC to use the 1.1.5 toolkit