]> Pileus Git - ~andy/gtk/commitdiff
Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis inconsistency and
authorOwen Taylor <otaylor@redhat.com>
Wed, 14 May 2003 21:46:59 +0000 (21:46 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 14 May 2003 21:46:59 +0000 (21:46 +0000)
Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
        Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis
        inconsistency and leave the old name as an aliass (#104873)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkkeynames.c
gdk/gdkkeysyms.h
gdk/gdkkeyuni.c

index 40941d2693e08d3dd7a04004db929d8a209d40fe..f4b3c9c184bb882301700edb3f11460febcaba22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
+       Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
+       inconsistency and leave the old name as an aliass (#104873)
+
 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
index 40941d2693e08d3dd7a04004db929d8a209d40fe..f4b3c9c184bb882301700edb3f11460febcaba22 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
+       Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
+       inconsistency and leave the old name as an aliass (#104873)
+
 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
index 40941d2693e08d3dd7a04004db929d8a209d40fe..f4b3c9c184bb882301700edb3f11460febcaba22 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
+       Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
+       inconsistency and leave the old name as an aliass (#104873)
+
 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
index 40941d2693e08d3dd7a04004db929d8a209d40fe..f4b3c9c184bb882301700edb3f11460febcaba22 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
+       Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
+       inconsistency and leave the old name as an aliass (#104873)
+
 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
index 40941d2693e08d3dd7a04004db929d8a209d40fe..f4b3c9c184bb882301700edb3f11460febcaba22 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
+       Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
+       inconsistency and leave the old name as an aliass (#104873)
+
 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
index 80cc5224bbed6fb50f726bae235a4bdd761a43e7..576fb05e855b3d60f67ff58a4d15e530fa5924e2 100644 (file)
@@ -576,6 +576,7 @@ static struct gdk_key {
   { 0x0007a2, "Greek_EPSILONaccent" },
   { 0x0007a3, "Greek_ETAaccent" },
   { 0x0007a4, "Greek_IOTAaccent" },
+  { 0x0007a5, "Greek_IOTAdieresis" },
   { 0x0007a5, "Greek_IOTAdiaeresis" },
   { 0x0007a7, "Greek_OMICRONaccent" },
   { 0x0007a8, "Greek_UPSILONaccent" },
index 6d6ddffa494f86c525387ab09ababa013232fe52..bd694e6237688be754a4f283368dcbe0d1ac35b9 100644 (file)
 #define GDK_Greek_EPSILONaccent 0x7a2
 #define GDK_Greek_ETAaccent 0x7a3
 #define GDK_Greek_IOTAaccent 0x7a4
-#define GDK_Greek_IOTAdiaeresis 0x7a5
+#define GDK_Greek_IOTAdieresis 0x7a5
+#define GDK_Greek_IOTAdiaeresis GDK_Greek_IOTAdieresis
 #define GDK_Greek_OMICRONaccent 0x7a7
 #define GDK_Greek_UPSILONaccent 0x7a8
 #define GDK_Greek_UPSILONdieresis 0x7a9
index fed2d41ce2d4eae3df5953647f1eed8986ae61e8..fb5292cca11fe133939382f7ed169a311a950b64 100644 (file)
@@ -338,7 +338,7 @@ static struct {
   { 0x07a2, 0x0388 }, /*         Greek_EPSILONaccent Έ GREEK CAPITAL LETTER EPSILON WITH TONOS */
   { 0x07a3, 0x0389 }, /*             Greek_ETAaccent Ή GREEK CAPITAL LETTER ETA WITH TONOS */
   { 0x07a4, 0x038a }, /*            Greek_IOTAaccent Ί GREEK CAPITAL LETTER IOTA WITH TONOS */
-  { 0x07a5, 0x03aa }, /*         Greek_IOTAdiaeresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
+  { 0x07a5, 0x03aa }, /*          Greek_IOTAdieresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
   { 0x07a7, 0x038c }, /*         Greek_OMICRONaccent Ό GREEK CAPITAL LETTER OMICRON WITH TONOS */
   { 0x07a8, 0x038e }, /*         Greek_UPSILONaccent Ύ GREEK CAPITAL LETTER UPSILON WITH TONOS */
   { 0x07a9, 0x03ab }, /*       Greek_UPSILONdieresis Ϋ GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA */
@@ -1054,7 +1054,7 @@ static struct {
   { 0x07d7, 0x03a7 }, /*                   Greek_CHI Χ GREEK CAPITAL LETTER CHI */
   { 0x07d8, 0x03a8 }, /*                   Greek_PSI Ψ GREEK CAPITAL LETTER PSI */
   { 0x07d9, 0x03a9 }, /*                 Greek_OMEGA Ω GREEK CAPITAL LETTER OMEGA */
-  { 0x07a5, 0x03aa }, /*         Greek_IOTAdiaeresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
+  { 0x07a5, 0x03aa }, /*          Greek_IOTAdieresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
   { 0x07a9, 0x03ab }, /*       Greek_UPSILONdieresis Ϋ GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA */
   { 0x07b1, 0x03ac }, /*           Greek_alphaaccent ά GREEK SMALL LETTER ALPHA WITH TONOS */
   { 0x07b2, 0x03ad }, /*         Greek_epsilonaccent έ GREEK SMALL LETTER EPSILON WITH TONOS */