[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandoc-source
Subject:    mdocml: Apparently the U tag is deprecated, so use a SPAN instead
From:       kristaps () mdocml ! bsd ! lv
Date:       2010-12-24 14:14:00
Message-ID: 201012241414.oBOEE01a028772 () krisdoz ! my ! domain
[Download RAW message or body]

Log Message:
-----------
Apparently the U tag is deprecated, so use a SPAN instead (blah).  Bump
version date for release.

Modified Files:
--------------
    mdocml:
        Makefile
        example.style.css
        html.c
        html.h
        index.sgml
        mdoc_html.c
        style.css

Revision Data
-------------
Index: style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/style.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lstyle.css -Lstyle.css -u -p -r1.18 -r1.19
--- style.css
+++ style.css
@@ -91,7 +91,7 @@ span.ref-opt	{ } /* Reference optionals 
 span.ref-page	{ } /* Reference page (%P). */
 span.ref-corp	{ } /* Reference corporate/foreign author (%Q). */
 span.ref-rep	{ } /* Reference report (%R). */
-u.ref-title	{ } /* Reference title (%T). */
+span.ref-title	{ text-decoration: underline; } /* Reference title (%T). */
 span.ref-vol	{ } /* Reference volume (%V). */
 span.type	{ font-style: italic; font-weight: normal; } /* Variable types (Vt). */
 span.unix	{ } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
Index: html.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/html.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -Lhtml.h -Lhtml.h -u -p -r1.35 -r1.36
--- html.h
+++ html.h
@@ -48,7 +48,6 @@ enum	htmltag {
 	TAG_PRE,
 	TAG_B,
 	TAG_I,
-	TAG_U,
 	TAG_CODE,
 	TAG_SMALL,
 	TAG_MAX
Index: html.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/html.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -Lhtml.c -Lhtml.c -u -p -r1.122 -r1.123
--- html.c
+++ html.c
@@ -72,7 +72,6 @@ static	const struct htmldata htmltags[TA
 	{"pre",		HTML_CLRLINE }, /* TAG_PRE */
 	{"b",		0 }, /* TAG_B */
 	{"i",		0 }, /* TAG_I */
-	{"u",		0 }, /* TAG_U */
 	{"code",	0 }, /* TAG_CODE */
 	{"small",	0 }, /* TAG_SMALL */
 };
Index: mdoc_html.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_html.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -Lmdoc_html.c -Lmdoc_html.c -u -p -r1.137 -r1.138
--- mdoc_html.c
+++ mdoc_html.c
@@ -1933,7 +1933,6 @@ mdoc__x_pre(MDOC_ARGS)
 		break;
 	case(MDOC__T):
 		PAIR_CLASS_INIT(&tag[0], "ref-title");
-		t = TAG_U;
 		break;
 	case(MDOC__U):
 		PAIR_CLASS_INIT(&tag[0], "link-ref");
Index: index.sgml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v
retrieving revision 1.98
retrieving revision 1.99
diff -Lindex.sgml -Lindex.sgml -u -p -r1.98 -r1.99
--- index.sgml
+++ index.sgml
@@ -327,7 +327,7 @@
 					</H1>
 					<DIV CLASS="news">
 						<P>
-							<SPAN CLASS="date">23-12-2010</SPAN>:
+							<SPAN CLASS="date">24-12-2010</SPAN>:
 							version 1.10.8
 						</P>
 						<P>
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.298
retrieving revision 1.299
diff -LMakefile -LMakefile -u -p -r1.298 -r1.299
--- Makefile
+++ Makefile
@@ -19,7 +19,7 @@ INSTALL_LIB	= $(INSTALL) -m 0644
 INSTALL_MAN	= $(INSTALL_DATA)
 
 VERSION	   = 1.10.8
-VDATE	   = 23 December 2010
+VDATE	   = 24 December 2010
 
 VFLAGS	   = -DVERSION="\"$(VERSION)\""
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
Index: example.style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v
retrieving revision 1.39
retrieving revision 1.40
diff -Lexample.style.css -Lexample.style.css -u -p -r1.39 -r1.40
--- example.style.css
+++ example.style.css
@@ -82,7 +82,7 @@ span.ref-opt	{ } /* Reference optionals 
 span.ref-page	{ } /* Reference page (%P). */
 span.ref-corp	{ } /* Reference corporate/foreign author (%Q). */
 span.ref-rep	{ } /* Reference report (%R). */
-u.ref-title	{ } /* Reference title (%T). */
+span.ref-title	{ text-decoration: underline; } /* Reference title (%T). */
 span.ref-vol	{ } /* Reference volume (%V). */
 span.type	{ font-style: italic; font-weight: normal; } /* Variable types (Vt). */
 span.unix	{ } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic