diff options
| author | Jason Rumney | 2008-05-26 14:10:55 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-05-26 14:10:55 +0000 |
| commit | dc49f3766bc0f2a565df20cb725c24a73c3cbea1 (patch) | |
| tree | 57959111e6be9157b6c8269b5279b0192e60db28 /src | |
| parent | ed18e612384a0b228fcee1ce61b739e627e7f025 (diff) | |
| download | emacs-dc49f3766bc0f2a565df20cb725c24a73c3cbea1.tar.gz emacs-dc49f3766bc0f2a565df20cb725c24a73c3cbea1.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0cb744d5b62..974036d1375 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | 9 | ||
| 10 | * w32font.c (w32font_text_extents): Zero whole metrics struct first. | 10 | * w32font.c (w32font_text_extents): Zero whole metrics struct first. |
| 11 | (compute_metrics): Don't set failure if we just cleared the cache. | 11 | (compute_metrics): Don't set failure if we just cleared the cache. |
| 12 | (w32_weight_table): Remove unused variable. | ||
| 13 | (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for | ||
| 14 | backwards compatibility. | ||
| 12 | 15 | ||
| 13 | 2008-05-25 Kenichi Handa <handa@m17n.org> | 16 | 2008-05-25 Kenichi Handa <handa@m17n.org> |
| 14 | 17 | ||