pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/split-thai Update to 2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/349bbea42c9b
branches:  trunk
changeset: 768450:349bbea42c9b
user:      scole <scole%pkgsrc.org@localhost>
date:      Fri Oct 22 20:20:43 2021 +0000

description:
Update to 2.10
all changes for pthai.el
- use (interactive "r") for a few functions
- add simple pthai-mode with some common keybindings
- add pthai-kill-word, pthai-backward-kill-word, pthai-transpose-words & keybindings
- put detailed classifier info in own buffer if "long" result
- add lookup classifier-at-point
- better handling for some misspelled words with single char splits
- customize option for completing-read/ido-completing-read prompts
- for emacs versions < 27, still indicate word misspelled without
  giving suggestions instead of erroring
- when spelling, don't spam messages and cursor movements, add
  progress reporter, bug fixes

diffstat:

 textproc/split-thai/Makefile |  4 ++--
 textproc/split-thai/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r deb7339853f3 -r 349bbea42c9b textproc/split-thai/Makefile
--- a/textproc/split-thai/Makefile      Fri Oct 22 19:00:06 2021 +0000
+++ b/textproc/split-thai/Makefile      Fri Oct 22 20:20:43 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/10/03 20:40:08 scole Exp $
+# $NetBSD: Makefile,v 1.29 2021/10/22 20:20:43 scole Exp $
 
-ST_VERSION=    2.9
+ST_VERSION=    2.10
 PKGNAME=       split-thai-${ST_VERSION}
 CATEGORIES=    textproc
 
diff -r deb7339853f3 -r 349bbea42c9b textproc/split-thai/distinfo
--- a/textproc/split-thai/distinfo      Fri Oct 22 19:00:06 2021 +0000
+++ b/textproc/split-thai/distinfo      Fri Oct 22 20:20:43 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2021/10/07 15:02:39 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/10/22 20:20:43 scole Exp $
 
-RMD160 (split-thai-2.9.tgz) = 970d85302c3e992ef1f855feac4003569f89fdb3
-SHA512 (split-thai-2.9.tgz) = 556bb030fbf76b4d1c55f8ab5c911072a57dc6daa962fcbd1bda4667feef82d3ac6feb94264bce7ea114da16ec730adf8f883b6cc0368fd010d974165d2762b3
-Size (split-thai-2.9.tgz) = 35523 bytes
+RMD160 (split-thai-2.10.tgz) = 05ba8a053e8d408081c231d8f18e345b8a1f873e
+SHA512 (split-thai-2.10.tgz) = cfd648f94afcf16bcdf0dbdb5657548ec7df8e41f1b158b0ee86729b33afda493710d760f89a37bcf972f7debe9538db1635d0b52b4806273c26e1a1a5bba4a5
+Size (split-thai-2.10.tgz) = 37304 bytes
 RMD160 (th_TH-7-2-0.dic) = aae7d327b30dd124213d3cb03c022429adee698c
 SHA512 (th_TH-7-2-0.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b
 Size (th_TH-7-2-0.dic) = 1251425 bytes



Home | Main Index | Thread Index | Old Index