Skip to content
  1. Nov 03, 2019
    • 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
  2. Oct 28, 2019
  3. Oct 26, 2019
  4. Oct 23, 2019
  5. Oct 22, 2019
  6. Oct 15, 2019
    • 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
    • Yuanle Song's avatar
      v1.2.6 use a single file distribution for melpa. · 72196558
      Yuanle Song authored
      - renamed zero.el back to zero-framework.el
      - to build a dist, just run "make".
        the zero.el template is in zero.el.in
      - zero.el is built and added to git repo in git pre-commit hook. it will
        be kept in master branch.
      - fixed a few package-lint style warning.
      72196558
  7. Oct 10, 2019
  8. Oct 09, 2019
  9. Oct 08, 2019
  10. Oct 04, 2019
  11. Sep 02, 2019
  12. Sep 01, 2019
  13. Aug 31, 2019
  14. Aug 30, 2019
  15. Jul 21, 2019
  16. Apr 17, 2019
  17. Apr 08, 2019
  18. Apr 07, 2019
  19. Apr 06, 2019
  20. 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