branch: externals/denote-search commit 2a24f275d965ccd6ae565e1316765eca6bbd53d4 Author: Lucas Quintana <lm...@protonmail.com> Commit: Lucas Quintana <lm...@protonmail.com>
Prepare everything for submitting the package to GNU ELPA --- README.org | 15 +++++++++------ denote-search.el | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 6e5a3a1eb0..bb591ffb40 100644 --- a/README.org +++ b/README.org @@ -4,8 +4,8 @@ #+language: en #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 0.3.0 -#+macro: release-date 2024-12-31 +#+macro: stable-version 1.0.0 +#+macro: release-date 2025-02-27 #+export_file_name: denote-search.texi #+texinfo_filename: denote-search.info #+texinfo_dir_category: Emacs misc features @@ -32,15 +32,18 @@ The documentation furnished herein corresponds to stable version :COPYING: t :END: -Copyright (C) 2024-2025 Lucas Quintana +Copyright (C) 2024-2025 Free Software Foundation, Inc. #+begin_quote Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no -Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A -copy of the license is included in the section entitled “GNU Free -Documentation License.” +Invariant Sections, with the Front-Cover Texts being “A GNU Manual,” and +with the Back-Cover Texts as in (a) below. A copy of the license is +included in the section entitled “GNU Free Documentation License.” + +(a) The FSF’s Back-Cover Text is: “You have the freedom to copy and +modify this GNU manual.” #+end_quote * Overview diff --git a/denote-search.el b/denote-search.el index c24bf6d412..524416752e 100644 --- a/denote-search.el +++ b/denote-search.el @@ -1,13 +1,13 @@ ;;; denote-search.el --- Search the contents of your notes -*- lexical-binding: t; -*- -;; Copyright (C) 2024-2025 Lucas Quintana +;; Copyright (C) 2024-2025 Free Software Foundation, Inc. ;; Author: Lucas Quintana <lm...@protonmail.com> ;; Maintainer: Lucas Quintana <lm...@protonmail.com> ;; URL: https://github.com/lmq-10/denote-search ;; Created: 2024-12-28 ;; Keywords: matching -;; Version: 0.3.0 +;; Version: 1.0.0 ;; Package-Requires: ((emacs "29.1") (denote "3.0")) ;; This program is NOT part of GNU Emacs.