diff --git a/mozilla/xpcom/doc/TODO.html b/mozilla/xpcom/doc/TODO.html index 98006c619f9..2860f58158b 100644 --- a/mozilla/xpcom/doc/TODO.html +++ b/mozilla/xpcom/doc/TODO.html @@ -32,27 +32,27 @@ TODO List for XPCOM (xpcom/src/nsRegistry.cpp) Mostly, there is equivalence between NR_*() calls and nsRegistry calls.  P1 -Nick Ambrose <nicka@interdyn.com> +Nick Ambrose <nicka87@hotmail.com> 3/22/1999 started -Startup components: Some components need to be created at startup. +Startup components: Some components need to be created at startup. Have a framework for them. P0 @@ -73,7 +73,7 @@ Have a framework for them. -API changes: Remove all pathlist. XPCOM should support only paths. +API changes: Remove all pathlist. XPCOM should support only paths. P0 @@ -93,9 +93,9 @@ Have a framework for them. -Path handling: Use nsFileSpec instead of file path names. Char -* pathnames are not intl, and cannot be stored in the registry. Plus that -wont support mac aliases. +Path handling: Use nsFileSpec instead of file path names. Char * pathnames +are not intl, and cannot be stored in the registry. Plus that wont support +mac aliases. P1