comparison src/ChangeLog @ 97849:e260797f3170

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 29 Aug 2008 08:41:52 +0000
parents 8998ab68e8c4
children 3ba27d3abec0
comparison
equal deleted inserted replaced
97848:d1e61da65cce 97849:e260797f3170
1 2008-08-29 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
4
5 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6
7 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
8 LGLYPH_SET_CODE.
9
1 2008-08-29 Kenichi Handa <handa@m17n.org> 10 2008-08-29 Kenichi Handa <handa@m17n.org>
2 11
3 * fileio.c (report_file_error): Don't downcase the first character 12 * fileio.c (report_file_error): Don't downcase the first character
4 of errstring if it is still unibyte. 13 of errstring if it is still unibyte.
5 14