aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-03-16updated README: mention sciteco(7), fix Video TECO spellingRobin Haberkorn1-6/+7
2013-03-16updated TODO: written language referenceRobin Haberkorn1-2/+1
2013-03-16updated TODORobin Haberkorn1-5/+9
2013-03-16written section about buffer ring in language manualRobin Haberkorn1-0/+37
2013-03-16explain caret-control-character equivalence for commands and no-ops in more d...Robin Haberkorn1-1/+13
2013-03-16wrote introduction (typographic conventions) for command referenceRobin Haberkorn1-0/+31
2013-03-16fixed spelling of Video TECORobin Haberkorn2-7/+8
2013-03-16written section about flow-control constructs in language reference manualRobin Haberkorn1-1/+185
2013-03-16make success/failure conditional tests more consistent with the definition of...Robin Haberkorn1-3/+9
2013-03-16wrote language reference sections about string building and pattern match cha...Robin Haberkorn1-1/+159
2013-03-16manual chapters: Expressions, Command Syntax, Q-RegistersRobin Haberkorn3-0/+262
2013-03-16generate-docs: marker looks like a Troff request nowRobin Haberkorn2-2/+2
2013-03-16common parent state for all file-name-expecting commands: fixes EM tab-comple...Robin Haberkorn4-7/+17
2013-03-16prevent image generation during HTML production, instead generate HTML tables...Robin Haberkorn3-8/+88
2013-03-16fixed: prevent accessing registers in parse-only modeRobin Haberkorn1-0/+10
2013-03-16elaborate on auto-completions in sciteco(7)Robin Haberkorn1-0/+14
2013-03-16wrote introduction, key translation and immedite editing sections for sciteco...Robin Haberkorn2-1/+339
2013-03-16outline of remaining language referenceRobin Haberkorn1-0/+43
2013-03-16documented remaining commandsRobin Haberkorn6-2/+405
2013-03-16completed documentation of all commands in parser.cppRobin Haberkorn2-2/+241
2013-03-16mention sciteco(7) in sciteco(1)Robin Haberkorn1-0/+3
2013-03-16documented commands ending in StateStartRobin Haberkorn1-0/+311
2013-03-16fixed break-command: without-param it evaluates the search-statusRobin Haberkorn1-1/+1
2013-03-16added option to build manuals as HTML using GroffRobin Haberkorn3-0/+22
2013-03-16documented generate-docs.tes Troff preprocessorRobin Haberkorn1-0/+27
2013-03-16first draft of TECO command documentation generatorRobin Haberkorn4-1/+150
2013-02-25integrate Doxygen into build systemRobin Haberkorn4-2/+1753
2013-02-25EM...$ command to read macro from file and execute immediately (just like "M")Robin Haberkorn5-2/+22
2013-02-24moved QuickSort macros from symbols-extract script into own string.tes macro ...Robin Haberkorn4-45/+50
2013-02-24cleaned up SymbolList class: make attributes privateRobin Haberkorn2-7/+13
2013-02-23fixed symbol lists: sort order must correspond with search order (determined ...Robin Haberkorn3-32/+42
2013-02-22save/restore anchor position along with dot (current position) when editing d...Robin Haberkorn2-6/+12
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn13-68/+84
2013-02-22added --with-default-scitecopath config option: default value of $SCITECOPATHRobin Haberkorn5-9/+20
2013-02-22added --with-scinterm site-config option and cleaned up Curses configurationRobin Haberkorn2-24/+27
2013-02-22added some default function key macrosRobin Haberkorn3-1/+34
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn4-22/+19
2013-02-22function key macro support for GTK+ interfaceRobin Haberkorn2-11/+61
2013-02-22fixed global object initialization order issueRobin Haberkorn7-25/+53
2013-02-22fixed margin configuration with GTK+ interfaceRobin Haberkorn2-4/+9
2013-02-22Windows (MinGW) compatibility fixes: suspending impossible and environment in...Robin Haberkorn2-9/+10
2013-02-22VPATH build fixes: SciTECO can now be built from a parallel source treeRobin Haberkorn3-11/+13
2013-02-22updated TODO: Optimizations sectionRobin Haberkorn1-3/+7
2013-02-22removed unused Red-Black tree abstractionsRobin Haberkorn1-180/+0
2013-02-22clean up QRegisterTable::insert|initialize usageRobin Haberkorn3-15/+13
2013-02-22clean up QRegister vs. Buffer redundancies using TECODocument classRobin Haberkorn7-88/+234
2013-02-22clean up SciTECO bootstrapping by building convenience libraryRobin Haberkorn3-27/+33
2013-02-22use preprocessor error if no interface has been selectedRobin Haberkorn1-0/+2
2013-02-17made UndoStack::push_msg() inlineRobin Haberkorn2-8/+6
2013-02-16fixed commandline replacementsRobin Haberkorn1-15/+16