Changeset 4087
- Timestamp:
- 2006年05月21日 22時15分10秒 (2 years ago)
- Files:
-
- trunk/lisp/ChangeLog.Meadow (modified) (1 diff)
- trunk/lisp/international/meadow.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/ChangeLog.Meadow
r4086 r4087 1 2006-05-21 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * international/meadow.el (mw32-ime-sync-state): Don't sync IME 4 state when this-command is nil. Refer to ticket:302. 5 1 6 2006-05-21 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 trunk/lisp/international/meadow.el
r4086 r4087 332 332 (defun mw32-ime-sync-state (window) 333 333 (when (and mw32-ime-buffer-switch-p 334 this-command 334 335 (not mw32-ime-composition-window)) 335 336 (with-current-buffer (window-buffer window)
