Orion 5.0 M1 news in progress
diff --git a/orion/5.0/M1/images/50m1-find-user.png b/orion/5.0/M1/images/50m1-find-user.png
new file mode 100644
index 0000000..df24d83
--- /dev/null
+++ b/orion/5.0/M1/images/50m1-find-user.png
Binary files differ
diff --git a/orion/5.0/M1/images/50m1-iconfont.png b/orion/5.0/M1/images/50m1-iconfont.png
new file mode 100644
index 0000000..2b3caeb
--- /dev/null
+++ b/orion/5.0/M1/images/50m1-iconfont.png
Binary files differ
diff --git a/orion/5.0/M1/images/50m1-js-outline.png b/orion/5.0/M1/images/50m1-js-outline.png
new file mode 100644
index 0000000..84b1094
--- /dev/null
+++ b/orion/5.0/M1/images/50m1-js-outline.png
Binary files differ
diff --git a/orion/5.0/M1/images/50m1-occurrences.png b/orion/5.0/M1/images/50m1-occurrences.png
new file mode 100644
index 0000000..ec12103
--- /dev/null
+++ b/orion/5.0/M1/images/50m1-occurrences.png
Binary files differ
diff --git a/orion/5.0/M1/images/50m1-outline-filter.png b/orion/5.0/M1/images/50m1-outline-filter.png
new file mode 100644
index 0000000..f66c528
--- /dev/null
+++ b/orion/5.0/M1/images/50m1-outline-filter.png
Binary files differ
diff --git a/orion/5.0/M1/orion-news-M1.html b/orion/5.0/M1/orion-news-M1.html
index c2f3b12..b654ffc 100644
--- a/orion/5.0/M1/orion-news-M1.html
+++ b/orion/5.0/M1/orion-news-M1.html
@@ -7,14 +7,36 @@
<title>Orion 5.0 M1 News</title>
</head>
<body>
-<h3 id = "markdown">Embedded markdown renderer</h3>
-Orion now has built-in support for rendering <a href="http://daringfireball.net/projects/markdown/">markdown</a> files, using the <a href="https://github.com/chjj/marked">marked</a> markdown parser. If you select a folder containing a <tt>readme.md</tt> file in the navigation pane, the editor will now show the rendered readme file in the editor pane.
+<h3 id = "mark-occurrences">Mark occurrences</h3>
+The Orion editor will now highlight occurrences of the variables in JavaScript files. Simply move the cursor over a variable to highlight all occurrences in the file. Occurrences are shown both highlighted in the text, and in the overview ruler which shows you all occurrences in the file at a glance. This is implemented using the <a href="http://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor#orion.edit.occurrences">orion.edit.occurrences</a> service, which allows plug-ins to provide occurrence computation for arbitrary content types.
+<p><img src="images/50m1-occurrences.png"/></p>
+
+<h3 id = "js-outline">New JavaScript outline</h3>
+Orion has added a brand new JavaScript outline view! This new outline shows all functions and closures in a hierarchical format matching your source. The outline is built using the esprima parser and estraverse AST traversal library to get zippy performance and high accuracy.
+<p><img src="images/50m1-js-outline.png"/></p>
+
+<h3 id = "outline-filter">Outline filtering</h3>
+The outline pane now includes a filter box to help you quickly find the function you are looking for. Simply type in the filter box to filter the contents of the outline.
+<p><img src="images/50m1-outline-filter.png"/></p>
+
+<h3 id = "js-validation">New JavaScript validation</h3>
+Orion has switched to a brand new syntax validation service based on <a href="https://github.com/nzakas/eslint">eslint</a> (previously we used JSLint). This new validator is currently roughly comparable to our old one, and provides much greater flexibility that we plan to expose to users in the future.
+
+<h3 id = "image-compare">Compare images</h3>
+The Orion compare editor
+
+Compare editor will compare images
+Drag and drop to move files in nav
+Click filename in breadcrumb to show currently edited file in nav
+Completion support in editor find bar
+Render arbitrary markdown files
+<h3 id = "admin-find-user">Find user command for administrators</h3>
+A new command is available to administrators in the user profile list to quickly jump to the profile for a particular user. If you manage an Orion install with thousands of users you will be thanking us for this one.
+<p><img src="images/50m1-find-user.png"/></p>
-mark occurrences
-source outline
-outline filter box
-eslint
+
+
</body>
</html>