<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-4-2</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>Updates for 3.4.2 release.</title>
<updated>2014-05-16T02:37:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-16T02:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=edffd742fe6a17f0ac075aac839cafcd4413334c'/>
<id>edffd742fe6a17f0ac075aac839cafcd4413334c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.</title>
<updated>2014-05-10T09:23:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-10T09:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9416946b48ebebcdfac9b96fa8a6ecce62b62c3'/>
<id>b9416946b48ebebcdfac9b96fa8a6ecce62b62c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing the int-based constructors for Point and PRectangle with FromInts</title>
<updated>2014-05-03T10:21:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T10:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce6e4b52401b29e0f34888250b8c8cbb5821bc4d'/>
<id>ce6e4b52401b29e0f34888250b8c8cbb5821bc4d</id>
<content type='text'>
static methods as there were too many failures with mixed types and not-quite
matching types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
static methods as there were too many failures with mixed types and not-quite
matching types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on MSVC 'possible loss of data' warnings and add explicit casts.</title>
<updated>2014-05-03T08:01:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T08:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3e5215e06bd8ff394a9911b5573969cc55681a0'/>
<id>c3e5215e06bd8ff394a9911b5573969cc55681a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit and more consistent use of XYPOSITION versus int.</title>
<updated>2014-05-03T04:16:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T04:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7f79269406933b3edef09c5e6ece9f0d8a99bad'/>
<id>e7f79269406933b3edef09c5e6ece9f0d8a99bad</id>
<content type='text'>
Fixes possible loss of data warnings when switched on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes possible loss of data warnings when switched on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assertion that was broken by undefined behaviour fix.</title>
<updated>2014-05-03T01:06:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T01:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d0a70ff63d32d034a6ee0417466f50acafefba40'/>
<id>d0a70ff63d32d034a6ee0417466f50acafefba40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exact SciFnDirect function signature for DirectFunction as earlier version</title>
<updated>2014-05-02T13:19:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-02T13:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=42ce770c6497f865ce34a93f63cc376c3152f3c4'/>
<id>42ce770c6497f865ce34a93f63cc376c3152f3c4</id>
<content type='text'>
depended on undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
depended on undefined behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate insertion for paste into Editor class and perform line end</title>
<updated>2014-05-01T00:51:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-01T00:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6ad671e48322e34cf23f75ea4abcff008a15e1a'/>
<id>f6ad671e48322e34cf23f75ea4abcff008a15e1a</id>
<content type='text'>
conversion in Editor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
conversion in Editor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordinate</title>
<updated>2014-04-28T22:35:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-28T22:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3'/>
<id>ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3</id>
<content type='text'>
measuring machines.
From Andreas Tscharner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
measuring machines.
From Andreas Tscharner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Free system libraries at finalization.</title>
<updated>2014-04-25T00:23:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-04-25T00:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8265cfedef23121375966cfd6f22975330580f11'/>
<id>8265cfedef23121375966cfd6f22975330580f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
