Mercurial > emacs
comparison src/ChangeLog @ 47731:755c4233cfba
* frame.c (Vdelete_frame_functions): New variable.
(syms_of_frame): Initialize and defvar it.
(Fdelete_frame): Use it instead of delete-frame-hook. Don't run
it when frame's `tooltip' parameter is non-nil.
* xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
* w32fns.c (x_create_tip_frame): Likewise
* macfns.c (x_create_tip_frame): Likewise.
| author | John Paul Wallington <jpw@pobox.com> |
|---|---|
| date | Wed, 02 Oct 2002 08:28:17 +0000 |
| parents | 9505d3b154c9 |
| children | 2626f97f0c1c |
comparison
equal
deleted
inserted
replaced
| 47730:2568d5a27317 | 47731:755c4233cfba |
|---|---|
| 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 |
| 4 -1 before calling ccl_driver. | 17 -1 before calling ccl_driver. |
| 5 | 18 |
