2022-12-08 19:18:46 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.23
all changes for pthai.el
- move to end of word after *insert *complete-word functions
- only toggle highlighting for 'pthai overlays
- various bug fixes, cleanups, and simplifications
- make end of word bounds detection more consistent
- add 'pthai-soundfiles-counts to display downloaded word counts per letter
- rename 'pthai-spell-string to pthai-spell-string-at-point, and
'pthai-spell-word to pthai-spell-word-at-point
- rename pthai-overlay-off to pthai-hightlight-off
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-11-05 17:54:53 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.22
- fix memory leaks in st-icu.cc
- for st-swath, don't spawn new process for every stdin readline
pthai.el:
- clean up pthai-unknown* funcs and add toggle to highlight unknown words
- add option to use external processes for swath and icu which is
faster and gives more split choices
- add pause and pthai-no-audio-pause-length custom setting for pausing
on words with no audio when attempting audio play
- clean-ups for pthai-currency* functions
- consolidate text highlighting into pthai-highlight-on/off functions
- when reloading pthai.el library, don't clear 'pthai-dictionary
|
2022-10-17 18:09:28 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.21
all changes for pthai.el
- convert between arbitrary currencies with choice-lists
- small clean-ups
|
2022-10-10 20:21:09 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.20
all changes for pthai.el
- redo practice routine without having to reset dictionary
- add pthai-practice-extract-words and pthai-practice-buffer/file/region
|
2022-09-21 17:40:43 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.19
all changes for pthai.el
- add pthai-practice-words for practicing words in a dict file
- add pthai-soundfiles-all/playable/unplayable
- fix pthai-rwb to handle numbers not in dictionary
- fix parsing for thai strings with numbers and no spaces
- various small cleanups
|
2022-08-11 17:55:56 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.18
all changes for pthai.el
- small clean-ups, add completing-read a few places
- for pthai-unknowns*, keep word same as found in buffer
|
2022-07-19 17:21:51 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.17
all changes for pthai.el
- remove some unnecessary split methods and related customize settings
- simplify and optimize 'pthai-split-all, reducing redundant word splitting
- rename pthai-spell-correct-p -> pthai-spell-p, fix check for single char words
- clarify few function descriptions
- replace 'remove with 'delete in a few places
- remove pthai-completing-read-mode and ido prompt customize option
- replace pthai-completing-read with pthai-completing-read-full/dynamic,
allows for thai word completion to be add to some functions
|
2022-07-09 18:45:38 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 2.16
all changes for pthai.el
- add pthai-dictionary-read-region/line/buffer functions
- rename pthai-dictionary-read -> pthai-dictionary-read-file
- rename pthai-dictionary-readall -> pthai-dictionary-read-files
- rename pthai-word-count -> pthai-dictionary-word-count
- add option to exit spell check at point
- add progess meters to some word counting funcs
- add pthai-spell-correct-p to spell check without word splitting
- add pthai-unknowns/count/insert for extracting/counting unknown words
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|