2002/css-validator/org/w3c/css/properties/css2/font FontConstant.java,1.1,1.2

Update of /sources/public/2002/css-validator/org/w3c/css/properties/css2/font
In directory hutz:/tmp/cvs-serv8236/org/w3c/css/properties/css2/font

Modified Files:
	FontConstant.java 
Log Message:
Changes from Jean-Guilhem Rouel
Bug fixed: 1174 845 160 766
See
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174
http://www.w3.org/Bugs/Public/show_bug.cgi?id=845
http://www.w3.org/Bugs/Public/show_bug.cgi?id=160
http://www.w3.org/Bugs/Public/show_bug.cgi?id=766

The handling of selectors has been redone almost entirely.

Also, changelog in files has been removed.



Index: FontConstant.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css2/font/FontConstant.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FontConstant.java	23 Aug 2005 16:33:50 -0000	1.1
+++ FontConstant.java	8 Sep 2005 12:24:01 -0000	1.2
@@ -4,24 +4,6 @@
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
 // Please first read the full copyright statement in file COPYRIGHT.html
-/*
- * $Log$
- * Revision 1.1  2005/08/23 16:33:50  ylafon
- * major reorganization of property files
- *
- * Revision 1.2  2002/04/08 21:17:08  plehegar
- * New
- *
- * Revision 1.3  1997/07/30 13:19:59  plehegar
- * Updated package
- *
- * Revision 1.2  1997/07/17 12:42:03  plehegar
- * Added font-weight
- *
- * Revision 1.1  1997/07/17 12:28:44  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.css2.font;
 
 /**

Received on Thursday, 8 September 2005 12:24:43 UTC