<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/patches, branch v0.6.4</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>automatically build Scintilla as part of SciTECO's build system:</title>
<updated>2014-08-22T03:54:47+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-08-22T03:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=30d8bf3e2835dbb0bf6876a6a1d4dd227ba335a9'/>
<id>30d8bf3e2835dbb0bf6876a6a1d4dd227ba335a9</id>
<content type='text'>
this should simplify building SciTECO for new users

 * compiler and archiver are passed down from Autoconf,
   so cross-compiling should work transparently
 * `make clean` will also clean the Scintilla source tree
 * there is no longer any need for "source bundles" as
   tar balls also contain Scintilla/Scinterm now
 * building from Git is not much more difficult than building
   from a tar ball
 * The versions of Scintilla/Scinterm embedded as submodules
   already contain all the patches necessary (currently none are
   necessary), so there's no need to have patch files in the
   repository
 * INSTALL instructions have been rewritten
 * the --with-scintilla and --with-scinterm site-config options
   have been kept. But they should be rarely necessary now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this should simplify building SciTECO for new users

 * compiler and archiver are passed down from Autoconf,
   so cross-compiling should work transparently
 * `make clean` will also clean the Scintilla source tree
 * there is no longer any need for "source bundles" as
   tar balls also contain Scintilla/Scinterm now
 * building from Git is not much more difficult than building
   from a tar ball
 * The versions of Scintilla/Scinterm embedded as submodules
   already contain all the patches necessary (currently none are
   necessary), so there's no need to have patch files in the
   repository
 * INSTALL instructions have been rewritten
 * the --with-scintilla and --with-scinterm site-config options
   have been kept. But they should be rarely necessary now.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated minimum required Scintilla version to 3.4.2 and Scinterm to v1.3</title>
<updated>2014-08-20T17:40:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-08-20T17:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=72bb1b1166675d421a724b1382f0a2e39a51a197'/>
<id>72bb1b1166675d421a724b1382f0a2e39a51a197</id>
<content type='text'>
 * this allows us to remove the last patch to the Scintilla/Scinterm code
   base (for the time being at least)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * this allows us to remove the last patch to the Scintilla/Scinterm code
   base (for the time being at least)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2</title>
<updated>2014-02-16T12:35:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-02-16T12:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=ba22b1a307988fd493fc682daff20eee4c325451'/>
<id>ba22b1a307988fd493fc682daff20eee4c325451</id>
<content type='text'>
 * allows us to remove most patches. One however is still necessary
   (Scinterm Makefile bug!)
 * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message
 * updated copyrights
 * updated TODO
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * allows us to remove most patches. One however is still necessary
   (Scinterm Makefile bug!)
 * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message
 * updated copyrights
 * updated TODO
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed INSTALL instructions and added patch for Scintilla v3.3.1 compatibility</title>
<updated>2013-07-05T18:41:05+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-07-05T18:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=46599080236debda27263ea05d9293069e9ddb4f'/>
<id>46599080236debda27263ea05d9293069e9ddb4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added minor scinterm patches and cleaned up patch system</title>
<updated>2013-03-19T17:49:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-19T17:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=f53b3dad2fc76677319810944440f7058f375f63'/>
<id>f53b3dad2fc76677319810944440f7058f375f63</id>
<content type='text'>
 * MinGW binaries are built from source bundles
 * patches are applied to the source bundle
 * so all necessary patches must be in the repository and distributed
 * use a leading number in patch names to ensure proper application order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * MinGW binaries are built from source bundles
 * patches are applied to the source bundle
 * so all necessary patches must be in the repository and distributed
 * use a leading number in patch names to ensure proper application order
</pre>
</div>
</content>
</entry>
<entry>
<title>added patch fixing Scinterm on certain 64-bit configurations</title>
<updated>2013-03-17T19:01:50+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-17T19:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=f1d75e3bba2aa2de9caf6e01f40dc0c5f98d8012'/>
<id>f1d75e3bba2aa2de9caf6e01f40dc0c5f98d8012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document TECO control code echoing patch</title>
<updated>2013-03-17T19:01:31+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-17T19:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=4931be268277559a328d40218e2ae929e11c21fa'/>
<id>4931be268277559a328d40218e2ae929e11c21fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added patch enabling TECO-style (^X) control code echoing in Scintilla</title>
<updated>2013-01-20T01:24:52+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-01-20T01:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1e55387482bd501770aafc4230cbcad870d3abf3'/>
<id>1e55387482bd501770aafc4230cbcad870d3abf3</id>
<content type='text'>
in the future, I might submit a more elaborate Scintilla patch for configuring
the control code strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the future, I might submit a more elaborate Scintilla patch for configuring
the control code strings.
</pre>
</div>
</content>
</entry>
</feed>
