comparison src/ChangeLog @ 99074:10cd979d05ca

(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf is a live buffer, otherwise call Fget_buffer_create.
author Noah Friedman <friedman@splode.com>
date Thu, 23 Oct 2008 06:55:14 +0000
parents 2955f4db2183
children ffe8b1e92732
comparison
equal deleted inserted replaced
99073:2955f4db2183 99074:10cd979d05ca
1 2008-10-23 Noah Friedman <friedman@splode.com>
2
3 * coding.c (make_conversion_work_buffer): Check that
4 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5 Fget_buffer_create.
6
1 2008-10-23 Kenichi Handa <handa@m17n.org> 7 2008-10-23 Kenichi Handa <handa@m17n.org>
2 8
3 * font.c (font_add_log): Check the values of extra properties. 9 * font.c (font_add_log): Check the values of extra properties.
4 10
5 2008-10-22 Martin Rudalics <rudalics@gmx.at> 11 2008-10-22 Martin Rudalics <rudalics@gmx.at>