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