[Zope-CVS] CVS: Packages/Moztop/doc - CHANGES.txt:1.17
Paul Everitt
paul@zope.com
Sat, 22 Mar 2003 09:08:59 -0500
Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv22911
Modified Files:
CHANGES.txt
Log Message:
Added work Paul is doing
=== Packages/Moztop/doc/CHANGES.txt 1.16 => 1.17 ===
--- Packages/Moztop/doc/CHANGES.txt:1.16 Fri Jan 17 11:21:15 2003
+++ Packages/Moztop/doc/CHANGES.txt Sat Mar 22 09:08:58 2003
@@ -1,5 +1,24 @@
List of tasks sorted by release target
+Paul Changes
+
+ o Changed sitesmanager.ds to sitesmanager.sitesds
+
+ o Created lib/jsdav.js and started moving functions there
+
+ o Eliminated silly !(this instanceof SitesManager) whose only
+ purspose was to avoid typing "new" in one place when creating an
+ instance. Thus, initSitesManager now needs to say "var sitesmanager
+ = new SitesManager()".
+
+ o Started a lib/ioutils.js and moved getProfileDir into it
+
+ o Copied rdfds.js to lib/rdfds.js and changed references to it
+
+ o Started work on an RDF browser, currently located as the fourth
+ tab in the messages area
+
+
0.5 (not released) TAG: Refactoring release
@@ -124,4 +143,4 @@
o (-) Refresh button
I checked the navigator JAR, which contains the reload() code and I
- learned that you can only relaod browser instances, but not XUL windows.
\ No newline at end of file
+ learned that you can only relaod browser instances, but not XUL windows.