Skip to content
  1. Nov 05, 2019
    • Yuanle Song's avatar
      v2.0.5 switch to multi-file package. · c3ab74f0
      Yuanle Song authored
      - dropped build scripts and files for single-file distribution.
      - updated git pre-commit hook to run "make check" instead of "make dist"
      - renamed zero-input-framework to zero-input. This is to conform "there
        should be a library with the same name as package name" rule.
      - rename .el.in to .el.tpl.
        melpa build process will do something on .el.in, which I do not expect.
      - "make tar" is a little messy because emacs doesn't support git archive
        generated tar file.
      - add zero-input-pkg.el in git, melpa build hangs when this file is not
        present.
      c3ab74f0
  2. 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
  3. Oct 28, 2019