<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-10-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 for 3.10.0.</title>
<updated>2018-06-30T13:18:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-06-30T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a0d2795cb9f2f2af41ce24e296869654c4b99287'/>
<id>a0d2795cb9f2f2af41ce24e296869654c4b99287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect highlighting of indented markdown lists.</title>
<updated>2018-06-17T01:28:43+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-06-17T01:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0ec088ea2def1bae5c51b82d0683ebb0406da083'/>
<id>0ec088ea2def1bae5c51b82d0683ebb0406da083</id>
<content type='text'>
They were being identified as blockcode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were being identified as blockcode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated BACKPORTING.</title>
<updated>2018-06-16T15:53:07+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-06-16T15:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=74e858b28883719396861be81827023a656ccb9b'/>
<id>74e858b28883719396861be81827023a656ccb9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove definition that has never been used.</title>
<updated>2018-06-12T07:38:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-12T07:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db7e034c5f67e2116ac42fb53f76ef15ecca27be'/>
<id>db7e034c5f67e2116ac42fb53f76ef15ecca27be</id>
<content type='text'>
Backport of changeset 7032:d2d5df7f2c72.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7032:d2d5df7f2c72.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Using noexcept for simple functions.</title>
<updated>2018-06-10T03:33:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-10T03:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e511b71359603ee0fb4e90f50c71fe764b453d15'/>
<id>e511b71359603ee0fb4e90f50c71fe764b453d15</id>
<content type='text'>
Backport of changeset 7029:c726541dbd11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7029:c726541dbd11.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Updated the code and comment for running a regex over multiple lines at once</title>
<updated>2018-06-10T03:32:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-10T03:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f95b5b872cc63bb5e21b0d74c8927b61149c2f85'/>
<id>f95b5b872cc63bb5e21b0d74c8927b61149c2f85</id>
<content type='text'>
instead of breaking up into lines.
Using the preprocessor to hide the multiline code instead of comments so that it
is easier to experiment with.

Backport of changeset 7028:9227461c9330.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of breaking up into lines.
Using the preprocessor to hide the multiline code instead of comments so that it
is easier to experiment with.

Backport of changeset 7028:9227461c9330.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Added brace for multi-line if and normalized space.</title>
<updated>2018-06-05T23:00:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-05T23:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=353d99a99ef845b76c1189ecee0074102d1714f1'/>
<id>353d99a99ef845b76c1189ecee0074102d1714f1</id>
<content type='text'>
Backport of changeset 7025:f17e1a7e02e3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7025:f17e1a7e02e3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.</title>
<updated>2018-06-05T22:55:59+00:00</updated>
<author>
<name>Henrik Hank</name>
<email>unknown</email>
</author>
<published>2018-06-05T22:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2cfe83dc91dbbdd195b17b5446ce595f0c658db2'/>
<id>2cfe83dc91dbbdd195b17b5446ce595f0c658db2</id>
<content type='text'>
Backport of changeset 7024:72c92ed3dc10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7024:72c92ed3dc10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Hide Meson and Ninja artifacts.</title>
<updated>2018-06-05T22:28:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-05T22:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c823cbe5c809df5f84a2ef0b867a0733f7568cf0'/>
<id>c823cbe5c809df5f84a2ef0b867a0733f7568cf0</id>
<content type='text'>
Backport of changeset 7023:2327f5b68cfa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7023:2327f5b68cfa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Reduce scope of captures for lambdas.</title>
<updated>2018-06-04T04:46:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-04T04:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0fd5c7e24ad9589daa37c948649ea6da0a949703'/>
<id>0fd5c7e24ad9589daa37c948649ea6da0a949703</id>
<content type='text'>
Use noexcept.

Backport of changeset 7021:764284d21a03.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use noexcept.

Backport of changeset 7021:764284d21a03.
</pre>
</div>
</content>
</entry>
</feed>
