From: <sea...@us...> - 2006-05-02 22:34:14
|
Revision: 16128 Author: seanegan Date: 2006-05-02 15:34:09 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16128&view=rev Log Message: ----------- ChangeLog that. Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-05-02 22:24:46 UTC (rev 16127) +++ trunk/ChangeLog 2006-05-02 22:34:09 UTC (rev 16128) @@ -56,7 +56,7 @@ Sounds: * Beautiful new default sounds (Brad Turcotte) - * Use libao for playing sounds via NAS instead of accessing NAS directly + * Use GStreamer for playing sounds, instead of libao * A volume control in the preferences (Casey Harkins) Log Viewer: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-04 01:06:34
|
Revision: 17148 http://svn.sourceforge.net/gaim/?rev=17148&view=rev Author: rlaager Date: 2006-09-03 18:06:28 -0700 (Sun, 03 Sep 2006) Log Message: ----------- Patch from SimGuy to update the ChangeLog. I changed the line about libxml2 to reflect that it's currently optional. Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-09-03 23:30:06 UTC (rev 17147) +++ trunk/ChangeLog 2006-09-04 01:06:28 UTC (rev 17148) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-09-04 07:22:52
|
Revision: 17157 http://svn.sourceforge.net/gaim/?rev=17157&view=rev Author: thekingant Date: 2006-09-04 00:22:51 -0700 (Mon, 04 Sep 2006) Log Message: ----------- Add the Contact Availability Predicition plugin to the ChangeLog Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-09-04 07:16:09 UTC (rev 17156) +++ trunk/ChangeLog 2006-09-04 07:22:51 UTC (rev 17157) @@ -122,6 +122,10 @@ * 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 + * New Contact Availability plugin that attempts to predict the + times when people in your buddylist will most likely respond + to you, based on times in the past when they have responded + (Geoffrey Foster, Google Summer of Code) MSN Features: * Custom smiley receiving support (Irving Cordova & Francesco Fracassi) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |