- 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.
-