- Feb 20, 2020
-
-
Yuanle Song authored
- add bug report link in README - update intro doc for melpa - add melpa badge in README - add punctuation doc in README - other minor doc updates
-
Yuanle Song authored
- add bug report link in README; - add melpa badge in README; - update intro doc in zero-input.el.in, this is used as melpa pkg description.
-
Yuanle Song authored
-
- Feb 16, 2020
-
-
Yuanle Song authored
-
Yuanle Song authored
use string for input method name in `zero-input-ims'.
-
Yuanle Song authored
updated docstring for some variables.
-
Yuanle Song authored
-
Yuanle Song authored
capital letter + dot + digit is now supported in auto convert.
-
Yuanle Song authored
to match the package name. update doc in README file.
-
- Feb 04, 2020
-
-
Yuanle Song authored
-
Yuanle Song authored
once when the code is moved into a function.
-
Yuanle Song authored
This feature is enabled by default. To turn off this feature, (setq zero-input-auto-fix-dot-between-numbers nil)
-
Yuanle Song authored
for zero-input-pinyin. zero-pinyin now uses zero-input-pinyin-build-candidates-unified to fetch candidates. It is a unified interface, supports both sync and async mode.
-
Yuanle Song authored
sometimes after GetCandidate dbus call, zero-input-fetch-size and zero-input-candidates is not updated. This was because the async function callback didn't update the metadata in some places. - update initial fetch size and fetch size to be 1+ candidates needed for target page. - removed zero-input-build-candidates-complete function, each async call should have its own callback function, don't reuse this one. in callback function, post GetCandidate metadata should be updated.
-
- Nov 10, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
a bug is introduced in v2.0.2 defvar-local change. the zero-input-full-width-p variable need to have a buffer local binding when zero-input-mode is enabled. right away, not on first set.
-
- Nov 03, 2019
-
-
Yuanle Song authored
and zero-input-toggle alias
-
Yuanle Song authored
zero-input-toggle-full-width-mode > zero-input-toggle-full-width
-
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
-
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 26, 2019
-
-
Yuanle Song authored
in zero-pinyin-service.el
-
- Oct 23, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
zero-pinyin-fuzzy-flag is implemented using GetCandidatesV2 instead of set dbus FuzzyFlag property.
-
- Oct 22, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
requires zero-pinyin-service v0.9.0 or later to use this feature. see `zero-pinyin-fuzzy-flag' variable.
-
- Oct 15, 2019
-
-
Yuanle Song authored
only run check on master branch. pkg branch is just for zero.el distribution. minor, update doc.
-
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
-
Yuanle Song authored
-
Yuanle Song authored
-
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
change (require 'cl-macs) to (eval-when-compile (require 'cl-macs))
-
Yuanle Song authored
updated many docstring. mostly minor changes.
-
- Oct 08, 2019
-
-
Yuanle Song authored
user can toggle full-width mode via C-c , . or they can set zero-full-width-mode in buffer or use setq-default to set default value for all buffers.
-
Yuanle Song authored
updated the way keymap is configured. switch to C-c , prefix according to minor-mode keybinding convention.
-