diff ChangeLog @ 21534:cd83003d61f4

Update the changelogs for 2.3.0
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 16 Nov 2007 01:16:53 +0000
parents 178fe7d45700
children ebe7bb5e56bd 665e04562de0
line wrap: on
line diff
--- 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