diff options
| author | Stefan Kangas | 2020-03-21 02:46:53 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-03-21 02:48:24 +0100 |
| commit | 84548f8dc702ad967e23439d058376c19fea51f8 (patch) | |
| tree | 3f60ee81e1b2fa6f17a752bec2c6097978d5ce1d | |
| parent | 7725fbc5b1537eb04f3a05458cb597e4842475f1 (diff) | |
| download | emacs-84548f8dc702ad967e23439d058376c19fea51f8.tar.gz emacs-84548f8dc702ad967e23439d058376c19fea51f8.zip | |
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".
| -rw-r--r-- | lisp/calendar/icalendar.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 | ||||
| -rw-r--r-- | lisp/hippie-exp.el | 2 | ||||
| -rw-r--r-- | lisp/linum.el | 2 | ||||
| -rw-r--r-- | lisp/master.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cwarn.el | 2 | ||||
| -rw-r--r-- | lisp/repeat.el | 2 | ||||
| -rw-r--r-- | lisp/ruler-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/remember.el | 2 | ||||
| -rw-r--r-- | lisp/wdired.el | 2 | ||||
| -rw-r--r-- | lisp/woman.el | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 6847ba97496..0a4b68a9cb3 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Created: August 2002 | 6 | ;; Created: August 2002 |
| 7 | ;; Keywords: calendar | 7 | ;; Keywords: calendar |
| 8 | ;; Human-Keywords: calendar, diary, iCalendar, vCalendar | 8 | ;; Human-Keywords: calendar, diary, iCalendar, vCalendar |
| 9 | ;; Version: 0.19 | 9 | ;; Old-Version: 0.19 |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index fa5d1cff417..1df55e167a7 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 0.6.2 | 6 | ;; Old-Version: 0.6.2 |
| 7 | ;; Keywords: docs, maint, lisp | 7 | ;; Keywords: docs, maint, lisp |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 98edacd6ec0..ce5fc585c81 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Anders Holst <aho@sans.kth.se> | 5 | ;; Author: Anders Holst <aho@sans.kth.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Version: 1.6 | 7 | ;; Old-Version: 1.6 |
| 8 | ;; Keywords: abbrev convenience | 8 | ;; Keywords: abbrev convenience |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/linum.el b/lisp/linum.el index 8f0e7ddce4d..5efaafc9dc3 100644 --- a/lisp/linum.el +++ b/lisp/linum.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Markus Triska <markus.triska@gmx.at> | 5 | ;; Author: Markus Triska <markus.triska@gmx.at> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
| 8 | ;; Version: 0.9x | 8 | ;; Old-Version: 0.9x |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/master.el b/lisp/master.el index b0996bf1290..387116a8fbd 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Version: 1.0.2 | 6 | ;; Old-Version: 1.0.2 |
| 7 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 6cd2fa3ec05..6e84f4f1bcc 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: c, languages, faces | 6 | ;; Keywords: c, languages, faces |
| 7 | ;; Version: 1.3.1 | 7 | ;; Old-Version: 1.3.1 |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/repeat.el b/lisp/repeat.el index db33b083386..f275db6fddf 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Will Mengarini <seldon@eskimo.com> | 5 | ;; Author: Will Mengarini <seldon@eskimo.com> |
| 6 | ;; Created: Mo 02 Mar 98 | 6 | ;; Created: Mo 02 Mar 98 |
| 7 | ;; Version: 0.51 | 7 | ;; Old-Version: 0.51 |
| 8 | ;; Keywords: convenience, vi, repeat | 8 | ;; Keywords: convenience, vi, repeat |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index f6b49b46e3f..82e6178da14 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 24 Mar 2001 | 6 | ;; Created: 24 Mar 2001 |
| 7 | ;; Version: 1.6 | 7 | ;; Old-Version: 1.6 |
| 8 | ;; Keywords: convenience | 8 | ;; Keywords: convenience |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index 836dfb4a538..bc69ccea357 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Created: 29 Mar 1999 | 7 | ;; Created: 29 Mar 1999 |
| 8 | ;; Version: 2.0 | 8 | ;; Old-Version: 2.0 |
| 9 | ;; Keywords: data memory todo pim | 9 | ;; Keywords: data memory todo pim |
| 10 | ;; URL: http://gna.org/projects/remember-el/ | 10 | ;; URL: http://gna.org/projects/remember-el/ |
| 11 | 11 | ||
diff --git a/lisp/wdired.el b/lisp/wdired.el index 11cbe5822a7..768b8f597b4 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Filename: wdired.el | 5 | ;; Filename: wdired.el |
| 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> | 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> |
| 7 | ;; Version: 2.0 | 7 | ;; Old-Version: 2.0 |
| 8 | ;; Keywords: dired, environment, files, renaming | 8 | ;; Keywords: dired, environment, files, renaming |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/woman.el b/lisp/woman.el index beebde95e9a..51f189ae7b9 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: help, unix | 7 | ;; Keywords: help, unix |
| 8 | ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> | 8 | ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> |
| 9 | ;; Version: 0.551 | 9 | ;; Old-Version: 0.551 |
| 10 | ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ | 10 | ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |