diff options
| author | Kenichi Handa | 2010-07-12 14:25:46 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-12 14:25:46 +0900 |
| commit | 6f2cdcd11202a6976a399bed4c071b9ac9ce254f (patch) | |
| tree | ca480f60a413349000296f91de2cff759fd98da5 /src | |
| parent | 2300368463c9719839a0289cd6dccaa93d3274cf (diff) | |
| download | emacs-6f2cdcd11202a6976a399bed4c071b9ac9ce254f.tar.gz emacs-6f2cdcd11202a6976a399bed4c071b9ac9ce254f.zip | |
Improve Hebrew rendering.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5acf42608e4..c7e5c5c3ef2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-07-12 Kenichi Handa <handa@m17n.org> | 1 | 2010-07-12 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (lisp): Change hebrew.el to hebrew.elc. | ||
| 4 | (shortlisp): Likewise. | ||
| 5 | |||
| 3 | * font.h (enum font_property_index): New member FONT_ENTITY_INDEX. | 6 | * font.h (enum font_property_index): New member FONT_ENTITY_INDEX. |
| 4 | 7 | ||
| 5 | * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot | 8 | * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot |
diff --git a/src/Makefile.in b/src/Makefile.in index 933ec98a8d5..6a60b1d1ffe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -426,7 +426,7 @@ lisp= \ | |||
| 426 | ${lispsource}language/slovak.el \ | 426 | ${lispsource}language/slovak.el \ |
| 427 | ${lispsource}language/romanian.el \ | 427 | ${lispsource}language/romanian.el \ |
| 428 | ${lispsource}language/greek.el \ | 428 | ${lispsource}language/greek.el \ |
| 429 | ${lispsource}language/hebrew.el \ | 429 | ${lispsource}language/hebrew.elc \ |
| 430 | ${lispsource}language/japanese.el \ | 430 | ${lispsource}language/japanese.el \ |
| 431 | ${lispsource}language/korean.el \ | 431 | ${lispsource}language/korean.el \ |
| 432 | ${lispsource}language/lao.el \ | 432 | ${lispsource}language/lao.el \ |
| @@ -517,7 +517,7 @@ shortlisp= \ | |||
| 517 | ../lisp/language/slovak.el \ | 517 | ../lisp/language/slovak.el \ |
| 518 | ../lisp/language/romanian.el \ | 518 | ../lisp/language/romanian.el \ |
| 519 | ../lisp/language/greek.el \ | 519 | ../lisp/language/greek.el \ |
| 520 | ../lisp/language/hebrew.el \ | 520 | ../lisp/language/hebrew.elc \ |
| 521 | ../lisp/language/japanese.el \ | 521 | ../lisp/language/japanese.el \ |
| 522 | ../lisp/language/korean.el \ | 522 | ../lisp/language/korean.el \ |
| 523 | ../lisp/language/lao.el \ | 523 | ../lisp/language/lao.el \ |