From af207fb1ea41d911e1540177a7e14f53d2a398d3 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Mon, 16 Apr 2001 18:22:47 +0000 Subject: [PATCH] Prepare Protocol-A.texi for web publication. Add and check domain-specific markup. --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0267f2cf..d08e4ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2001-04-16 Per Cederqvist + + Fix comments. + * src/server/async.h: Don't refer to removed files. + * src/include/kom-types.h: Likewise. + + * HACKING: There are version numbers in Protocol-A.texi as well. + + Prepare Protocol-A.texi for web publication. Add and check + domain-specific markup. + * doc/Makefile.am (.texi.notab): Check that no lines are more than + 79 characters long. + (update-www): New target. This is work in progress and does not + yet work. + (Protocol-A.pdf): New target. + (check): Depend on check-doc. + (check-doc): New target. This is work in progress, but it already + performs several useful sanity checks on Protocol-A.texi. + * doc/.cvsignore: Ignore *.tmp, Protocol-A.pdf, protocol-a.html, + and stamp-vti1. + * doc/constructs.expected: New file, that enumerates the expected + @-constructs in Protocol-A.texi. + * doc/Protocol-A.texi (PROTOEDITION, PROTOVER, VERSION): New + constants. Use them throughout the document instead of 10.3, 10 + and 1.0.4. Bump PROTOEDITION to 10.4. Added an explicit + permission to process the texi file with TeX. Ensure that all + permission notices are equal. Print all version information on + the title page. Moved the contents to the front of the document, + and avoid printing them in the html document. Add HTML links to + Lysator and LysKOM before the first node. + (Top): Enclose this node in @ifnottext instead of @ifinfo. Refer + to the web site. + (Overview): Include all version numbers and the canonical URL for + the protocol specification here as well, but only @iftex. + (Document Edition History): New name for former node "Document + Revision History". Use the term "edition" throughout the + document. Added a not for edition 10.4. + (Predefined Aux-Item Types, create-anonymous-text-old) + (create-anonymous-text, modify-system-info): Get rid of overfull + hbox messages from TeX. + (Type Index, Request Index): Use @unnumbered instead of @chapter. + (all call nodes): Replaced "@unnumberedsubsec Error codes" with + "@subheading Error codes" so that they are not included in the + table of contents, and so that the PDF menus work better. + (Overview, Document Edition History): TeX lint. + (@req, @aux, @async, @type, @priv, @conftype, @misc, @rarg, @aarg) + (@errorcode, @field): New Texinfo macros. Use them where + appropriate. + 2001-04-13 Per Cederqvist Register the undocumented "rkom" user-area block. -- GitLab