| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-18 | updated README: there's a Yocto layer now providing SciTECO | Robin Haberkorn | 1 | -0/+2 | |
| 2015-09-24 | mention nanonote-ports OpenWrt feed in README | Robin Haberkorn | 1 | -0/+2 | |
| 2015-07-28 | added full Haiku OS support (non x86_gcc2) | Robin Haberkorn | 1 | -2/+4 | |
| * Haiku can be handled like UNIX in most respects since it is POSIX compliant, has a UNIX-like terminal emulator and uses ncurses. * still the Glib platform macro is G_OS_HAIKU instead of G_OS_UNIX, so the preprocessor conditionals had to be adapted. * the only functional difference between a Haiku and UNIX build is the default SCITECOCONFIG path. We use the config path returned by Glib instead of $HOME, so .teco_ini will be in ~/config/settings on Haiku. Other UNIX ports appear to use the same conventions. * Some Haiku-specific restrictions still apply: * Haiku's terminal is xterm-compatible, but only supports 8 colors. Therefore only the terminal.tes color scheme can be used and the terminal must be set up to "Use bright instead of bold text". * The terminal has artifacts. This appears to be a Haiku bug and affects other curses applications as well. * GTK is yet unsupported on Haiku, so there may never be a GUI port (unless someone writes a QT GUI for SciTECO). * SciTECO cannot be built with the legacy gcc2 used for BeOS compatibility on Haiku. This would require too many changes for an obsolete platform. BeOS and the x86_gcc2 platform of Haiku will therefore never be supported. The PPC and ARM platforms of Haiku should work but are untested. * a HaikuPorts recipe will be provided for the next regular SciTECO release. This should hopefully allow installation via HaikuDepot. | |||||
| 2015-03-18 | updated README: there are recent brebuilt packages now... | Robin Haberkorn | 1 | -5/+2 | |
| 2015-03-16 | implemented function key masking (context-sensitive function key macros) | Robin Haberkorn | 1 | -0/+1 | |
| * fnkeys.tes has been updated to enable the command line editing macros (cursor keys, etc.) only in the "start" state. This avoids the annoying effect of inserting the macros into string arguments where they have no effect and must be rubbed out again. | |||||
| 2015-03-16 | fixup: left align icon in first README paragraph | Robin Haberkorn | 1 | -2/+1 | |
| 2015-03-16 | added icon to README.md | Robin Haberkorn | 1 | -0/+2 | |
| 2015-03-02 | updated documentation: cover undo/redo, the new ^G editing command and ↵ | Robin Haberkorn | 1 | -0/+5 | |
| removal of ^T | |||||
| 2014-12-09 | updated README: elaborate on supported platforms, libraries and features | Robin Haberkorn | 1 | -8/+37 | |
| 2014-11-10 | README: mention Github wiki | Robin Haberkorn | 1 | -0/+1 | |
| 2014-02-17 | mention sciteco.sf.net as the project's homepage | Robin Haberkorn | 1 | -2/+3 | |
| 2014-02-16 | updated README: begin to reference resources on Sourceforge | Robin Haberkorn | 1 | -3/+3 | |
| 2013-03-20 | moved and updated installation infos into INSTALL | Robin Haberkorn | 1 | -29/+6 | |
| * list download archives in README instead | |||||
| 2013-03-19 | updated README: gcc 4.4 and later are supported | Robin Haberkorn | 1 | -8/+12 | |
| * cleaned up dependency list | |||||
| 2013-03-17 | updated README: all of the features are supported | Robin Haberkorn | 1 | -2/+0 | |
| 2013-03-16 | add links to Github pages | Robin Haberkorn | 1 | -3/+4 | |
| 2013-03-16 | updated README: teco.ini is documented in sciteco(1) | Robin Haberkorn | 1 | -3/+1 | |
| 2013-03-16 | updated README: mention sciteco(7), fix Video TECO spelling | Robin Haberkorn | 1 | -6/+7 | |
| 2013-02-22 | added --with-scinterm site-config option and cleaned up Curses configuration | Robin Haberkorn | 1 | -3/+4 | |
| may be used to have multiple scinterm-versions in the Scintilla source tree | |||||
| 2013-01-20 | minor manpage fixes and README updated | Robin Haberkorn | 1 | -0/+6 | |
| 2013-01-20 | added patch enabling TECO-style (^X) control code echoing in Scintilla | Robin Haberkorn | 1 | -0/+2 | |
| in the future, I might submit a more elaborate Scintilla patch for configuring the control code strings. | |||||
| 2013-01-19 | support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly ↵ | Robin Haberkorn | 1 | -0/+1 | |
| fixes PDCurses support) | |||||
| 2012-12-04 | updated README (autoconf-based build system) | Robin Haberkorn | 1 | -4/+7 | |
| 2012-12-04 | first working version of autotools based build-system | Robin Haberkorn | 1 | -0/+65 | |
