diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 05d56cc6b42..e7055f1af2a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-10-02 John Paul Wallington <jpw@shootybangbang.com> | ||
| 2 | |||
| 3 | * frame.c (Vdelete_frame_functions): New variable. | ||
| 4 | (syms_of_frame): Initialize and defvar it. | ||
| 5 | (Fdelete_frame): Use it instead of delete-frame-hook. Don't run | ||
| 6 | it when frame's `tooltip' parameter is non-nil. | ||
| 7 | |||
| 8 | * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t. | ||
| 9 | |||
| 10 | * w32fns.c (x_create_tip_frame): Likewise | ||
| 11 | |||
| 12 | * macfns.c (x_create_tip_frame): Likewise. | ||
| 13 | |||
| 1 | 2002-09-30 Kenichi Handa <handa@m17n.org> | 14 | 2002-09-30 Kenichi Handa <handa@m17n.org> |
| 2 | 15 | ||
| 3 | * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to | 16 | * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to |