Skip to content
  1. Nov 03, 2019
    • Yuanle Song's avatar
      v2.0.3 fix . binding function · 9d1f77fe
      Yuanle Song authored
      zero-input-toggle-full-width-mode > zero-input-toggle-full-width
      v2.0.3
      9d1f77fe
    • Yuanle Song's avatar
      v2.0.2 fix problems after code review · c4c9dd47
      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'.
      v2.0.2
      c4c9dd47
  2. Oct 28, 2019
  3. Oct 26, 2019
  4. Oct 23, 2019
  5. Oct 15, 2019
  6. Oct 10, 2019
  7. Oct 09, 2019
  8. Oct 08, 2019
  9. Oct 04, 2019
  10. Sep 02, 2019
  11. Sep 01, 2019
  12. Aug 31, 2019
  13. Aug 30, 2019
  14. Jul 21, 2019
  15. Apr 17, 2019
  16. Apr 08, 2019
  17. Apr 07, 2019
  18. Apr 06, 2019
  19. Apr 05, 2019
    • Yuanle Song's avatar
      fix zero-fetch-size; zero-panel add hints support. · 42ef83fb
      Yuanle Song authored
      - zero-framework.el and zero-pinyin.el when updating zero-fetch-size,
        should update it to
      
          (max (length candidates) fetch-size)
      
        because service can return more than asked and it still counts.
      
      - zero-panel.el add hints support and use it for pass has_next_page,
        has_previous_page indicator.
      42ef83fb
    • Yuanle Song's avatar
      update doc in lisp file header comments · 029a5600
      Yuanle Song authored
      029a5600
    • Yuanle Song's avatar
      build-candidates add fetch-size support; · 500fd323
      Yuanle Song authored
      - handle fetch more in page down function.
      - let build-candidates sync version support fetch-size param.
      - adjusted some debug log
      - tested zero-pinyin and sync and async mode, both works. I can't feel the
        difference.
      500fd323
    • Yuanle Song's avatar
      bind DEL key in zero-mode · 1ac8945b
      Yuanle Song authored
      replaced the command remap for delete-backward-char.
      because some major mode bind DEL on other command.
      zero-mode should always allow DEL for preedit-str editing.
      1ac8945b