-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# -*- mode: org -*- | ||
* v4.0.3 2025-01-01 | ||
|
||
Thoughts and whitespace. | ||
|
||
* v4.0.2 2024-10-01 | ||
|
||
Thoughts and whitespace. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-desc.el --- Show Epkg descriptions -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-elpa.el --- Support for Elpa recipes -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-list.el --- List Epkg packages -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-org.el --- Various Org mode utilities -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-schemata.el --- Table schemata -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; epkg-utils.el --- Auxiliary commands and utilities -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
;;; epkg.el --- Browse the Emacsmirror package database -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2024 Jonas Bernoulli | ||
;; Copyright (C) 2016-2025 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/epkg | ||
;; Keywords: tools | ||
|
||
;; Package-Version: 4.0.2 | ||
;; Package-Version: 4.0.3 | ||
;; Package-Requires: ( | ||
;; (emacs "26.1") | ||
;; (compat "30.0.0.0") | ||
;; (closql "2.0.0") | ||
;; (emacsql "4.0.2") | ||
;; (llama "0.3.1")) | ||
;; (compat "30.0.1.0") | ||
;; (closql "2.1.0") | ||
;; (emacsql "4.1.0") | ||
;; (llama "0.4.1")) | ||
|
||
;; SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
|