gnu-emacs-sources
[Top][All Lists]
Advanced

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

[NonGNU ELPA] Subed version 1.0.8


From: ELPA update
Subject: [NonGNU ELPA] Subed version 1.0.8
Date: Thu, 08 Sep 2022 17:03:56 -0400

Version 1.0.8 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.8 - 2022-09-08 - Sacha Chua
.. 2. Version 1.0.6 - 2022-07-22 - Sacha Chua
.. 3. Version 1.0.3 - 2022-02-07 - Sacha Chua
.. 4. Version 1.0.1 - 2022-02-01 - Sacha Chua
.. 5. Version 1.0.0 - 2022-01-02 - Sacha Chua


1 subed news
════════════

1.1 Version 1.0.8 - 2022-09-08 - Sacha Chua
───────────────────────────────────────────

  • Added support for SRT comment syntax thanks to mbork.
    <http://mbork.pl/2022-09-05_Comments_in_srt_files>


1.2 Version 1.0.6 - 2022-07-22 - Sacha Chua
───────────────────────────────────────────

  • Allow mm:ss.000 (optional hours) when validating VTT files.
  • Use just the buffer name hash when naming the MPV socket.


1.3 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.4 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.5 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'.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]