-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'derived-mode' into main
- Loading branch information
Showing
16 changed files
with
5,721 additions
and
5,608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* subed news | ||
** Version 1.0.1 - 2022-02-01 - Sacha Chua | ||
|
||
Added obsolete function aliases in case people are calling | ||
format-specific functions in their code. | ||
|
||
** 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=. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.