[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/buffer-env dc7342277f 12/12: Release on ELPA
From: |
ELPA Syncer |
Subject: |
[elpa] externals/buffer-env dc7342277f 12/12: Release on ELPA |
Date: |
Mon, 28 Feb 2022 15:57:26 -0500 (EST) |
branch: externals/buffer-env
commit dc7342277f5094058f88f1a9a76cc8879f95d05a
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>
Release on ELPA
---
README.org | 6 ++++++
buffer-env.el | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 9b7fbb1a69..b4586be589 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,6 @@
#+title: buffer-env --- Buffer-local process environments
+#+html: <a href="http://elpa.gnu.org/packages/buffer-env.html"><img alt="GNU
ELPA" src="https://elpa.gnu.org/packages/buffer-env.svg"/></a>
#+html: <a href="https://melpa.org/#/buffer-env"><img alt="MELPA"
src="https://melpa.org/packages/buffer-env-badge.svg"/></a>
With this package, you can teach Emacs to call the correct version of
@@ -135,3 +136,8 @@ There is a large number of Emacs packages interfacing with
Python's
virtualenv system. They all seem to take the global approach and,
therefore, the comparisons and caveats in the envrc README also apply,
mutatis mutandis.
+
+** Contributing
+Discussions, suggestions and code contributions are welcome! Since
+this package is part of GNU ELPA, nontrivial contributions (above 15
+lines of code) require a copyright assignment to the FSF.
diff --git a/buffer-env.el b/buffer-env.el
index acb10a090d..351d723a53 100644
--- a/buffer-env.el
+++ b/buffer-env.el
@@ -1,12 +1,12 @@
;;; buffer-env.el --- Buffer-local process environments -*- lexical-binding:
t; -*-
-;; Copyright (C) 2021 Augusto Stoffel
+;; Copyright (C) 2022 Free Software Foundation, Inc.
;; Author: Augusto Stoffel <arstoffel@gmail.com>
;; URL: https://github.com/astoff/buffer-env
;; Keywords: processes, tools
;; Package-Requires: ((emacs "27.1"))
-;; Version: 0.1
+;; Version: 0.2
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
- [elpa] externals/buffer-env 32c1cfdf06 08/12: Add a Readme, (continued)
- [elpa] externals/buffer-env 32c1cfdf06 08/12: Add a Readme, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env 564c3679c8 11/12: Add mode line indicator and make messages optional, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env 4ed60c9fee 03/12: Add a separate buffer-env--locate-script function, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env eb4cf91f7b 02/12: Refinements in defcustoms, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env 3568a9f426 01/12: Initial commit, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env 5f4e2258ff 04/12: Add buffer-env-reset, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env f05d5bd1e7 07/12: Fix checkdoc and package-lint issues, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env 033f04fd27 10/12: Command to display the process environment, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env ed0a4b31ce 06/12: Some simplifications, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env f3781a628a 09/12: Update README, ELPA Syncer, 2022/02/28
- [elpa] externals/buffer-env dc7342277f 12/12: Release on ELPA,
ELPA Syncer <=