summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-06 06:41:46 +0000
committerwlemb <wlemb>2001-04-06 06:41:46 +0000
commit04387f3d81f90ff69dd1ca79803979ff3a8b205c (patch)
treed45da5e74374ac816be75cac6570f218657f6b9d
parent9e2d9888314d003eeece891ed6920e82de045e34 (diff)
downloadgroff-04387f3d81f90ff69dd1ca79803979ff3a8b205c.tar.gz
Fix typo.
-rw-r--r--ChangeLog30
-rw-r--r--NEWS2
2 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 139a3fb6..e24c999a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2001-04-06 Ruslan Ermilov <ru@freebsd.org>
+
+ Many fixes. Diag lists can now be nested also; additionally,
+ `-compact' and `-offset' are supported.
+
+ * tmac/doc.tmac (doc-have-indent): Replaced with ...
+ (doc-list-have-indent-stackXXX): A new register stack.
+ (doc-have-diag-list): Removed.
+ (Bl): Use `doc-list-have-indent-stackXXX'.
+ (El): Updated.
+ (doc-diag-list): Use `doc-compact-list-stackXXX'.
+ (doc-tag-list): Use `doc-list-have-indent-stackXXX'.
+ (doc-set-vertical-and-indent): Ditto.
+ (doc-next-list-depth): Removed.
+ (doc-increment-list-stack): Set values for `doc-list-depth + 1'
+ instead of `doc-list-depth'.
+ (doc-decrement-list-stack): Use `doc-list-depth' instead of
+ `doc-next-list-depth'.
+ (doc-end-list, doc-end-column-list): Don't use
+ `doc-decrement-list-stack'.
+ (doc-set-column-tab): Don't use `doc-list-column-stackXXX'.
+ (doc-save-global-vars, doc-restore-global-vars): Updated.
+ * tmac/doc-common: Updated.
+ * tmac/groff_mdoc.man: Updated.
+ * NEWS: Fix typo.
+
+2001-04-02 Werner LEMBERG <wl@gnu.org>
+
+ * src/devices/grotty/grotty.man: Fix grammatical error.
+
2001-03-30 Ruslan Ermilov <ru@freebsd.org>
Remove .Ld from mdoc package; replace it with special handling of
diff --git a/NEWS b/NEWS
index 9ab7d6fd..981046f5 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ o The mdoc package has been completely rewritten, using the full power of
supported). Most important changes are:
. No argument limit.
- . Almost all macros are parsable and callable (if it makes sense).
+ . Almost all macros are parsed and callable (if it makes sense).
. `.Lb': prints library names
. `.Nm <punctuation>' now works as expected; `.Nm "" <punctuation>' has
been withdrawn.