evolution-rss r318 - in trunk: . src



Author: lucilanga
Date: Tue Jul  1 07:14:00 2008
New Revision: 318
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=318&view=rev

Log:
2008-07-01  Lucian Langa  <lucilanga gnome org>

* fix building with firefox-devel

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/TODO
   trunk/src/rss-config-factory.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jul  1 07:14:00 2008
@@ -1,3 +1,24 @@
+Evolution-RSS 0.1.0 2008-06-30
+------------------------------
+
+Bug fixes:
+	#530343: update to newer webkit API
+	#41: (evo-rss bug) prevent items flagged as important to be deleted
+	#34: (evo-rss bug) fix currently read article to be deleted
+	#40: (evo-rss bug) fix no feeds enabled/configured
+	#530343: xulrunner 1.9 support
+	#477053: (debian bugzilla) merge patch from Pedro Fragoso
+	#529334: fix send and receive dialog crash
+	#531657: Modify taskbar_operation meaning to have only one operation for whole feeds fetching
+	#530628: shorten the feed names with ellipsize to avoid the scrolling
+	#535670:
+	#535689: make cancel all button work
+	#531751: correctly parse utf 8 content
+	#531657: fix slow deletion of expired articles
+	#529334: corectly parse xml element and xml text nodes, ATOM parse summary in case content is missing
+
+Evolution-RSS
+-------------
 
  Setup Feeds has changed!
  Now you can setup feeds using evolution preferences.

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Jul  1 07:14:00 2008
@@ -32,3 +32,4 @@
 	* clist hint should be the folder name not the feed name
 	* strip html tags from title
 	* implement foaf and other possible blogrolls type file
+	* if necessary implement config code for evo 2.12

Modified: trunk/src/rss-config-factory.c
==============================================================================
--- trunk/src/rss-config-factory.c	(original)
+++ trunk/src/rss-config-factory.c	Tue Jul  1 07:14:00 2008
@@ -1865,7 +1865,6 @@
 	gtk_box_pack_start(GTK_BOX(sf->combo_hbox), combo, FALSE, FALSE, 0);
 #endif
 
-g_print("EVO VER:%d\n", EVOLUTION_VERSION);
 #if (EVOLUTION_VERSION < 22200)		// include devel too
 	/*first make the tab visible */
 	g_object_set(glade_xml_get_widget(sf->gui, "label_HTML"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]