diff options
| -rw-r--r-- | default.mk | 4 | ||||
| -rw-r--r-- | lisp/git-commit-pkg.el | 2 | ||||
| -rw-r--r-- | lisp/git-commit.el | 5 | ||||
| -rw-r--r-- | lisp/magit-base.el | 1 | ||||
| -rw-r--r-- | lisp/magit-libgit-pkg.el | 2 | ||||
| -rw-r--r-- | lisp/magit-libgit.el | 3 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 2 | ||||
| -rw-r--r-- | lisp/magit-section-pkg.el | 2 | ||||
| -rw-r--r-- | lisp/magit-section.el | 3 | ||||
| -rw-r--r-- | lisp/magit.el | 2 |
10 files changed, 11 insertions, 15 deletions
@@ -115,7 +115,7 @@ VERSION ?= $(shell \ # TODO Deal with the fact that timestamps are no longer in sync. TIMESTAMP = 20230101 -COMPAT_VERSION = 29.1.3.2 +COMPAT_VERSION = 29.1.3.3 DASH_VERSION = 2.19.1 GIT_COMMIT_VERSION = $(VERSION) LIBGIT_VERSION = 0 @@ -125,7 +125,7 @@ MAGIT_SECTION_VERSION = $(VERSION) TRANSIENT_VERSION = 0.3.6 WITH_EDITOR_VERSION = 3.0.5 -COMPAT_SNAPSHOT = 29.1.3.2 +COMPAT_SNAPSHOT = 29.1.3.3 DASH_MELPA_SNAPSHOT = 20221013 GIT_COMMIT_MELPA_SNAPSHOT = $(TIMESTAMP) LIBGIT_MELPA_SNAPSHOT = 0 diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 3a801bb..20287bd 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,7 +1,7 @@ (define-package "git-commit" "3.3.0.50-git" "Edit Git commit messages." '((emacs "25.1") - (compat "29.1.3.2") + (compat "29.1.3.3") (transient "20230201") (with-editor "20230118")) :homepage "https://magit.vc" diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 739a65f..bd6bd40 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -14,7 +14,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.2") +;; (compat "29.1.3.3") ;; (transient "0.3.6") ;; (with-editor "3.0.5")) @@ -117,9 +117,8 @@ ;;; Code: -(require 'seq) +(require 'compat) (require 'subr-x) - (require 'log-edit) (require 'ring) (require 'rx) diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 6cd2a0e..ac0c6c1 100644 --- a/lisp/magit-base.el +++ b/lisp/magit-base.el @@ -39,7 +39,6 @@ (require 'compat) (require 'dash) (require 'eieio) -(require 'seq) (require 'subr-x) (require 'crm) diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el index 979e258..7c04ef3 100644 --- a/lisp/magit-libgit-pkg.el +++ b/lisp/magit-libgit-pkg.el @@ -1,7 +1,7 @@ (define-package "magit-libgit" "3.3.0.50-git" "(POC) Teach Magit to use Libgit2." '((emacs "25.1") - (compat "29.1.3.2") + (compat "29.1.3.3") (libgit "0") (magit "20230101")) :homepage "https://magit.vc" diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 18cc579..56030e0 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -11,7 +11,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "26.1") -;; (compat "29.1.3.2") +;; (compat "29.1.3.3") ;; (libgit "0") ;; (magit "3.3.0")) @@ -53,7 +53,6 @@ (require 'compat) (require 'dash) (require 'eieio) -(require 'seq) (require 'subr-x) (require 'magit-git) diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 9704851..5566cf8 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,7 +1,7 @@ (define-package "magit" "3.3.0.50-git" "A Git porcelain inside Emacs." '((emacs "25.1") - (compat "29.1.3.2") + (compat "29.1.3.3") (dash "20221013") (git-commit "20230101") (magit-section "20230101") diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 6753853..5aba5fb 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,7 +1,7 @@ (define-package "magit-section" "3.3.0.50-git" "Sections for read-only buffers." '((emacs "25.1") - (compat "29.1.3.2") + (compat "29.1.3.3") (dash "20221013")) :homepage "https://magit.vc" :keywords '("tools")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 0b35182..6fbb310 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -11,7 +11,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.2") +;; (compat "29.1.3.3") ;; (dash "2.19.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -46,7 +46,6 @@ (require 'dash) (require 'eieio) (require 'format-spec) -(require 'seq) (require 'subr-x) (eval-when-compile (require 'benchmark)) diff --git a/lisp/magit.el b/lisp/magit.el index f469c91..0077d0f 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -20,7 +20,7 @@ ;; Package-Version: 3.3.0.50-git ;; Package-Requires: ( ;; (emacs "25.1") -;; (compat "29.1.3.2") +;; (compat "29.1.3.3") ;; (dash "2.19.1") ;; (git-commit "3.3.0") ;; (magit-section "3.3.0") |
