<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/INSTALL, 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>bumped release version to v0.6.4, updated ChangeLog and clarify libglib minimum version</title>
<updated>2015-03-18T04:04:14+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-03-18T04:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=7138c2611300612ecc0ce5b4cc204964b14be94d'/>
<id>7138c2611300612ecc0ce5b4cc204964b14be94d</id>
<content type='text'>
 * it was necessary to increase the upstream version so I could
   upload new versions to launchpad while debugging PPA build issues.
 * ChangeLog finalized for v0.6.4
 * SciTECO requires at least libglib v2.28 (but that's only a guess)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * it was necessary to increase the upstream version so I could
   upload new versions to launchpad while debugging PPA build issues.
 * ChangeLog finalized for v0.6.4
 * SciTECO requires at least libglib v2.28 (but that's only a guess)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated Scintilla to v3.5.2 and Scinterm to v1.5</title>
<updated>2015-02-12T01:13:52+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-02-12T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=b62f7361467f1d451180831da3c286503379f43a'/>
<id>b62f7361467f1d451180831da3c286503379f43a</id>
<content type='text'>
the most noticable change is that a scroll-bar is displayed
by default (Curses UI)

 * INSTALL instructions updated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the most noticable change is that a scroll-bar is displayed
by default (Curses UI)

 * INSTALL instructions updated
</pre>
</div>
</content>
</entry>
<entry>
<title>updated copyright to 2015</title>
<updated>2015-02-11T05:24:15+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-02-11T05:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=e7d275367c8f0ecbe7a47b00efa1d42c84ce09de'/>
<id>e7d275367c8f0ecbe7a47b00efa1d42c84ce09de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated Scintilla submodule</title>
<updated>2014-11-18T02:42:53+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-11-18T02:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8f20c809292b8318b921e611b1ec3811f757dc11'/>
<id>8f20c809292b8318b921e611b1ec3811f757dc11</id>
<content type='text'>
Scintilla is now at v3.5.1 and Scinterm at v1.4 (actually one commit
after that and the sciteco-branch contains another fix for the Scinterm
Makefile)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scintilla is now at v3.5.1 and Scinterm at v1.4 (actually one commit
after that and the sciteco-branch contains another fix for the Scinterm
Makefile)
</pre>
</div>
</content>
</entry>
<entry>
<title>minor INSTALL typos fixed</title>
<updated>2014-08-22T04:03:50+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2014-08-22T04:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=35df3d7d0928b57166b2da800d40d38f079ce768'/>
<id>35df3d7d0928b57166b2da800d40d38f079ce768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>moved and updated installation infos into INSTALL</title>
<updated>2013-03-20T17:44:13+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-20T17:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=5ca9e4d5d28a6af9e313d91d999e8b45fd7b72b2'/>
<id>5ca9e4d5d28a6af9e313d91d999e8b45fd7b72b2</id>
<content type='text'>
 * list download archives in README instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * list download archives in README instead
</pre>
</div>
</content>
</entry>
</feed>
