[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] branch externals/pyim created (now 4a0fb22)
From: |
Feng Shu |
Subject: |
[elpa] branch externals/pyim created (now 4a0fb22) |
Date: |
Sun, 21 Feb 2021 21:28:02 -0500 (EST) |
tumashu pushed a change to branch externals/pyim.
at 4a0fb22 Update Header
This branch includes the following new commits:
new 660819b 导入emacs-eim源代码,删除不必要的文件,清理代码。
new 70a9143 更新README
new ed5b186 Fix melpa compile error and warn
new fd29f42 Fix compile warn.
new da86d4b remove pyim-extra.el
new 525f30a 更新README
new 3e990ca 删除两个无用函数
new 3b47b36 重命名标点相关的函数和变量
new 62577cb 将 `pyim-punc-translate-toggle' 改名为
`pyim-toggle-full-width-punctuation'
new cfd5334 Fix pyim-pinyin.el
new 033ab76 更新 `pyim-dicts' 的说明文档。
new 7dc88f6 提醒用户词库文件内容必需按行排序。
new 3a6f8f4 将 pyim-*.el 重命名为 chinese-pyim-*.el
new e9ab1ac Tiny fix
new c1be6e8 删除 ;;;###autoload (require 'chinese-pyim)
new 8007b86 更新README
new 7250a71 在README中说明 `pyim-toggle-full-width-punctuation'
new 0362c3a 拼音中间存在 "'" 字符时,将其作为隔音符使用。
new b209ea0 词库大小为:>20M
new a9e36c7 全角半角标点切换时,显示提示信息。
new 04201d1 pyim-insert-ascii 改用 read-no-blanks-input
new 3397825 简化自定义输入功能。
new 7824737 添加一个命令,用来切换光标处标点的样式(全角 or 半角)
new 6537b14 添加全角半角切换命令配置例子。
new 6137e23 添加命令 `pyim-pinyin-fuzzy-adjust',用来处理糢糊音。
new 26dfeb7 Indent
new 52de3d5 "ing" 与 "in" 相互切换。
new 64b0c97 允许用户自定义模糊音处理函数
new 392a865 使用 cl-lib
new 58b944b 添加两个将汉字字符串转换为拼音字符串的函数。
new bad523d Fix `pyim-pinyin-fuzzy-adjust-1'
new 896359f 添加 keywords
new 4c218b6 添加函数:`pyim-dict-available-p'
new bfd8aa3 确保相同的词库文件不会被加载多次。
new eefa9a8 用户可以通过 `pyim-add-dict' 来添加词库信息。
new b43fecd 更新 `pyim-load-file' 的说明。
new c7de614 更新 `pyim-dicts' 的 doc
new ec37f6f 更新head
new 1df2845 优化警告信息。
new b40516b 使用 cl-loop
new 0761305 解决 personal-file 文件为空时报错的问题。
new 15cb45c 创建 person-file 时,同时创建父目录。
new 1431e4c 优化 `pyim-dict-buffer-valid-p'
new 5680fbd 调整当词库不存在时的警告信息。
new e021697 进一步优化词库缺失时的警告信息。
new d717a06 当用户没有设置词库时,使用 `pyim-show-dict-help' 显示帮助信息。
new 30c957f 添加重启功能。
new b4939ca 添加 `pyim-restart-1' 用于编程环境。 closed #5
new dc1136e 添加一个例子,说明如何快速切换词库设置。
new eef9d20 清理 keymap option 相关的代码。
new ed32edc 清理 name 相关的代码。
new e62360e 清理 buffer-list 相关的代码。
new b902259 清理 history active-function 的代码。
new 54c48ec 将 `pyim-name' 改为 `pyim-buffer-name'
new 611106a 将 `pyim-update-table' 改为 `pyim-update-dict-file'
new 2ad3097 `pyim-save-personal-file': Fix error when buffer is nil.
new daff5ee 不在代码中使用 ido- 类函数。
new d6662b9 提醒用户不要直接点击链接,而是使用另存为。
new b34b3f1 添加一个功能:重复按相同的标点,可以用来切换标点格式。
new 9e38fa8 `pyim-punctuation-translate-at-point' 使用
`pyim-return-proper-punctuation'
new d227c4b pyim-pair-punctuation-switch-status ->
pyim-pair-punctuation-status
new b0a4faa 更新docstring
new 4894b50 调整标点切换规则。
new c1f51b0 调整 `pyim-pinyin-fuzzy-adjust-1'
new ea649c8 当光标前面为标点时,按“v”可以切换样式。
new b26be54 在README中说明:标点符号样式如何切换。
new 1372076 暂时解决多余连字符的问题。
new 96339a0 添加词库转换工具:将一篇中文文章转换为 Chinese-pyim 可以识别的词库。
new 8506650 将 `pyim-show-dict-help' 独立出来,更名为 `pyim-show-help'
new c799e21 运行前 `pyim-build-dict-from-chinese-word' 弹出帮助信息。
new b94a943 在README中说明 `pyim-build-dict-from-chinese-word' 使用方式。
new 858eb96 Fix README
new 768f629 更新 `pyim-build-dict-from-chinese-word' 帮助信息。
new 5ec095a 从中文文章构建词库时,可以按照词条在文章中出现频率来对词条排序了。
new 22965e0 简化词条排序和删除重复的代码。
new f77f92f Big Change: 删除 chinese-pyim-pinyin.el
new 275eb4a 调整indent
new 14404c9 添加 `pyim-intern-word' dostring
new d976c8d 添加新功能:词语联想输入。
new 0b41dc1 更新 `pyim-get' 注释。
new c7879eb 使用其它补全系统,比如:company-mode 或者 auto-complete 等,来处理联想词。
new 3cf4b4a 添加了一个 company-mode 补全后端,`pyim-company-dabbrev'
new c894465 在README中添加文档说明如何与 Company-mode 配合使用。
new a21859f Fix docstring.
new 548caa2 将 pyim-predict-words-function 改为
pyim-select-word-finish-hook
new 224a6e4 调整 pyim-company-dabbrev
new e10fccb 降低联想词数量
new 46f6596 降低 predict-words 数量到 5
new 8893ce8 pyim-company-dabbrev 补全前确定 pyim-current-str 中包含中文。
new e6e3d7a 与Company配合时,company需要做一些设置。
new 9acc7f6 不需要 adaptive-wrap。
new 9161331 调整README的格式
new ac0b897 `pyim-company-complete' 自动激活 `company-mode'
new 0db8f07 确保 `pyim-current-str' 中包含中文时,才启动联想词的补全。
new d072a1b 确保 `pyim-predict-words-number' > 0 时才搜索联想词。
new 341e0aa 默认关闭联想词功能。
new be28539 `pyim-predict-words-number' 默认设置为 0 ,更有逻辑。
new d73bbd3 最多补全六个中文字符,得到太长的中文字符串用处不大。
new bc183bd 增加命令:`pyim-article2dict-accuracy` 和
`pyim-article2dict-radical`
new 8d5dcd9 Fix:当 pyim 输入时 company 自动选词的问题。
new 3a62af1 Fix: 保存的词库信息 coding 为 “##” 的问题。
new dbd3e44 `pyim-add-dict' 删除错误的判断代码。
new ab22d88 `pyim-add-dict' 优化提示信息。
new 19ea7e4 将搜索联想词的代码从 `pyim-get' 中独立出来。
new 6af2ab7 使用 pyim-article2dict-* 转换词库时分阶段的保存内容,可以防止数据丢失。
new cac2a2e 添加三个命令将一篇文章中的元素分开处理,从而得到不同性质的拼音词库。
new aaa979d jieba可以自动转码,不需要用户手动转码。
new 8c49914 `pyim-article2dict' 将标点符号,英文等转换为回车。
new 2790169 更新 pyim-article2dict 的帮助信息
new 3b361e4 `pyim-article2dict-misspell-words' 删除大于4个字符的中文字符串。
new c575f03 优化 `pyim-article2dict' :使用源文件的副本来进行转换。
new d382e02 降低中文联想词算法的限制。
new 77f37bd 将联想词输入功能代码(company集成代码)独立成文件: chinese-pyim-company.el
new 036a818 Fix README
new 8c75d17 更新 head
new c6409a7 精简 chinese-pyim-company.el 的代码,使其更加紧凑。
new 237c6d2 添加几个 "手动加词" 命令。
new fc9b11c 添加自动组词功能
new 781b007 添加自动组词功能:
new efffac5 添加另外一个 *手动造词* 命令: `pyim-create-word-from-region'.
new 796c212 Fix Readme
new 0347bda 添加命令: 从 personal buffer 中删除某个词条。
new e97dd1a Fix `pyim-create-word-at-point' error variable
new 14edc5c 使用 `pyim-translate-char' 来保存用户自定义词条。
new bfad3b0 `pyim-default-translate' 使用较一致的内部变量名称。
new 0629b44 白字符+`pyim-translate-char' 可以关闭输入法, 方便用户输入英文。
new 6ad3fbe 将 `pyim-translate-char' 更改为 `pyim-translate-trigger-char.
new d1fb70f Revert "白字符+`pyim-translate-char' 可以关闭输入法, 方便用户输入英文。"
new 3f81c09 删除 `pyim-han-stringp' 没有用处。
new 7df17a5 空白字符+`pyim-translate-trigger-char' 可以来回切换 Chinese-pyim
中英文输入模式。
new 0fa119b Fix docstring
new 0dd2b2d 删除 `pyim-insert-ascii',这个命令用处不是很大了。
new 100e1d3 在 mode-line 中显示“灵拼”,而不是 [pyim].
new a9937a2 Fix:在英文输入模式下,不能输入字母 "v”的问题。
new 2de7851 仅仅使用 mode-line 来提示当前输入法的模式。
new 15528fc 统一使用“空格+空格+<触发键>”来切换 Chinese-pyim 中英文模式。方便记忆并减少冲突。
new 3aba1e8 解决 pyim-add-dict 没有 utf-8-unix 选项的问题。
new 933bbd4 调整README
new f9da35c 调整README
new 87f2624 再一次调整README
new d82b5ea 使用 org-mode 文学编程功能,重新组织代码。
new c8070b2 Fix README 语法错误。
new 1fc610b Fix 文档语法错误。
new f7cd359 update
new 9d59f21 Fix 文档语法错误。
new 0448c69 使用 org-mode tags 来选择 README 需要包含的内容
new a351eec Fix a minor typo
new d8619ae 降低 Code 部份的层次。
new 0e140c1 使用 github favor markdown. Fixed #16
new 997f393 Merge pull request #17 from xuchunyang/patch-1
new fe50357 Fix Readme: 删除无用的标点。
new 57c6028 添加说明: 如何 export 文档以及 tango 代码。
new bc358d5 Fix 语法错误
new 30a253a Fix README.md
new 90cd579 将开发Chinese-pyim相关的工具独立为一个库:chinese-pyim-devtools.el
new f51744d Fix: 将 chinese-eim 改为 emacs-eim
new f109ef9 更新文档。
new 4ba2046 修复 README.txt 不存在时的导出错误。
new 8c963dc 将所有的 emacs 函数都用 #+BEGIN_SRC #+END_SRC 分开。
new 29603c9 添加功能: 自动切换中英文输入模式。 Fixed #15
new adf2945 update org tags
new bfdbb68 Tango 速度太慢了,降低 #+BEGIN_SRC #+END_SRC 的数量。
new a613ecf 使用 pyim-input-chinese-p 来判断是否开启中文输入模式。
new fc7ed4b 更新例子: pyim-work-with-org-speed-command
new d1e67a6 删除: 两个空格+v切换中英文输入模式的功能。
new d85d2bb 删除自动加词功能,运行结果不太可靠。。。
new dd75175 删除:`pyim-create-word-from-region' ,用处不大。
new ba93901 修正文档中词条数目。Fixed #18
new a2e6a15 添加文档。
new 72d1ddb 删除 `pyim-insert-ascii' 快捷键绑定说明。
new c5343de 详细说明: `pyim-translate-trigger-char'
new a23166b 将文档中:“个人文件” 改为 “个人词频文件”。
new 21ab54f 更新标点符号相关文档
new 4958540 Fix 文档中的错误。
new 5923d35 Remove uesless pyim-automatic-generate-word
new 1f08a64 详细说明 pyim-buffer-list.
new ede64ce 删除 `pyim-current-predict-words'
new 9a3e075 Merge pull request #20 from xuchunyang/patch-2
new 064952c 更新内部变量相关文档
new e2c3722 添加内部变量说明文档。
new b58da4f “纪录” => “记录” Fixed #23
new 9face19 设置 indent-tabs-mode 为 nil, tab-width 为 4
new 9805267 忽略所有的.el文件以及README.md文件。
new 92c6f50 删除所有自动生成的文件。
new 119cbce 忽略所有markdown文件。
new ccbd847 将与词库文件制作,分发以及管理的函数独立为:chinese-pyim-dictools.el
new 900b96f 删除 pyim-load-file 中无用的代码。
new da87a27 禁止忽略 el 和 md 文件,这样便于使用git检查tangle得到的文件是否正确。
new 5a57578 简化代码,删除不需要的funcall
new 60a33b8 删除 `emms-delete-if'
new 20cf38a 简化 `pyim-get-char-code' 相关的代码
new e3c55b8 删除 guidance 相关的代码,Chinese-pyim 用不着
new 281ed75 当PY.el不存在时,弹出警告信息,提示用户可能存在的问题。
new 3c826c1 按照变量和函数的功能来重新组织chinese-pyim.org (stage 1)
new a54359d 按照变量和函数的功能来重新组织chinese-pyim.org (stage 2)
new ac9ac8f 按照变量和函数的功能来重新组织chinese-pyim.org (stage 3)
new 4df180d 按照变量和函数的功能来重新组织chinese-pyim.org (stage 4)
new 8433c20 拆分 pyim-format-page 函数
new 141f680 搜索词条时,首先用函数 `pyim-dict-buffer-valid-p' 检测词库buffer是否有效。
new c6446b5 pyim-get: 使用 (buffer-name) 而不是 (buffer-name
(current-buffer))
new fca689d pyim-exit-from-minibuffer: 使用 when 而不是 if
new 87893eb 说明 `pyim-dict-buffer-valid-p'
new 9895353 使用 emacs-lisp + org-mode + lentic 的开发模式
new 02a5a99 开始为词组选择解析的函数添加注释
new a2c8f9e chinese-pyim-devtools.el: add
`pyim-devtools-generate-readme'
new a45731d 为 README 相关的内容添加 README tag
new fd4b271 添加README.md
new 5dd57ec update .gitignore
new 8086aa1 Add `pyim-devtools-generate-documents' and
`pyim-devtools-view-devel-document'
new 8c67e75 Fix README.md
new 513c631 chinese-pyim-company.el: Fix wrong Commentary
new 9908c7c 进一步添加代码文档
new 5c9ab1e 生成html文档时,org-export-headline-levels 设置为7
new a001003 添加命令: `pyim-next-word' 和 `pyim-previous-word'
new ffda96d 使用TAB键来调整模糊音
new 233eaf4 调整README的内容
new b0c6a5f 添加代码说明文档
new bb9d0a5 update README
new 46f19c5 Merge pull request #26 from tumashu/devel
new bee7a1e chinese-pyim 依赖 lentic
new 22621fe Merge pull request #27 from tumashu/devel
new faca0c6 添加 `pyim-current-str' 的相关文档。
new 66accdd 在README中添加: 如何查看chinese-pyim 文档。
new 1339352 说明 Chinese-pyim 如何插入 `pyim-current-str'
new f9c461a Fix `pyim-article2dict' docstring
new c46d93d 说明 quail/PY.el 文件不存在时,哪些功能失效。
new 375ee8a 添加使用tooltip显示选词框的功能 Fix #4
new bf56db6 Merge pull request #29 from tumashu/devel
new d2eeae8 在README中说明如何使用 tooltip 显示选词框
new 223553a 使用函数 `pyim-use-tooltip-p' 来决定是否使用tooltip显示选词框
new ad5b84f 防止选词框颤动
new e75e9ec 将回车绑定到 `pyim-quit-no-clear'
new 89f669e 简化定位 toolkit 位置的代码
new 742844b 选词框中当前选择的词条用中括号标记。
new f12348e 优化 `pyim-format-page'
new 1cec1ed Fix `pyim-minibuffer-string-face'
new 9c6ef99 Fix `pyim-use-tooltip-p' docstring
new c6d278c 不依赖 lentic
new 0242858 使用 `pos-tip-show' 代替 `pyim-show-tooltip'
new a7b4862 Use `pos-tip-hide' instead `x-hide-tip'
new b890c98 `pyim-format-page' 生成词条字符串时,不要添加无用的空格
new 4b83903 Fix wrong variable name: `pyim-position'
new f82375b 不编译 chinese-pyim-company.el
new df9722e chinese-pyim-dictools.el add (require 'cl-lib)
new ba8f955 不使用 defsubst
new 8ff61ec 使用 `pos-tip-show-no-propertize' 代替 `pos-tip-show'
new 6b07741 使用变量 `pyim-tooltip-color' 来设定 tooltip 的前景颜色和背景颜色
new 33086ec Fix wrong `pos-tip-show-no-propertize' argment
new fbb1ace 使用较小的选词框。
new d476eda 进一步简化 tooltip 选词框。
new 6f7622b update `pyim-local-variable-list'
new aabef91 添加一个简单的词库管理工具
new 71c4178 Update README.md
new afe8cb6 Don't use `goto-line' in elisp
new 3020e9c 添加 `pyim-dicts-manager' 说明文档
new cc9a100 确保 `pyim-dicts-manager' 相关命令只能在对应buffer中生效
new 70a767e 调整词库管理工具的颜色,让其适用于黑色和白色两种背景。
new 9d6e731 添加函数 `pyim-dicts-manager-add-example-dict',
new 7ae7d1e 确保 `pyim-dicts-manager-add-example-dict' 只能在词库管理器中运行
new 3c1a9c8 词库管理器 buffer 中,开启 truncate-lines
new 9b289f1 更换样例词库的url
new ba4a848 删除词库信息的时候,可以同时删除对应的词库文件
new 218a636 添加词库禁用功能
new e063096 添加一些方便导入搜狗细胞词库的命令
new b0d3faa 调整词库管理器界面
new 8811475 命令名称中使用 sogou-dict 而不是 scel
new 209d7ef 转换词库使用 `call-process' 而不是 `shell-command'
new f62b009 美化词库管理器界面
new 338905e 删除词库前,判断词库文件是否存在
new e2173be Fix 一次禁用多个词库的错误。
new b2afc71 update
new 80752a4 不要重复添加词库信息
new b62306c 使用 `cl-copy-list' instead `copy-list'
new 2ed02de 将导入的词库放到 ~/.emacs.d/pyim/dicts 目录
new f0254f8 修正选词框超出屏幕的问题
new 47381b0 Fix: 在window平台下,选词框里面的词条被截断的问题
new 5bcfe3e 添加了一个用户选项,来应对选词框词条被截断的问题
new 5b90a3c 减少选词框左右摆动
new 9efdad6 设置默认 `pyim-tooltip-additional-pixel-width' 为0
new 2b32e48 rename `pyim-tooltip-additional-pixel-width' to
`pyim-tooltip-width-adjustment'
new 041ce90 调整样例词库的url
new a21b596 update
new 7dae8eb 导入或者下载的词库放到统一的位置
new bef4778 添加词库导入命令提示
new baba5ed 简化词库帮助说明
new c69708a `pyim-input-method' Use with-silent-modifications
new 8f77907 不依赖 quail/PY.el
new 5633c8a update
new 7ede784 重新组织代码
new bb60956 `pyim-tooltip-width-adjustment' 代表校正倍数
new e7d89fd 使用 org-publish 功能生成开发文档
new 0513f60 ignore autoloads file
new 4d7ee0a Copy chinese-pyim.html to index.html, used by github page
new 191580d 将模糊音处理函数绑定到 (kbd "TAB") 和 M-g. Fixed #31
new 90519d3 对词库文件排序时,优先使用 unix 工具 "sort"
new 2a5eb26 Fix:删除重复词条时,排在最前面的词条最有可能被删除。
new 03be397 fix previous commit
new 8981a44 org-webpage + lentic = chinese-pyim website
new 8d2fcbd force absolute url
new 4bd1875 Fix README
new 6a89b76 update
new b9823a9 Don't export head: "Header" "Footer", and rename head:
"Commentary" and "Code"
new 1216b52 Use .dir-locals.el instead of file variable
new 3cb9592 Add some snapshots
new f5a70b7 Add a snapshot to README
new 1e8c181 Close *.el and *.org files before lentic to org
new a6f0370 Update chinese-pyim org-webpage configure
new 0c0ef32 fix wrong org link
new db0e339 update README.md
new 5e069ab Fix: Eat "-" when hanzi2pinyin a chinese string which
include "-"
new 37aba9b refactor `pyim-hanzi2pinyin'
new 31c8bc9 `pyim-permutate-list2' updated
new 31e5a7d Revert "Use .dir-locals.el instead of file variable"
new e376581 Add scel2pyim introduce
new 848d63f 简化 ”造词“ 和 ”调整词频“ 的内部流程。
new 7926fca 使用现有的拼音词库来校正多音字,这样做可以减少个人词库文件的 “污染”。
new 2bbc9c9 Add buildin feature: predict words
new fa495ab 如果输入 "ni-hao" ,那么同时搜索 "n-h" 来做为联想词。
new c619c79 Update document: Add predict words info
new 23af0e9 pyim-hanzi2pinyin: 只转换包含中文的字符串,英文字符串原样输出
new 5fc766d Fix doc
new eb6a901 进一步优化联想词的排序方式。
new afe313a Fix `pyim-get-choices', Add more comment
new 63ced48 Use `pyim-enable-words-predict' to control predict words
new d278076 Fix error
new e2ecfe6 Optimize `pyim-predict' speed.
new ee5a5ee Fix `pyim-predict': get unexpected words
new 4d9805e Add `pyim-dicts-manager-merge-all'
new aa19518 让词语联想更加灵活
new 2ee27d3 Update
new 27cca92 Default only enable "pinyin-similar" predict word
new d1acb72 Revert "Update"
new 2564b06 Optimize 'pyim-predict' speed again....
new 35eef3e `pyim-remove-duplicates-word' use `cl-delete-duplicates'.
new 37f64ab Update `pyim-update-dict-file'
new 540ffed Add guessdict build command: `pyim-article2dict-guessdict'
new 42d3c99 Add :dict-type
new c886515 Add another predict words method: guess-word.
new a943de6 Update doc
new 3e88a79 Deal with slowly speed when encounter big guessdict
new cfae922 Deal with slowly speed when encounter big guessdict
(2-stage)
new b85d30e `pyim-translate' : deal with `pyim-last-input-word'
new 25c87fb Update words predict document
new cc13ffa Deal with slowly speed when encounter big guessdict
(3-stage)
new 5e87af8 优化 pyim-hanzi2pinyin 的速度
new 4b759c0 新特性: `pyim-hanzi2pinyin' 可以使用已经安装的词库来较对多音字。
new 1fd0907 `pyim-create-or-rearrange-word': 校正多音字时,忽略个人词库文件
new 8101d44 `pyim-hanzi2pinyin', Fix pyim-load-file
new 2c5be75 简化了 `pyim-create-or-rearrange-word'
new c0fa7bc update doc
new b942da3 让 `pyim-remove-duplicates-word' 可以正确处理 guessdict 词库。
new 70c2b92 Add new file: chinese-pyim-utils.el
new cd117d7 Update chinese-pyim-devtools.el
new d612a5e Fix free variable warn
new 57520e3 Enable byte build chinese-pyim-utils.el
new 3e53519 `pyim-split-chinese-string' 如果 Chinese-pyim 词库没有加载,首先加载词库。
new 5e37cac Add `pyim-split-chinese-string2string'
new e51f85b Add `pyim-split-chinese-string2string' doc
new 85f1100 `pyim-hanzi2pinyin': use `pyim-permutate-list2' for speed
reason
new 8a860f6 Fix wrong regexp in `pyim-update-dict-file'
new 55ca271 添加普通词库缓存方式,以提高词条查询速度。
new 1f57152 添加普通词库缓存命令:`pyim-cache-dict-buffer',用于提高分词速度
new 1018d48 尝试添加code: aa-zz 来缩小搜索范围
new 0686c63 Revert "尝试添加code: aa-zz 来缩小搜索范围"
new edb6fa7 Add pyim-cache-dict-buffer doc
new 4a49e2f 添加另外一种缓存模式:缓存所有普通词库中的词条
new 6f49606 Alway search personal file buffer, unless
ignore-personal-buffer set to t
new 9a3e327 让 `pyim-split-chinese-string2string' 可以处理中英文混合的情况。
new e3914f2 Add `pyim-split-chinese-buffer'
new b8fbeac `pyim-split-chinese-buffer': add more message when run
this command.
new ccb4eb8 update
new fb9a84f Fix #39
new 96c544b `pyim-permutate-list': use cl-loop instead of loop
new dac4428 update chinese-pyim-devtools.el
new 7376b0e chinese-pyim-devtools.el, delete :web-server-docroot
new 9e1e761 Add custom `pyim-line-content-limit'
new ec5145e Fix org-webpage config
new 043465b Add `pyim-website-update-owp-config'
new 352cae4 update chinese-pyim-devtools.el
new 730d264 Fix guessdict link
new 05525f0 Fix wrong path
new b09d4f7 New feature:按v时,将光标前面连续的n个标点符号,统一进行全角半角转换
new 9168655 让 `pyim-punctuation-translate-last-n-punctuations' 可以独立使用
new 988d52a 新功能: 动态切换中英文输入
new 769f602 Use "full-width" and "half-width" instead of "quanjiao"
and "banjiao"
new 872ce34 `pyim-dynamic-english-input-function': 处理全角标点和半角标点
new 6b3ffef 添加功能: 当光标前面的字符为中文字符时,按 v 可以清洗当前行的内容。
new 4af226f `pyim-dynamic-english-input-function': keep
`pyim-toggle-full-width-punctuation' silent
new 5e0bc85 update `pyim-dynamic-english-input-function'
new 251b49f Fix `pyim-translate'
new dd4ea26 update document
new e7162b1 Fix wrong regexp
new 3f5c585 Fix some regexps
new ceed51c Fix (string nil) error
new b4dd8e5 Add custom: `pyim-wash-function'
new 5c1f6b4 Fix pyim-punctuation-dict
new 8f71fb8 Update `pyim-wash-current-line-function'
new 3d056c9 Fix (stringp XXX) error
new 2c1d964 Prefer `equal' instead of `string='
new 6ab97ae `pyim-wash-current-line-function': deal with full-width
puncts
new 6514bbe Fix #40
new 76fede2 Update chinese-pyim-dictools.el
new 5054c4a Use my own `lentic-org2el-init'
new 4c96f19 `pyim-orgify-if-necessary', kill org and el buffer force.
new 68c686e use .dir-local.el
new c8d78e4 Don't generate .dir-local.el's doc
new da9f5d6 Don't include tags in README.md
new dd33b74 set export headline level to 7
new ea5a01f Fix type
new 8c07443 Clean code and use `owp-lentic'
new 63a4631 update org-webpage's config
new 9598fe3 Update README
new c2024fa Enable words predict method: pinyin-znabc
new e85cf22 Set `pyim-line-content-limit' to 5000 in nonwin-system
new cd0bb94 simplify `pyim-dynamic-english-input-function'
new f2aafbc Fix README
new 6b80f86 `pyim-english-input-switch-function' can be a
function-list
new a256e52 Grab a valid chinese-word to work with guess-dict-predict
new f940a1b Don't deal with `pyim-current-str' in
`pyim-grab-chinese-word'
new c72e19c `pyim-grab-chinese-word': add `fallback' argument
new 5c0781e refactor chinese-pyim-company.el
new 89d6314 refactor chinese-pyim-company.el again
new 5480368 优化 guess-dict 词语联想的 "精确" 匹配模式。
new a4fa25a Add a new predict-words method: company
new 2fa5dd3 Rename predict-method "company" to "dabbrev"
new 94030dc Use `pyim-string-match-p' instead of `string-match-p'
new 4954cab `pyim-predict-build-regexp', add a new optional argument
new 28a6c52 Shameless steal some dabbrev functions from
`company-dabbrev'
new b3e85b7 `pyim-predict-build-regexp', adjust options
new a49a951 Some dabbrev change
new c306cba 增强 abbrev 联想的匹配功能
new d05a3c6 Dabbrev 或者 guess-dicts 词语联想 *一个汉字* 时,强制尾端匹配。
new 98e10e1 `chinese-pyim-company' 添加一个变量,用于禁用中文 dabbrev 补全
new 35b59e1 Fix "禁用中文 dabbrev 补全" 功能
new cbca58c 禁用 Dabbrev 中文补全时,不搜索 buffer
new 6bdebaf Add chinese pinyin feature for isearch.el
new e78da41 Fix doc
new 8cd6d1e Fix doc
new fa38d81 Force load pyim dict before isearch
new f8fba77 Simpify punctuation's code
new 96cc0db 动态调整 `current-input-method-title'
new 11a4a39 Simpify pinyin-isearch feature
new 6af4f05 Add a pymap feature: find all chinese char matchd a
pinyin faster
new 748949c Speed pyim-isearch-build-search-regexp
new 67a6c9c Add debug feature
new 29d1df8 Fix "(sequencep 24)" error
new c300cb0 Add pyim-build-chinese-regexp-for-pylist
new bd28622 优化 chinese-pyim 的反应速度
new dcca570 在所有指定的 buffer 中,搜索拼音匹配输入拼音的中文词条做为联想词
new 350b42e Add shuangpin feature, stage 1
new 14b493b Refactor shuangpin feature
new be0a2eb update dabbrev predict
new 9f53dbf Improve shuangpin feature, stage 2
new ee9860a Fix issue: Can't input "i" "v" "u" in shuangpin mode
new 6df36b4 为双拼添加更多的空声母设置
new 29ed6b7 Update pyim-get-choices
new fae4f2e Fix xiaohe shuangpin scheme
new 38803e8 Improve shuangpin doc
new 0ddbb4a 结构优化,将双拼和全拼统一叫做拼音方案 pinyin-scheme 。
new 180fced Let trigger-char works with shuangpin
new 5521a1f Add pyim-shuangpin scheme
new 690a88e update
new f4f805a Update shuangpin's document
new 33932d4 Update pyim-translate-trigger-char's document
new f818f2f Fix pyim-pinyin-schemes error
new b9c5310 Disable pinyin search by default
new b178d38 update document
new 0de283e Add chinese-pyim-probe.el
new 2e8ef2a Fix pinyin search error
new 5c8a5dd Add pyim-probe-org-speed-commands-active-p
new a4982bb update
new f64bf4b mv pyim-probe-isearch-force-english-input to
chinese-pyim-probe.el
new e1b8f63 Refactor chinese-pyim-probe.el
new 0378c32 update chinese-pyim-probe doc
new 1cd57bd Add `pyim-probe-org-structure-template'
new fe32e89 Add `pyim-punctuation-half-width-functions'
new 2ae86e4 Update `pyim-probe-dynamic-english'
new 5ffefdc Update README
new 93054ca Fix README type error
new 0e570cf Don't byte-compile .dir-local.el
new d75afb6 Improve tooltip document
new 0378cf4 Add feature: Use popup to draw word-selector
new 31f9fca Update document
new a651183 Improve tooltip feature
new e6edb38 Update README
new 61dbab4 Set popup-tip margin to 1
new 491c020 让选词框更加紧凑
new 0bbd8a9 Fix load popup error
new 6185f36 Set pyim-line-content-limit to 1000
new fe4f5c8 pyim-sort-dict-region: only use evn and sort command in
linux
new 3eaccf2 string-match-p -> pyim-string-match-p
new d6dad5a string-match-p -> pyim-string-match-p again
new e27209a update imewlconverter document
new c31a0ac Add donate document
new faca9fe update
new 29bb762 pyim-english-input-switch-function ->
pyim-english-input-switch-functions
new ab5e5d2 Improve probe functions README
new e2fd52e Update README
new 43227e5 Add 配置实例 to README
new bc2c730 remove C-; keybinding example
new 93bdf93 Fix error example, thanks outsinre
new 72bdb1b Improve pinyin-similar and pinyin-shouzimu
new 904c7d3 pinyin-predict -> pyim-get-pinyin-similar-words
new 45d2388 Arrange code
new 6f4c0a5 Fix pyim-get error
new e6dd672 Add pyim-debug
new 2d39f93 Call pos-tip-hide in pyim-terminate-translation force
new 4269996 Use pyim-guidance-list instead of pyim-guidance-str
new 8c47db4 Add `pyim-guidance-format-function-vertical'
new 9e4479b Update
new f0b6143 Better use shouzimu words
new 3457599 make pyim-get more simple and clean
new 2a1dc70 Update
new 01c8e41 Add feature: record words property to `pyim-property-file'
new 5f872b6 Add `pyim-sort-words-by-property-file'
new e4989a3 Add `pyim-property-alist'
new 2e803df Remove C-g keybinding, useless
new 482ce05 Fix `pyim-guidance-format-function-vertical'
new d141059 Add function `pyim-convert-pinyin-at-point'
new 539d26b Update pyim-convert-pinyin-at-point
new d2bfeaa update
new a4c7842 Update README
new 7835a34 Active chinese-pyim before convert pinyin
new 213222c Tiny fix guidance-format-function-* docstring
new a914c3a Make `pyim-probe-dynamic-english' work with exim of exwm
new f085dfe Fix `pyim-probe-org-structure-template'
new 4c87f24 let `pyim-probe-punctuation-line-beginning' work with exim
new 3c039e7 Update
new 8d9862b Don't deal with input-method-previous-message , useless
new f890b00 Add C-q keybind doc
new 9bf751c Fix stupid error...
new ef616b9 Fix bug: 词库里有的词但是无法输入 #65
new 00b8a2c Fix #65 again
new da30d9d Fix advice pyim-company-dabbrev--make-regexp
new 189030d Add feature: fuzzy pinyin
new aedd94f Fix compile error
new 0e2d6cb Rename some functions
new a60376d Sort personal-words by counts
new 202567c Add dict cache method
new f29e402 update README
new 290b4c3 Clean buffer-cache when need
new d7afa48 Use new guess-dict format
new f34c468 limit pyim-line-content-limit to 400
new 1739c5b Update README
new a3555ac Fix pyim-company-dabbrev--make-regexp error
new cad4d5d Fix pyim-split-chinese-buffer
new 31d4bd1 Improve buffer words cache scheme
new 0e54a39 Simplify pyim-get-dabbrev
new 24dc9a8 Fix "Can't input puncts after convert pinyin at point"
new 8c77d99 Use clrhash instead create new one
new 9eeab3a Refact chinese-pyim-pymap
new 4fa73f5 pyim-cchar2pinyin-cache use string as key
new ad0ea0b Fix 'pyim-delete-word-from-personal-buffer 不会删除缩写的对应行' #72
new 96be965 Tiny refact pyim-get-choices
new f90a6cc Don't sort the car of personal-words by count
new 05dcec1 Sort dabbrev and guess-dict words by count
new a6553ec Deal with guess-dict-similar-words
new c1b940c simplify pyim-get-choices:dabbrev
new 9fb1535 update pyim-get-choices:guess-words and
pyim-grab-chinese-word
new d5693da Simplify pyim-grab-chinese-word
new e35fcf7 Update README
new 5f96c05 Add tip: 如何合并两个词库文件
new a96db96 Fixed pyim-probe-dynamic-english.
new 5ac4c21 Merge pull request #74 from hitswint/master
new 470ef78 Fix #75
new eb2f835 Simplify pyim-hanzi2pinyin
new a8e5fbd Improve pyim-bisearch-word cache method, See #79
new 1ecdc8e Improve pyim-bisearch-word cache method (v2), See #79
new 70a38c8 Improve pyim-bisearch-word cache method (v3), See #79
new b3f8f12 Update pyim-pinyin2boundary-create-cache
new af79f64 Improve pyim-bisearch-word cache method (v4), See #79
new adbf0ef Improve pyim-get-choices
new c6c11d4 Improved pyim-probe-dynamic-english.
new d31404b Merge pull request #81 from hitswint/master
new f9fa643 `pyim-toggle-full-width-punctuation',设置为三个选项 fixed #83
new 8ede756 让 pyim-toggle-full-width-punctuation 的提示信息更加直观
new aa34eac Simplify pyim-buffer-create-cache
new 3ace785 use cl-case instead.
new 8209a5a Improve pyim-article2dict's help message
new 70f63df pyim-get-dabbrev-search-buffer: Speed up
new 5064211 Fix indent
new fb0971e Set pyim-dabbrev-time-limit to 0.03
new c9d9ec9 Fix '模糊音bug 2 #91'
new ce06255 Improve pyim-get-choices's debug message
new afed795 Fix "模糊音bug #90"
new 7359b33 Fix: 词语搜索改进 #92
new 2e1e69a Fix "词语搜索改进 #92" again
new 30e80eb Fix: '拼音搜索功能导致isearch总是用regexp #94'
new 5b2e122 Add pyim-create-word-from-selection
new e6de892 Fix ' 输入中按Ctrl-g退出,然后按空格,系统报错。 #95'
new f00ef26 让类似 'raner' 的拼音正确的 split
new b30190c Add #'
new bd1cb03 Fix 'pyim-backward-kill-py错误 #98'
new 62acd9f Fix 'pyim-backward-kill-py错误 #98' again.
new 092a8d4 pyim-start: pyim-buffer-create-cache force
new 657dbd2 drop pinyin-similar predict method
new 33be184 tiny update
new 8c35c89 Big change: refactor chinese-pyim cache again.
new e9855f2 Fix pyim-get-word-property
new 0a9a0c5 pyim-line-content don't include code.
new 8656b23 add pyim-delete-line again
new 6547136 Update doc
new 28c043c Fix some bug, which relate to pyim-code-at-point
new b7e5e9b Fix compile warn
new 9a6063d Fix `pyim-delete-word'
new cc9d922 Fix doc
new 91b64fe pyim-buffer-create-cache: use read+eval instead load, for
speed reason.
new 56c5ec8 update
new 7820ca0 Refactor dict-cache relate code
new 7784831 pyim-generate-dict-cache-file: improve message
new cb3a3da Fix pyim-save-files error
new 8e0856c Update pyim-load-file's doc
new cef5691 Use get-buffer to test buffer available instead of
buffer-live-p
new a9abc17 pyim-dict-cache-create: fix sleep-for's time
new 363b30f Improve pyim-load-dict-cache-file message
new e145101 Add info about chinese-pyim-greatdict
new 5ce215e Erase buffer when pyim-dict-cache is created
new c91946e Improve doc about pyim-greatdict
new f1c2561 Improve pyim-load-dict-cache-file message
new 5676170 pyim-read-file: test gzip available
new 232f451 pyim-dict-cache-create: decrease sleep-time
new 11de02d Add pyim-dicts-add-dict
new 1357a74 Add variable pyim-extra-dicts and function
pyim-extra-dicts-add-dict
new 537aa3a Add doc about chinese-pyim-greatdict
new 789db1a Update doc of pyim-extra-dicts
new 5fef0dd Fix: build cache failure after use pinyin search
new 0b7803a Deal with dict file with has dups code lines
new 452bf61 Dict default use .gz format
new 4256ca3 Update cache file format to v5
new db8946a pyim-dict-cache-create: adjust sleep-time
new 0f3612c Fix: generate cache failure when change
`pyim-cache-directory'
new 21fb3fe remove pyim-english-input-switch-function relate code
new fe0784b Add chinese-pyim-benchmark.el
new f28c7c4 Improve chinese-pyim speed
new f153d21 Add require: chinese-pyim-basedict
new 1214112 Improve pyim-pinyin2cchar-cache-create speed
new 1f611d0 Add pyim-pinyin2cchar-cache3 to cache cchars list
new 4173559 pyim-get-choices:chars: use pyim-pinyin2cchar-get instead
new 4769cfe pyim-get-charpy: use pyim-pinyin2cchar-get instead
new d5b08fb Fix compile warn
new 7c10b38 update pyim-benchmark.el
new e39ceb8 Require chinese-pyim-basedict
new 1fb2d4f update README
new 77fd00b Update README
new 77c5693 Don't require chinese-pyim-basedict in chinese-pyim-core
new 146f58f Big refactor: Remove guess-dict feature
new e07b93f Big refactor: remove dabbrev feature, too slow.
new 1d8925a Use utf-8-unix in example dict setting
new 588383f Update chinese-pyim-benchmark.el
new b637931 update pyim-dicts-manager-refresh
new 9c114c5 Fix "输入有些词,待选词很不全,单个字出来的待选词正常"
new 4121d62 Add pyim-contribute-words
new 98edce9 update pyim-contribute-words
new db361d1 update org-contribute-words
new 367a640 Fix "词库和缓存加载的提示是否可以去掉" #102
new f6418a3 pyim-extra-dicts-add-dict: update message
new 915f779 pyim-extra-dicts-add-dict, improve message
new 1adf16e 成对标点交替切换, fix #106
new 2e51081 删除词库 code 与 词条之间多余的空格, Fix
https://github.com/tumashu/chinese-pyim-basedict/issues/1
new 99d161a pyim-convert-pinyin-at-point 忽略大写字母, Fix #108
new d173f6d Add tip: emacs 启动时加载 pyim 词库
new 3d0ccf6 Update :site-domain of owp config
new 43931db version 1.0
new 40944ef 删除使用频率非常少的功能,简化代码
new 22903c8 Refactor code
new 3bce82d use scheme instead pinyin-scheme
new 7d6addb update pyim-get-choices:pinyin-shouzimu
new d62b411 remove pyim-line-content-limit, useless
new 1728834 Rename variable
new 2c8990a Add 'personal 'dicts and 'chars to
pyim-enable-words-predict
new 51632e9 pyim-enable-words-predict -> pyim-backends
new 8df2d45 pyim-delete-word-from-personal-buffer -> pyim-delete-word
new 5da1ca6 Add pyim-find-fuzzy-pinyin
new 46f3dc7 pyim-get-scheme -> pyim-scheme-get
new def06f7 pyim-split-string* -> pyim-code-split*
new 91c805f pylist -> spinyin
new 836c293 pyim-get-choices* -> pyim-chocices-get*
new 4d03e21 pyim-get -> pyim-dcache-get, pyim-update-cache ->
pyim-dcache-put
new d04e27e pyim-save-caches -> pyim-dcache-save-caches
new 5c583ea pyim-build-pinyin-regexp -> pyim-pinyin-build-regexp
new 82a7ed6 update
new 217c8b0 pyim-cache-directory -> pyim-dcache-directory
new cd930be update
new 7066f1d pyim-shen-mu -> pyim-pinyin-shen-mu
new 71a4784 pyim-pair-punctuation-status ->
pyim-punctuation-pair-status
new f4696a3 update
new bb8aba4 pyim-return-proper-punctuation ->
pyim-punctuation-proper-punct
new 40ea177 refactor page relate code
new 102b7e7 pyim-toggle-full-width-punctuation ->
pyim-punctuation-toggle
new 4b09ba0 pyim-code-concat -> pyim-scode-join
new 6937a44 Update README
new e06fab4 pyim/cache -> pyim/dcache
new 86448ab update
new 2a634c4 灵拼 -> 灵
new c8a0758 update
new 7a3ffac pyim-overlays* -> pyim-overlay*
new 9a86f45 simplify pyim-guidance relate code
new d32f24d update
new 50bb031 pyim-spinyin-list -> pyim-scode-list
new 46ef298 Update pyim-handle-string
new 5de580b Add microsoft-shuangpin scheme
new 8fa2bca remove pyim-personal-file pyim-property-file, useless
new e33f1ac pyim-dcache-init -> pyim-dcache-init-variables
new 53bdbda update
new b4ecd42 pyim-pinyin-user-divide-pos -> pyim-code-user-divide-pos
new e803c16 Add pyim-scode-validp
new 557dd74 update
new d1403b5 pyim-pinyin-position -> pyim-code-position
new 2be5c47 Add wubi scheme
new 6046d6c adjust pyim-scode-join's args
new aeb649c Add pyim-choices-get's option scheme-name
new 7f0950e Improve wubi relate code
new eca4498 Fix pyim-isearch-build-search-regexp, let it works with
wubi
new 47a9334 update
new e4b5264 Add wubi info to README
new 75921db Update README
new 9132b7e Fix: can't input '.acbm 蓣' for '.acb 芭'
new a51db23 Fix compile warn
new b1cf68b Fix pyim-isearch-build-search-regexp
new e90a3e2 refactor code
new c7d3424 灵拼 -> 灵通
new 5f5299b Save build time when create dcache
new 19e738d Update README
new 1d39ec3 cache-file -> dcache-file
new c2733ef 添加查 code 功能
new f0cdeea 生成反查表时,清除 code 中 pyim 添加的特殊字符。
new 2a01828 Fix pyim-dcache-generate-word2code-dcache-file
new 069181b update
new 044a60f update
new 55c4612 update
new 55a2a20 Update `pyim-restart'
new 7828b95 Update README
new e725002 Update README
new e3d9d8a pyim-convert-pinyin-at-point -> pyim-convert-code-at-point
new bc5be71 Update README
new dc9fde1 pyim-convert-code-at-point: 当光标前的一个字符是标点符号时,半角/全角切换
new d445633 Merge pull request #117 from tumashu/devel
new 5e8e0b5 Fix chinese-pyim-utils.el
new 98dc8e8 update pyim-benchmark
new 00651bd tiny update
new dae0fd0 Update wubi scheme's documents
new 4cddcbd Fix pyim-split-chinese-buffer
new fdc0cf6 Refactor chinese split's code
new 96867eb pyim-get-words-list-at-point -> pyim-aptwords-get
new 5654269 Bump to version 1.5
new 74505a7 Update README about pyim-cstring*
new c143c04 Update README
new 06defbd pyim-cstring:split2list -> pyim-cstring-split-to-list
new 61b970e pyim-cstring:split2string -> pyim-cstring-split-to-string
new 875afde pyim-cstring:split-buffer -> pyim-cstring-split-buffer
new d95f1d0 pyim-aptwords-get -> pyim-cwords-at-point
new aa5d532 pyim-punctuation-translate-last-n-punctuations ->
pyim-punctuation-translate-last-n-puncts
new 0722c40 pyim-spinyin-build-chinese-regexp ->
pyim-spinyin-build-cregexp
new 0b21fc7 pyim-guidance-list -> pyim-guidance-hashtable
new 9079c07 pyim-current-key -> pyim-entered-code
new 42eabf9 pyim-handle-string -> pyim-handle-entered-code
new 6cea724 pyim-current-str -> pyim-dagger-str
new 9c9d80b pyim-page-format-page -> pyim-page-update
new 78eb808 update
new 534b731 pyim-chinese-string-at-point -> pyim-cstring-at-point
new 35a4cc3 pyim-dcache-restore-variable -> pyim-dcache-set-variable
new c73d2b3 Add pyim-dcache-get-path
new 54f4634 Update
new 8abe42b Remove chinese-pyim-company, which can't work well with
new company
new 8c96c08 Fix typo
new 4e5267f Update
new eb922e4 Microsoft-shuangpin have no trigger-chars
new cc4a46f wubi: remove "z" from :first-chars
new 0ad0f1f pyim 1.0 之后,内部流程发生很大改变,快速切换词库的功能不能很好的支持了。
new a0cc1fc Update pyim short description
new 50a66b9 对我自己的 pyim 探针设置作一些说明
new f91d2cb update README
new 702a706 Add a simple scheme class, which used to wubi
new 55ac993 Remove useless comment
new 7348810 Refactor dagger and page's code
new 2b16f59 Fix error when word is not chinese
new 1f7e7af Add pyim-page-style
new 8050ebb pyim-use-tooltip -> pyim-page-tooltip
new c8fc419 pyim-minibuffer-string-face ->
pyim-page-selected-word-face
new 8c4f46c update
new 9984cce pyim-select-word-finish-hook ->
pyim-page-select-finish-hook
new 334a07d Add minibuffer pyim-page-tooltip
new da200ef 添加 personal 词频调整功能
new b3405a6 (async-inject-variables "^exec-path$")
new 2b52f8f Add pyim-dcache-sort-words
new b52eba4 Fix 故乡风月's wubi issue
new afed34e 五笔输入时,输入 "aa" 可以显示 code 以 "aa" 开头的所有汉字
new b0f2841 添加一种方式,让 pyim 可以强制升级 dict 缓存。
new e97ef8a 添加一个简拼缓存
new f474a02 Refactor dcache variables
new 943c100 Refactor dcache relate code
new b210c0d Fix a *big* bug, window system can't save file which name
has ":"
new c7f9ea8 单独使用一些函数时,确保词库已经加载
new 108e243
修改配置变量pyim-directory和pyim-dcache-directory后仍然在默认位置创建pyim目录和缓存文件的问题
new b632176 优化异步同步参数的正则表达式,添加pyim在evil的普通模式下的兼容探针
new 88c9aaf Merge pull request #121 from w0lker/1.5.2
new acb0455 修复一处命名错误 (fix #123)
new 2636a57 Merge pull request #124 from Liu233w/patch-1
new 68d73ad Update probe's docstring, fix #122
new 991a0d0 更正五笔输入法按可能按键。
new 3e7188c 更正五笔输入法可能按键
new d2afae8 Merge pull request #1 from jackycxh/jackycxh-patch-wb
new 9761ca0 Merge pull request #129 from jackycxh/master
new 577a343 set :prefer-trigger-chars to nil for wubi
new 16d46f0 pymap: Add "强"
new 04bd41f Update
new 7d384e8 Tinyfix
new 34666af 使用;和‘选择第二和第三候选词
new be709ca Fix pre commit
new aa26b48 Version: 1.5.2
new b93ad55 2016 -> 2017
new 113d93e Fix indent
new 5ad38b7 Fix #141
new 0b6e35e Add a new backend: wubi-words
new fd3306c Add pyim-split-string-by-number
new d7eab13 Add `pyim-page-format-key-string'
new f8dca65 当词条长度大于10时,不保存到个人词库,用处不大。
new 7b5b4ba Enable wubi-words backend
new 527af42 Fix: pyim-hanzi2pinyin, don't return list when
return-list is t
new ed2ccea Fix 微软双拼or打不出er #145
new ef14410 easy-lentic -> el2org
new 04be53c Add pyim-icode2word-export
new daba508 Don't require owp-lentic
new 3628471 Fix pyim-dcache-save-value-to-file for el2org
new 56bf3c8 probe | add auto-english function
new 2fd3610 Merge pull request #160 from smallst/master
new d57d0fd Add 燱 #165
new b56af05 Refactor code
new 18815a3 chinese-pyim-pymap -> pyim-pymap
new 7fa57b3 chinese-pyim -> pyim
new 9032d56 Chinese-pyim- -> pyim
new 2162b73 Add upgrade infomation to chinese-pyim.el
new bb52ba1 Update chinese-pyim.el
new 2fd0a95 Simplify code
new 49a30c4 Update Package-Requires
new dd034c6 Fix type
new aaf1d2b Move code from pyim-pymap.el to pyim.el
new b6f1ab5 Fix checkdoc error (stage 1)
new 47e21c4 Update chinese-pyim upgrade note
new 7ad7223 Add chinese-pyim's commentary
new 2e2c466 Register chinese-pyim for compatiable
new beb949e Update README
new c1b4575 Add a xingma class
new 6cbb527 Update el2org-doc-sources
new 75cfee7 Fix: xinma -> wubi
new 58d3943 Fix pyim-extra-dicts-add-dict docstring
new d1539ed Move (require 'pyim-probe) to pyim.el's file-end
new 7d4ee86 pyim-create-word-at-point:Nchar ->
pyim-create-Ncchar-word-at-point
new d592ab8 Do not use "-" in function name
new 429fa83 Update pyim-dcache-update* name
new dae761e Update pyim-code-split* pyim-scode-join* name
new f4dacfb v1.6.0
new 473b302 Add cangjie support
new 2756c6a Update README
new be2ee40 Add :code-split-length to wubi and cangjie
new bec8ab6 Cangjie: :code-split-length to 4
new f1048f6 Update README
new 01e8699 cangjie: set :code-split-length to 5
new 9cd9def pyim-backends: defcustom -> defvar
new 88adc57 Rename functions
new d912b47 pyim-personal-dcache-export ->
pyim-dcache-export-personal-dcache
new 1ffe4cf Update cangjie README
new 1f40c43 owp -> org2web
new 3defb1d Fix typo
new 349c23c Merge pull request #175 from et2010/patch-1
new a47d966 Do not suggest pyim-greatdict. for its can not stay in
melpa again.
new 777321b Update punct's README
new e2f13e1 Remove chinese-pyim.el
new 31ae616 Add pyim-isearch-enable and pyim-isearch-disable
new 005f559 Use pyim-isearch-mode instead of pyim-isearch-enable
new 54c0539 Update pyim-isearch-mode doc
new 9f161f4 Change punctuation to English
new dd2bef2 Merge pull request #177 from ReimuXMX/master
new 8d7e9c6 Fix type: vertial -> vertical
new d44db4c Fix: pos-tip can work with vertical page style
new 2cb6621 Add pyim-dcache-auto-update
new 1671010 Add emacs26 thread support
new 4e43cc0 Remove useless pyim-dcache-set-variable
new 0650aec add pyim-dcache-prefer-emacs-thread
new 44874f8 add new page tooltip: child-frame
new f7a1048 child-frame need graphic
new 25d8874 refactor pyim-tooltip-show-with-child-frame
new e287a01 refactor pyim-tooltip-show-with-child-frame
new 80dcd36 Add pyim-tooltip-child-frame-parameters
new e04d9a7 Update README
new 3bbf348 Fix child-frame tooltip can not run with MACOS
new 449174b Improve child-frame tooltip
new e0e9d37 Improve child-frame tooltip
new 02c9d4d Improve child-frame tooltip
new 4aaec99 Add pyim-tooltip-compute-pixel-position
new 5c07256 REMOVE pos-tip tooltip, it is tooooo slow and can be
replaced by child-frame in the future
new a518d7a Add pyim-tooltip-string-width-height and use it
new 232cb94 Update pyim-tooltip-computer-pixel-position's docstring
new 560e71c set popup as fallback page tooltip
new f19f232 pyim-tooltip-show, update child-frame cond
new f3abd80 Fix: can not search chinese word which pinyin shouzimu is
zh ch sh
new 5e30304 Update pyim-page-tooltip docstring
new 368cbeb simplify pyim-tooltip-show-with-child-frame
new 03c27d9 simplify pyim-tooltip-show-with-child-frame
new 1093916 Fix error variable: pyim-dcache-create-abbrev-dcache-p
new 7d6f29d child-frame: Use make-frame-visible/invisible instead
new 2db71e5 thread is not stable at the moment, don use it at the
moment
new ab58ac6 Do not enable child-frame in MacOS
new a8cf420 pyim-tooltip-show-with-child-frame: let window-min-height
1 and window-min-width 1
new 14b81cb child-frame: improve mini-width
new 23cc466 child-frame: setq mode/header-line-format to nil
new 4196f63 pyim-tooltip-compute-pixel-position: improve align
new 5d8f502 Update README
new 2bd8075 child-frame: set frame-resize-pixelwise t
new 3b1c5fb simplify pyim-tooltip-compute-pixel-position
new f9593d1 Fix child-frame disappearing on macOS by making frame
visible before setting its position
new cdca825 Merge pull request #185 from jiegec/master
new 1868d2d Let pyim works well with ivy
new 7cfaef5 pyim-tooltip-compute-pixel-position: Use another method
to compute pixel position
new 75d9ad0 Fix indent use tab
new c541598 replace TAB to SPACE
new 3c5dba0 Update pyim-tooltip-compute-pixel-position's comment
about y-bottom
new 46cbb3e Move mouse to 0,0 when use pyim
new 463d83e pyim-tooltip-show-with-child-frame: add no-focus-on-map
parameter
new f5d68d7 Revert "pyim-tooltip-show-with-child-frame: add
no-focus-on-map parameter"
new cbb0ccd Use set-window-parameter to remove mode-line and
header-line
new be6f20f pyim-tooltip-compute-pixel-position, we alway add a new
blank line if no next-line
new a2d266a pyim-tooltip-compute-pixel-position, remove blank-line
auto added
new a176a56 Let desktop.el do not save child-frame
new 3a7862e remove pyim-directory, it is useless
new 3c80465 pyim-dcache-directory: add :type
new eefbdec pyim-tooltip-compute-pixel-position: y-buttom: +
window-pixel-edges
new ff5269c pyim-tooltip-compute-pixel-position: deal with
header-line's height
new 157bfba pyim-tooltip-compute-pixel-position: use font-info to
caculate y-buttom
new 6b4f2b7 Use pyim-page-style-minibuffer-style always in minibuffer
new 9a386de Update
new b669fef Update pyim-dcache-export-personal-dcache
new aff77df Merge pull request #191 from albert748/master
new 225df86 Update pyim-page-style-minibuffer-style
new 338b8ae Update README
new 37be07e Update README
new a8f41e2 Add posframe tooltip to replace child-frame
new 6652d13 pyim-isearch-mode: :require 'pyim
new 7407e63 Add some faces
new 5ecfbf5 Revert "Add some faces"
new 797da2c simple color support.
new 07dcad8 update color
new 406ea99 Update README
new b422fbe posframe-show's string arg is a key now.
new 0cc43af Do not hard depand posframe
new 594d554 Merge pull request #196 from tumashu/posframe
new e1fb50b Fix async miss error
new 3657e12 Fix Debugger entered--Lisp error: (void-function
posframe-show) #198
new 232f995 Add pyim-magic-converter
new c670df2 Add pyim-magic-convert-cache
new d3bfd39 Skip numbers when probing dynamically.
new 6e9ec1b Update doc.
new 9cf94ba Update doc.
new 28035d5 Restore doc of another function.
new 95cab25 Replace `incf` with `cl-incf`.
new 78fe2db Merge pull request #204 from
whatacold/skip-numbers-when-probe
new df97747 prefer emacs thread feature when generate dcache
new 3dc7adf Fix: pyim-convert-code-at-point 匹配不了全角的一些中文标点 #206
new ddf2b78 Autoload `pyim-convert-code-at-point`.
new b0ad82a Merge pull request #211 from
whatacold/autoload-convert-code-at-point
new f25f73c Add rime support
new 94b7fc4 Simplify rime support
new f2e4364 update README
new ba33e64 rime -> liberime
new fdad135 Update README
new 1536f1d Update README
new 371dcfa let liberime become a new scheme
new 1aca97d update pyim-pymap.el, use rime-pinyin-simp's dict
new bcf28fd Update pyim-pymap.el 2, import luna_pinyin.dict.yaml
new 1848e6e Revert "Update pyim-pymap.el 2, import
luna_pinyin.dict.yaml"
new 8cd9600 Update pyim-pymap-importer code example
new 8e1d0ba Revert "let liberime become a new scheme"
new c8ded97 Update pyim-pymap.el
new 519b51e 加入自然码双拼的支持
new ebdc77a Merge pull request #214 from realasking/master
new dd7c426 pyim-convert-code-at-point: 一些语言使用 '' 来标记字符串,比如
python,特殊处理。
new 602843b Ignore *.patch files
new d451a29 Update pyim.el
new bdc8d92 Merge pull request #217 from lampui/patch-1
new 5934e9e Handle Microsoft Shuangpin scheme `;' in
`pyim-convert-code-at-point'.
new ca4bd92 Merge pull request #218 from RenWenshan/master
new 75fa201 Add pyim-posframe-border-width
new c7a6339 Merge pull request #219 from manateelazycat/patch-2
new 08419c5 Update wubi info in README
new 9b26591 Update README, remove auto load dict example
new 74818e4 增加使用逗号和句号翻页
new 62d4a58 Merge pull request #223 from lampui/patch-1
new 5ec4c96 Add pyim-dcache-export and use it
new 25d3595 Add pyim-dcache-export-wordcount-dcache
new ac3011e Add pyim-dcache-import-wordcount-file
new c625e28 Add pyim-export and pyim-import
new 2b01c7c pyim-export: handle words which in icode2word but not in
word2count
new d03461a Let quanpin's first char include i and u
new 6429512 Fix indent
new ed3b5ea Fix "以u或者i开头的词库 #226"
new 15e4d61 pyim-delete-word-1: delete wordcount when delete word
new bc710aa org-import: deal with word with no word-count
new 9a1034f Add pyim-delete-words-in-file
new 5a32f46 Add pyim-dline-parse and use it
new cc09618 pyim-delete-words-in-file: use pyim-dline-parse instead
new f656035 Fix error var
new 3e231de pyim-delete-word-1: fix error variable
new a2a105a pyim-delete-words-in-file: update docsting
new 61db92d Revert "Update pyim.el"
new 362a290 Fix pyim-import run error
new 2f07bed Fix 用小鹤双拼,打不出 “嗯”这个字? #208
new 5421d8f Fix error in process sentinel: async-handle-result:
Symbol’s value as variable is void: content #231
new b6cf976 Fix pyim-import bug #230
new a2ca997 pyim-import: no need to run pyim-dcache-save-caches again.
new bb46a34 Add pyim-delete-last-word fix #232
new ffd5317 Rename pyim-create-or-rearrange-word to pyim-create-word
new 8648d46 pyim-create-word: wordcount-handler can be a number
new 806ceed Better support rime
new 1d5795e Simplify rime support
new efd893a Fix isearch: too many spaces for whitespace matching #228
new 88d4e36 isearch 通过拼音搜索中文时,可以正确处理'强制分隔符
new 8fd9d60 如果搜索的字符串以'为结尾,就按拼音首字母搜索强制搜索
new 2957c1d Indent code
new 43db226 Simplify pyim-convert-code-at-point
new 7e56a2b 简化 pyim-convert-code-at-point
new a5e035b Add rime-quanpin scheme
new 6df7ef1 Fix 使用rime 的五笔时时一级简码显示拼音 #238
new ae57e63 Using pyim-code-split:xxx and pyim-scode-join:xxx again
new 1a7d553 Simplify pyim-choices-get
new e6e8f08 默认不使用 thread.
new 7ab79ac 调整 pyim-load/active-hook, 现在两个 hook 不是 buffer local 了,
#239
new 6f19b32 Simplify pyim code
new c5c82cf page :key -> page :preedit
new bb2651f Simplify page's code
new b849cde 重构 pyim 的内部逻辑:
new e8ec321 pyim-dagger-str -> pyim-dagger
new a646a80 scode -> imobj
new b69bd23 pyim-entered-split -> pyim-imobj-create
new 5061703 pyim-imobj-join -> pyim-code-create
new 63e3bbd pyim-choices-get -> pyim-candidates-get
new 9ab6364 pyim-handle-entered -> pyim-entered-handler
new f07ecb2 pyim-current-choices -> pyim-candidates
new f259c14 pyim-imobj-create -> pyim-imobj-list-create
new 27db017 Simplify pyim-candidates's code
new b75ced2 update
new d7cec07 Remove unused function
new e8e2fd0 choice* -> candidate*
new 0f3a590 update
new 679b764 pyim-candidates -> pyim-candidate-list
new 7a105ed pyim-candidate -> pyim-candidate-parse
new 9eb9a53 pyim-candidate-list-get -> pyim-candidate-list-create
new 9b38003 spinyin -> imobj
new a736384 candidates -> candidate-list
new 60c6066 pyim-candidate -> pyim-candidate-parse
new 120d527 spinyin -> imobj
new 876605d Remove pyim-code-position and use pyim-dagger-last
new 6e87db4 remove pyim-dagger-append
new 8494e07 Update pyim-dagger 相关文档
new 59fe7e2 pyim-entered-str -> pyim-entered
new 2cbd1cc Do not setq pyim-entered outside pyim-entered-handler
new a274ed2 pyim-entered-handler -> pyim-entered-handle
new c1d3403 pyim-dagger can only be setd by pyim-dagger-handle
new 110a5cc pyim-page-refresh -> pyim-page-handle
new 4416717 Simplify pyim-page-select-word-by-number
new 035bb00 Simplify pyim-page-select-word
new 7fe6f3d Fix pyim-page-select-rime-word
new 66305d3 pyim-page-select-rime-word -> pyim-page-select-word:rime
new 615b6fd pyim-dagger-last -> pyim-selected
new 06aa48f update
new 6d3f61b candidate-list -> candidates
new 1bc995d pyim-tooltip-show -> pyim-page-tooltip-show
new 17256c3 当使用全拼的时候,让 dagger 显示更多的信息
new 9a75c16 imobj-list -> imobjs
new 15fdb0a pyim-cregexp-build: pystr -> string
new fca9650 Fix pyim-page-style-* function missing
new 686a287 pyim-tooltip-posframe-buffer ->
pyim-page-tooltip-posframe-buffer
new 47fe2fe Update pyim-dagger and pyim-imobjs's docstring
new d54290e update pyim-selected's docstring
new c37e912 Update docstring
new 72bdb3e Simplify pyim-dagger-handle
new 7bfac5f Simplify pyim-magic-convert's code
new 5db32f7 Update pyim-selected's docstring
new c09d735 Update README
new 0ecd9f4 Simplify pyim-dagger-handle
new 9ae0670 进一步简化 pyim 内部流程
new adcc6bc pyim-page-format-menu -> pyim-page-format-candidates
new 78106b6 pyim-page-format-preedit -> pyim-page-format-entered
new 8dadaa9 pyim-tooltip-posframe-valid-p -> pyim-posframe-valid-p
new 09260ef update pyim-dcache-prefer-emacs-thread docstring
new abbe9cb pyim-preview-handle -> pyim-preview-refresh
new 1e9c0f7 pyim-page-handle -> pyim-page-refresh
new 8e54325 pyim-outcome-get -> pyim-outcome-handle
new 61ad42b Simplify pyim-page-format-candidates
new 3ddf5d3 pyim-page-format-entered -> pyim-page-preview-create
new 23aa712 pyim-page-format-candidates -> pyim-page-menu-create
new ec4d54f update pyim-preview-face's docstring
new 4d2448a Update pyim-page-preview-create docstring
new ee7ebd4 update pyim-page-menu-create's docstring
new 1850254 Simplify page preview
new 7840654 Simplify xingma's code
new 4a51c69 Simplify pyim-entered-handle
new d24166c 添加五笔自动上屏功能
new 0e9ac2b Simplify pyim-page-preview-create
new 71576c6 Fix type
new 12c2f81 use cl-subseq instead of pyim-subseq
new b60be06 use mod instead of pyim-mod
new 2106e30 Remove pyim-string-emptyp
new 482a65e Simplify quanpin's code
new 2b7c3be pyim-backward-kill-py -> 'pyim-backward-kill-cchar
new 6279e82 pyim-dcache-update-*-dcache -> pyim-dcache-update:*
new 71d54a1 pyim-spinyin-find-fuzzy -> pyim-imobjs-find-fuzzy:quanpin
new 1666405 Simplify pyim-page-preview-create:quanpin
new d05a513 sm/ym -> shenmu/yunmu
new 0e408eb 全拼输入法丢失 jinpin-words, 重新添加
new 55c1ba8 Fix: 解决输入 ua 时卡死的问题
new ba8b711 pyim-pinyin-get-charpy: 删除难以理解的代码
new 5164c98 update pyim group's docstring
new a885692 Update pyim-pinyin-get-charpy
new b437632 Simplify pyim-convert-string-at-point and fix #241
new 8a36813 Simplify pyim-imobjs-create:quanpin
new 6b94c5f Refact doc
new ee82605 处理强制分隔符在末尾的情况
new c917731 有候选词的时候,如果输入标点符号,则候选词和标点同时上屏
new f45a670 Fix 成对标点后打字错误 #245
new 66b35f4 pyim-codes-create: shou-zi-mu arg -> first-n
new 3cb07f3 在五笔选词框上显示当前待选词的拼音 #244
new eb13e5c Remove pyim-auto-select feature
new d2b9773 五笔输入的时候,在选词框中智能的显示五笔字根
new 726b70b 五笔输入法可以输入汉字的拼音搜索词条
new 78c6caf 添加一个选项,可以设置 posframe 的最小宽度 Fix #242
new a85fa11 posframe 最小宽度不设置为 0
new 52b297d 对四码上屏功能的探索 #250
new 10d7a97 在 pyim-auto-select 模式下,禁止 code 上屏
new 050965b 添加一个临时拼音输入模式
new c0d4d72 实现 yefeiyu 同学描述的“四码上屏”功能
new d8d0ba6 pyim-active-temp-quanpin -> pyim-toggle-temp-quanpin
new ee4c9d0 Simplify pyim-convert-string-at-point
new 99f9d83 Fix pyim-convert-string-at-point
new d115e74 pyim-toggle-temp-quanpin -> pyim-toggle-assistant-scheme
new 0168ec9 Fix #251
new d75159b Update README
new 8f058d3 Better deal with invalid scheme
new ece0a7c Add pyim-code-search
new e72f288 pyim-outcome-handle: 'set-to-blank-value -> ""
new 2c85005 Fix README about pyim-convert-string-at-point
new 2e4407d Indent docstring
new 1549067 Fix 词库加载顺序 #236
new 7c00ec8 Let pyim work well with exwm-xim
new 84e90a9 更好的处理使用 exwm-xim 的情况
new 15afa6b Fix 微软双拼输入零声母弹窗中不显示拼音 #257
new 577ca29 Let pyim-posframe-border-width default is 0
new 9213087 Add pyim-page-border
new a80a203 Add feature:pyim-translate成对转换标点 #233
new 1266ab5 Fix #263
new 0f7ac88 pyim-candidates-create:rime do not use liberime-search
new d264cd9 Update rime README
new b393518 Update README
new 74acccc Update README
new 904ac49 Update README
new 03a2b02 Update README
new faf44c2 Update rime README
new 251f6f8 Update rime README
new bcaaed9 rime 不能启用 auto_select 相关选项
new c99513b 优化 posframe 未安装提示
new 4506018 默认不使用逗号和句号进行翻页
new 09f07b4 Add tip: 如何用 ";" 来选择第二个候选词
new b8c8a54 Add variable: pyim-page-select-word-by-number
new bf68d2c Fix previous commit
new 61ce789 pyim-page-select-word-by-number: force select word when n
is not nil
new 7222cc1 Use activate-input-method to set the input method
new 37b9ace Merge pull request #271 from
akirak/fix/toggle-input-method
new de7a1a4 Add zhinengabc-shuangping scheme, Fix #272
new fec82eb Don't touch recentf and vc when saving dcache files.
new e1312d5 Merge pull request #274 from
cireu/improve/silent-save-dcache
new 50e2b0d Fix 没有中文破折号 #276
new fdbab80 add dregcache engine which use regex to find words
new 2ded64b Merge pull request #277 from redguardtoo/master
new e6411c8 Add pyim-upgrade
new 65e01ea can load/save icode2word
new 8af1f7e Merge pull request #278 from redguardtoo/master
new 7eda11f allow to use "\\" as pyim-translate-trigger-char
new 15e3b91 Merge pull request #279 from
levindu/t/pyim-translate-trigger-char
new ce5eb0a 用户可开关联想词功能
new 583d83f Merge pull request #281 from redguardtoo/master
new e48d9fd 简化 iword2count 相关代码
new 9ad941f 排除掉双拼可能自动产生的无效拼音
new 600adad Merge pull request #283 from redguardtoo/master
new 545d85a Fix 以u或者i开头的词库 #226 again
new b260636 修正双拼的错误设置
new 9b1c95c 由模糊音获得较多单字或者双字词时,确保常用词在前面
new 24f718a Merge pull request #285 from redguardtoo/master
new a408c15 调整 pyim 词频调整策略。 #287
new 60387cc 输入三字拼音时,假定用户可能输入更多字的词
new cb2a8cc Merge pull request #289 from redguardtoo/master
new 631c45c fixed dregcache result order
new b188462 fix word order in
pyim-dregcache-get-icode2word-ishortcode2word, sort icode2word when word
frequency changes
new f51cec6 通过词频信息,动态调整从个人词库返回的候选词的词频
new c1f9860 使用更加合理的方式来处理 dcache -> dhashcache 迁移
new b80fb2a add pyim-dregcache-delete-word-1
new a480d9a Add pyim-page-select-word-simple #294
new 1f8410f 添加 v 字键删词功能:
new c9941c9 optimize backend pyim-dregcache
new f9b3736 wubi: add create word support
new 6a853e6 Merge pull request #280 from levindu/t/wubi-create-word
new 5e761b3 Fix previous merge
new 0f90bd1 rename all pyim-hanzi2wubi -> pyim-hanzi2xingma:wubi
new 4e25313 Merge pull request #299 from levindu/t/wubi-further-fix
new ef19a3d wubi: support using "'" as separator to imobjs.
new 52957be Merge pull request #300 from levindu/t/wubi-sep
new 9d7aabe Add pyim-entered-buffer
new 6e7fc7e Merge pull request #298 from tumashu/entered-buffer
new 40b0950 Fix previous merge
new ed4d757 Simplify dcache-backend-api
new 868d609 Add debug info to pyim-dcache-call-api
new 4e27b6a Use pyim-dcache-get insteal of pyim-dcache-call-api
new fdba487 Remove pyim--string-starts-with
new 3757b53 Always return nil when dcache api can not be found.
new ac34873 修复pyim-enter选词
new e180e38 Merge pull request #303 from QiangF/master
new 7df2ef4 Fix previous merge
new 74b72c9 Update pyim-entered-buffer's docstring
new 3332daf Update pyim-imobjs's docstring
new 489a1a6 添加 imelem 概念,然后使用
new 0b8e020 pyim-entered-find-adjacent-imelem-end-position ->
pyim-entered-next-imelem-position
new eadb41c Add pyim-outcome-history
new b4bde76 pyim-entered-forward/backward-point ignore
forward/backward-char error
new abb3cf6 Add comment to pyim-page-select-word
new d208138 update comment of pyim-page-select-word again
new 705fd58 Fix pyim-entered-delete-backward-imelem 无法删除最后一个字的问题
new e25fcdd Update pyim-page-select-word comment
new 5650870 Fix pyim-entered-delete-backward-char 一次删除两个字符 #305
new d133aca Ignore pyim-entered-delete-backward-char's error
new 7388ec1 TODO 让 pyim-convert-string-at-point 可以根据光标前的汉字的拼音启动输入法
new 308103d fix doc of "map", should be full "pyim-mode-map"
new ba4a657 show cursor and explicit "'" in
pyim-page-preview-create:xingma
new 624f395 split out pyim-page-select-word:xingma
new e09f34f simplify pyim-entered-next-imelem-position to make it
work with wubi
new 7a5c61d Merge pull request #306 from levindu/t/fix-typo-in-doc
new b566c94 Merge pull request #308 from
levindu/t/split-out-pyim-page-select-word
new e1ce366 Merge pull request #307 from
levindu/t/beautify-page-preview-create-xingma
new 913465e Merge pull request #309 from
levindu/t/refactor-pyim-entered-next-imelem-position
new d096fc9 Fix previous commit: decf -> cl-decf
new fe53f8a add missing autoload cookies
new 6c97d34 Merge pull request #311 from levindu/t/autoload
new 8e3bae5 cannot input "kuang" in shuangpin mode
new 101413d pyim-convert-string-at-point: add return-cregexp arg
new ba34cf3 Make pyim-cregexp-build more powful
new bf7f325 Update pyim-isearch-search-fun
new ddd09fa pyim-cregexp-build: ignore errors
new 0b8a7ff Add pyim-convert-cregexp-at-point and use it
new c463f36 fix pyim-page-select-word:pinyin one char at a time for
"huan gun"
new 65e05c3 fix an error
new fa76d37 add notes for modification
new f1c0cd8 fix an error
new 1492538 Merge pull request #318 from QiangF/master
new 2620167 improvement: Extract metadata to pyim-pkg.el
new a602470 Merge pull request #320 from cireu/feat/pkg
new c20f179 Add pyim-autoselector
new 8a14040 Simplify pyim-autoselector
new 08ceb30 让 pyim-dregcache 使用 pyim 格式保存用户词和词频
new c6879bd Merge pull request #323 from QiangF/master
new 172a099 pyim-dregcache: save personal dcache with utf-8-unix
new d01c794 fix pyim-dregcache-insert-word-into-icode2word
new fc66eac Merge pull request #328 from QiangF/master
new 7849b63 Fix: 请把Author栏的每位作者单独列一行 #329
new 42c3a06 Fix: rime 微软双拼 “;” 映射不到 ing #330
new d9c858c Fix 更新后导致双拼转换成全拼出现问题 #327
new 1f2a2d2 Fix: rime 微软双拼 “;” 映射不到 ing #330 again
new 485cd94 Fix pyim-cregexp-build
new 8f567a5 Fix: 载入词库报:(wrong-type-argument hash-table-p nil) #333
new e3bccad Add pyim-probe-org-latex-mode
new f112ebf Update liberime url
new 5f52ded Update comments for rime double pinyin.
new 4ecfa1f Merge pull request #335 from RenWenshan/master
new e2a2077 Update liberime doc
new 2c930ac Update liberime README
new 700fa53 pyim-cregexp-build: use rx-to-string instead of rx-form
new 70a0b33 Fix indent
new 03b06703 Fix: 长词逐字确认? #339
new 4c86047 Add pyim-liberime-get
new bbeb686 Revert "Add pyim-liberime-get"
new 3a8cf83 Usability improvement
new ab8d1bb Merge pull request #349 from sun409/master
new 7482109 Require 'subr-x
new 8265705 Create a backup of last dcache, Fix: #234
new caf0319 exclude single char word when exporting personal
dictionary
new 38bf908 pyim-cregexp-build-1: support build regexp with pinyin
and other char
new 363dc3f rime: 不需要手工设置 page_size 和 auto_select_unique_candidate 了
new 9b5fa26 Fix: autoselector 可能导致死循环的问题
new 56032b3 Add comment about autoselector
new 1aa5071 Refactor pyim-autoselector code
new 1b5e8a4 rime autoselector: remove useless code
new 76334d8 Add pyim-terminate-translation:rime
new 04d362c pyim-self-insert-command: delay run (push
last-command-event unread-command-events)
new 8f807d1 autoselector ignore errors
new 21b7376 autoselector: 踩雷回退型 autoselector 和 popup-el 冲突,说明一下。
new 78270ea Refactor pyim-autoselector again
new ed303d2 * pyim.el (pyim-page-select-word:rime): 翻页之前确保回退到第一页
new 9bfe7ed Add pyim-liberime-search
new 417fbc6 Fix: rime 翻页后按数字键选择文字,结果其他字上屏 #336
new eb09c9e Update README
new 0eee7d6 Remove test code
new 5c0de7c * (pyim-candidates-create:rime): Fix
new b42f4b1 Merge pull request #353 from tumashu/new-rime
new e0dc2b0 * pyim.el (pyim-entered-refresh-1): pyim-autoselector
remove dumplicates
new d744da2 * pyim.el (pyim-autoselector): update docstring
new 4184139 把 pyim-english-input-switch-functions 从
pyim-local-variable-list 去掉
new cd3156c * pyim.el (pyim-entered-refresh-1): pinyin-to-translate
-> entered-to-translate
new 9cafc91 Fix pyim-autoselector-xingma 导致五笔无法选词
new 62d3f9e refactor pyim-entered-get
new 980dabb * pyim.el (pyim-entered-refresh-1): 限制 autoselector 的激活,
new 1ca1feb * pyim.el (pyim-self-insert-command): Add comment
new e49bcde autoselector 触发的时候,处理 entered point after 字符串
new 99e0454 * pyim.el (pyim-page-select-word:pinyin): update comment
new 89bc964 * pyim.el (pyim-scheme-name): test liberime work status.
new 0263a67 Simplify liberime code
new 07af372 使用 preedit 来截取 entered 的方式不太靠谱,切换。
new f32d099 Add pyim-liberime-get-code and use it
new 5b067ba Fix: 好像在某些情况下最后一页出不来 #357
new e2582b9 Add pyim-liberime-code-cache and use it
new 9d40cf8 用户可以修改 pyim 英文模式下的后缀
new 369f0ab 修正错字 糢 -> 模
new 157d8bd Use liberime-clear-commit
new d84b616 Merge pull request #358 from Z572/master
new fc0e570 Fix: straight.el方式下载的pyim 状态栏会乱码,就是显示当前输入法(灵通U)的地方会这样显示
#341
new 16dce8f Do not use liberime-select-candidate-crosspage
new 2c41e39 Let rime use personal file
new 61f33ac Fix previous commit
new 4b2e40a rime: prefer words frome personal cache
new 1040a3f Simplify pyim-dhashcache-delete-word
new da55989 使用 rime 的同时,也附带的优化 quanpin 的词库
new 6871fb6 Message when pyim-export-personal-words finish
new 441557b Try to fix: pyim+rime 五笔选择多字词异常 #360
new 92af8c2 Add pyim-perfer-personal-dcache
new a0a4312 Fix pyim-liberime-get-code again
new b71c684 对 rime 个人词库进行筛选,尽可能减少“输入五笔出拼音”这种问题
new 298283c Fix previous commit
new 1bbe152 Update pyim-liberime-get-code
new 5880a7d pyim-liberime-get-code: search "nh" -> search "nih"
new 1bd2b35 Simplify pyim-liberime-get-code
new 63b7be9 pyim-liberime-get-code: 使用输入首字符来粗略的判断当前输入法是否是拼音
new bbd2430 pyim-liberime-get-code: use "ziji" instead of "nih" to
test
new f767207 pyim-cregexp-build: add xingma support
new c3fc5dd Add pyim-cregexp-fallback-scheme
new b0befc3 * pyim.el (pyim-cregexp-build:xingma): 型码只支持单字,不支持词语
new 7717072 pyim-cregexp-build:xingma 支持从五笔词生成 regexp
new 6acf522 -*- lexical-binding: t; -*-
new 84af8e8 Fix previous commit
new 846ce8b 采用两步搜索的方式来提高 rime 后端的响应速度。
new d83d6de Simplify pyim-liberime-code-cache handle
new 2dabfcb6 pyim-liberime-get-code: handle cache better
new 8640ff2 Simplify pyim-liberime-merge-words
new 8c6aefe Add async candidates feature
new a98837d Add pyim-candidates-create-timer-function
new 8fe9897 pyim-terminate-translation: (setq
pyim-candidates-create-timer nil)
new d3ac2b8 支持在 rime 后端造词和调整词频
new 5dcf7a7 Support candidate's comments
new 63ead5c :comments => :comment
new b0815c3 Fix previous commit
new eb8c346 Simplify pyim-liberime-get-code
new e45ab35 Simplify rime code
new 98837c3 pyim-liberime-create-word: check arguments
new d579265 让 rime 全拼输入法支持 num+v 造词功能
new 093af3a Simplify pyim-create-word
new 1e4cf07 Simplify pyim-create-word
new 6bffe4d pyim-create-rime-word: run
pyim-terminate-translation:rime to clean
new 41c188e Fix: 使用minibuffer 作为 page tooltip 时,重复显示 page
new b63f122 Fix: 使用minibuffer 作为 page tooltip 时,重复显示 page, again
new b854e7c Update README about probe function
new 36ebfe2 pyim-liberime-get-code: remove combo
new f426cba pyim-liberime-get-code: 对 wubi86 做特殊处理
new 8c5834e Add pyim-scheme-add to manage pyim-schemes variable
new b934273 pyim-scheme-get-option: 支持多级继承
new e54153f pyim-scheme-name: do not message
new 6b148c3 * pyim.el (pyim-liberime-get-code): Add clover schema
support.
new aabf796 * pyim.el (pyim-liberime-get-code): Update docstring
new aadd0f5 pyim-dregcache.el, require subr-x
new 73cf3fa Update README about pyim-page-tooltip
new 3d94ab7 Fix warn when install with package.el
new e1ba5de 起用dregcache引擎时,小词库不用分区算法,内存消耗可以减少一半
new fe48c93 add unit test
new be9171b Merge pull request #377 from tumashu/redguardtoo
new e9b4600 Version: 2.0
new b44a741 Add pyim-inactive-hook to make possible extension clean
up.
new a165a3e Merge pull request #382 from
levindu/t/pyim-add-inactive-hook
new fef28de Update function to use new signature in Emacs 28
new 09a3b59 Merge pull request #383 from hungyiloo/master
new 453b5c5 删除自然码双拼方案
new 4a0fb22 Update Header
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] branch externals/pyim created (now 4a0fb22),
Feng Shu <=