diff --git a/releasenotes.html b/releasenotes.html
index 7ad868c..229a11c 100644
--- a/releasenotes.html
+++ b/releasenotes.html
@@ -132,167 +132,169 @@ title: Release Notes
Release 14, Eclipse Plugin V0.0.4 (05/06/2011)
-
- Agent
-- Change �## Listening on port 9123� to �## InTrace listening on port 9123�
+ - Change "## Listening on port 9123" to "## InTrace listening on port 9123"
- Allow Java standard library to be instrumented with minor exclusions:
-- java.lang.Thread
+ - java.lang.Thread
- java.lang.SecurityManager
-
+
-
-
+
UI
-- Update inclusion/exclusion UI to use .contains(�) rather than pattern matching
+
- Update inclusion/exclusion UI to use .contains(...) rather than pattern matching
-- Ensure UI only allows entry of appropriate text
-
-
+ - Ensure UI only allows entry of appropriate text
+
Allow include/exclude window to be closed by escape key
Add Page Up/Page Down key handlers to trace output
- Add content menu �Jump to Enter/Exit�
-
+ Add content menu "Jump to Enter/Exit"
+
Fix default text include filter so that a single exclusion filter doesn�t hide all lines of text
Add search feedback to show when no matches were found
Fix Eclipse editor window title text
Add proper icon to standalone UI
Fix standalone UI launcher to print the message from an unsatisfiedlinkerror
-
-
+
Eclipse
-- Auto instrument the launched class
+ - Auto instrument the launched class
Release 13, Eclipse Plugin V0.0.0.3 (21/05/2011)
- Fix bug in broadcast of the number of instrumented classes.
-
Release 12, Eclipse Plugin V0.0.0.2 (20/05/2011)
+
+
+Release 12, Eclipse Plugin V0.0.0.2 (20/05/2011)
- Release 2 of Eclipse integration
-- Add Open InTrace Editor action
-
+ - Add Open InTrace Editor action
- Cleanup code
- Publish on update site
-
Release 11, Eclipse Plugin V0.0.0.1 (08/05/2011)
+
+
+Release 11, Eclipse Plugin V0.0.0.1 (08/05/2011)
- Alpha quality Eclipse integration
-
Release 10 (02/05/2011)
-
-Improve GUI
+Release 10 (02/05/2011)
+
+ - Improve GUI
-- Add quick filter include/exclude context menu
- - Add �Find� function to trace output
+ - Add quick filter include/exclude context menu
+ - Add "Find" function to trace output
- Add Save Output function
- Fix Filter updates
-
+
+
-
-Release 9 (27/04/2011)
+Release 9 (27/04/2011)
- Add help URL
- Complete SWT packaging update
- Trace verbose messages
+
-Release 8 (25/04/2011)
+Release 8 (25/04/2011)
- Refactor UI
- - Partially update SWT packaging � this will be completed in Release 9
-
Release 7 (27/06/2010)
+ Partially update SWT packaging - this will be completed in Release 9
+
+
+Release 7 (27/06/2010)
- Improve GUI resize perf
+
-Release 6 (26/06/2010)
+Release 6 (26/06/2010)
- Ensure trace wraps correctly
- Fix output of number of classes instrumented in the example (currently claims 1 but lists 2)
- Fix handling of instrumenting the same class loaded by multiple classloaders
- Trace thrown exceptions
-
Release 5 (21/06/2010)
-
+Release 5 (21/06/2010)
+
- Compare classes by hashcode not name. Previous name approach will fail when the same class is loaded by different classloaders.
-
Release 4 (19/06/2010)
+
+
+Release 4 (19/06/2010)
Release 3 (19/06/2010)
-
-- Fix java.lang.VerifyError: � Attempt to split long or double on the stack
- - Remove FLUSH output line
+
+Release 3 (19/06/2010)
+
+- Fix java.lang.VerifyError: - Attempt to split long or double on the stack
+ - Remove FLUSH output line
- Add scroll lock button
- Fix UI resize bug
- Fix lowercase callers regex bug
- Add handling to ensure we cannot use too much memory
- Use appendText for all but the first increment of setting filtered text
- Show progress when instrumenting classes
+
-Release 2 (13/06/2010)
+Release 2 (13/06/2010)
- Fix invalid jar manifest attributes which are rejected by the linux JVM
-
Release 1 (12/06/2010)
+
+
+Release 1 (12/06/2010)
- Use jarjar to repack asm
- Fix file output
- Improve GUI
-
-- Add �Clear� button
+ - Add "Clear" button
- Output a list of traced classes
- Rewrite GUI code by hand and implement new layout
- - Add better class regex input GUI
-
-
+ - Add better class regex input GUI
- Fix display of exceptions
- Add output filters
- Cleanup output filters code
- Refactor output tab
- - Improve tab order and add �enter key� handlers
+ - Improve tab order and add "enter key" handlers
- Fix pattern dialog
-
- - Retest GUI on linux � GUI rewrite almost certainly looks a bit broken on linux
+ - Retest GUI on linux - GUI rewrite almost certainly looks a bit broken on linux
- Add exclude filters
-
-
+
Add example script
-
get the GUI working on other platforms
-- added jars for linux in addition to windows
-
-
+ added jars for linux in addition to windows
+
trace return values
trace exception handling
-
Increase rate of Callers updates
Improve re instrumentation exception handling to allow for debugging of problems in this area
- Use debug build of ASM
-
+ Use debug build of ASM
Fix handling of fast trace output
Fix exception (try upgrading to v3.3 of ASM) java.lang.StringIndexOutOfBoundsException: String index out of range: 58
-
Save revision info into JAR manifest
-- In fact save a �build number� into the jar and port this todo list into a per build change log
+ - In fact save a "build number" into the jar and port this todo list into a per build change log
+Historical Releases
+
\ No newline at end of file