minibuffer: better support for input methods
commit8a0709757379a1b9af0523bd0db1b7c9e5a8eabf
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Thu, 10 Apr 2008 16:58:34 +0000 (10 12:58 -0400)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Thu, 10 Apr 2008 16:58:34 +0000 (10 12:58 -0400)
tree6a54d23ac93bb2eb6c085a90c95f016df68756f5
parent33c4476212bf53f75a09b3413c097117dfbb205b
minibuffer: better support for input methods

The minibuffer no longer relies on keypress event handlers to add
characters to the minibuffer.  Instead, text is normally added to the
minibuffer input field using the default handlers, which is what is
done unconditionally by input methods anyway.  That way, a single
handler for the "input" event can be used to detect changes to the
minibuffer text by the default Mozilla key handler.
modules/bindings/default/hints.js
modules/bindings/default/isearch.js
modules/bindings/default/minibuffer.js
modules/find.js
modules/hints.js
modules/minibuffer-read.js
modules/minibuffer.js