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. Oct 28, 2019
  3. 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
  4. Oct 10, 2019