aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-16implemented command to query ASCII code of character (^^x)Robin Haberkorn2-0/+26
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn4-8/+59
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn9-12/+40
2013-02-14hide some implementation details in MicroStateMachinesRobin Haberkorn3-19/+20
2013-02-14initialize global Q-Registers (beginning with $) with environment variablesRobin Haberkorn1-0/+23
2013-02-14updated TODORobin Haberkorn1-0/+2
2013-02-14updated TODO: long-q-reg names implementedRobin Haberkorn1-4/+2
2013-02-14undo q-register table initializations (insertions) on ruboutRobin Haberkorn2-1/+24
2013-02-14option for q-reg spec state machine to allocate (insert) new q-registersRobin Haberkorn3-9/+38
2013-02-14use Q-Register micro state machine when parsing Q-Reg spec in string-building...Robin Haberkorn2-45/+39
2013-02-14undo tokens for changing an object pointerRobin Haberkorn1-0/+40
2013-02-14micro state machine for Q-Register specifications: allow long Q-Reg namesRobin Haberkorn2-16/+100
2013-02-14rewritten string building state machine using a common MicroStateMachine base...Robin Haberkorn2-125/+140
2013-02-11properly support <CTL/Z> suspension as immediate commandRobin Haberkorn1-0/+12
2013-02-11<CTL/U> immediate editing command to rubout current string paramRobin Haberkorn1-0/+9
2013-02-11fixup: word-rubout may rub out nothingRobin Haberkorn1-4/+3
2013-02-11States::is_string() to check whether current state is a string-stateRobin Haberkorn2-7/+14
2013-02-11support <CTRL/W> immediate editing command: depending on context, rub out wor...Robin Haberkorn1-0/+24
2013-02-11support <CNTRL/T> immediate editing command only in string parametersRobin Haberkorn1-31/+32
2013-02-08updated TODORobin Haberkorn1-2/+13
2013-02-08fixed ring.current/QRegisters::current corruptionRobin Haberkorn3-8/+11
2013-02-08updated TODO: implemented "{" and "}" commandsRobin Haberkorn1-1/+0
2013-02-08reverse Execute::step() change: no need to pass parameters by referenceRobin Haberkorn3-6/+4