aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn2-18/+9
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn1-0/+6
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-99/+133
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-6/+14
2024-09-09grosciteco.tes manpage: fixed formatting of list of troff macrosRobin Haberkorn1-1/+0
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn2-1/+13
2024-09-09updated README and sciteco(7) with information about Unicode support (refs #5)Robin Haberkorn1-8/+28
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-0/+6
2024-09-09conditionals now check for Unicode codepoints (refs #5)Robin Haberkorn1-6/+6
2024-09-09grosciteco: support Unicode (refs #5)Robin Haberkorn2-28/+46
2024-02-06avoid Groff warnings due to `\` escapesRobin Haberkorn1-1/+1
2024-02-03GTK: allow disabling client-side decorations by setting $GTK_CSD=0Robin Haberkorn1-0/+4
2024-01-20removed nonsensical line from sciteco(7) man pageRobin Haberkorn1-1/+0
2023-07-02cheat-sheet.mm: minor improvementsRobin Haberkorn1-3/+2
2023-06-28added cheat sheetRobin Haberkorn2-0/+817
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn4-7/+7
2023-04-05Troff documents: fixed monospaced example blocksRobin Haberkorn3-15/+15
2023-04-05default font is now "Monospace" instead of CourierRobin Haberkorn1-2/+2
2023-04-05sciteco.tmac: also set the LL register (refs #11)Robin Haberkorn1-1/+5
2023-04-05fixed grosciteco for newer Groff versions (refs #11)Robin Haberkorn1-0/+1
2022-12-10fixed pass-through loops: especially :> and :F<Robin Haberkorn1-5/+5
2022-12-01sciteco(1) manpage: All UIs support ^C interruptions nowRobin Haberkorn1-2/+1
2021-06-08all SciTECO scripts used during the build process now always write files with...Robin Haberkorn3-4/+4
2021-06-08Windows: normalize $COMSPECRobin Haberkorn1-3/+7
2021-05-30updated Doxyfile.in with Doxygen 1.8.17Robin Haberkorn1-77/+186
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn4-46/+40
2017-03-25some minor Doxygen documentation improvementsRobin Haberkorn1-1/+1
2017-03-25updated Doxyfile to suppress some Doxygen warningsRobin Haberkorn1-148/+261
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn1-0/+17
2017-03-03build system portability fixesRobin Haberkorn1-11/+11
2017-02-26more fixes for groff v1.19Robin Haberkorn2-5/+5
2017-02-26fixup to 733e0126: fixed if-then-else in sciteco.tmacRobin Haberkorn1-1/+1
2017-02-23print all warnings when invoking GroffRobin Haberkorn1-2/+2
2017-02-22grosciteco: added support for the `F` commandRobin Haberkorn1-0/+3
2017-02-22fixed womanpage-generation for Groff < v1.20Robin Haberkorn1-0/+14
2016-12-06htbl.tes: clean up and added support for boxed tables with separator linesRobin Haberkorn1-48/+82
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn3-0/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn1-0/+42
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn7-167/+297
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn3-10/+17
2016-11-18improved command line option handlingRobin Haberkorn3-9/+37
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn8-17/+813
2016-11-01sciteco(7) man page: revised subsection naming in FLOW CONTROL sectionRobin Haberkorn1-3/+3
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn1-4/+54
2016-08-19Integrated clipboard supportRobin Haberkorn1-0/+47
2016-06-04added ^E@ string building characterRobin Haberkorn1-9/+19
2016-02-24EG and EC use $SHELL and $COMSPEC as the default command interpreters nowRobin Haberkorn1-0/+9
2016-02-16commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.amRobin Haberkorn1-0/+6
2016-02-16implemented ^C commandRobin Haberkorn2-10/+13
2016-02-15updated sciteco(7): command line termination, aggregating loops etc.Robin Haberkorn1-18/+69