diff options
| author | Chong Yidong | 2009-09-13 20:46:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-13 20:46:46 +0000 |
| commit | b2d98113d5804a910571f8720f7c8c894b8b7d92 (patch) | |
| tree | 5ba45a1e74ad071ac246f4b6754c4bbe8abd3405 | |
| parent | 61dc96a271c8527d67e21b9a0ddab54135f4a401 (diff) | |
| download | emacs-b2d98113d5804a910571f8720f7c8c894b8b7d92.tar.gz emacs-b2d98113d5804a910571f8720f7c8c894b8b7d92.zip | |
* PROBLEMS: Document Athena/Lucid internationalization
problem (Bug#4333).
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/PROBLEMS | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e38ef64dc2a..54f15101485 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-09-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * PROBLEMS: Document Athena/Lucid internationalization | ||
| 4 | problem (Bug#4333). | ||
| 5 | |||
| 1 | 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl> | 6 | 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl> |
| 2 | 7 | ||
| 3 | * refcards/orgcard.tex: Document new effort setting commands. | 8 | * refcards/orgcard.tex: Document new effort setting commands. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0654d00667f..0a95abfb3e0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -911,7 +911,9 @@ normal); tex-suscript-height-minimum (minimum height). | |||
| 911 | Many Spanish keyboards seem to ignore that combination. Emacs can't | 911 | Many Spanish keyboards seem to ignore that combination. Emacs can't |
| 912 | do anything about it. | 912 | do anything about it. |
| 913 | 913 | ||
| 914 | ** Characters from the mule-unicode charsets aren't displayed under X. | 914 | ** International characters aren't displayed under X. |
| 915 | |||
| 916 | *** Missing X fonts | ||
| 915 | 917 | ||
| 916 | XFree86 4 contains many fonts in iso10646-1 encoding which have | 918 | XFree86 4 contains many fonts in iso10646-1 encoding which have |
| 917 | minimal character repertoires (whereas the encoding part of the font | 919 | minimal character repertoires (whereas the encoding part of the font |
| @@ -927,6 +929,12 @@ mule-unicode-2500-33ff:-gnu-unifont-*-iso10646-1,\ | |||
| 927 | mule-unicode-e000-ffff:-gnu-unifont-*-iso10646-1,\ | 929 | mule-unicode-e000-ffff:-gnu-unifont-*-iso10646-1,\ |
| 928 | mule-unicode-0100-24ff:-gnu-unifont-*-iso10646-1 | 930 | mule-unicode-0100-24ff:-gnu-unifont-*-iso10646-1 |
| 929 | 931 | ||
| 932 | *** Athena/Lucid toolkit limitations | ||
| 933 | |||
| 934 | The Athena/Lucid toolkit cannot display UTF-8 strings in the menu, so | ||
| 935 | if you have UTF-8 buffer names, the buffer menu won't display the | ||
| 936 | names properly. The GTK+ toolkit works properly. | ||
| 937 | |||
| 930 | ** The UTF-8/16/7 coding systems don't encode CJK (Far Eastern) characters. | 938 | ** The UTF-8/16/7 coding systems don't encode CJK (Far Eastern) characters. |
| 931 | 939 | ||
| 932 | Emacs directly supports the Unicode BMP whose code points are in the | 940 | Emacs directly supports the Unicode BMP whose code points are in the |