Age | Commit message (Expand) | Author |
---|---|---|
2022-06-13 | Insert space before glue translations.•••* thogai.el (thogai-insert-translation): Insert space before glue translations if it is the first part of the translation. | Arun Isaac |
2022-06-13 | Insert space before prefix translations.•••* thogai.el (thogai-insert-translation): Insert space before prefix translations if it is the first part of the translation. | Arun Isaac |
2022-06-13 | Reset attach and glue state when inserting literals.•••* thogai.el (thogai-insert-literal): Reset thogai-attach-next and thogai-glue. (thogai-insert-translation): Depend on thogai-insert-literal to reset thogai-attach-next and thogai-glue. | Arun Isaac |
2022-06-13 | Respect capitalization in prefix strings.•••* thogai.el (thogai-insert-translation): Insert prefix strings using thogai-insert-literal. | Arun Isaac |
2022-06-12 | When undoing, delete space only if there is a space.•••Attached and glued strokes don't emit spaces. So, we cannot mindlessly delete the last character without checking if it is a space. * thogai.el (thogai-insert-stroke): When undoing, delete space only if there actually is a space. | Arun Isaac |
2022-06-12 | Respect capitalization in glue strings.•••* thogai.el (thogai-insert-translation): Insert glue strings using thogai-insert-literal. | Arun Isaac |
2022-06-12 | Abstract out insertion of literal translations.•••* thogai.el (thogai-insert-translation): Abstract out literal translation insertion logic into ... (thogai-insert-literal): ... new function. | Arun Isaac |
2022-06-12 | Implement glue operator.•••* thogai.el (thogai-glue): New variable. (thogai-insert-translation): Implement glue operator. | Arun Isaac |
2022-06-12 | Abstract out insertion of space into a separate function.•••* thogai.el (thogai-insert-translation): Abstract out space insertion logic into ... (thogai-insert-space): ... new function. | Arun Isaac |
2022-06-12 | README: Add README.•••* README.org: New file. | Arun Isaac |
2022-06-12 | Initial commit | Arun Isaac |