<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-10-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>Added Lua LPeg lexer changes to history.</title>
<updated>2019-04-17T22:17:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T22:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ffd293a2e58182e72bf23d0a801e7236013cf585'/>
<id>ffd293a2e58182e72bf23d0a801e7236013cf585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version number for release.</title>
<updated>2019-04-17T22:15:06+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T22:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5569919697ac9fcbf857708a7c84a10b2125248f'/>
<id>5569919697ac9fcbf857708a7c84a10b2125248f</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-04-17T05:17:37+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T05:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a76e7c9b31e48c90a9394d1a5306edb670beb7e'/>
<id>6a76e7c9b31e48c90a9394d1a5306edb670beb7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead of 0x82CE.</title>
<updated>2019-04-16T21:25:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-16T21:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b530e06b3a5e3124709c45e1b2cfd639c428fef'/>
<id>9b530e06b3a5e3124709c45e1b2cfd639c428fef</id>
<content type='text'>
Backport of changeset 7429:1dcd0ca93618.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7429:1dcd0ca93618.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Reordered items for next release.</title>
<updated>2019-04-12T21:46:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-12T21:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f97452bd5a2fe53085fbb9ada4949b5d7e0ebe66'/>
<id>f97452bd5a2fe53085fbb9ada4949b5d7e0ebe66</id>
<content type='text'>
Backport of changeset 7426:f25f64b0b8ba.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7426:f25f64b0b8ba.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2093]. Improve efficiency with single byte character sets.</title>
<updated>2019-04-11T22:22:21+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-04-11T22:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4d36ecc2295117c77750e0c1df71cb65362549c5'/>
<id>4d36ecc2295117c77750e0c1df71cb65362549c5</id>
<content type='text'>
Backport of changeset 7424:0d4b29e058f7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7424:0d4b29e058f7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK between</title>
<updated>2019-04-11T06:05:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-11T06:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ce0a475f3a28c4fe54e1b6bd3ffe0e423d5779b'/>
<id>3ce0a475f3a28c4fe54e1b6bd3ffe0e423d5779b</id>
<content type='text'>
SciTE tabs.
This does not allow primary selection to work between tabs as the tabs are
sharing a single Scintilla and the old primary selection is unclaimed when the
file is changed.
This fix adds a new ReceivedClipboard method which does not try to convert the
selection if received in a different format than asked for. It was the call to
gtk_selection_convert that seemed to cause the flickering. ReceivedClipboard is
only called from SelectionReceiver::ClipboardReceived so only occurs due to a
call to RequestSelection and can not occur because of a selection_received
signal.
ReceivedSelection is left with its complexity in case it is needed for some
other issue although it doesn't appear to be called for drag&amp;drop, for example.

Backport of changeset 7422:22864dcaca0b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SciTE tabs.
This does not allow primary selection to work between tabs as the tabs are
sharing a single Scintilla and the old primary selection is unclaimed when the
file is changed.
This fix adds a new ReceivedClipboard method which does not try to convert the
selection if received in a different format than asked for. It was the call to
gtk_selection_convert that seemed to cause the flickering. ReceivedClipboard is
only called from SelectionReceiver::ClipboardReceived so only occurs due to a
call to RequestSelection and can not occur because of a selection_received
signal.
ReceivedSelection is left with its complexity in case it is needed for some
other issue although it doesn't appear to be called for drag&amp;drop, for example.

Backport of changeset 7422:22864dcaca0b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2094]. Avoid exceptions by treating text as one-byte per character in</title>
<updated>2019-04-11T05:52:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-11T05:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66086920fd7a1d983190f83ba1e06dfc15a815e3'/>
<id>66086920fd7a1d983190f83ba1e06dfc15a815e3</id>
<content type='text'>
accessibility if UTF32 index not available.

Backport of changeset 7421:2c8b52af4ae5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
accessibility if UTF32 index not available.

Backport of changeset 7421:2c8b52af4ae5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Reorder change items to be similar to previous releases.</title>
<updated>2019-04-10T22:47:10+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-04-10T22:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=477279555e18bc9f9ac18be0348dc914d1c5c0df'/>
<id>477279555e18bc9f9ac18be0348dc914d1c5c0df</id>
<content type='text'>
Backport of changeset 7420:3eb7cdf99ba2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7420:3eb7cdf99ba2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1277]. Support coloured text on Windows 8.1+.</title>
<updated>2019-04-10T22:32:09+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-04-10T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1137f8cfaa6605d32738f8311863523be1d3b35'/>
<id>b1137f8cfaa6605d32738f8311863523be1d3b35</id>
<content type='text'>
Backport of changeset 7419:76fcbb9c97a1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7419:76fcbb9c97a1.
</pre>
</div>
</content>
</entry>
</feed>
