comparison src/ChangeLog @ 108303:36d25edeedb5

Fix bug #6126. w32fns.c: Include w32.h. (Fw32_shell_execute): Decode the error message before passing it to `error'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 May 2010 20:08:31 +0300
parents 68fc9037b502
children 767894eefe6c
comparison
equal deleted inserted replaced
108301:68fc9037b502 108303:36d25edeedb5
1 2010-05-07 Eli Zaretskii <eliz@gnu.org> 1 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c: Include w32.h.
4 (Fw32_shell_execute): Decode the error message before passing it
5 to `error'. (Bug#6126)
2 6
3 * msdos.c (dos_set_window_size): 7 * msdos.c (dos_set_window_size):
4 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)' 8 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
5 instead of `XSYMBOL (foo)->value'. 9 instead of `XSYMBOL (foo)->value'.
6 10