comparison src/ChangeLog @ 30355:36c049a9730b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 21 Jul 2000 02:39:45 +0000
parents e720a582ab3b
children 2696b797cd2f
comparison
equal deleted inserted replaced
30354:7540bd2b5a34 30355:36c049a9730b
1 2000-07-21 Kenichi Handa <handa@etl.go.jp>
2
3 * xfns.c (x_encode_text): New function.
4 (x_set_name): Use x_encode_text.
5 (x_set_title): Likewise.
6
7 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
8
9 * xterm.h (x_encode_text): Add prototype.
10
1 2000-07-20 Dave Love <fx@gnu.org> 11 2000-07-20 Dave Love <fx@gnu.org>
2 12
3 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use 13 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
4 xfree, not free. 14 xfree, not free.
5 15