From 04387f3d81f90ff69dd1ca79803979ff3a8b205c Mon Sep 17 00:00:00 2001 From: wlemb Date: Fri, 6 Apr 2001 06:41:46 +0000 Subject: Fix typo. --- ChangeLog | 30 ++++++++++++++++++++++++++++++ NEWS | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 139a3fb6..e24c999a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2001-04-06 Ruslan Ermilov + + 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 + + * src/devices/grotty/grotty.man: Fix grammatical error. + 2001-03-30 Ruslan Ermilov 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 ' now works as expected; `.Nm "" ' has been withdrawn. -- cgit v1.2.1