diff --git a/development/news/3.0M4/jsf.xml b/development/news/3.0M4/jsf.xml
index b4203a3963dd0d9eeed7cfe9f42847c876f1bd2c..c1bf0e29c3c42c6710d2f75b66b5c630330535c0 100644
--- a/development/news/3.0M4/jsf.xml
+++ b/development/news/3.0M4/jsf.xml
@@ -10,8 +10,41 @@
 		</component>
 	-->
 	<component name="JavaServer Faces Tools">
-		<item title="">
-			<description></description>
+		<item title="Hyperlink support in WPE's Source tab">
+			<description>
+				The Source tab of the Web Page Editor (WPE) supports Hyperlink on a
+				Managed Bean variable, Managed Bean property and Managed Bean method
+				referenced in the Expression Language(EL) of a tag-attribute. Users
+				can
+				<b>(Ctrl+click)</b>
+				on the hyperlink to navigate to the source of the Managed Bean.
+				<br />
+				<br />
+				<img src="jsf/wpe-hyperlink.png" alt="Hyperlink" />
+				<br />
+				<br />
+			</description>
+		</item>
+		<item title="Hover Help support in WPE's Source tab">
+			<description>
+				The Source tab of the Web Page Editor (WPE) provides Hover Help on
+				all symbols defined in the Expression Language(EL) of a
+				tag-attribute including references to Managed Beans and Resource
+				Bundles.
+				<br />
+				<br />
+				<img src="jsf/wpe-hover-help.png" alt="Hover Help" />
+				<br />
+				<br />
+			</description>
+		</item>
+		<item title="Enhancements to Web Page Editor (WPE) Property Pages">
+			<description>
+				The tabbed property pages in the Web Page Editor (WPE) has been
+				enhanced. This change is important for adopters of the project. See
+				<a href="http://wiki.eclipse.org/Enhancements_to_WPE_Property_Pages">Enhancements to WPE Property Pages</a>
+				for details.
+			</description>
 		</item>
 	</component>
-</release>
+</release>
\ No newline at end of file
diff --git a/development/news/3.0M4/jsf/wpe-hover-help.png b/development/news/3.0M4/jsf/wpe-hover-help.png
new file mode 100644
index 0000000000000000000000000000000000000000..8a13b4de11cb30b7c5bbc4f85f99d3ec4a47f261
Binary files /dev/null and b/development/news/3.0M4/jsf/wpe-hover-help.png differ
diff --git a/development/news/3.0M4/jsf/wpe-hyperlink.png b/development/news/3.0M4/jsf/wpe-hyperlink.png
new file mode 100644
index 0000000000000000000000000000000000000000..59274da5a9bb67133e7da8c98118785e386ceadf
Binary files /dev/null and b/development/news/3.0M4/jsf/wpe-hyperlink.png differ