<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-4-0-1</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>Normalize whitespace.</title>
<updated>2017-09-14T03:52:40+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-09-14T03:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44'/>
<id>5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove automatically generated line end whitespace.</title>
<updated>2017-09-14T03:46:04+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-09-14T03:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dce400533381d1b5bec8a9bb0e809d1cbb8a66d9'/>
<id>dce400533381d1b5bec8a9bb0e809d1cbb8a66d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.</title>
<updated>2017-08-28T07:22:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-08-28T07:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e'/>
<id>8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DefaultLexer.h to header order.</title>
<updated>2017-06-22T10:29:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T10:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d1be79eee1940dc99389deefd9d3ae766c3035e3'/>
<id>d1be79eee1940dc99389deefd9d3ae766c3035e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused functions and methods from Platform.h.</title>
<updated>2017-06-12T01:49:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T01:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f9fd7509eaa2809392acf3a264b57a2daf973c'/>
<id>46f9fd7509eaa2809392acf3a264b57a2daf973c</id>
<content type='text'>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique_ptr and forward_list to regularize PerLine data structures.</title>
<updated>2017-05-21T13:22:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5709222a78870805711812cbfd6a65bbd4daf48'/>
<id>f5709222a78870805711812cbfd6a65bbd4daf48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SparseVector work with move-only types.</title>
<updated>2017-05-21T13:08:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3debda34b8aa21a770142a055b8fa7e4a8a7355f'/>
<id>3debda34b8aa21a770142a055b8fa7e4a8a7355f</id>
<content type='text'>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on C++ headers, remove headers that aren't needed and add &lt;cstddef&gt;</title>
<updated>2017-03-31T23:43:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-31T23:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c9d87b081f9dd3856194f71f1643c99994d0b95'/>
<id>0c9d87b081f9dd3856194f71f1643c99994d0b95</id>
<content type='text'>
where it may be needed in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where it may be needed in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically add new lexers to Xcode project in LexGen.py.</title>
<updated>2017-02-15T10:07:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-15T10:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=990f3dd28013b356e822fd74c1f1de578f9eff09'/>
<id>990f3dd28013b356e822fd74c1f1de578f9eff09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add &lt;iostream&gt; to header order.</title>
<updated>2017-02-11T00:09:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-11T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bd32babfe8721de32026d78378848f90fe6d68c'/>
<id>5bd32babfe8721de32026d78378848f90fe6d68c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
