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

Diff for /docbook2mdoc/parse.c between version 1.58 and 1.59

version 1.58, 2019/05/02 04:09:26 version 1.59, 2019/05/02 11:58:18
Line 97  static const struct alias aliases[] = {
Line 97  static const struct alias aliases[] = {
         { "imageobject",        NODE_IGNORE },          { "imageobject",        NODE_IGNORE },
         { "indexterm",          NODE_DELETE },          { "indexterm",          NODE_DELETE },
         { "informaltable",      NODE_TABLE },          { "informaltable",      NODE_TABLE },
           { "jobtitle",           NODE_IGNORE },
         { "keycap",             NODE_KEYSYM },          { "keycap",             NODE_KEYSYM },
         { "keycode",            NODE_IGNORE },          { "keycode",            NODE_IGNORE },
         { "keycombo",           NODE_IGNORE },          { "keycombo",           NODE_IGNORE },
         { "mediaobject",        NODE_BLOCKQUOTE },          { "mediaobject",        NODE_BLOCKQUOTE },
           { "orgdiv",             NODE_IGNORE },
         { "orgname",            NODE_IGNORE },          { "orgname",            NODE_IGNORE },
         { "othercredit",        NODE_AUTHOR },          { "othercredit",        NODE_AUTHOR },
         { "othername",          NODE_PERSONNAME },          { "othername",          NODE_PERSONNAME },

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb