diff options
| author | Jason Rumney | 2000-11-10 22:19:12 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-11-10 22:19:12 +0000 |
| commit | a82fe213e7358f7155bc84c5c37c67b08a359141 (patch) | |
| tree | cad42b0711609943a702e009d155a854f4b67415 /src/ChangeLog | |
| parent | 6205b7cebc95a2d65e76c46bbea3b258c8587378 (diff) | |
| download | emacs-a82fe213e7358f7155bc84c5c37c67b08a359141.tar.gz emacs-a82fe213e7358f7155bc84c5c37c67b08a359141.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f51a8fe9c7..5fa31c4a1ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2000-11-10 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages. | ||
| 4 | |||
| 5 | * w32term.c (w32_encode_char): Handle CP_UNICODE specially. | ||
| 6 | (w32_use_unicode_for_codepage): Use new pseudo-codepages. | ||
| 7 | |||
| 8 | * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers. | ||
| 9 | (Qw32_charset_vietnamese): New symbol. | ||
| 10 | (xlfd_charset_of_font): New function. | ||
| 11 | (w32_load_system_font): Use it. | ||
| 12 | (x_to_w32_charset): Use Fassoc to find charset info. Special case | ||
| 13 | when Vw32_charset_info_alist is nil to ensure default face always | ||
| 14 | has font. Use Fcar and Fcdr for safety. | ||
| 15 | (w32_to_x_charset): Use Vw32_charset_info_alist for mappings. | ||
| 16 | (w32_codepage_for_font): Use xlfd_charset_of_font. Use new | ||
| 17 | pseudo-codepages for special cases. | ||
| 18 | (w32_to_x_font): New parameter to allow charset portion to be | ||
| 19 | specified where there is many to one mapping. Callers changed. | ||
| 20 | (w32_list_fonts): Avoid listing fonts that won't display. | ||
| 21 | |||
| 1 | 2000-11-10 Gerd Moellmann <gerd@gnu.org> | 22 | 2000-11-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 23 | ||
| 3 | * xfaces.c (Vface_alternative_font_registry_alist): New variable. | 24 | * xfaces.c (Vface_alternative_font_registry_alist): New variable. |