Skip to content
  1. Feb 04, 2020
    • 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
  2. Nov 10, 2019
  3. Nov 03, 2019
  4. Oct 28, 2019
  5. Oct 26, 2019
  6. Oct 23, 2019
  7. Oct 15, 2019
  8. Oct 10, 2019
  9. Oct 09, 2019
  10. Oct 08, 2019
  11. Oct 04, 2019
  12. Sep 02, 2019
  13. Sep 01, 2019
  14. Aug 31, 2019
  15. Aug 30, 2019
  16. Jul 21, 2019
  17. Apr 17, 2019
  18. Apr 08, 2019
  19. Apr 07, 2019
  20. Apr 06, 2019
  21. 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