diff options
author | 2017-11-06 18:03:57 -0500 | |
---|---|---|
committer | 2017-11-06 18:03:57 -0500 | |
commit | 3ba9f505933cc9fb7e8ccf6e0cf04740235c2816 (patch) | |
tree | 57bed97a3d72a080cd3d643d493345cf11694359 /doc | |
parent | 5023b6e422f1a8d71c93c076d3d58cb48693def7 (diff) | |
download | textadept-3ba9f505933cc9fb7e8ccf6e0cf04740235c2816.tar.gz textadept-3ba9f505933cc9fb7e8ccf6e0cf04740235c2816.zip |
Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md index a8e12414..15f928ee 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -100,8 +100,8 @@ equivalents as separate entities, not as translations of one another. ## Requirements In its bid for minimalism, Textadept also depends on very little to run. The GUI -version needs only [GTK+][], a cross-platform GUI toolkit, version 2.18 or later -(circa late-2009) on Linux and BSD systems. The application already bundles a +version needs only [GTK+][], a cross-platform GUI toolkit, version 2.24 or later +(circa early-2011) on Linux and BSD systems. The application already bundles a GTK+ runtime into the Windows and Mac OSX packages. The terminal, or curses, version of Textadept only depends on a curses implementation like [ncurses][] on Linux, Mac OSX, and BSD systems. The Windows binary includes a precompiled |