update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "popwin" "20240925.752"
(define-package "popwin" "20260103.1800"
"Popup Window Manager."
'((emacs "24.3"))
:url "https://github.com/emacsorphanage/popwin"
:commit "58adcd0ca7c3dbd58626ec7019252d64cbc73042"
:revdesc "58adcd0ca7c3"
:commit "f7a39759180fa88f3890c3c5f35379ab086e04fa"
:revdesc "f7a39759180f"
:keywords '("convenience")
:authors '(("Tomohiro Matsuyama" . "m2ym.pub@gmail.com"))
:maintainers '(("Jen-Chieh Shen" . "jcs090218@gmail.com")))

View File

@@ -1,13 +1,13 @@
;;; popwin.el --- Popup Window Manager
;; Copyright (C) 2011-2015 Tomohiro Matsuyama
;; Copyright (C) 2020-2024 Jen-Chieh Shen
;; Copyright (C) 2020-2026 Jen-Chieh Shen
;; Author: Tomohiro Matsuyama <m2ym.pub@gmail.com>
;; Maintainer: Jen-Chieh Shen <jcs090218@gmail.com>
;; Keywords: convenience
;; Package-Version: 20240925.752
;; Package-Revision: 58adcd0ca7c3
;; Package-Version: 20260103.1800
;; Package-Revision: f7a39759180f
;; URL: https://github.com/emacsorphanage/popwin
;; Package-Requires: ((emacs "24.3"))