diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc2c8c2bfb5..90ef210a154 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2001-10-04 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (x_to_w32_color): Fix argument to alloca. | ||
| 4 | (w32_load_system_font): Don't believe what GetLanguageFontInfo | ||
| 5 | says; query codepage info directly to determine if font is double | ||
| 6 | byte. | ||
| 7 | (x_to_w32_charset): Handle private format for unknown charsets. | ||
| 8 | Handle wildcards in charset spec, by ignoring them. | ||
| 9 | (w32_codepage_for_font): Fix argument to alloca. Don't remove | ||
| 10 | "*-" prefix from charset. | ||
| 11 | (x_to_w32_font): Enlarge remainder array for safety. Specifically | ||
| 12 | handle the truncated font spec form constructed by font_list_1, so | ||
| 13 | that we correctly identify the charset fields. Don't remove "*-" | ||
| 14 | prefix from charset. | ||
| 15 | (w32_list_synthesized_fonts): Fix argument to alloca. | ||
| 16 | |||
| 1 | 2001-10-03 Miles Bader <miles@gnu.org> | 17 | 2001-10-03 Miles Bader <miles@gnu.org> |
| 2 | 18 | ||
| 3 | * callproc.c (syms_of_callproc): Explicitly state in the | 19 | * callproc.c (syms_of_callproc): Explicitly state in the |