Newer
Older
2024-05-26 Yuanle Song <sylecn@gmail.com>
zero-input v2.10.0
- add an optional panel based on Emacs minibuffer.
it provides a panel that works everywhere Emacs runs. see
`zero-input-panel-minibuffer.el' for more information.
2024-05-22 Yuanle Song <sylecn@gmail.com>
zero-input v2.9.0
- add an optional panel based on ELPA posframe package.
it provides a panel that works in Wayland session. see
`zero-input-panel-posframe.el' for more information.
2020-04-05 Yuanle Song <sylecn@gmail.com>
zero-input v2.8.0
- add ` -> · mapping in punctuation full map.
- allow user overwrite quote mapping in zero-input-punctuation-full-map
- 1.<space> should convert 。 to .
zero-input v2.6.0
- allow customize Chinese punctuation mapping via M-x customize-variable
- add bug report link in README
- update intro doc for melpa
- add melpa badge in README
- add punctuation doc in README
zero-input v2.5.0
- support auto convert H。265 to H.265
- support auto complete in M-x zero-input-set-im
- some variables declared using defcustom
- bugfix: use 'zero-input instead of 'zero as customize group name
zero-pinyin-service v1.10.0
- enable ue -> ve fuzzy by default. now lue -> lve -> 略。
zero-input v2.2.1
- zero pinyin supports sync and async mode.
to switch between them, run
M-x zero-input-pinyin-enable-async
M-x zero-input-pinyin-disable-async
- support auto convert 1。3 to 1.3.
This feature is enabled by default.
To turn off this feature,
(setq zero-input-auto-fix-dot-between-numbers nil)
You can also modify it in M-x customize-group zero-input
- bugfix: should call (zero-input-pinyin-register-im) once when the code
is moved into a function.
zero-input v2.0.7
- bugfix on zero-input-pinyin
sometimes after GetCandidate dbus call, zero-input-fetch-size and
zero-input-candidates is not updated. This was because the async
function callback didn't update the metadata in some places.
zero-input v1.3.0
- zero-pinyin now support fuzzy flag.
requires zero-pinyin-service v0.9.0 or later to use this feature.
see `zero-pinyin-fuzzy-flag' variable.
zero-input v1.2.6
- use a single file distribution for melpa.