<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/makefile, branch rel-3-11-2</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: Remove CHECK_DEPRECATED option as deprecations always checked.</title>
<updated>2019-06-22T05:01:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T05:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a953fd086c4c5125aec65443721b046565b489f2'/>
<id>a953fd086c4c5125aec65443721b046565b489f2</id>
<content type='text'>
Backport of changeset 7597:f2298aa753d1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7597:f2298aa753d1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.</title>
<updated>2019-04-17T04:22:27+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T04:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5746a0c90259cd39255749a33389b2854100905b'/>
<id>5746a0c90259cd39255749a33389b2854100905b</id>
<content type='text'>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Switch generation of make dependencies to Python scripts DepGen.py.</title>
<updated>2019-04-01T03:30:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-01T03:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6009be9e63f175479df01cd64d3ef6e0724afd6c'/>
<id>6009be9e63f175479df01cd64d3ef6e0724afd6c</id>
<content type='text'>
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.

Backport of changeset 7397:997e6203e270.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.

Backport of changeset 7397:997e6203e270.
</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: Lexer style metadata uses arrays of struct literals but don't want noise of</title>
<updated>2017-07-23T01:06:53+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-07-23T01:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f0a4dd3186dcbabecb9afa145ce577238a3bda3f'/>
<id>f0a4dd3186dcbabecb9afa145ce577238a3bda3f</id>
<content type='text'>
extra braces for each element so turn off warning.

Backport of changeset 6360:ff0e3efc436c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extra braces for each element so turn off warning.

Backport of changeset 6360:ff0e3efc436c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ac8b7e987becbdeb6333f07d4627bce168cb55'/>
<id>e2ac8b7e987becbdeb6333f07d4627bce168cb55</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added optional Lua lexer support.</title>
<updated>2018-03-12T03:04:41+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-12T03:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=519b7328b66c4c84f03893a31e4be5ba6b1395f2'/>
<id>519b7328b66c4c84f03893a31e4be5ba6b1395f2</id>
<content type='text'>
This support is disabled by default and must be enabled via compile-time option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This support is disabled by default and must be enabled via compile-time option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1946]. Builds are made with a sorted list of lexers to be more reproducible.</title>
<updated>2017-05-21T23:03:53+00:00</updated>
<author>
<name>Bernhard M. Wiedemann</name>
<email>unknown</email>
</author>
<published>2017-05-21T23:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d70e707dc420d64b089cbdeb556fda11415f9ad'/>
<id>5d70e707dc420d64b089cbdeb556fda11415f9ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sorting list of lexers for 'make deps' to minimize changes.</title>
<updated>2016-12-01T05:29:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-01T05:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca889782af52078ea8f37cf4f13408994e7e35af'/>
<id>ca889782af52078ea8f37cf4f13408994e7e35af</id>
<content type='text'>
Rerun make deps to cover recntly added files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rerun make deps to cover recntly added files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial accessibility support for the GTK platform v7</title>
<updated>2016-10-21T07:13:48+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-10-21T07:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fb0634baacd401402eca2c1dbfdbbb77ebaece9'/>
<id>4fb0634baacd401402eca2c1dbfdbbb77ebaece9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
