changeset 14434:72eae9311ed5

[gaim-migrate @ 17148] Patch from SimGuy to update the ChangeLog. I changed the line about libxml2 to reflect that it's currently optional. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 04 Sep 2006 01:06:28 +0000
parents aa4e9beab4de
children 9c6533500fff
files ChangeLog
diffstat 1 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Sep 03 23:30:06 2006 +0000
+++ b/ChangeLog	Mon Sep 04 01:06:28 2006 +0000
@@ -1,6 +1,17 @@
 Gaim: The Pimpin' Penguin IM Client that's good for the soul!
 
 version 2.0.0:
+	Build Changes:
+	* With the Core/UI split completed, it is now possible to build Gaim
+	  without any UIs, creating a libgaim library upon which other UIs
+	  may be constructed
+	* A new ncurses-based console UI called gntgaim is now available
+	  (Sadrul Habib Chowdhury, Google Summer of Code)
+	* Reorganized the source tree to split apart the code for the UI
+	  changes and libgaim targets
+	* libxml2 can now be used in place of gmarkup for expanded XML parsing
+	  features
+
 	Status System:
 	* The code dealing with buddy and account status, away messages,
 	  away states, online/offline, etc has been completely rewritten.
@@ -12,6 +23,8 @@
 	  becomes idle, load the "Buddy State Notification" plugin
 
 	Buddy List:
+	* Performance when manipulating and displaying the buddy list has
+	  been significantly improved (Aaron Sheldon, Google Summer of Code)
 	* Buddy icons are now shown in tooltips (Felipe Contreras)
 	* Tooltips now contain additional information about a "Person" that
 	  contains multiple online buddies
@@ -20,6 +33,11 @@
 	* If Gaim is exited with the buddy list hidden in the docklet, it
 	  will remain hidden when Gaim is started again (Scott Shedden)
 	* Improved buddy list searching with CTRL+F
+	* Ability to set a buddy icon for all of your accounts at once via
+	  the buddy list (You can still set per-account icons via the
+	  account editor)
+	* The space wasted by the group expanders has been eliminated and
+	  the expander setting in .gtkrc-2.0 is no longer needed
 
 	Conversations and Chats:
 	* Timestamps honor the locale.  To use the traditional style,
@@ -53,6 +71,8 @@
 	  (There are known issues with pasting formatted text.  Either use "Paste
 	   as Plain Text", hit Ctrl-R after pasting, or use the Clear Formatting
 	   button on the toolbar.)
+	* Performance while joining large chat rooms has been significantly
+	  improved (Aaron Sheldon, Google Summer of Code)
 
 	Sounds:
 	* Beautiful new default sounds (Brad Turcotte)
@@ -100,6 +120,8 @@
 	* 'Highlight when nick said' option added to Message Notification
 	  plugin.
 	* The system tray icon is now transparent (Dan Winship)
+	* New Log Reader plugin that can read and display logs from Adium,
+	  MSN Messenger, and Trillian in the log viewer
 
 	MSN Features:
 	* Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
@@ -153,7 +175,8 @@
 	* SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
 	* Sametime protocol support
 	  Requires the meanwhile library: http://meanwhile.sourceforge.net
-	* Removed support for the napster and toc protocols
+	* QQ protocol support (Mark Huetsch, Google Summer of Code)
+	* Removed support for the Napster and TOC protocols
 
 	Other Noteworthy Changes:
 	* UPnP and NAT traversal support (Adam J. Warrington, Google Summer of