Loading zero-framework.el +1 −3 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-framework.el --- zero Chinese input method framework ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading Loading @@ -129,7 +127,7 @@ if item is not in lst, return nil" ;; zero-el version (defvar zero-version nil "zero-el package version") (setq zero-version "1.0.2") (setq zero-version "1.0.3") ;; FSM state (defconst *zero-state-im-off* 'IM-OFF) Loading zero-panel.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-panel --- provide emacs interface for zero-panel dbus service. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading zero-pinyin-service.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-pinyin-service.el --- provide emacs interface for zero-pinyin-service dbus service. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading zero-pinyin.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-pinyin.el --- a pinyin input method for zero-framework ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading zero-quickdial.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-quickdial --- quickdial input method written as an emacs minor mode. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading Loading
zero-framework.el +1 −3 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-framework.el --- zero Chinese input method framework ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading Loading @@ -129,7 +127,7 @@ if item is not in lst, return nil" ;; zero-el version (defvar zero-version nil "zero-el package version") (setq zero-version "1.0.2") (setq zero-version "1.0.3") ;; FSM state (defconst *zero-state-im-off* 'IM-OFF) Loading
zero-panel.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-panel --- provide emacs interface for zero-panel dbus service. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading
zero-pinyin-service.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-pinyin-service.el --- provide emacs interface for zero-pinyin-service dbus service. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading
zero-pinyin.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-pinyin.el --- a pinyin input method for zero-framework ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading
zero-quickdial.el +0 −2 Original line number Diff line number Diff line ;;; -*- lexical-binding: t -*- ;;; zero-quickdial --- quickdial input method written as an emacs minor mode. ;; Copyright 2019 Yuanle Song <sylecn@gmail.com> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at Loading