<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-8-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>Backport: Fix some runtime warnings caused by previous change as wSelection</title>
<updated>2018-03-21T03:28:06+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-21T03:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4382d9d36daac5442c5a31f74c2aa78eb8c278c7'/>
<id>4382d9d36daac5442c5a31f74c2aa78eb8c278c7</id>
<content type='text'>
created later and clients (such as SciTE's about box) may use API to set up
text before window is realized.

Backport of changeset 6637:f5bc6b39f3fa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
created later and clients (such as SciTE's about box) may use API to set up
text before window is realized.

Backport of changeset 6637:f5bc6b39f3fa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix warnings about NULL selection widget by moving creation and destruction of wSelection into the realize and unrealize handlers.</title>
<updated>2018-03-21T02:27:12+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2018-03-21T02:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac8676c1ee587150376472d542d8cf6f32720bf0'/>
<id>ac8676c1ee587150376472d542d8cf6f32720bf0</id>
<content type='text'>
Backport of changeset 6636:faac617dc312.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6636:faac617dc312.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove line-end white space.</title>
<updated>2018-03-16T05:57:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-16T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6bc0ea88ffc93459eba56a1f1872099500405a0'/>
<id>f6bc0ea88ffc93459eba56a1f1872099500405a0</id>
<content type='text'>
Backport of changeset 6625:2dd6b8049c4e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6625:2dd6b8049c4e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use forward class definitions of XPM and RGBAImage so only code that uses them needs to #include "XPM.h".</title>
<updated>2018-03-14T23:15:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-14T23:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2851eb18ecccf35ca6be1c583dfa23c54b5d732c'/>
<id>2851eb18ecccf35ca6be1c583dfa23c54b5d732c</id>
<content type='text'>
Move definition of standard methods on LineMarker from header to implementation
to reduce included text and further isolate use of XPM and RGBAImage.

Backport of changeset 6624:32adac0930bb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move definition of standard methods on LineMarker from header to implementation
to reduce included text and further isolate use of XPM and RGBAImage.

Backport of changeset 6624:32adac0930bb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Create static library libscintilla.a or libscintilla.lib on Windows.</title>
<updated>2018-03-08T07:22:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-08T07:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=492076b58d09387ab9c2f60eaef364a6a65c4c28'/>
<id>492076b58d09387ab9c2f60eaef364a6a65c4c28</id>
<content type='text'>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1210]. Maxima lexer added.</title>
<updated>2018-03-06T04:52:23+00:00</updated>
<author>
<name>Gunter Königsmann</name>
<email>unknown</email>
</author>
<published>2018-03-06T04:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bb59ac2319ce5229d021c4a0496b1931ad4684c3'/>
<id>bb59ac2319ce5229d021c4a0496b1931ad4684c3</id>
<content type='text'>
Backport of changeset 6474:7a2aeece58b6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6474:7a2aeece58b6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Update make dependencies due to splitting off ILoader.h.</title>
<updated>2017-11-21T05:16:25+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-11-21T05:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=938b8000fd6fca9595fe3eb00f5e5684b13bd721'/>
<id>938b8000fd6fca9595fe3eb00f5e5684b13bd721</id>
<content type='text'>
Backport of changeset 6420:2286dd5fa625.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6420:2286dd5fa625.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Update marshalling of signals from Scintilla, changing deprecated NONE to VOID.</title>
<updated>2017-11-21T05:04:38+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-11-21T05:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbe03aeb6d672565310aa9e386cc7dd228c5b84c'/>
<id>bbe03aeb6d672565310aa9e386cc7dd228c5b84c</id>
<content type='text'>
Has no effect on clients as NONE was an alias for VOID.

Backport of changeset 6419:8760026bba6a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Has no effect on clients as NONE was an alias for VOID.

Backport of changeset 6419:8760026bba6a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces.</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3c03f65fe25e133b8ef8a5f67b675b434605305'/>
<id>d3c03f65fe25e133b8ef8a5f67b675b434605305</id>
<content type='text'>
Backport of changeset 6388:d62863ae40a3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6388:d62863ae40a3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=6f2acdebacaed2086f4e1e88ca7c914118895eb5'/>
<id>6f2acdebacaed2086f4e1e88ca7c914118895eb5</id>
<content type='text'>
Backport of changeset 6383:9c8257ff60b7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6383:9c8257ff60b7.
</pre>
</div>
</content>
</entry>
</feed>
