<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaFramework, branch rel-3-11-1</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>Preparing for 3.11.1 release.</title>
<updated>2019-10-26T13:58:15+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-10-26T13:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f98f362b361a3c5522c9a215a6f223589ff7a7a5'/>
<id>f98f362b361a3c5522c9a215a6f223589ff7a7a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing for 3.11.0 release.</title>
<updated>2019-08-30T22:35:29+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-08-30T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c7eb67845e3837077b97cba69e43809312f54a7'/>
<id>2c7eb67845e3837077b97cba69e43809312f54a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.</title>
<updated>2019-07-11T15:45:48+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T15:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=915e4978fdea3642d27dc94e69d90b140894bc14'/>
<id>915e4978fdea3642d27dc94e69d90b140894bc14</id>
<content type='text'>
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing for 3.10.6 release.</title>
<updated>2019-06-06T03:05:25+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-06-06T03:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=09b2a5a04c2b04252329795ad0f50f5db196f2e1'/>
<id>09b2a5a04c2b04252329795ad0f50f5db196f2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1280]. Lexer added for X12.</title>
<updated>2019-05-27T22:34:00+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-05-27T22:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f84f2a3daef704cb309009f51b5da9f325979f68'/>
<id>f84f2a3daef704cb309009f51b5da9f325979f68</id>
<content type='text'>
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version number for release.</title>
<updated>2019-05-09T20:57:22+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-05-09T20:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=edbf714e39ede12e2bb0f34623f75d41dbd0189e'/>
<id>edbf714e39ede12e2bb0f34623f75d41dbd0189e</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>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: Updated ScintillaFramework internationalization to fix warnings from Xcode 10.2.</title>
<updated>2019-03-27T22:32:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-27T22:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cdfe68654d62fb181d72ab3ac8c872ba6a94c335'/>
<id>cdfe68654d62fb181d72ab3ac8c872ba6a94c335</id>
<content type='text'>
Backport of changeset 7349:0b7800a19ed3, but only .cxx file reordering.
Internationalization was not backported in case it's not compatible with earlier
versions of XCode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7349:0b7800a19ed3, but only .cxx file reordering.
Internationalization was not backported in case it's not compatible with earlier
versions of XCode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Enable Base internationalization to avoid warning from Xcode.</title>
<updated>2019-03-10T22:12:18+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-10T22:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cda62ba44addd92b3951370c1a0ade9b18977be'/>
<id>3cda62ba44addd92b3951370c1a0ade9b18977be</id>
<content type='text'>
Backport of changeset 7311:7a24b18327fa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7311:7a24b18327fa.
</pre>
</div>
</content>
</entry>
</feed>
