comparison src/ChangeLog @ 47762:aa5414c0e056

(Flength): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 05 Oct 2002 04:08:13 +0000
parents aeb8117c2101
children ce6344b68d1c
comparison
equal deleted inserted replaced
47761:e3d85543fdfe 47762:aa5414c0e056
1 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
2
3 * fns.c (Flength): Doc fix.
4
1 2002-10-04 Steven Tamm <steventamm@mac.com> 5 2002-10-04 Steven Tamm <steventamm@mac.com>
2 6
3 * macterm.c (keycode_to_xkeysym_table): Change return to be 7 * macterm.c (keycode_to_xkeysym_table): Change return to be
4 treated like an X keysym 8 treated like an X keysym
5 9
16 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run 20 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
17 it when frame's `tooltip' parameter is non-nil. 21 it when frame's `tooltip' parameter is non-nil.
18 22
19 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t. 23 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20 24
21 * w32fns.c (x_create_tip_frame): Likewise 25 * w32fns.c (x_create_tip_frame): Likewise.
22 26
23 * macfns.c (x_create_tip_frame): Likewise. 27 * macfns.c (x_create_tip_frame): Likewise.
24 28
25 2002-09-30 Kenichi Handa <handa@m17n.org> 29 2002-09-30 Kenichi Handa <handa@m17n.org>
26 30