From ba270fe70c08165fa4021b24ae5409d977baa2fe Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 14 May 2003 21:46:59 +0000 Subject: [PATCH] Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis inconsistency and Wed May 14 17:45:32 2003 Owen Taylor * 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 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gdk/gdkkeynames.c | 1 + gdk/gdkkeysyms.h | 3 ++- gdk/gdkkeyuni.c | 4 ++-- 8 files changed, 35 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40941d269..f4b3c9c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed May 14 17:45:32 2003 Owen Taylor + + * 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 * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 40941d269..f4b3c9c18 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed May 14 17:45:32 2003 Owen Taylor + + * 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 * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 40941d269..f4b3c9c18 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed May 14 17:45:32 2003 Owen Taylor + + * 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 * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 40941d269..f4b3c9c18 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed May 14 17:45:32 2003 Owen Taylor + + * 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 * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 40941d269..f4b3c9c18 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed May 14 17:45:32 2003 Owen Taylor + + * 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 * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c index 80cc5224b..576fb05e8 100644 --- a/gdk/gdkkeynames.c +++ b/gdk/gdkkeynames.c @@ -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" }, diff --git a/gdk/gdkkeysyms.h b/gdk/gdkkeysyms.h index 6d6ddffa4..bd694e623 100644 --- a/gdk/gdkkeysyms.h +++ b/gdk/gdkkeysyms.h @@ -874,7 +874,8 @@ #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 diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c index fed2d41ce..fb5292cca 100644 --- a/gdk/gdkkeyuni.c +++ b/gdk/gdkkeyuni.c @@ -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 */ -- 2.43.2