LOSTWAGES: use W3 correct HTML, minor updates

Mike McCormack mike at codeweavers.com
Fri Jan 28 23:31:51 CST 2005


ChangeLog:
* use W3 correct HTML, minor updates
-------------- next part --------------
Index: templates/en/janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.66
diff -u -p -r1.66 janitorial.template
--- templates/en/janitorial.template	27 Jan 2005 15:21:25 -0000	1.66
+++ templates/en/janitorial.template	29 Jan 2005 05:31:52 -0000
@@ -54,17 +54,17 @@
   <h3>Use Interlocked functions in AddRef and Release methods</h3>
 
   Most OLE objects should be threadsafe, which requires use of the thread-safe
-  increment and decrement functions <tt>InterlockedIncrement(&This->ref)</tt>
-  and <tt>InterlockedDecrement(&This->ref)</tt> instead of <tt>This->ref++</tt>
-  or <tt>This->ref--</tt>.  See an example
+  increment and decrement functions <tt>InterlockedIncrement(&amp;This-&gt;ref)</tt>
+  and <tt>InterlockedDecrement(&amp;This->ref)</tt> instead of <tt>This-&gt;ref++</tt>
+  or <tt>This-&gt;ref--</tt>.  See an example
   <a href="http://cvs.winehq.org/patch.py?id=15239">patch</a>
   of how to fix this problem.<p>
 
-  To be consistent, references to <tt>This->ref</tt> in TRACE's should be
+  To be consistent, references to <tt>This-&gt;ref</tt> in TRACE's should be
   avoided as well.<p>
 
   As of Jan 11, 2005, there are at least 128 files in 25 dll's that appear to use thread
-  unsafe operations and/or have TRACE's containing <tt>This->ref</tt>:<p>
+  unsafe operations and/or have TRACE's containing <tt>This-&gt;ref</tt>:<p>
 
   <ul>
     <li>avifil32 : 7 files to check
@@ -351,14 +351,13 @@
   They are historical remnants of a troubled past, they need to go. 
   This is tightly linked to the <b>DLL Separation</b> task, listed above.
   <ul>
-    <li class=committed> controls
     <li> misc
     <li> windows
   </ul>
   <ul>
     <li>workers: <a href="mailto:julliard at winehq.org">Alexandre Julliard</a>.
     <li>status: <span class=inprogress>first patches committed.</span>
-    <li>updated: Sep 7, 2004
+    <li>updated: Jan 29, 2005
   </ul>
 
   <h3>Compile Wine with other headers</h3>
@@ -477,10 +476,10 @@
   </ul>
 
   <h3><a name=tests></a>Fix the conformance tests so that they pass on Windows</h3>
-  Entry submitted by <a href="mailto:fgouget at free.fr">Francois Gouget</a>.
+  <p>Entry submitted by <a href="mailto:fgouget at free.fr">Francois Gouget</a>.</p>
 
-   <li> Volunteers who will run the tests their Windows platform of choice on a 
-        regular basis so that we quickly fix incorrect tests
+  <p>Volunteers who will run the tests their Windows platform of choice on a 
+     regular basis so that we quickly fix incorrect tests</p>
      <ul>
 	<li> Win95: <a href="mailto:mstefani at redhat.de">Michael Stefaniuc</a>,
 		    <a href="mailto:Cenedese at indel.ch">Fabian Cenedese</a>
@@ -493,7 +492,6 @@
 	<li> WinXP: <a href="mailto:compsol at ptd.net">David Miller</a>, 
 		    <a href="mailto:kyethespy at liquid2k.com">Kye Lewis</a>
      </ul>
-  </ol>
 
   <h2>Completed Projects</h2>
 


More information about the wine-patches mailing list