emacs-diffs
[Top][All Lists]
Advanced

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

master 84548f8 1/2: Add "Old-" prefix to "Version" header in some cases


From: Stefan Kangas
Subject: master 84548f8 1/2: Add "Old-" prefix to "Version" header in some cases
Date: Fri, 20 Mar 2020 21:59:20 -0400 (EDT)

branch: master
commit 84548f8dc702ad967e23439d058376c19fea51f8
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Add "Old-" prefix to "Version" header in some cases
    
    These version numbers are historical accidents and not relevant today.
    Ref: https://lists.gnu.org/r/emacs-devel/2020-03/msg00080.html
    
    * lisp/calendar/icalendar.el:
    * lisp/emacs-lisp/checkdoc.el:
    * lisp/hippie-exp.el:
    * lisp/linum.el:
    * lisp/master.el:
    * lisp/progmodes/cwarn.el:
    * lisp/repeat.el:
    * lisp/ruler-mode.el:
    * lisp/textmodes/remember.el:
    * lisp/wdired.el:
    * lisp/woman.el: Change "Version" header to "Old-Version".
---
 lisp/calendar/icalendar.el  | 2 +-
 lisp/emacs-lisp/checkdoc.el | 2 +-
 lisp/hippie-exp.el          | 2 +-
 lisp/linum.el               | 2 +-
 lisp/master.el              | 2 +-
 lisp/progmodes/cwarn.el     | 2 +-
 lisp/repeat.el              | 2 +-
 lisp/ruler-mode.el          | 2 +-
 lisp/textmodes/remember.el  | 2 +-
 lisp/wdired.el              | 2 +-
 lisp/woman.el               | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 6847ba9..0a4b68a 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -6,7 +6,7 @@
 ;; Created:        August 2002
 ;; Keywords:       calendar
 ;; Human-Keywords: calendar, diary, iCalendar, vCalendar
-;; Version:        0.19
+;; Old-Version:    0.19
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index fa5d1cf..1df55e1 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
-;; Version: 0.6.2
+;; Old-Version: 0.6.2
 ;; Keywords: docs, maint, lisp
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index 98edacd..ce5fc58 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -4,7 +4,7 @@
 
 ;; Author: Anders Holst <address@hidden>
 ;; Maintainer: address@hidden
-;; Version: 1.6
+;; Old-Version: 1.6
 ;; Keywords: abbrev convenience
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/linum.el b/lisp/linum.el
index 8f0e7dd..5efaafc 100644
--- a/lisp/linum.el
+++ b/lisp/linum.el
@@ -5,7 +5,7 @@
 ;; Author: Markus Triska <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: convenience
-;; Version: 0.9x
+;; Old-Version: 0.9x
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/master.el b/lisp/master.el
index b0996bf..387116a 100644
--- a/lisp/master.el
+++ b/lisp/master.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
-;; Version: 1.0.2
+;; Old-Version: 1.0.2
 ;; Keywords: comm
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el
index 6cd2fa3..6e84f4f 100644
--- a/lisp/progmodes/cwarn.el
+++ b/lisp/progmodes/cwarn.el
@@ -4,7 +4,7 @@
 
 ;; Author: Anders Lindgren
 ;; Keywords: c, languages, faces
-;; Version: 1.3.1
+;; Old-Version: 1.3.1
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/repeat.el b/lisp/repeat.el
index db33b08..f275db6 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -4,7 +4,7 @@
 
 ;; Author: Will Mengarini <address@hidden>
 ;; Created: Mo 02 Mar 98
-;; Version: 0.51
+;; Old-Version: 0.51
 ;; Keywords: convenience, vi, repeat
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index f6b49b4..82e6178 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -4,7 +4,7 @@
 
 ;; Author: David Ponce <address@hidden>
 ;; Created: 24 Mar 2001
-;; Version: 1.6
+;; Old-Version: 1.6
 ;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 836dfb4..bc69cce 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -5,7 +5,7 @@
 ;; Author: John Wiegley <address@hidden>
 ;; Maintainer: address@hidden
 ;; Created: 29 Mar 1999
-;; Version: 2.0
+;; Old-Version: 2.0
 ;; Keywords: data memory todo pim
 ;; URL: http://gna.org/projects/remember-el/
 
diff --git a/lisp/wdired.el b/lisp/wdired.el
index 11cbe58..768b8f5 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -4,7 +4,7 @@
 
 ;; Filename: wdired.el
 ;; Author: Juan León Lahoz García <address@hidden>
-;; Version: 2.0
+;; Old-Version: 2.0
 ;; Keywords: dired, environment, files, renaming
 
 ;; This file is part of GNU Emacs.
diff --git a/lisp/woman.el b/lisp/woman.el
index beebde9..51f189a 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -6,7 +6,7 @@
 ;; Maintainer: address@hidden
 ;; Keywords: help, unix
 ;; Adapted-By: Eli Zaretskii <address@hidden>
-;; Version: 0.551
+;; Old-Version: 0.551
 ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/
 
 ;; This file is part of GNU Emacs.



reply via email to

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