Version 1.0.5 of package Subed has just been released in NonGNU ELPA. You can now find it in M-x package-list RET.
Subed describes itself as: A major mode for editing subtitles More at https://elpa.nongnu.org/nongnu/subed.html Recent NEWS: Table of Contents ───────────────── 1. subed news .. 1. Version 1.0.3 - 2022-02-07 - Sacha Chua .. 2. Version 1.0.1 - 2022-02-01 - Sacha Chua .. 3. Version 1.0.0 - 2022-01-02 - Sacha Chua 1 subed news ════════════ 1.1 Version 1.0.3 - 2022-02-07 - Sacha Chua ─────────────────────────────────────────── subed now tries to avoid sorting already-sorted buffers, which should reduce interference with mark rings and other things. 1.2 Version 1.0.1 - 2022-02-01 - Sacha Chua ─────────────────────────────────────────── Added obsolete function aliases in case people are calling format-specific functions in their code. 1.3 Version 1.0.0 - 2022-01-02 - Sacha Chua ─────────────────────────────────────────── Format-specific modes are now initialized with `(subed-srt-mode)', `(subed-vtt-mode)', or `(subed-ass-mode)' instead of the corresponding `(subed-vtt--init)' functions. I implemented the format-specific functions with `cl-defmethod', so if you have any code that refers to functions like `subed-vtt--timestamp-to-msecs', you will need to change your code to use generic functions such as `subed-timestamp-to-msecs'.
