>From 34ddd3243c865de775f80ed50910cf90cb0ae150 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 5 Mar 2020 04:24:19 +0100 Subject: [PATCH 1/2] Add "Old-" prefix to "Version" header in some cases The version number exists a historical accident and is no longer relevant in these cases. 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 6847ba9749..0a4b68a9cb 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 ccdddb47c3..e531503c3e 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 -;; 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 98edacd6ec..ce5fc585c8 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -4,7 +4,7 @@ ;; Author: Anders Holst ;; 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 8f0e7ddce4..5efaafc9dc 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -5,7 +5,7 @@ ;; Author: Markus Triska ;; 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 b0996bf129..387116a8fb 100644 --- a/lisp/master.el +++ b/lisp/master.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. ;; Author: Alex Schroeder -;; 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 6cd2fa3ec0..6e84f4f1bc 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 db33b08338..f275db6fdd 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -4,7 +4,7 @@ ;; Author: Will Mengarini ;; 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 f6b49b46e3..82e6178da1 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el @@ -4,7 +4,7 @@ ;; Author: David Ponce ;; 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 836dfb4a53..bc69ccea35 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley ;; 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 11cbe5822a..768b8f597b 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -4,7 +4,7 @@ ;; Filename: wdired.el ;; Author: Juan León Lahoz García -;; 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 beebde95e9..51f189ae7b 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -6,7 +6,7 @@ ;; Maintainer: address@hidden ;; Keywords: help, unix ;; Adapted-By: Eli Zaretskii -;; Version: 0.551 +;; Old-Version: 0.551 ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ ;; This file is part of GNU Emacs. -- 2.25.1