1: <!-- MAIN CONTENT -->
2: <h1>Annozilla Release Notes</h1>
3: <h2>Status</h2>
4: <p>Working towards a new release (annotations 0.4.0, annozilla 0.7.0) with changes from Eliot Setzer and C. Greg Hagerty.</p>
5:
6: <ul>
7: <li><a href="http://downloads.mozdev.org/xpointerlib/xpointerlib-0.2.5.xpi">xpointerlib-0.2.5.xpi</a>
8: <li><a href="http://downloads.mozdev.org/annozilla/annotations-0.4.0.a.1.xpi">annotations-0.4.0.a.1.xpi</a>
9: <li><a href="http://downloads.mozdev.org/annozilla/annozilla-0.7.0.a.1.xpi">annozilla-0.7.0.a.1.xpi</a>
10: </ul>
11:
12: <h3>New features in the build</h3>
13: <ul>
14: <li>"Scroll Into View" for annotations from the sidebar
15: <li>Annotate Condition, Recommendation in context menu
16: <li>Existing "annotate" context menu item split into Annotate selection/Annotate page
17: <li>Keyboard shortcut for "Delete annotation" from sidebar
18: <li>Highlighting of annotations in document
19: <li>Asynchronous load of annotations improves app responsivity during load. (Currently enabled by preference in Firefox; this preference will go before the release, almost certainly to enable asynchronous load by default)
20: <li>New "stop load" feature during resolution of annotations
21: </ul>
22:
23: <h3>Broken in the merge</h3>
24: <ul>
25: <li>Not possible to open multiple annotation windows (eg by selecting multiple icons in order); so not possible to test the Eliot Setzer changes which ensure that only the correct window closes when an annotation post completes)
26: <li>Calling the tab listener setup functions on window open fails
27: <li><strike>After "Delete" annotation from sidebar, next annotation doesn't get selected</strike> Fixed in CVS
28: <li>Deleting an annotation doesn't remove the highlight. Partially fixed in CVS (highlighting is removed but there may be DOM elements which should be deleted)
29: <li>Deleting an annotation from the editor window fails:
30: <pre>
31: Error: [Exception... "'openEditorWindow requires either a fragment or an existing annotation' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
32: Error: gPostObserver.deeleet is not a function
33: Source File: chrome://annozilla/content/editor/editor.xul
34: Line: 1
35: </pre>
36: The first seems to be a logic error.
37: <li>Lots of "this.xp has no properties" when opening an annotation by selecting the icon
38: <li>Can't call 'annotate selection' on successive occasions? (tagName has no properties) (Can't reliably reproduce)
39: <li><strike>No "Annotate Condition"/"Annotate Recommendation" on context menu</strike> (this is OK)
40: </ul>
41:
42: <h3>Tested and working</h3>
43: <ul>
44: <li>Manual load of annotations into sidebar; icons, highlights, asynch load
45: <li>Annotation updating and deleting
46: </ul>
47:
48: <h3>Not tested</h3>
49: <ul>
50: <li>Auto-loading of annotations
51: </ul>
52:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>