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

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

[elpa] externals/eev 8dc7d397e7: Indicate that the video "eev2020" now h


From: ELPA Syncer
Subject: [elpa] externals/eev 8dc7d397e7: Indicate that the video "eev2020" now has subtitles.
Date: Sat, 24 Dec 2022 22:57:37 -0500 (EST)

branch: externals/eev
commit 8dc7d397e7aea6fba4fd4779b1ee562d96154f4d
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Indicate that the video "eev2020" now has subtitles.
---
 ChangeLog         | 7 +++++++
 VERSION           | 4 ++--
 eev-blinks.el     | 2 +-
 eev-videolinks.el | 3 ++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bf1a7afda6..9373bbd32d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2022-12-24  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-videolinks.el (ee-1stclassvideos-info): added an indication
+       that the video "eev2020" (now) has subtitles.
+
 2022-12-23  Eduardo Ochs  <eduardoochs@gmail.com>
 
+       * eev-blinks.el (find-sh-at-dir): use `ee-expand'.
+
        * eev-videolinks.el (ee-1stclassvideos-info): added an indication
        that the video "2022findeevangg" (now) has subtitles.
 
diff --git a/VERSION b/VERSION
index 20037ffa38..91c0193ada 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Fri Dec 23 09:23:24 GMT 2022
-Fri Dec 23 06:23:24 -03 2022
+Sun Dec 25 03:00:36 GMT 2022
+Sun Dec 25 00:00:36 -03 2022
diff --git a/eev-blinks.el b/eev-blinks.el
index 53f7826831..d03c0d8c08 100644
--- a/eev-blinks.el
+++ b/eev-blinks.el
@@ -1065,7 +1065,7 @@ COMMAND in the echo area."
 This is like `find-sh' but sets the buffer's default-directory to DIR."
   (let ((fullcmd (format "cd %s\n%s" dir command)))
     (prog1 (apply 'find-sh fullcmd pos-spec-list)
-           (setq default-directory dir))))
+           (setq default-directory (ee-expand dir)))))
 
 (defun find-sh-man-fontify (command &rest pos-spec-list)
   "Like `find-sh', but runs `Man-fontify-manpage' on the output."
diff --git a/eev-videolinks.el b/eev-videolinks.el
index 23602404ac..dfc1d48a55 100644
--- a/eev-videolinks.el
+++ b/eev-videolinks.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20221222
+;; Version:    20221224
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-videolinks.el>
@@ -716,6 +716,7 @@ For more info on this particular video, run:
      :page  "http://angg.twu.net/emacsconf2020.html";
      :date    "2020nov28"
      :length  "47:08"
+     :subs    ".vtt"
      :comment "A good technical introduction to eev.")
     ;;
     ;; «eev2021»  (to ".eev2021")



reply via email to

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