aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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-06updated README: added link to SciTECO presentation and new manpagesRobin Haberkorn1-4/+7
2016-12-06htbl.tes: clean up and added support for boxed tables with separator linesRobin Haberkorn1-48/+82
2016-11-30allow dollar sign as another variant of ^[ (discard all arguments or return)Robin Haberkorn3-24/+53
2016-11-27fixed rubout of the first command after command line termination ($$)Robin Haberkorn2-6/+6
2016-11-22womanpage lexer: fixed popup stylingRobin Haberkorn1-1/+1
2016-11-22Gtk interface: make sure that the default display is openedRobin Haberkorn1-2/+10
2016-11-22save some bytes per Q-Register creation on the undo stackRobin Haberkorn2-21/+47
2016-11-22avoid the non-standard \e escape sequenceRobin Haberkorn2-5/+8
2016-11-22fixed local Q-Register management on certain broken platformsRobin Haberkorn4-23/+42
2016-11-22optimized QRegisterTable cleanupRobin Haberkorn5-5/+10
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn7-14/+47
2016-11-21fixed compilation of the PDCurses frontendRobin Haberkorn1-1/+1
2016-11-20updated sample.teco_ini: 2EJ now sets a more or less global memory limitRobin Haberkorn1-2/+2
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn26-296/+358
2016-11-20fixup to 19675a1a4899: fixed crash after rubbing out creation of global registerRobin Haberkorn1-1/+1
2016-11-20optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...Robin Haberkorn7-26/+42
2016-11-20updated README: new featuresRobin Haberkorn1-9/+18
2016-11-20fixed interpretation of the Q-Register specification ".."Robin Haberkorn1-3/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn10-12/+251
2016-11-20optimized red-black trees and common base class for string-keyed RB treesRobin Haberkorn9-143/+218
2016-11-18updated .gitignoreRobin Haberkorn1-2/+7
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn17-242/+366
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn7-28/+93
2016-11-18improved command line option handlingRobin Haberkorn13-49/+149
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn20-64/+1319
2016-11-16fixed segfault when munging empty scriptsRobin Haberkorn1-3/+10
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 Haberkorn9-50/+302
2016-11-01simplify bootstrap.am and avoid warning about GNU make $(shell) functionRobin Haberkorn1-4/+8
2016-11-01updated TODORobin Haberkorn1-0/+42
2016-08-19added test group for SciTECO's EOL normalisation featureRobin Haberkorn5-0/+21
2016-08-19Integrated clipboard supportRobin Haberkorn20-441/+1460
2016-08-19updated README: mention some more design features of SciTECORobin Haberkorn1-2/+16
2016-06-04added ^E@ string building characterRobin Haberkorn3-11/+42
2016-04-06updated Scintilla to v3.6.4 and Scinterm to v1.7Robin Haberkorn2-2/+2
2016-04-05session.tes: save and restore the working directory as part of the sessionRobin Haberkorn1-3/+11
2016-03-25fixed rubout and reinsertion of the loop end command (>)Robin Haberkorn1-2/+11
2016-02-24EG and EC use $SHELL and $COMSPEC as the default command interpreters nowRobin Haberkorn3-17/+43
2016-02-19fixed Objective C++ lexing: it is now handled by cpp.tesRobin Haberkorn2-11/+14
2016-02-18replace custom Gob2 check with GOB2_CHECK() from gob2.m4Robin Haberkorn2-4/+60
2016-02-17added lexing support for Gob2 (GObject Builder)Robin Haberkorn2-0/+37
2016-02-17The "cpp" lexer configuration has been split into "c.tes" and "cpp.tes"Robin Haberkorn3-23/+64
2016-02-17simplified "lexer.test..." macros using the $$ return commandRobin Haberkorn43-194/+194
2016-02-16distribution helper script: let it be preprocessed/substituted by AutoconfRobin Haberkorn3-24/+28
2016-02-16minor ./distribute fixRobin Haberkorn1-2/+2