diff options
| author | Jason Rumney | 2007-12-08 23:44:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-08 23:44:22 +0000 |
| commit | 2aa29686af689dd86c918047bd7b0c8afda73855 (patch) | |
| tree | d8316757a53f9a3a6ff53154eee09e6f479a81fc /src | |
| parent | f0121ad2e8f4ce95ee6bc1d08005460c08c7896f (diff) | |
| download | emacs-2aa29686af689dd86c918047bd7b0c8afda73855.tar.gz emacs-2aa29686af689dd86c918047bd7b0c8afda73855.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 642c7b8deab..d671ac9b05b 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -13,7 +13,9 @@ | |||
| 13 | (w32font_list): Use it. | 13 | (w32font_list): Use it. |
| 14 | (w32font_match_internal): New function. | 14 | (w32font_match_internal): New function. |
| 15 | (w32font_match): Use it. | 15 | (w32font_match): Use it. |
| 16 | (w32font_get_cache, w32font_open, w32font_close, w32font_has_char) | 16 | (w32font_open_internal): New function. |
| 17 | (w32font_open): Use it. | ||
| 18 | (w32font_get_cache, w32font_close, w32font_has_char) | ||
| 17 | (w32font_encode_char, w32font_text_extents, w32font_draw): | 19 | (w32font_encode_char, w32font_text_extents, w32font_draw): |
| 18 | Make non-static. | 20 | Make non-static. |
| 19 | 21 | ||