[BACK]Return to parse.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

Diff for /docbook2mdoc/parse.c between version 1.43 and 1.44

version 1.43, 2019/04/14 18:07:35 version 1.44, 2019/04/14 22:37:56
Line 77  static const struct alias aliases[] = {
Line 77  static const struct alias aliases[] = {
         { "articleinfo",        NODE_BOOKINFO },          { "articleinfo",        NODE_BOOKINFO },
         { "book",               NODE_SECTION },          { "book",               NODE_SECTION },
         { "chapter",            NODE_SECTION },          { "chapter",            NODE_SECTION },
           { "caption",            NODE_IGNORE },
         { "code",               NODE_LITERAL },          { "code",               NODE_LITERAL },
         { "computeroutput",     NODE_LITERAL },          { "computeroutput",     NODE_LITERAL },
         { "!doctype",           NODE_DOCTYPE },          { "!doctype",           NODE_DOCTYPE },
           { "figure",             NODE_IGNORE },
         { "firstname",          NODE_PERSONNAME },          { "firstname",          NODE_PERSONNAME },
         { "glossary",           NODE_VARIABLELIST },          { "glossary",           NODE_VARIABLELIST },
         { "glossdef",           NODE_IGNORE },          { "glossdef",           NODE_IGNORE },
Line 87  static const struct alias aliases[] = {
Line 89  static const struct alias aliases[] = {
         { "glossentry",         NODE_VARLISTENTRY },          { "glossentry",         NODE_VARLISTENTRY },
         { "glosslist",          NODE_VARIABLELIST },          { "glosslist",          NODE_VARIABLELIST },
         { "holder",             NODE_IGNORE },          { "holder",             NODE_IGNORE },
           { "imageobject",        NODE_IGNORE },
         { "indexterm",          NODE_DELETE },          { "indexterm",          NODE_DELETE },
         { "informaltable",      NODE_TABLE },          { "informaltable",      NODE_TABLE },
         { "keycap",             NODE_KEYSYM },          { "keycap",             NODE_KEYSYM },
         { "keycode",            NODE_IGNORE },          { "keycode",            NODE_IGNORE },
           { "mediaobject",        NODE_BLOCKQUOTE },
         { "orgname",            NODE_IGNORE },          { "orgname",            NODE_IGNORE },
         { "othercredit",        NODE_AUTHOR },          { "othercredit",        NODE_AUTHOR },
         { "othername",          NODE_PERSONNAME },          { "othername",          NODE_PERSONNAME },

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb