aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-06 00:05:40 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-06 00:05:40 +0300
commit50f07cbee2da2a71a49d99ee2723a182cc3d86b4 (patch)
tree50f387b5aea5afb59fec965c55bdb873694ab583 /README.md
parentbf8acce375a7387f6e4f6a01ee806459ddf52636 (diff)
downloadvideoteco-fork-50f07cbee2da2a71a49d99ee2723a182cc3d86b4.tar.gz
updated AUTO_DATE in teco.h in preparation for v7.0 release
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8dd506..a9e6b18 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,11 @@ version published by Paul Cantrell in 2007
* Fixed echoing control characters on the end of lines.
Or was it broken only at the end of the document?
Anyway, it's fixed now.
+* Restore screen on exit when building for terminfo,
+ which is the new default.
* Code documentation using [Doxygen](https://doxygen.nl/).
Build with `make devdoc`.
+* Rewrote the Autotools build system.
* Added the [original manual](https://www.copters.com/teco.html) to the repository
(`doc/TECO Manual V4.html`).