<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-7-4</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>Update for 3.7.4 release.</title>
<updated>2017-03-19T12:20:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-19T12:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=874747ca654c3910ff95d26101fe1daf54abecc6'/>
<id>874747ca654c3910ff95d26101fe1daf54abecc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag.</title>
<updated>2017-03-09T22:33:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-09T22:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8471d9f119119b4fa378db86920bcdfccaaf1c3'/>
<id>c8471d9f119119b4fa378db86920bcdfccaaf1c3</id>
<content type='text'>
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so
check for availability before using.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so
check for availability before using.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Windows NT 4 by statically linking to system APIs that are</title>
<updated>2017-03-09T07:10:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-09T07:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=050a6e3efd23b01a86e1c14a9b87e6ba5394db21'/>
<id>050a6e3efd23b01a86e1c14a9b87e6ba5394db21</id>
<content type='text'>
only available from Windows 2000 and later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only available from Windows 2000 and later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use several C++11 features as examples so problems with these features are seen.</title>
<updated>2017-03-06T03:54:51+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2017-03-06T03:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=069d842392251d56167e08c005d51fa9ccc12147'/>
<id>069d842392251d56167e08c005d51fa9ccc12147</id>
<content type='text'>
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>New "indent" lexer styled as plain text but folded by indentation level.</title>
<updated>2017-03-06T02:58:24+00:00</updated>
<author>
<name>Vicente</name>
<email>unknown</email>
</author>
<published>2017-03-06T02:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41c0c0f7083c0ddde020cf847cddef7894f2ded4'/>
<id>41c0c0f7083c0ddde020cf847cddef7894f2ded4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For IMEs, do not clear selected text when there is no composition text to show.</title>
<updated>2017-03-05T05:28:31+00:00</updated>
<author>
<name>johnsonj</name>
<email>unknown</email>
</author>
<published>2017-03-05T05:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315'/>
<id>26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C++11 keyword "override" for methods that override a base class.</title>
<updated>2017-03-03T23:28:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-03T23:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8b90797ddb85059627e95db29b59a540ea5c069'/>
<id>c8b90797ddb85059627e95db29b59a540ea5c069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add include to allow #6138 to build on Windows.</title>
<updated>2017-03-03T22:07:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-03T22:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d05b0dd5c0f8699be23975b950e4d0cb2d228795'/>
<id>d05b0dd5c0f8699be23975b950e4d0cb2d228795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 3.7.3.</title>
<updated>2017-02-15T21:37:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-15T21:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e102dec87746f4ad4dcb655302d2b8c49d9eaeef'/>
<id>e102dec87746f4ad4dcb655302d2b8c49d9eaeef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 3.7.2.</title>
<updated>2016-12-26T21:59:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-26T21:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eb7161524d1b75aaafe38e4aed4bb710ac093524'/>
<id>eb7161524d1b75aaafe38e4aed4bb710ac093524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
