Skip to content
  1. Feb 20, 2020
    • Yuanle Song's avatar
      v2.6.0 allow customize punctuation mapping; · 3e6e4548
      Yuanle Song authored
      - allow customize Chinese punctuation mapping via M-x customize-variable
      - add bug report link in README
      - update intro doc for melpa
      - add melpa, travis CI badge in README
      - add punctuation doc in README
      v2.6.0
      3e6e4548
  2. Feb 16, 2020
  3. Feb 04, 2020
    • Yuanle Song's avatar
      v2.2.1 support auto convert 1。3 to 1.3. · cb1ef55c
      Yuanle Song authored
      - 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)
      
      - bugfix: should call (zero-input-pinyin-register-im) once when the code
        is moved into a function.
      v2.2.1
      cb1ef55c
    • Yuanle Song's avatar
      v2.1.0 zero pinyin supports sync and async mode. · d91d0f6b
      Yuanle Song authored
      - 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 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
      d91d0f6b
  4. Nov 10, 2019
  5. Nov 03, 2019
  6. Oct 28, 2019