<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-6-0</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Updated header dependencies to include Sci_Position.h and Position.h.</title>
<updated>2015-07-30T04:54:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-30T04:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=310df8d140df3b66bdebd425f59b5fc91cb61377'/>
<id>310df8d140df3b66bdebd425f59b5fc91cb61377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers and dates for 3.6.0 release.</title>
<updated>2015-07-28T23:09:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-28T23:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a45905e5991b5198d180e3386aa6b33bb5e88f32'/>
<id>a45905e5991b5198d180e3386aa6b33bb5e88f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid candidate box randomly popping up away from edit pane with (especially</title>
<updated>2015-07-28T08:44:13+00:00</updated>
<author>
<name>johnsonj</name>
<email>unknown</email>
</author>
<published>2015-07-28T08:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c1955f280084e316a587fa10469e4296ffc7371c'/>
<id>c1955f280084e316a587fa10469e4296ffc7371c</id>
<content type='text'>
Japanese) IME input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Japanese) IME input.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast for 64-bit warning with Visual C++ 2015.</title>
<updated>2015-07-16T10:39:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-16T10:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0fbac8e280ed70b018c16e3d57a130aaf854b629'/>
<id>0fbac8e280ed70b018c16e3d57a130aaf854b629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,</title>
<updated>2015-07-14T03:54:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-14T03:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e3190204cd27ddd4e09306090c5cf873a4db3c68'/>
<id>e3190204cd27ddd4e09306090c5cf873a4db3c68</id>
<content type='text'>
LexErrorList, LexMake, LexNull, and LexProps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LexErrorList, LexMake, LexNull, and LexProps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closer correspondence between return type of *WndProc and Win32 definition.</title>
<updated>2015-07-04T01:03:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-04T01:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a849d8a77068fbabb253b45a28ffc130806e879'/>
<id>1a849d8a77068fbabb253b45a28ffc130806e879</id>
<content type='text'>
Avoids potential problems if sptr_t changed to a slightly different type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids potential problems if sptr_t changed to a slightly different type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify text measurement and drawing by removing segmentation and failure</title>
<updated>2015-06-24T06:05:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-24T06:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51756a5c355d8239709dfd6e9bcb347c212fbe1b'/>
<id>51756a5c355d8239709dfd6e9bcb347c212fbe1b</id>
<content type='text'>
handling that was needed to support Windows 95.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
handling that was needed to support Windows 95.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for release 3.5.7.</title>
<updated>2015-06-19T01:05:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-19T01:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=50316daa0ecb5246e5d44d62d29096ef2a9fa76a'/>
<id>50316daa0ecb5246e5d44d62d29096ef2a9fa76a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in comments (win32)</title>
<updated>2014-01-20T07:12:06+00:00</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2014-01-20T07:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4bd582a1f7ee61746255c313bb9cff3a8aa40d4d'/>
<id>4bd582a1f7ee61746255c313bb9cff3a8aa40d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
