1. 08 Aug, 2021 1 commit
  2. 05 Apr, 2020 2 commits
  3. 23 Feb, 2020 3 commits
  4. 20 Feb, 2020 8 commits
  5. 16 Feb, 2020 6 commits
  6. 04 Feb, 2020 5 commits
    • Yuanle Song's avatar
      update release doc · d0a3506b
      Yuanle Song authored
      d0a3506b
    • Yuanle Song's avatar
      v2.2.1 should call (zero-input-pinyin-register-im) · 37076840
      Yuanle Song authored
      once when the code is moved into a function.
      37076840
    • Yuanle Song's avatar
      v2.2.0 support auto convert 1。3 to 1.3. · f281fb16
      Yuanle Song authored
      This feature is enabled by default.
      To turn off this feature,
      
        (setq zero-input-auto-fix-dot-between-numbers nil)
      f281fb16
    • Yuanle Song's avatar
      v2.1.0 allow switch between sync and async mode · 5c7782c3
      Yuanle Song authored
      for zero-input-pinyin.
      
      zero-pinyin now uses zero-input-pinyin-build-candidates-unified
      to fetch candidates. It is a unified interface, supports both
      sync and async mode.
      5c7782c3
    • Yuanle Song's avatar
      v2.0.7 bugfix on zero-input-pinyin · fa27eb3a
      Yuanle Song authored
      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.
      
      - update initial fetch size and fetch size to be 1+ candidates needed for
        target page.
      - removed zero-input-build-candidates-complete function,
        each async call should have its own callback function, don't reuse this one.
        in callback function, post GetCandidate metadata should be updated.
      fa27eb3a
  7. 10 Nov, 2019 3 commits
  8. 03 Nov, 2019 3 commits
    • Yuanle Song's avatar
      v2.0.4 add autoload for zero-input-mode · 02f7fbfc
      Yuanle Song authored
      and zero-input-toggle alias
      02f7fbfc
    • Yuanle Song's avatar
      v2.0.3 fix . binding function · 38741e1a
      Yuanle Song authored
      zero-input-toggle-full-width-mode > zero-input-toggle-full-width
      38741e1a
    • Yuanle Song's avatar
      v2.0.2 fix problems after code review · a8e2341f
      Yuanle Song authored
      - dropped Package-Version metadata.
      - zero-input-full-width-mode renamed to zero-input-full-width-p.
      - zero-input-toggle is now an obsolete alias for zero-input-mode.
      - use `defvar-local' when variable is always buffer local.
      - moved test data to debug/test files.
      - fixed typo. zero-input-pinin-service > `zero-input-pinyin-service'.
      a8e2341f
  9. 28 Oct, 2019 2 commits
  10. 26 Oct, 2019 1 commit
  11. 23 Oct, 2019 2 commits
  12. 22 Oct, 2019 3 commits
  13. 15 Oct, 2019 1 commit
    • Yuanle Song's avatar
      fix git pre-commit hook. · 300779e5
      Yuanle Song authored
      only run check on master branch.
      pkg branch is just for zero.el distribution.
      
      minor, update doc.
      300779e5