- Feb 04, 2020
-
-
Yuanle Song authored
This feature is enabled by default. To turn off this feature, (setq zero-input-auto-fix-dot-between-numbers nil)
-
- Nov 03, 2019
-
-
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'.
-
- Oct 28, 2019
-
-
Yuanle Song authored
since this is a backward incompatible change, I set version to v2.0.0. all symbols and functions is now prefixed with zero-input. This change is suggested by melpa reviewer.
-
- Oct 15, 2019
-
-
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.
-
- Oct 10, 2019
-
-
Yuanle Song authored
split ert tests to separate files. These tests are not required in melpa distribution.
-
Yuanle Song authored
- fix almost all checkdoc problems. the rest I don't know how to fix. - add git pre-commit hook
-
- Oct 09, 2019
-
-
Yuanle Song authored
- merge lexical-binding line with file intro line - allow capitalize zero in some docstring/error msg - add "make pkg" this will create tar for package.el
-
Yuanle Song authored
updated many docstring. mostly minor changes.
-
- Sep 02, 2019
-
-
Yuanle Song authored
according to http://www.apache.org/legal/src-headers.html#headers, there should be no copyright notice in the header.
-
- Sep 01, 2019
-
-
Yuanle Song authored
- added zero-version variable in zero-framework.el
-
- Apr 05, 2019
-
-
Yuanle Song authored
-
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.
-
- Apr 04, 2019
-
-
Yuanle Song authored
dbus based sync and async api both works. - added error handler for dbus client in emacs lisp. - use lexical-binding for all files - added M-x zero-reload-all this will byte compile and reload file files.
-
- Apr 03, 2019
-
-
Yuanle Song authored
let zero-table base on it.
-
Yuanle Song authored
basic things work. pagination not added yet.
-
- Apr 02, 2019
-
-
Yuanle Song authored
this is largely working, only waiting for integration with zero-panel.
-