- 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.
-
- Oct 04, 2019
-
-
Yuanle Song authored
so that user can bind any key to them.
-
- 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
-
Yuanle Song authored
-
Yuanle Song authored
added "make compile" to byte-compile and run tests in emacs batch mode.
-
Yuanle Song authored
- added zero-version variable in zero-framework.el
-
- Aug 31, 2019
-
-
Yuanle Song authored
in emacs 25+, now it's accurate when tool-bar, menu-bar is enabled. in emacs 24 or lower, tool-bar, menu-bar are not well supported.
-
Yuanle Song authored
-
Yuanle Song authored
`case' is from cl; missing `take', `drop' added as local functions.
-
- Aug 30, 2019
-
-
Yuanle Song authored
-
- Jul 21, 2019
-
-
Yuanle Song authored
-
- Apr 17, 2019
-
-
Yuanle Song authored
-
Yuanle Song authored
in ShowCandidates(), replace the Move() dbus call.
-
- Apr 08, 2019
-
-
Yuanle Song authored
now user typed phrases will be saved.
-
Yuanle Song authored
minor update on some debug message.
-
Yuanle Song authored
- this is more robust than remembering major mode's binding and do dispatch. - add :preedit-start and :preedit-end slot function, so IM can add key map for preediting state too. - bugfix: should ways use zero-set-state to set state. updated one set in define-minor-mode
-
- Apr 07, 2019
-
-
Yuanle Song authored
- zero-framework.el add support for :shutdown function - bugfix: zero-backspace-original-func check for nil before setq - update zero-pinyin-service client, service is renamed
-
- Apr 06, 2019
-
-
Yuanle Song authored
-
- Apr 05, 2019
-
-
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.
-
Yuanle Song authored
-