[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/eldoc-diffstat 33aa6d7ee5 6/6: Release version 1.0
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/eldoc-diffstat 33aa6d7ee5 6/6: Release version 1.0 |
Date: |
Sat, 14 Dec 2024 19:00:49 -0500 (EST) |
branch: elpa/eldoc-diffstat
commit 33aa6d7ee5d0e712b112c74ec6e076463b540e9e
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@jklaehn.de>
Release version 1.0
---
NEWS.md | 5 ++++-
README.md | 3 +++
eldoc-diffstat.el | 4 +++-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index b7c58c61ee..ebd56744d3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,6 @@
-## unreleased
+## 1.0 (2024-12-14)
+- `eldoc-diffstat` is now available on [NonGNU ELPA][].
- `eldoc-diffstat-setup` has been replaced by a minor mode
`eldoc-diffstat-mode`; there's also a globalized minor mode
`global-eldoc-diffstat-mode` that (by default) will turn on diffstat output
in
@@ -8,3 +9,5 @@
of lines.
- When this package is loaded, relevant buffer-navigating commands in magit
buffers are set up to trigger eldoc.
+
+[NonGNU ELPA]: https://elpa.nongnu.org/nongnu/eldoc-diffstat.html
diff --git a/README.md b/README.md
index aab8d0037b..9fea61033c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# eldoc-diffstat — Make VCS diffstat available via eldoc
+[![NonGNU ELPA](https://elpa.nongnu.org/nongnu/eldoc-diffstat.svg)][NonGNU
ELPA]
+
This package provides a way to display VCS diffstat information via eldoc.
It supports Git and Mercurial repositories.
@@ -13,3 +15,4 @@ Adapted from Tassilo Horn's 2022 blog post “[Using Eldoc with
Magit
(asynchronously!)][tsdh-blog-post]”.
[tsdh-blog-post]:
https://www.tsdh.org/posts/2022-07-20-using-eldoc-with-magit-async.html
+[NonGNU ELPA]: https://elpa.nongnu.org/nongnu/eldoc-diffstat.html
diff --git a/eldoc-diffstat.el b/eldoc-diffstat.el
index 0dc7adc5c2..97cab2bbcc 100644
--- a/eldoc-diffstat.el
+++ b/eldoc-diffstat.el
@@ -3,8 +3,10 @@
;; Copyright (C) 2024 Johann Klähn
;; Author: Johann Klähn <johann@jklaehn.de>
+;; Maintainer: Johann Klähn <johann@jklaehn.de>
;; Keywords: vc, docs
-;; Version: 0.1
+;; Version: 1.0
+;; URL: https://github.com/kljohann/eldoc-diffstat/
;; Package-Requires: ((emacs "29.1"))
;; This program is free software; you can redistribute it and/or modify
- [nongnu] elpa/eldoc-diffstat updated (99b49c9793 -> 33aa6d7ee5), ELPA Syncer, 2024/12/14
- [nongnu] elpa/eldoc-diffstat 98e0e18a41 1/6: Fix potential race condition, ELPA Syncer, 2024/12/14
- [nongnu] elpa/eldoc-diffstat 0481f4f5a7 3/6: Add minor mode, ELPA Syncer, 2024/12/14
- [nongnu] elpa/eldoc-diffstat e954a705f1 2/6: Address review comments (on emacs-devel), ELPA Syncer, 2024/12/14
- [nongnu] elpa/eldoc-diffstat bd7fcae4c1 5/6: Always register magit commands with eldoc, ELPA Syncer, 2024/12/14
- [nongnu] elpa/eldoc-diffstat 33aa6d7ee5 6/6: Release version 1.0,
ELPA Syncer <=
- [nongnu] elpa/eldoc-diffstat 50c1c5ebb8 4/6: Add option to truncate / pad output, ELPA Syncer, 2024/12/14