Index: rules/base.xml.in
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.xml.in,v
retrieving revision 1.254
diff -r1.254 base.xml.in
3098,3099c3098,3099
<             <name>comma</name>
<             <_description>Commabelow</_description>
---
>             <name>cedilla</name>
>             <_description>Cedilla</_description>
3104,3105c3104,3105
<             <name>std_comma</name>
<             <_description>Standard (Commabelow)</_description>
---
>             <name>std</name>
>             <_description>Standard</_description>
Index: symbols/ro
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/ro,v
retrieving revision 1.17
diff -r1.17 ro
10,13c10,13
< // the "std_cedilla" variant. If you're determined to get commabelows as in
< // ISO-8859-16 (and not cedillas as in ISO-8859-2) use the defined variants  
< // "comma" for the default layout or "std_comma" for the standard one.
< // MS compatible layout included (use the "winkeys" variant).
---
> // the "std" variant. If you're determined to get cedillas as in ISO-8859-2  
> // (and not commabelow accents as in ISO-8859-16) use the defined variants 
> // "cedilla" for the default layout or "std_cedilla" for the standard one. 
> // Pre-Vista MS compatible layout included (use the "winkeys" variant).
17,18c17,18
< // Completed by Misu Moldovan, <dumol@gnome.ro> (C) 2001, 2004-2007.
< // v 1.3
---
> // Completed by Misu Moldovan, <dumol@gnome.ro> (C) 2001, 2004-2008.
> // v 1.4
48c48
<     key <AD05> { [ t,                      T,  tcedilla,	 Tcedilla ] };
---
>     key <AD05> { [ t,                      T,  0x100021b,       0x100021a ] };
54c54
<     key <AC02> { [ s,                      S,  scedilla,	 Scedilla ] };
---
>     key <AC02> { [ s,                      S,  0x1000219,       0x1000218 ] };
66c66
< xkb_symbols "comma" {
---
> xkb_symbols "cedilla" {
74c74
<     name[Group1]="Romania - Commabelow";
---
>     name[Group1]="Romania - Cedilla";
76,77c76,77
<     key <AD05>	{ [ t,                     T,  0x100021b,       0x100021a ] };
<     key <AC02>	{ [ s,          	   S,  0x1000219,       0x1000218 ] };
---
>     key <AD05> { [ t,                      T,  tcedilla,	 Tcedilla ] };
>     key <AC02> { [ s,                      S,  scedilla,	 Scedilla ] };
81c81
< xkb_symbols "std_cedilla" {
---
> xkb_symbols "std" {
89c89
<     name[Group1]="Romania - Standard (Cedilla)";
---
>     name[Group1]="Romania - Standard";
112,113c112,113
<     key <AC10> { [ scedilla, 	    Scedilla,  semicolon, 	    colon ] };
<     key <AC11> { [ tcedilla, 	    Tcedilla,  apostrophe, 	 quotedbl ] };
---
>     key <AC10> { [ 0x1000219,	   0x1000218,  semicolon, 	    colon ] };
>     key <AC11> { [ 0x100021b,	   0x100021a,  apostrophe, 	 quotedbl ] };
126c126
< xkb_symbols "std_comma" {
---
> xkb_symbols "std_cedilla" {
132c132
<     include "ro(std_cedilla)"
---
>     include "ro(std)"
134c134
<     name[Group1]="Romania - Standard (Commabelow)";
---
>     name[Group1]="Romania - Standard (Cedilla)";
136,137c136,137
<     key <AC10> { [ 0x1000219,	   0x1000218 ] };
<     key <AC11> { [ 0x100021b,	   0x100021a ] };
---
>     key <AC10> { [ scedilla, 	    Scedilla ] };
>     key <AC11> { [ tcedilla, 	    Tcedilla ] };