summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-10-23 22:40:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-10-23 22:40:13 +0000
commitca0c4ef6395f118388355644bf310943bd923659 (patch)
tree8677ac5af6ed2d6bd07984c98a394375541583c8 /TODO
parentf0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956 (diff)
downloadmandoc-ca0c4ef6395f118388355644bf310943bd923659.tar.gz
new: escape sequence handling
done: nested displays
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1b44b326..a703a162 100644
--- a/TODO
+++ b/TODO
@@ -17,9 +17,6 @@
* missing features
************************************************************************
-- deal with nested displays, e.g. D1 inside Bd
- schwarze has an old patch somewhere and would need to brush it up
-
- explicit blocks with missing end macro should be implicitely closed
at the end of the enclosing block, e.g. .Bl It (El) Sh
reminded by stsp@ in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200
@@ -66,6 +63,13 @@
..
reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200
+- clean up escape sequence handling, creating three classes:
+ (1) fully implemented, or parsed and ignored without loss of content
+ (2) unimplemented, potentially causing loss of content
+ or serious mangling of formatting (e.g. \n) -> ERROR
+ see textproc/mgdiff(1) for nice examples
+ (3) undefined, just output the character -> perhaps WARNING
+
- port OpenBSD tbl integration bsd.lv, probably cleaning it up
- look at pages generated from reStructeredText, e.g. devel/mercurial hg(1)