comparison src/ChangeLog @ 100045:3ec2cc2d35c1

* w32proc.c: Include "coding.h". (Fw32_short_file_name): Encode filename passed to Windows API. (Fw32_long_file_name): Encode filename passed to Windows API and decode back the result. (Bug#1433)
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 29 Nov 2008 18:35:33 +0000
parents a368e04ccb9a
children d4660dbaa550
comparison
equal deleted inserted replaced
100044:f42890851326 100045:3ec2cc2d35c1
1 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32proc.c: Include "coding.h".
4 (Fw32_short_file_name): Encode filename passed to Windows API.
5 (Fw32_long_file_name): Encode filename passed to Windows API and
6 decode back the result. (Bug#1433)
7
1 2008-11-29 Kenichi Handa <handa@m17n.org> 8 2008-11-29 Kenichi Handa <handa@m17n.org>
2 9
3 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or 10 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4 not before accessing it. 11 not before accessing it.
5 12