Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-16 | add links to Github pages | Robin Haberkorn | 1 | -1/+1 | |
2013-03-16 | manual chapters: Expressions, Command Syntax, Q-Registers | Robin Haberkorn | 1 | -0/+1 | |
2013-03-16 | added option to build manuals as HTML using Groff | Robin Haberkorn | 1 | -0/+13 | |
* will be useful for Windows builds since Windows users usally do not have a man-page formatter/reader | |||||
2013-02-25 | integrate Doxygen into build system | Robin Haberkorn | 1 | -2/+20 | |
* solely for generating developer docs * disabled by default even if Doxygen is installed * Doxygen comments are not used currently | |||||
2013-02-22 | use typedef for SciTECO integers and make it configurable at configure time | Robin Haberkorn | 1 | -0/+6 | |
* storage size should always be 64 (gint64) to aid macro portability * however, for performance reasons users compiling from source might explicitly compile with 32 bit integers | |||||
2013-02-22 | added --with-default-scitecopath config option: default value of $SCITECOPATH | Robin Haberkorn | 1 | -3/+10 | |
useful for Windows where the desired default path does not correspond with the installation dir of the std lib macros | |||||
2013-02-22 | added --with-scinterm site-config option and cleaned up Curses configuration | Robin Haberkorn | 1 | -21/+23 | |
may be used to have multiple scinterm-versions in the Scintilla source tree | |||||
2013-02-22 | VPATH build fixes: SciTECO can now be built from a parallel source tree | Robin Haberkorn | 1 | -2/+1 | |
...which is useful when crosscompiling for MinGW | |||||
2013-02-22 | clean up SciTECO bootstrapping by building convenience library | Robin Haberkorn | 1 | -3/+3 | |
* pkg-config LIBS should be added to $LIBS so that link order is correct | |||||
2013-02-15 | install standard macros into special standard library path (pkgdatadir/lib) | Robin Haberkorn | 1 | -1/+6 | |
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore | |||||
2013-02-01 | perform additional expansions on explicitly-specified Scintilla paths | Robin Haberkorn | 1 | -1/+3 | |
a common ./configure parameter would be --with-scintilla=~/scintilla. however the calling shell will not expand tilde and the invoked shell will not automatically fully expand variables. | |||||
2013-01-31 | fixed bootstrapping using sciteco-minimal and bootstrap autodetection | Robin Haberkorn | 1 | -1/+1 | |
was broken due to untested changes | |||||
2013-01-27 | moved manpage to doc/ subdir | Robin Haberkorn | 1 | -1/+1 | |
later there will be much more documentation | |||||
2013-01-23 | generate manpage sciteco(1) using a TECO macro included in the Makefile | Robin Haberkorn | 1 | -5/+5 | |
allows including the currently chosen PREFIX * also removed sciteco_datadir variable (pkgdatadir defined by Automake is sufficient) | |||||
2013-01-20 | added manpage highlighting program invocation and batch mode | Robin Haberkorn | 1 | -0/+1 | |
language and commands will be described in separate documents | |||||
2012-12-04 | bootstrapping of build process using preinstalled sciteco | Robin Haberkorn | 1 | -1/+12 | |
* will also enable crosscompiling SciTECO: first sciteco (or sciteco-minimal) is built for the host platform, then the target binary is built using the host sciteco | |||||
2012-12-04 | additional minor changes: distribution building now possible | Robin Haberkorn | 1 | -5/+7 | |
2012-12-04 | first working version of autotools based build-system | Robin Haberkorn | 1 | -0/+142 | |