Changeset 4240
- Timestamp:
- 2008年07月22日 15時51分59秒 (1 month ago)
- Files:
-
- trunk/src/ChangeLog.Meadow (modified) (1 diff)
- trunk/src/mw32fns.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/ChangeLog.Meadow
r4238 r4240 1 2008-07-22 Shun-ichi GOTO <gotoh@taiyo.co.jp> 2 3 * mw32fns.c (Fx_show_tip): Do not delete existing tip frame on the 4 case of reusing for the same tip text. Fix #393. 5 1 6 2008-05-13 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 trunk/src/mw32fns.c
r4215 r4240 4541 4541 windows_or_buffers_changed = old_windows_or_buffers_changed; 4542 4542 4543 if (tip_frame != Qnil) /* Is this happen ? */ 4544 Fdelete_frame (frame, Qnil); /* No room to exist */ 4545 else 4546 tip_frame = frame; 4547 4543 4548 start_timer: 4544 4549 /* Let the tip disappear after timeout seconds. */ 4545 4550 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil, 4546 4551 intern ("x-hide-tip")); 4547 4548 if (tip_frame != Qnil) /* Is this happen ? */4549 Fdelete_frame (frame, Qnil); /* No room to exist */4550 else4551 tip_frame = frame;4552 4552 4553 4553 UNGCPRO;
