<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-3-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>Fix INDICATOR_HISTORY.</title>
<updated>2022-08-25T23:17:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-25T23:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=84ba032236e9577ca591fbe8a65648217351df23'/>
<id>84ba032236e9577ca591fbe8a65648217351df23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2022-08-24T03:03:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-24T03:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=297d059674950f0bc5dee24387fd1f3950042599'/>
<id>297d059674950f0bc5dee24387fd1f3950042599</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 5.3.0 release.</title>
<updated>2022-08-24T02:34:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-24T02:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9b3716262fe32331105b01bf6cf18cc4429b5b3'/>
<id>f9b3716262fe32331105b01bf6cf18cc4429b5b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Display bar marker correctly on last line of document.</title>
<updated>2022-08-17T09:04:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-17T09:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9792c2cf264219a6b78a16634f5404c8ed5131c3'/>
<id>9792c2cf264219a6b78a16634f5404c8ed5131c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where deletion at line end indicated with point disappeared when text</title>
<updated>2022-08-15T07:06:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-15T07:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8236d657fd29f392c3474e96d43a2c73ea216e8'/>
<id>f8236d657fd29f392c3474e96d43a2c73ea216e8</id>
<content type='text'>
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2343]. Forward declare Message in ScintillaStructures.h in case</title>
<updated>2022-08-15T00:00:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-15T00:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d93312d7c9a65b5a41bc4dbf53e81f98d5f2be1f'/>
<id>d93312d7c9a65b5a41bc4dbf53e81f98d5f2be1f</id>
<content type='text'>
ScintillaMessages.h not included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ScintillaMessages.h not included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify SetCurrentValue as noexcept as that will not change.</title>
<updated>2022-08-13T22:11:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T22:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3ff72f55ee5a99242b8de4b61088e0764edc159'/>
<id>d3ff72f55ee5a99242b8de4b61088e0764edc159</id>
<content type='text'>
Add cast functions to simplify code and avoid warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add cast functions to simplify code and avoid warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied</title>
<updated>2022-08-13T09:58:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T09:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3ad77a3499097ae3db33d95176458a0ef0dec2b'/>
<id>a3ad77a3499097ae3db33d95176458a0ef0dec2b</id>
<content type='text'>
to Editor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to Editor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid access to window IDs (which are platform-dependent) in code that doesn't</title>
<updated>2022-08-13T09:52:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T09:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a19e2ac572bb0f3cd614836145a9d759263fd2d'/>
<id>5a19e2ac572bb0f3cd614836145a9d759263fd2d</id>
<content type='text'>
need them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce warnings with noexcept, fewer casts, and other minor changes.</title>
<updated>2022-08-13T08:12:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T08:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d2f6bd5280613538c4beafac26a39348992d103'/>
<id>7d2f6bd5280613538c4beafac26a39348992d103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
