diff options
| author | Kenichi Handa | 2012-08-16 21:25:17 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-16 21:25:17 +0900 |
| commit | d75ffb4ed0b2e72a9361a07d16a5c884a9459728 (patch) | |
| tree | 8ac5a6a8ae033fef7fbc7fb7b09a703ef4b0ed5b /src/ChangeLog.8 | |
| parent | 69c41c4070c86baac11a627e9c3d366420aeb7cc (diff) | |
| parent | 250c8ab9b8f6322959fa3122db83944c30c3894b (diff) | |
| download | emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.tar.gz emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index d3ce1eb2a45..e68966b16a2 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13203,7 +13203,7 @@ | |||
| 13203 | * w32.c (stat): GetFileInformationByHandle can legitimately fail, | 13203 | * w32.c (stat): GetFileInformationByHandle can legitimately fail, |
| 13204 | so don't rely on it succeeding. | 13204 | so don't rely on it succeeding. |
| 13205 | 13205 | ||
| 13206 | * w32fns.c (x_to_w32_font): Specify DEFAULT_CHARSET in the w32 | 13206 | * w32fns.c (x_to_w32_font): Specify DEFAULT_CHARSET in the Windows |
| 13207 | LOGFONT struct if x font doesn't specify the charset. | 13207 | LOGFONT struct if x font doesn't specify the charset. |
| 13208 | (x_to_w32_charset): Change >= to == when testing results of | 13208 | (x_to_w32_charset): Change >= to == when testing results of |
| 13209 | stricmp. | 13209 | stricmp. |