aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-08-22automatically build Scintilla as part of SciTECO's build system:Robin Haberkorn1-3/+0
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.
2014-08-20updated minimum required Scintilla version to 3.4.2 and Scinterm to v1.3Robin Haberkorn1-17/+0
* this allows us to remove the last patch to the Scintilla/Scinterm code base (for the time being at least)
2014-02-16updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2Robin Haberkorn7-98/+20
* 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
2013-07-05fixed INSTALL instructions and added patch for Scintilla v3.3.1 compatibilityRobin Haberkorn1-0/+13
2013-03-19added minor scinterm patches and cleaned up patch systemRobin Haberkorn4-6/+36
* 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
2013-03-17added patch fixing Scinterm on certain 64-bit configurationsRobin Haberkorn1-0/+22
2013-03-17document TECO control code echoing patchRobin Haberkorn1-0/+4
2013-01-20added patch enabling TECO-style (^X) control code echoing in ScintillaRobin Haberkorn1-0/+29
in the future, I might submit a more elaborate Scintilla patch for configuring the control code strings.