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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kjs
From:       Harri Porten <porten () kde ! org>
Date:       2007-02-22 20:11:01
Message-ID: 1172175061.244955.16161.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636322 by porten:

unreserve class keyword as it's often used as an identifier by JS programmers


 M  +5 -0      ChangeLog  
 M  +1 -1      keywords.table  


--- branches/KDE/3.5/kdelibs/kjs/ChangeLog #636321:636322
@@ -1,3 +1,8 @@
+2007-02-22  Harri Porten  <porten@kde.org>
+
+	* keywords.table: unreserve "class" keyword as it is for FF >=
+	1.5. Frequent source of errors.
+
 2007-02-20  Harri Porten  <porten@kde.org>
 
 	* string_object.cpp: basic String localeCompare() function 
--- branches/KDE/3.5/kdelibs/kjs/keywords.table #636321:636322
@@ -33,7 +33,6 @@
 with		WITH
 debugger	DEBUGGER
 # reserved for future use
-class		RESERVED
 enum		RESERVED
 export		RESERVED
 extends		RESERVED
@@ -47,6 +46,7 @@
 #boolean		RESERVED
 #byte		RESERVED
 #char		RESERVED
+#class		RESERVED
 #double		RESERVED
 #final		RESERVED
 #float		RESERVED
[prev in list] [next in list] [prev in thread] [next in thread] 

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