<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-3-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>Extact credits from hsitory page with code.</title>
<updated>2014-03-18T04:24:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-18T04:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fd889fc10965f12936308ddd824c29c7912da705'/>
<id>fd889fc10965f12936308ddd824c29c7912da705</id>
<content type='text'>
Normalize credit format. Make list same as one shown in about box.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalize credit format. Make list same as one shown in about box.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to work when there are no provisional features.</title>
<updated>2014-02-04T23:10:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-04T23:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0539c21fbdae6944212ff15e6e16bad4f3ef582c'/>
<id>0539c21fbdae6944212ff15e6e16bad4f3ef582c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make HFacer callable from other Python code and call it from LexGen so</title>
<updated>2014-01-14T08:10:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-14T08:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f43c4932dae5ea0c66595f15543373948b48457'/>
<id>0f43c4932dae5ea0c66595f15543373948b48457</id>
<content type='text'>
LexGen is always woking on up-to-date headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LexGen is always woking on up-to-date headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify minimum Python version for scripts.</title>
<updated>2013-12-31T23:13:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-31T23:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49722448248ef8bbed062b3799ba3aca2c7a62db'/>
<id>49722448248ef8bbed062b3799ba3aca2c7a62db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code for finding unsued values but leave commented out.</title>
<updated>2013-12-15T21:34:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-15T21:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44efdad34e23e13dc43a8b022f6da00e024bc4a4'/>
<id>44efdad34e23e13dc43a8b022f6da00e024bc4a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.</title>
<updated>2013-07-31T23:40:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-31T23:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db70afe9c7dd79152819cc63e67c132805a57702'/>
<id>db70afe9c7dd79152819cc63e67c132805a57702</id>
<content type='text'>
Fixed by using hex escapes for non-ASCII.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed by using hex escapes for non-ASCII.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include case conversion data in Scintilla so that all platforms will perform</title>
<updated>2013-07-11T00:43:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-11T00:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5262f832018923ecc8ccd25bedecbd5a291a563f'/>
<id>5262f832018923ecc8ccd25bedecbd5a291a563f</id>
<content type='text'>
case conversion of Unicode text in accordance with Unicode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
case conversion of Unicode text in accordance with Unicode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructured LexGen.py by moving discovery code into ScintillaData.py and</title>
<updated>2013-07-02T23:34:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-02T23:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f18e3210bee6e4c3888ffd9f09f5242028317295'/>
<id>f18e3210bee6e4c3888ffd9f09f5242028317295</id>
<content type='text'>
SciTE regeneration into ../scite/scripts/RegenerateSource.py.
FileGenerator.py adds ReplaceREInFile function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SciTE regeneration into ../scite/scripts/RegenerateSource.py.
FileGenerator.py adds ReplaceREInFile function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CharacterCategory.</title>
<updated>2013-07-01T08:45:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T08:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b6ce2b9544c84a884876ab5de120fa3e322f7270'/>
<id>b6ce2b9544c84a884876ab5de120fa3e322f7270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move non-platform-specific scripts into the scripts directory.</title>
<updated>2013-07-01T06:37:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-01T06:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65f49f8852e02549ead7349dc5c8088dcbc41193'/>
<id>65f49f8852e02549ead7349dc5c8088dcbc41193</id>
<content type='text'>
Use FileGenerator module for file generation instead of code in each script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use FileGenerator module for file generation instead of code in each script.
</pre>
</div>
</content>
</entry>
</feed>
