Changeset 4086
- Timestamp:
- 05/21/06 21:59:46 (2 years ago)
- Files:
-
- trunk/lisp/ChangeLog.Meadow (modified) (1 diff)
- trunk/lisp/international/meadow.el (modified) (3 diffs)
- trunk/lisp/international/mw32misc.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/ChangeLog.Meadow
r4085 r4086 1 2006-05-21 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * international/meadow.el: Remove redundant spaces. 4 5 * international/mw32misc.el: Ditto. 6 1 7 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> 2 8 trunk/lisp/international/meadow.el
r4059 r4086 409 409 (add-hook 'set-selected-window-buffer-functions 410 410 'mw32-ime-set-selected-window-buffer-hook) 411 411 412 412 (add-hook 'isearch-mode-hook 'mw32-isearch-mode-hook-function) 413 413 (defadvice isearch-toggle-input-method (after mw32-fep-off activate) … … 434 434 (define-key isearch-mode-map [kanji] 'isearch-toggle-input-method) 435 435 (define-key isearch-mode-map [compend] 'mw32-isearch-update)) 436 437 436 437 438 438 (defun mw32-ime-uninitialize () 439 439 (cond ((and (eq system-type 'windows-nt) … … 450 450 (defadvice isearch-toggle-input-method (after mw32-fep-off disable)) 451 451 (defadvice isearch-done (after mw32-fep-on disable))))) 452 452 453 453 (defun mw32-ime-exit-from-minibuffer () 454 454 (inactivate-input-method) trunk/lisp/international/mw32misc.el
r4006 r4086 916 916 refer to the two variables `mw32-process-expects-pty' and 917 917 `mw32-process-under-setup'. 918 918 919 919 Each WRAPPER may be nil. 920 920 … … 976 976 (funcall func)) 977 977 (setq wrapper prog)))) 978 978 979 979 (setq argument (cond ((eq quoting 'msvc) 980 980 (msvc-process-argument-quoting argument))
