Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-13 | fix some punctuation errata | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-10 | fix formatting errata | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-05-05 | fixes for typos and formatting glitches | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | fill in a few missing typedef keywords, and a missing "*" in prototype, as ↵ | Thomas E. Dickey | |
well as minor clarification of "XtIs<class>" Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | add some missing "typedef" keywords for prototyped function-pointers. | Thomas E. Dickey | |
also, use "type" markup in some of the places where it's needed. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | trim spurious backslashes from translation of nroff to docbook xml | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | The conversion to xml overlooked the nroff document's use of "\%" for | Thomas E. Dickey | |
hyphenation (remove those). Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | whitespace/formatting fixes | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use programlisting tag rather than workaround for literallayout font. | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | fix ``fake quotes'' | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | corrected some nested list formatting | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | modify xml-files to use named-entities, for easier manipulation | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use DOCTYPE consistently in included xml files, to allow using named entities | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | add (with an external script "markup-literallayout") <code> tags | Thomas E. Dickey | |
within <literallayout>. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | whitespace-fixes, plus convert examples to standard C | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | correct prototype for XtDisplay; error in spec | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | corrected prototype for XtAppSetFallbackResources; error in spec | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | modify function prototypes in spec to correspond to updates made in headers | Thomas E. Dickey | |
for the _CONST_X_STRING feature. | |||
2019-04-16 | update several function prototypes to use void-return or void-parameter, | Thomas E. Dickey | |
which were not in the original spec because it accommodated K&R C. | |||
2019-04-16 | fix: some ASCII characters were mangled into Unicode look-alikes | Thomas E. Dickey | |
2011-12-28 | Initial docbook conversion. | Matt Dew | |