evolution-rss r315 - in trunk: . src



Author: lucilanga
Date: Mon Jun 30 16:43:49 2008
New Revision: 315
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=315&view=rev

Log:
2008-06-30  Lucian Langa  <lucilanga gnome org>

* keep webkit scrollbar
* fix cflags for WebKitGtk (older webkit)
* older webkit fallback

Modified:
   trunk/FAQ
   trunk/src/Makefile.am
   trunk/src/Makefile.in

Modified: trunk/FAQ
==============================================================================
--- trunk/FAQ	(original)
+++ trunk/FAQ	Mon Jun 30 16:43:49 2008
@@ -8,8 +8,10 @@
 There are 2 fixes for that:
 
  - either run evolution with LD_LIBRARY_PATH=/path/to/firefox/lib evolution
- - either appd into ld.so.conf /path/to/firefox and run ldconfig afterwards
- - or you can choose to render articles using Webkit
+ - either app into ld.so.conf /path/to/firefox and run ldconfig afterwards
+ - install and compile evolution-rss against xulrunner-1.9"
+
+ or you can choose to render articles using Webkit
 
 How can enable webkit in evolution-rss?
 =======================================
@@ -32,3 +34,4 @@
 each feeds needs to be feched before setup, this will take enourmous amount of time, so
 you can just skip this step by unchecking Validate feed option. Feeds will be read,
 afterwards one by one.
+

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Mon Jun 30 16:43:49 2008
@@ -82,25 +82,6 @@
 
 install-data-local:
 	rm -f $(PLUGIN_INSTALL_DIR)/*gnome-cooly*
-	@echo ""
-	@echo ""
-	@echo ""
-	@echo "========================================================================================="
-	@echo " Note: Users of Ubuntu and probably Debian too."
-	@echo " Evolution crashes when using gtkmozembed(firefox) as a render"
-	@echo " This is a well known bug (https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/26436/)"
-	@echo " as many other application crash when they embed firefox with gtkmozembed."
-	@echo ""
-	@echo "There are 3 fixes for that:"
-	@echo ""
-	@echo "- either run evolution with: LD_LIBRARY_PATH=$(GECKO_HOME) evolution"
-	@echo "- either app into ld.so.conf $(GECKO_HOME) and run ldconfig afterwards"
-	@echo " (echo "$(GECKO_HOME)" >> /etc/ld.so.conf && /sbin/ldconfig)"
-	@echo "- install and compile evolution-rss against xulrunner-1.9"
-	@echo "========================================================================================="
-	@echo ""
-	@echo ""
-	@echo ""
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 
 uninstall-local:

Modified: trunk/src/Makefile.in
==============================================================================
--- trunk/src/Makefile.in	(original)
+++ trunk/src/Makefile.in	Mon Jun 30 16:43:49 2008
@@ -858,25 +858,6 @@
 
 install-data-local:
 	rm -f $(PLUGIN_INSTALL_DIR)/*gnome-cooly*
-	@echo ""
-	@echo ""
-	@echo ""
-	@echo "========================================================================================="
-	@echo " Note: Users of Ubuntu and probably Debian too."
-	@echo " Evolution crashes when using gtkmozembed(firefox) as a render"
-	@echo " This is a well known bug (https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/26436/)"
-	@echo " as many other application crash when they embed firefox with gtkmozembed."
-	@echo ""
-	@echo "There are 3 fixes for that:"
-	@echo ""
-	@echo "- either run evolution with: LD_LIBRARY_PATH=$(GECKO_HOME) evolution"
-	@echo "- either app into ld.so.conf $(GECKO_HOME) and run ldconfig afterwards"
-	@echo " (echo "$(GECKO_HOME)" >> /etc/ld.so.conf && /sbin/ldconfig)"
-	@echo "- install and compile evolution-rss against xulrunner-1.9"
-	@echo "========================================================================================="
-	@echo ""
-	@echo ""
-	@echo ""
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 
 uninstall-local:



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