Commit 1df58b58 authored by Yuanle Song's avatar Yuanle Song
Browse files

v2.0.0 renamed package to zero-input.el

parent 65c837e6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
zero-el
Copyright (C) 2019 Yuanle Song <sylecn@gmail.com>

zero--ibus-compute-pixel-position function in zero.el is copied from ibus.el.
This function is under GPLv3 license.  Copyright (C) 2010-2012 S. Irie
zero-input--ibus-compute-pixel-position function in zero-input.el is copied
from ibus.el.  This function is under GPLv3 license.  Copyright (C) 2010-2012
S. Irie
+6 −39
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
#+Date: 2019-09-01
Time-stamp: <2019-10-16>
Time-stamp: <2019-10-28>

* zero-el

zero-el provides zero-pinyin, an Emacs pinyin input method for Chinese and
zero-framework, which is an emacs Chinese input method framework.
zero-el provides zero-input-pinyin, an Emacs pinyin input method for Chinese
and zero-input-framework, which is an emacs Chinese input method framework.

* File list
- zero.el

  It's a generated file for one-file package distribution. Not used for
  development.

- zero-framework.el

  zero framework source code. This provides the framework and user interface
  for zero-el.

- zero-panel.el

  dbus client to zero-panel service.

- zero-pinyin-service.el

  dbus client to zero-pinyin-service.

- zero-pinyin.el

  Pinyin input method implemented using zero.el

- zero-quickdial.el

  proof of concept of how to create an input method in emacs using minor mode.

- zero-reload-all.el

  zero-el development utility.

- zero-table.el

  serves as an example of how to use zero framework to create new input
  methods.
This branch is created for one-file ELPA release. For more information, please
check README in master branch.

* introduce to zero-el
https://blog.emacsos.com/zero-el.html
@@ -49,5 +16,5 @@ https://blog.emacsos.com/zero-el.html
* License
zero-el is under Apache License 2.0

zero--ibus-compute-pixel-position function in zero-framework.el is under
zero-input--ibus-compute-pixel-position function in zero-input.el is under
GPLv3. see NOTICE file.
+1512 −0

File changed and moved.

Preview size limit exceeded, changes collapsed.