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 "popup" "20250101.843"
(define-package "popup" "20251231.1622"
"Visual Popup User Interface."
'((emacs "24.3"))
:url "https://github.com/auto-complete/popup-el"
:commit "7a05700a37aae66d2b24f0cd8851f65383a5cf96"
:revdesc "7a05700a37aa"
:commit "45a0b759076ce4139aba36dde0a2904136282e73"
:revdesc "45a0b759076c"
:keywords '("lisp")
:authors '(("Tomohiro Matsuyama" . "m2ym.pub@gmail.com"))
:maintainers '(("Jen-Chieh" . "jcs090218@gmail.com")))

View File

@@ -1,14 +1,14 @@
;;; popup.el --- Visual Popup User Interface -*- lexical-binding: t; -*-
;; Copyright (C) 2009-2015 Tomohiro Matsuyama
;; Copyright (c) 2020-2025 Jen-Chieh Shen
;; Copyright (c) 2020-2026 Jen-Chieh Shen
;; Author: Tomohiro Matsuyama <m2ym.pub@gmail.com>
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/auto-complete/popup-el
;; Keywords: lisp
;; Package-Version: 20250101.843
;; Package-Revision: 7a05700a37aa
;; Package-Version: 20251231.1622
;; Package-Revision: 45a0b759076c
;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify