aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-25 12:42:41 +0300
committerEli Zaretskii2013-10-25 12:42:41 +0300
commit6702c559da3fa6b5a94c42039c9f93d7b2b1fe83 (patch)
tree5207ba38b906ce1b101cd04f5bb997a66ddcfb31 /src/ChangeLog
parent86bd985ec0060b83fe272e3fcc1d35f19a966ad1 (diff)
downloademacs-6702c559da3fa6b5a94c42039c9f93d7b2b1fe83.tar.gz
emacs-6702c559da3fa6b5a94c42039c9f93d7b2b1fe83.zip
Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.
src/w32font.h (w32font_close): Adjust the prototype to the change in function definition. src/w32font.c (w32font_close): Reintroduce deleted declaration of i. src/w32uniscribe.c (uniscribe_close): Adapt the call to w32font_close to its new prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6111e83e801..3245eaa6d1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-10-25 Eli Zaretskii <eliz@gnu.org>
2
3 * w32font.h (w32font_close): Adjust the prototype to the change in
4 function definition.
5
6 * w32font.c (w32font_close): Reintroduce deleted declaration of i.
7
8 * w32uniscribe.c (uniscribe_close): Adapt the call to
9 w32font_close to its new prototype.
10
12013-10-25 Dmitry Antipov <dmantipov@yandex.ru> 112013-10-25 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 Omit unused frame argument of font API's close function. 13 Omit unused frame argument of font API's close function.