diff options
| author | John Paul Wallington | 2002-10-02 08:28:17 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-10-02 08:28:17 +0000 |
| commit | cd1d850fd1eef0e98a018c224ed2fe4852c17de3 (patch) | |
| tree | a4f6b7270f76db85c354e95ce2fe591abefc4d90 /src/ChangeLog | |
| parent | a1b4049dc24f9be1036b66a95c99c6257b8551f6 (diff) | |
| download | emacs-cd1d850fd1eef0e98a018c224ed2fe4852c17de3.tar.gz emacs-cd1d850fd1eef0e98a018c224ed2fe4852c17de3.zip | |
* 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.
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 |