<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>reactos/lib/richedit</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">charlist.c</a></tt></td><td></td><td align="right" id="removed">-24</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c?rev=1.3&amp;content-type=text/x-cvsweb-markup">1.3</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c.diff?r1=text&amp;tr1=1.3&amp;r2=text&amp;tr2=1.4&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c?rev=1.4&amp;content-type=text/x-cvsweb-markup">1.4</a></td></tr>
<tr class="alt"><td><tt><a href="#file2">charlist.h</a></tt></td><td></td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h?rev=1.1&amp;content-type=text/x-cvsweb-markup">1.1</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h.diff?r1=text&amp;tr1=1.1&amp;r2=text&amp;tr2=1.2&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h?rev=1.2&amp;content-type=text/x-cvsweb-markup">1.2</a></td></tr>
<tr><td><tt><a href="#file3">richedit.c</a></tt></td><td align="right" id="added">+2</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c?rev=1.5&amp;content-type=text/x-cvsweb-markup">1.5</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c.diff?r1=text&amp;tr1=1.5&amp;r2=text&amp;tr2=1.6&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c?rev=1.6&amp;content-type=text/x-cvsweb-markup">1.6</a></td></tr>
<tr><td></td><td align="right" id="added">+2</td><td align="right" id="removed">-26</td><td></td></tr>
</table>
<small id="info">3 modified files</small><br />
<pre class="comment">
Sync to Wine-20040813:
Mike McCormack &lt;<a href="mailto:mike@codeweavers.com">mike@codeweavers.com</a>&gt;
- Remove dead code.
Jacek Caban&lt;<a href="mailto:jack@itma.pwr.wroc.pl">jack@itma.pwr.wroc.pl</a>&gt;
- Added EM_SCROLLCARET definition in include/richedit.h and handling in
  WindowProc.
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit">richedit</a><br /></span>
<div class="fileheader"><big><b>charlist.c</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c?rev=1.3&amp;content-type=text/x-cvsweb-markup">1.3</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c.diff?r1=text&amp;tr1=1.3&amp;r2=text&amp;tr2=1.4&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.c?rev=1.4&amp;content-type=text/x-cvsweb-markup">1.4</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.3 -r1.4
--- charlist.c        22 Sep 2003 06:11:48 -0000        1.3
+++ charlist.c        14 Aug 2004 20:05:16 -0000        1.4
@@ -56,29 +56,6 @@
</small></pre><pre class="diff" id="context">     pCharList-&gt;nCount++;
 }
 
</pre><pre class="diff" id="removed">-void CHARLIST_Push( CHARLIST* pCharList, char myChar)
-{
-    CHARLISTENTRY* pNewEntry = malloc(sizeof(CHARLISTENTRY));
-
-    TRACE("\n");
-
-    pNewEntry-&gt;myChar = myChar;
-
-    if(pCharList-&gt;pHead == NULL)
-    {
-         pCharList-&gt;pHead = pCharList-&gt;pTail = pNewEntry;
-         pNewEntry-&gt;pNext = NULL;
-
-    }
-    else
-    {
-         pNewEntry-&gt;pNext = pCharList-&gt;pHead;
-         pCharList-&gt;pHead = pNewEntry;
-    }
-
-    pCharList-&gt;nCount++;
-}
-
</pre><pre class="diff" id="context"> char CHARLIST_Dequeue(CHARLIST* pCharList)
 {
     CHARLISTENTRY* pCurrent;
</pre><pre class="diff"><small id="info">@@ -151,4 +128,3 @@
</small></pre><pre class="diff" id="context"> 
    return 0;
 }
</pre><pre class="diff" id="removed">-
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit">richedit</a><br /></span>
<div class="fileheader"><big><b>charlist.h</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h?rev=1.1&amp;content-type=text/x-cvsweb-markup">1.1</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h.diff?r1=text&amp;tr1=1.1&amp;r2=text&amp;tr2=1.2&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/charlist.h?rev=1.2&amp;content-type=text/x-cvsweb-markup">1.2</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- charlist.h        31 Aug 2003 21:33:32 -0000        1.1
+++ charlist.h        14 Aug 2004 20:05:16 -0000        1.2
@@ -36,7 +36,6 @@
</small></pre><pre class="diff" id="context"> 
 
 void CHARLIST_Enqueue( CHARLIST* pCharList, char myChar);
</pre><pre class="diff" id="removed">-void CHARLIST_Push( CHARLIST* pCharList, char myChar);
</pre><pre class="diff" id="context"> char CHARLIST_Dequeue(CHARLIST* pCharList);
 int CHARLIST_GetNbItems(CHARLIST* pCharList);
 void CHARLIST_FreeList(CHARLIST* pCharList);
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit">richedit</a><br /></span>
<div class="fileheader"><big><b>richedit.c</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c?rev=1.5&amp;content-type=text/x-cvsweb-markup">1.5</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c.diff?r1=text&amp;tr1=1.5&amp;r2=text&amp;tr2=1.6&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/richedit/richedit.c?rev=1.6&amp;content-type=text/x-cvsweb-markup">1.6</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- richedit.c        8 May 2004 13:41:00 -0000        1.5
+++ richedit.c        14 Aug 2004 20:05:16 -0000        1.6
@@ -576,8 +576,9 @@
</small></pre><pre class="diff" id="context">             TRACE_EDIT_MSG32("case EM_SCROLL Passed to edit control");
             return CallWindowProcA(lpfnEditWndProc, hwnd, uMsg, wParam, lParam);
      case EM_SCROLLCARET:
</pre><pre class="diff" id="added">+     case WM_USER+49:  /* EM_SCROLLCARET too */
</pre><pre class="diff" id="context">             TRACE_EDIT_MSG32("EM_SCROLLCARET Passed to edit control");
</pre><pre class="diff" id="removed">-            return CallWindowProcA(lpfnEditWndProc, hwnd, <span id="removedchars">uMsg</span>, wParam, lParam);
</pre><pre class="diff" id="added">+            return CallWindowProcA(lpfnEditWndProc, hwnd, <span id="addedchars">EM_SCROLLCARET</span>, wParam, lParam);
</pre><pre class="diff" id="context">      case EM_SETHANDLE:
             TRACE_EDIT_MSG32("EM_SETHANDLE Passed to edit control");
             return CallWindowProcA(lpfnEditWndProc, hwnd, uMsg, wParam, lParam);
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.8</small></center>
</body></html>