From fdd61b0b9943f95f9c74e77ec27e3bee462fc52e Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Sun, 16 Feb 2020 19:50:36 +0800 Subject: [PATCH] update doc --- operational | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/operational b/operational index f8a7f76..e1c4cd5 100644 --- a/operational +++ b/operational @@ -1,6 +1,6 @@ * COMMENT -*- mode: org -*- #+Date: 2019-04-05 -Time-stamp: <2020-02-02> +Time-stamp: <2020-02-16> #+STARTUP: content * notes :entry: ** 2020-02-02 documents @@ -55,11 +55,19 @@ shared between zero-pinyin and ibus-pinyin. When dbus client try to talk to service, dbus session bus will start the service app automatically. - +** 2019-08-31 how to format C code? do it before git commit. +see ~/c/gtk-im-module/, it uses myastyle-pre-commit-check in git pre-commit +~/bin/myastyle-pre-commit-check * later :entry: * current :entry: ** -** 2019-10-23 bug: type "zhey" doesn't show 这样 candidate. +** 2019-08-31 honor XDG cache dir. +~/.cache/ibus +** 2019-04-17 make flags configurable at runtime. +- add dbus method to set flags. +- make the method work. use gobject property maybe. +- set default flags to my flags. reflect this in UI/config file. +* done :entry: ** 2019-10-22 handle a an o en etc differently. only match exactly the character. no fuzzy matching or incomplete pinyin matching. @@ -94,17 +102,6 @@ e nuo - -** 2019-08-31 how to format C code? do it before git commit. -see ~/c/gtk-im-module/, it uses myastyle-pre-commit-check in git pre-commit -~/bin/myastyle-pre-commit-check - -** 2019-08-31 honor XDG cache dir. -~/.cache/ibus -** 2019-04-17 make flags configurable at runtime. -- add dbus method to set flags. -- make the method work. use gobject property maybe. -- set default flags to my flags. reflect this in UI/config file. -* done :entry: ** 2020-02-02 how to use zero-pinyin-service dbus service using C client? see example in ~/c/gtk-im-module/zero-pinyin.c @@ -271,3 +268,5 @@ see example in ~/c/gtk-im-module/zero-pinyin.c | %z | abc | abc | like %s, but sqlite3_free() is called on param after use | * wontfix :entry: +** 2019-10-23 bug: type "zhey" doesn't show 这样 candidate. :invalid: +- 2020-02-16 can't reproduce this. -- GitLab