Diff for /Amaya/amaya/query.c between versions 1.280 and 1.281

version 1.280, 2001/06/27 12:41:23 version 1.281, 2001/06/27 12:55:40
Line 1431  static void           AHTAcceptTypesInit Line 1431  static void           AHTAcceptTypesInit
    /* Register additional bindings */     /* Register additional bindings */
    HTBind_add("htm", "text/html",  NULL, "8bit", NULL, 1.0);     HTBind_add("htm", "text/html",  NULL, "8bit", NULL, 1.0);
    HTBind_add("tgz", "application/gnutar",  NULL, "binary", NULL, 1.0);     HTBind_add("tgz", "application/gnutar",  NULL, "binary", NULL, 1.0);
    HTBind_add("mml", "text/xml",  NULL, "8bit", NULL, 1.0);     HTBind_add("mml", "application/mathml+xml",  NULL, "8bit", NULL, 1.0);
    HTBind_add("svg", "image/svg+xml",  NULL, "8bit", NULL, 1.0);     HTBind_add("svg", "image/svg+xml",  NULL, "8bit", NULL, 1.0);
    HTBind_add("xsl", "text/xml",  NULL, "8bit", NULL, 1.0);     HTBind_add("xsl", "text/xml",  NULL, "8bit", NULL, 1.0);
    /* Don't do any case distinction */     /* Don't do any case distinction */

Removed from v.1.280  
changed lines
  Added in v.1.281


Webmaster