[w3m-dev 04236] Re: <del>, <s>, <ins>, and so on

Hiroyuki Ito <[email protected]> Fri, 11 May 2007 23:12:52 +0900 (JST)
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>

> > DEL, S, STRIKE  (Display DEL, S and
> > STRIKE element) (simple) (normal)
> > (fontify) () 
> > 
> 
> 0. no display ()
> 1. use tag    ()
> 2. fontify    ()



<ins> INS, DEL, S,
STRIKE 
display_ins_del=0  INS 
 1 use tag ()


 [w3m-dev 04233] 



diff -ru w3m-test/po/ja.po w3m-test2/po/ja.po
--- w3m-test/po/ja.po   2007-05-11 23:06:19.000000000 +0900
+++ w3m-test2/po/ja.po  2007-05-11 23:05:32.000000000 +0900
@@ -202,8 +202,8 @@
 msgstr "TEXTAREA "

 #: rc.c:90
-msgid "Display DEL, S and STRIKE element"
-msgstr "DEL, S, STRIKE "
+msgid "Display INS, DEL, S and STRIKE element"
+msgstr "INS, DEL, S, STRIKE "

 #: rc.c:91
 msgid "Display with color"
@@ -722,8 +722,8 @@
 msgstr ""

 #: rc.c:286
-msgid "normal"
-msgstr ""
+msgid "use tag"
+msgstr ""

 #: rc.c:287
 msgid "fontify"
diff -ru w3m-test/rc.c w3m-test2/rc.c
--- w3m-test/rc.c       2007-05-11 23:06:19.000000000 +0900
+++ w3m-test2/rc.c      2007-05-11 23:05:03.000000000 +0900
@@ -87,7 +87,7 @@
 #define CMT_ALT_ENTITY   N_("Use ASCII equivalents to display entities")
 #define CMT_GRAPHIC_CHAR N_("Use graphic char for border of table and menu")
 #define CMT_FOLD_TEXTAREA N_("Fold lines in TEXTAREA")
-#define CMT_DISP_INS_DEL N_("Display DEL, S and STRIKE element")
+#define CMT_DISP_INS_DEL N_("Display INS, DEL, S and STRIKE element")
 #define CMT_COLOR        N_("Display with color")
 #define CMT_B_COLOR      N_("Color of normal character")
 #define CMT_A_COLOR      N_("Color of anchor")
@@ -283,7 +283,7 @@

 static struct sel_c displayinsdel[] = {
     {N_S(DISPLAY_INS_DEL_SIMPLE), N_("simple")},
-    {N_S(DISPLAY_INS_DEL_NORMAL), N_("normal")},
+    {N_S(DISPLAY_INS_DEL_NORMAL), N_("use tag")},
     {N_S(DISPLAY_INS_DEL_FONTIFY), N_("fontify")},
     {0, NULL, NULL}
 };