emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/wgrep 2d1c050921 04/11: upgrade version since `lexical-bin


From: ELPA Syncer
Subject: [nongnu] elpa/wgrep 2d1c050921 04/11: upgrade version since `lexical-binding` is on
Date: Fri, 3 Feb 2023 08:00:43 -0500 (EST)

branch: elpa/wgrep
commit 2d1c0509215499e927817b0d7d3f133db678e010
Author: Masahiro Hayashi <mhayashi1120@gmail.com>
Commit: Masahiro Hayashi <mhayashi1120@gmail.com>

    upgrade version since `lexical-binding` is on
    update copying
    fix package-requires for the latest package
---
 wgrep-ack.el  | 6 +++---
 wgrep-ag.el   | 6 +++---
 wgrep-helm.el | 6 +++---
 wgrep-pt.el   | 6 +++---
 wgrep.el      | 5 +++--
 5 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/wgrep-ack.el b/wgrep-ack.el
index 019c3023e6..226c6f9704 100644
--- a/wgrep-ack.el
+++ b/wgrep-ack.el
@@ -1,14 +1,14 @@
 ;;; wgrep-ack.el --- Writable ack-and-a-half buffer and apply the changes to 
files -*- lexical-binding: t -*-
 
-;; Copyright (C) 2010-2020 Masahiro Hayashi
+;; Copyright (C) 2010-2020,2023 Masahiro Hayashi
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>
 ;; Contributor: Ivan Andrus <darthandrus@gmail.com>
 ;; Keywords: grep edit extensions
-;; Package-Requires: ((wgrep "2.1.1"))
+;; Package-Requires: ((wgrep "3.0.0"))
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-ack.el
 ;; Emacs: GNU Emacs 22 or later
-;; Version: 0.1.4
+;; Version: 0.2.0
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/wgrep-ag.el b/wgrep-ag.el
index 48b6994939..27d7614f3f 100644
--- a/wgrep-ag.el
+++ b/wgrep-ag.el
@@ -1,13 +1,13 @@
 ;;; wgrep-ag.el --- Writable ag buffer and apply the changes to files -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2010-2020 Masahiro Hayashi
+;; Copyright (C) 2010-2020,2023 Masahiro Hayashi
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>
 ;; Keywords: grep edit extensions
-;; Package-Requires: ((wgrep "2.3.2"))
+;; Package-Requires: ((wgrep "3.0.0"))
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-ag.el
 ;; Emacs: GNU Emacs 25 or later
-;; Version: 2.3.4
+;; Version: 3.0.0
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/wgrep-helm.el b/wgrep-helm.el
index 825914d0e0..656ca6d9bb 100644
--- a/wgrep-helm.el
+++ b/wgrep-helm.el
@@ -1,13 +1,13 @@
 ;;; wgrep-helm.el --- Writable helm-grep-mode buffer and apply the changes to 
files -*- lexical-binding: t -*-
 
-;; Copyright (C) 2010-2020 Masahiro Hayashi
+;; Copyright (C) 2010-2020,2023 Masahiro Hayashi
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>
 ;; Keywords: grep edit extensions
-;; Package-Requires: ((wgrep "2.1.1"))
+;; Package-Requires: ((wgrep "3.0.0"))
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-helm.el
 ;; Emacs: GNU Emacs 25 or later
-;; Version: 2.3.3
+;; Version: 3.0.0
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/wgrep-pt.el b/wgrep-pt.el
index cd2a90f2f8..f8bdf1b3b4 100644
--- a/wgrep-pt.el
+++ b/wgrep-pt.el
@@ -1,13 +1,13 @@
 ;;; wgrep-pt.el --- Writable pt buffer and apply the changes to files -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2010-2020 Masahiro Hayashi
+;; Copyright (C) 2010-2020,2023 Masahiro Hayashi
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>, Bailey Ling 
<bling@live.ca>
 ;; Keywords: grep edit extensions
-;; Package-Requires: ((wgrep "2.1.5"))
+;; Package-Requires: ((wgrep "3.0.0"))
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-pt.el
 ;; Emacs: GNU Emacs 22 or later
-;; Version: 0.0.2
+;; Version: 0.1.0
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/wgrep.el b/wgrep.el
index e5284eccdc..4319089875 100644
--- a/wgrep.el
+++ b/wgrep.el
@@ -1,12 +1,13 @@
 ;;; wgrep.el --- Writable grep buffer and apply the changes to files -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2010-2020 Masahiro Hayashi
+;; Copyright (C) 2010-2020,2023 Masahiro Hayashi
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>
 ;; Keywords: grep edit extensions
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep.el
 ;; Emacs: GNU Emacs 25 or later
-;; Version: 2.3.4
+;; Package-Requires: ((emacs "25.1"))
+;; Version: 3.0.0
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as



reply via email to

[Prev in Thread] Current Thread [Next in Thread]