summaryrefslogtreecommitdiff
path: root/scripts/read-text-outline
AgeCommit message (Collapse)AuthorFilesLines
2009-04-17guile-tools is a scheme script that loads scheme modulesAndy Wingo1-255/+0
* meta/guile-tools: Changed to be a scheme script. Instead of looking for executables in a "scripts dir", we just look for modules in (scripts), and load the modules directly. * module/Makefile.am: * module/scripts/: Move the scripts into module/ so they can be compiled. Rename scripts from `foo' to `foo.scm'. * libguile/Makefile.am: Invoke the snarf->texi code via guile-tools. * configure.in: * .gitignore: Update for changes.
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2002-04-06(display-outline-tree): No longer export this proc.Thien-Thi Nguyen1-84/+169
(*depth-cue-rx*, *subm-number*, *level-divisor*, >>, display-outline-tree): Delete these vars and procs. (??, msub, ??-predicates, make-line-parser, make-text-outline-reader): New procs. (make-text-outline-reader): Export. (read-text-outline-silently): Rewrite using `make-text-outline-reader'.
2002-04-02(read-text-outline-silently): Move `tp' inside `loop'; nfc.Thien-Thi Nguyen1-14/+23
2002-04-02Initial revision.Thien-Thi Nguyen1-0/+161