<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-4-4-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>Regenerate version numbers in cocoa/Scintilla project.</title>
<updated>2020-05-23T10:47:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-23T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56f4cf0c0d32c5b9025b2f88c0c55f3432e96b1f'/>
<id>56f4cf0c0d32c5b9025b2f88c0c55f3432e96b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pathlib in generator scripts.</title>
<updated>2020-05-19T02:39:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-19T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef98916585104cb893bdd7dd8f4bf91313639baf'/>
<id>ef98916585104cb893bdd7dd8f4bf91313639baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove call to ScintillaData as result not used.</title>
<updated>2020-05-19T01:43:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-05-19T01:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=868780c1a7b664d0453c3921baed3ddfa5a2e4c3'/>
<id>868780c1a7b664d0453c3921baed3ddfa5a2e4c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Python versions. Modules that are only used as top level scripts or from</title>
<updated>2020-04-17T10:24:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-17T10:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9'/>
<id>df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9</id>
<content type='text'>
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>List headers in HeaderOrder.txt that are not used.</title>
<updated>2020-03-15T23:55:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-15T23:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2c60e7f07acc70adaeef02037645ce6a45ed123'/>
<id>b2c60e7f07acc70adaeef02037645ce6a45ed123</id>
<content type='text'>
Remove unused headers from HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused headers from HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize and simplify script. Now requires Python 3.</title>
<updated>2020-03-11T04:34:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=875e097fe65eac923eb67412d3e5b2c33f4a3910'/>
<id>875e097fe65eac923eb67412d3e5b2c33f4a3910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add or update #! lines of Python scripts to use python3.</title>
<updated>2020-03-11T04:32:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-11T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5c8cd58e4972e142c3a199a00625e7c93de5ddd'/>
<id>b5c8cd58e4972e142c3a199a00625e7c93de5ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1335] Archive just the repository files to scintilla.tgz.</title>
<updated>2020-02-05T11:19:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-02-05T11:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b35a02b461847b7d6260dc9e6a988651d8a290b'/>
<id>7b35a02b461847b7d6260dc9e6a988651d8a290b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small simplification and spelling fix.</title>
<updated>2020-01-25T21:16:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-01-25T21:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2494d4ec4b7af0c7916d5b777bdd9f71eef2906b'/>
<id>2494d4ec4b7af0c7916d5b777bdd9f71eef2906b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexilla testing framework.</title>
<updated>2019-12-22T11:43:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-12-22T11:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=651e4b440ad3019a63b10d972ee36a296020e2c8'/>
<id>651e4b440ad3019a63b10d972ee36a296020e2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
