From cb7321ea076571b9084c9f9af6cc93cefe0fa075 Mon Sep 17 00:00:00 2001 From: Yuanle Song <sylecn@gmail.com> Date: Sun, 5 Apr 2020 20:19:16 +0800 Subject: [PATCH] update ChangeLog for v2.8.0 --- ChangeLog | 7 +++++++ operational | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fab236a..d2cd7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-04-05 Yuanle Song <sylecn@gmail.com> + + zero-input v2.8.0 + - add ` -> · mapping in punctuation full map. + - allow user overwrite quote mapping in zero-input-punctuation-full-map + - 1.<space> should convert 。 to . + 2020-02-20 Yuanle Song <sylecn@gmail.com> zero-input v2.6.0 diff --git a/operational b/operational index 2eea61a..f750a24 100644 --- a/operational +++ b/operational @@ -1,6 +1,6 @@ * COMMENT -*- mode: org -*- #+Date: 2019-10-08 -Time-stamp: <2020-02-23> +Time-stamp: <2020-04-05> #+STARTUP: content * notes :entry: ** 2019-04-01 zero-el a Chinese IM framework in emacs; FSM :doc: @@ -79,6 +79,7 @@ cd ~/lisp/elisp/zero/ ** 2020-02-04 how to make a release? :doc: - update version number in zero-input-framework.el - update ./ChangeLog, add user visible changes + M-x add-change-log-entry or C-x 4 a. - run tests make check - build a release .el file -- GitLab