diff options
| author | Jason Rumney | 2002-01-20 15:39:54 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-01-20 15:39:54 +0000 |
| commit | aa06cb9c7971a221db885f5e3997c2a23fa1a52d (patch) | |
| tree | 2af0fc8934d2af375d0a82622aef2e6033555e6b /src | |
| parent | 9c6a562bda0de4e2a2d674f42386426bfb987f80 (diff) | |
| download | emacs-aa06cb9c7971a221db885f5e3997c2a23fa1a52d.tar.gz emacs-aa06cb9c7971a221db885f5e3997c2a23fa1a52d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6b8b022e82..9311135d8b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2002-01-20 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_native_per_char_metric): Don't trust the metrics | ||
| 4 | that Windows returns. If a double check fails, try to guess how | ||
| 5 | ExtTextOut is going to act. | ||
| 6 | |||
| 7 | * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp | ||
| 8 | in place of stricmp. | ||
| 9 | (w32_list_synthesized_fonts): Removed. | ||
| 10 | (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions. | ||
| 11 | (struct enumfont_t): New element; list. | ||
| 12 | (enum_font_cb2): List all style and charset variations of a font. | ||
| 13 | (Fw32_select_font): New optional argument; include_proportional. | ||
| 14 | Exclude vertical fonts. Exclude proportional fonts unless | ||
| 15 | include_proportional is non-nil. | ||
| 16 | (w32_enable_synthesized_fonts): Change to a boolean. | ||
| 17 | (Fw32_send_sys_command): Doc fix. | ||
| 18 | |||
| 1 | 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 19 | 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 20 | ||
| 3 | * dispnew.c (update_frame): Move the variable `tem' to the block | 21 | * dispnew.c (update_frame): Move the variable `tem' to the block |