2021-10-03 22:40:08 by Sean Cole | Files touched by this commit (3) |
Log message:
Update to 2.9
changes mainly for pthai.el
- add spell checking capability, similar to ispell, for word, line,
buffer, region and related functions
- many small clean ups, fix def display when downloading, double
writing of files, always fetching some words, others fixes
- add grep-like function to search dictionary files
- add complete-word function for inserting words
- remove interactive args with \nP
- count nor-nayn as valid single char
- use completing-read instead of ido in a few places
|
2021-07-28 19:45:59 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.6
All changes for pthai.el
- highlight thai text when looking up or playing audio
- highlight text and move cursor as audio played for words
- add customize toggles for message display when playing audio
- add customize toggle to prevent downloading audio
- add customize toggle to prevent playing audio
- fix pthai-say* args to actually force downloads
- (thing-at-point 'thaiword) works for thai words not separated by spaces
- other clean ups
|
2021-07-09 21:21:55 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.5
All changes for pthai.el
- use buffer instead of file for pthai-twt-read
- reread 'thai-word-table as needed when reading dictionary files
- clean up some comments
|
2021-07-06 03:42:17 by Sean Cole | Files touched by this commit (2) | |
Log message:
Update to 2.4
All changes for pthai.el module
- combine dictionary and wordlist hashes, update related functions
- add customize toggles for url-fetchers and splitters
- add lingopolo url fetcher
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-05-15 18:18:24 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.3
All changes for pthai.el module
- in pthai-play-thaiword, fix logic when sox/play not found
- display duplicate word counts in pthai-unique-word-count
- fix splitting when last character is punctuation and last word is english
- add pthai-say-*-thai-only function to say thai words only buffer/line/region
- add pthai-find-word-regexp to search for words in dictionary/wordlist
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2021-04-15 17:26:30 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.2
- depend on sox instead mpg123
- in pthai.el, use sox as sole audio player. this simplifies things a bit
and allows silences to be stripped from audio files while playing.
remove pthai-mp3-* custom variables
- minor pthai.el clean ups
- remove seq-contain-p from pthai.el, which appears deprecated
in later emacs versions
- in pthai.el, work around apparent emacs bug when unsplitting
and buffer name contains combining characters
|
2021-03-21 20:42:52 by Sean Cole | Files touched by this commit (1) |
Log message:
Move all SUBST_STAGE to pre-configure
|
2021-03-21 19:25:22 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.1
- fix initialization of default wordlist in pthai.el
- add pthai-unique-word-count to pthai.el
|