diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 6 | ||||
-rw-r--r-- | modules/basic/basic-x.c | 2 |
8 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index c84576e3..f0bbc5b1 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,9 @@ +Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> + + * modules/basic/basic-x.c: Mark as only an approximate + match for Hebrew, so the Hebrew shaper will be used + in preference. (#67557, Dov Grobgeld) + Wed Dec 26 11:52:28 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c (pango_font_map_load_fontset) diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c index 201f921e..1d01f64a 100644 --- a/modules/basic/basic-x.c +++ b/modules/basic/basic-x.c @@ -103,7 +103,7 @@ static PangoEngineRange basic_ranges[] = { { 0x0000, 0x02af, "*" }, { 0x02b0, 0x02ff, "" }, { 0x0380, 0x058f, "*" }, - { 0x0591, 0x05f4, "*" }, /* Hebrew */ + { 0x0591, 0x05f4, "" }, /* Hebrew */ { 0x060c, 0x06f9, "" }, /* Arabic */ { 0x0e01, 0x0e5b, "" }, /* Thai */ { 0x10a0, 0x10ff, "*" }, /* Georgian */ |