- Oct 09, 2019
-
-
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
-
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
replaced the command remap for delete-backward-char. because some major mode bind DEL on other command. zero-mode should always allow DEL for preedit-str editing.
-
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.
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
add auto commit first candidate or preedit str on punctuation insert. add default binding C-. for zero-cycle-punctuation-level
-
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.
-
Yuanle Song authored
-