<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-11-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>Preparing for 3.11.0 release.</title>
<updated>2019-08-30T22:35:29+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-08-30T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c7eb67845e3837077b97cba69e43809312f54a7'/>
<id>2c7eb67845e3837077b97cba69e43809312f54a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated BACKPORTING.</title>
<updated>2019-07-11T18:21:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T18:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5101634394a5e1583e68372ed29d927061e20e4d'/>
<id>5101634394a5e1583e68372ed29d927061e20e4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Mentioning second bug report for 2110.</title>
<updated>2019-07-02T22:31:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-07-02T22:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=692494ef2f28b8b791521c079b55d49ed96fcc2d'/>
<id>692494ef2f28b8b791521c079b55d49ed96fcc2d</id>
<content type='text'>
Backport of changeset 7621:70fe3bd38a3d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7621:70fe3bd38a3d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined behaviour.</title>
<updated>2019-07-01T22:00:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-07-01T22:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4da4a98e632f8b62534a9ac3923e036cf48abe77'/>
<id>4da4a98e632f8b62534a9ac3923e036cf48abe77</id>
<content type='text'>
Backport of changeset 7618:45ca8e288e55.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7618:45ca8e288e55.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined behaviour.</title>
<updated>2019-07-01T21:59:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-07-01T21:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f23fa56d86fa3af91198c93647883522bcdefe4c'/>
<id>f23fa56d86fa3af91198c93647883522bcdefe4c</id>
<content type='text'>
Backport of changeset 7617:a8a6cd857728.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7617:a8a6cd857728.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use noexcept on Document where reasonable with no effect on external interface.</title>
<updated>2019-06-30T23:46:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-30T23:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b94f79361fc0ab33e375743cd2f47e4c6e3796d4'/>
<id>b94f79361fc0ab33e375743cd2f47e4c6e3796d4</id>
<content type='text'>
Adds LengthNoExcept method that copies Length but only for internal use.

Backport of changeset 7616:5ba25d5f5434.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds LengthNoExcept method that copies Length but only for internal use.

Backport of changeset 7616:5ba25d5f5434.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use noexcept in HighlightDelimiter - its a simple struct.</title>
<updated>2019-06-30T23:44:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-30T23:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66f7db2527db8d4ca247dd8e086e2991feb10a91'/>
<id>66f7db2527db8d4ca247dd8e086e2991feb10a91</id>
<content type='text'>
Backport of changeset 7615:216fdb644bfa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7615:216fdb644bfa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.</title>
<updated>2019-06-30T22:22:39+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-30T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cef4f7e4feb91ff9d4ba1d9ee411a86bd2af6a16'/>
<id>cef4f7e4feb91ff9d4ba1d9ee411a86bd2af6a16</id>
<content type='text'>
Backport of changeset 7614:74b2c724a1df.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7614:74b2c724a1df.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.</title>
<updated>2019-07-11T18:12:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T18:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a15b94200abe8ee0df2dddc296f3dafd55655f8'/>
<id>2a15b94200abe8ee0df2dddc296f3dafd55655f8</id>
<content type='text'>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2115]. Fix undefined behaviour of shifting negative values.</title>
<updated>2019-06-29T01:57:11+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-29T01:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=55446b8967ed0a7f66502424d309f0b8fa74919f'/>
<id>55446b8967ed0a7f66502424d309f0b8fa74919f</id>
<content type='text'>
Backport of changeset 7612:d70ccc4f172a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7612:d70ccc4f172a.
</pre>
</div>
</content>
</entry>
</feed>
