diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 13:35:40 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 13:35:40 +0100 |
commit | ba22b1a307988fd493fc682daff20eee4c325451 (patch) | |
tree | 7c2e482a07c8c8c0444ae8f0fa4757f3da50acfc /patches/040-scinterm-compat.patch | |
parent | 4ae59fd5cdcaba4d050e86d02c38dddacba2fc80 (diff) | |
download | sciteco-ba22b1a307988fd493fc682daff20eee4c325451.tar.gz |
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
* 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
Diffstat (limited to 'patches/040-scinterm-compat.patch')
-rw-r--r-- | patches/040-scinterm-compat.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/040-scinterm-compat.patch b/patches/040-scinterm-compat.patch deleted file mode 100644 index 30e21a8..0000000 --- a/patches/040-scinterm-compat.patch +++ /dev/null @@ -1,13 +0,0 @@ -Necessary for Scintilla 3.3.1 compatibility -(already fixed in Scinterm repository) ---- a/scintilla/scinterm/Makefile 2013-07-05 19:59:35.094018253 +0200 -+++ b/scintilla/scinterm/Makefile 2013-07-05 19:59:45.102018598 +0200 -@@ -5,7 +5,7 @@ - CXX = g++ - INCLUDEDIRS = -I ../include -I ../src -I ../lexlib - CXXFLAGS = -Wall -Wno-missing-braces -Wno-char-subscripts -Wno-long-long \ -- -pedantic -DNCURSES -DSCI_LEXER $(INCLUDEDIRS) -+ -pedantic -DNCURSES -DCURSES -DSCI_LEXER $(INCLUDEDIRS) - ifdef DEBUG - CXXFLAGS += -DDEBUG -g - else |