diff options
| author | Jason Rumney | 2008-02-05 21:51:14 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-05 21:51:14 +0000 |
| commit | 04b65d2b577b25e8b0a5d31692a8b66a0b298d1f (patch) | |
| tree | 86a5afd20f80bae921fde6ffa8f25d3108c970fd /src/ChangeLog | |
| parent | f18ce50c69084c89bd5be8873c1588dec1609ba8 (diff) | |
| download | emacs-04b65d2b577b25e8b0a5d31692a8b66a0b298d1f.tar.gz emacs-04b65d2b577b25e8b0a5d31692a8b66a0b298d1f.zip | |
(w32font_open_internal): Fill min_width with tmAveCharWidth.
Set smallest_font_height and smallest_char_width in display info.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5f9547f6a75..a322a3ad735 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-05 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth. | ||
| 4 | Set smallest_font_height and smallest_char_width in display info. | ||
| 5 | |||
| 1 | 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp> | 6 | 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 7 | ||
| 3 | * coding.c (decode_eol): Pay attention to coding->dst_multibyte. | 8 | * coding.c (decode_eol): Pay attention to coding->dst_multibyte. |