- Oct 10, 2019
-
-
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.
-
- 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 "make compile" to byte-compile and run tests in emacs batch mode.
-
Yuanle Song authored
- added zero-version variable in zero-framework.el
-
- Apr 17, 2019
-
-
Yuanle Song authored
-
- 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 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
-
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.
-
Yuanle Song authored
-
- 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.
-
Yuanle Song authored
-
Yuanle Song authored
easier to read and eaiser to write.
-
- Apr 03, 2019
-
-
Yuanle Song authored
make partial commit work with zero-pinyin.el added a few "virtual functions" in zero-framework.el removed SPC key in keymap, just use self-insert-command remap.
-