emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

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