[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/subed 43fcde0c3a 5/5: v1.1.0 Mention subed-enforce-time-bo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/subed 43fcde0c3a 5/5: v1.1.0 Mention subed-enforce-time-boundaries values |
Date: |
Tue, 7 Mar 2023 19:01:16 -0500 (EST) |
branch: elpa/subed
commit 43fcde0c3aad7e897f1fdb9be46b320e2d2335bf
Author: Sacha Chua <sacha@sachachua.com>
Commit: Sacha Chua <sacha@sachachua.com>
v1.1.0 Mention subed-enforce-time-boundaries values
---
NEWS.org | 18 ++++++++++++++++++
subed/subed.el | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 7b17926d13..c803adf285 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,24 @@
#+OPTIONS: toc:nil
* subed news
+** Version 1.1.0 - 2023-03-07 - Sacha Chua
+
+There are new customizable values for subed-enforce-time-boundaries
+that affect setting or adjusting the start or stop times if a subtitle
+will end up overlapping with the previous or next subtitle (based on
+subed-subtitle-spacing), or if a subtitle will have negative duration.
+
+- ='adjust=: the new default. If a subtitle will have invalid times,
+ adjust the other time to resolve the conflict.
+- ='clip=: set the current time to at most (or at least) the other time,
taking spacing into account.
+- ='error=: report an error when trying to set an invalid time.
+- =nil=: don't perform any checks, just set the time.
+
+By default, you can adjust times with ~M-[~ (~decrease-start-time~), ~M-]~
(~increase-start-time~), ~M-{~ (~decrease-stop-time~), and ~M-}~
(~increase-stop-time~).
+
+I've been writing more tests to cover the behavior, but I might've
+missed stuff, so please let me know if things turn up!
+
** Version 1.0.29 - 2022-12-29 - Sacha Chua
subed-toggle-sync-point-to-player should not confuse subed when it is
diff --git a/subed/subed.el b/subed/subed.el
index e847329f7f..f2acb7c6ca 100644
--- a/subed/subed.el
+++ b/subed/subed.el
@@ -1,6 +1,6 @@
;;; subed.el --- A major mode for editing subtitles -*- lexical-binding: t;
-*-
-;; Version: 1.0.29
+;; Version: 1.1.0
;; Maintainer: Sacha Chua <sacha@sachachua.com>
;; Author: Random User
;; Keywords: convenience, files, hypermedia, multimedia
- [nongnu] elpa/subed updated (28a75a6f68 -> 43fcde0c3a), ELPA Syncer, 2023/03/07
- [nongnu] elpa/subed 82e137352d 3/5: Handle subed-enforce-time-boundaries values of error, adjust, and clip, ELPA Syncer, 2023/03/07
- [nongnu] elpa/subed 43fcde0c3a 5/5: v1.1.0 Mention subed-enforce-time-boundaries values,
ELPA Syncer <=
- [nongnu] elpa/subed 00f315b318 2/5: Default to new 'adjust value for subed-enforce-time-boundaries, ELPA Syncer, 2023/03/07
- [nongnu] elpa/subed f8ce6d4e6c 1/5: Enforce time boundaries when setting start or stop time, ELPA Syncer, 2023/03/07
- [nongnu] elpa/subed 0810c97a76 4/5: Tweak tests some more for wording, coverage reporting, ELPA Syncer, 2023/03/07