diff ChangeLog @ 29500:5d05940859fa

pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort) Closes #11466. Patch from Greg McNew. committer: Paul Aurich <paul@darkrain42.org>
author gmcnew@gmail.com
date Sun, 28 Feb 2010 19:15:03 +0000
parents 755219afed9f
children 09f8ddb2f628
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 28 19:09:20 2010 +0000
+++ b/ChangeLog	Sun Feb 28 19:15:03 2010 +0000
@@ -15,8 +15,11 @@
 	* Use GtkStatusIcon for the docklet, providing better integration in
 	  notification area.
 	* Added UI for sending attentions (buzz, nudge) on supporting protocols.
-	* Make the search dialog unobtrusive in the conversation window (by making
-	  it look and behave like the search dialog in Firefox)
+	* Make the search dialog unobtrusive in the conversation window (by
+	  making it look and behave like the search dialog in Firefox)
+	* The Recent Log Activity sort method for the Buddy List now
+	  distinguishes between no activity and a small amount of activity
+	  in the distant past.  (Greg McNew)
 
 	Bonjour:
 	* Added support for IPv6. (Thanks to T_X for testing)