]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "Old-" prefix to "Version" header in more cases
authorStefan Kangas <stefan@marxist.se>
Tue, 8 Sep 2020 14:12:43 +0000 (16:12 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 18 Oct 2020 18:35:26 +0000 (20:35 +0200)
These version numbers are historical accidents and not relevant today.
Ref: https://lists.gnu.org/r/emacs-devel/2020-03/msg00080.html

13 files changed:
lisp/calendar/timeclock.el
lisp/delim-col.el
lisp/edmacro.el
lisp/emacs-lisp/chart.el
lisp/emacs-lisp/regi.el
lisp/mail/footnote.el
lisp/md4.el
lisp/net/sasl-ntlm.el
lisp/play/dunnet.el
lisp/play/gamegrid.el
lisp/progmodes/sh-script.el
lisp/savehist.el
lisp/textmodes/artist.el

index 18ca05af4c5a973a3220e6e34bb47a803a38f29c..a26da265fe8dc731d30855179e68a5ec5614738b 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Created: 25 Mar 1999
-;; Version: 2.6.1
+;; Old-Version: 2.6.1
 ;; Keywords: calendar data
 
 ;; This file is part of GNU Emacs.
index 9d520278a7085374bffca22043a1aac69d990b63..1d4358d7385f057dc8c42a9540aae2f422ca1c3a 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
 ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com>
-;; Version: 2.1
+;; Old-Version: 2.1
 ;; Keywords: convenience text
 ;; X-URL: https://www.emacswiki.org/emacs/ViniciusJoseLatorre
 
index 71474c0289a1fb694e51654920bf48f0ae346344..1d9b4726b04b4b5ecc90d3fbc65b032d33ffbdec 100644 (file)
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1993-1994, 2001-2020 Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
-;; Version: 2.01
 ;; Keywords: abbrev
 
 ;; This file is part of GNU Emacs.
index 964836a32ac65702dc22ecb81e22f79953a39aaa..177710038a0daa015df9524cb31ce356697a4f5f 100644 (file)
@@ -4,7 +4,7 @@
 ;; Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
-;; Version: 0.2
+;; Old-Version: 0.2
 ;; Keywords: OO, chart, graph
 
 ;; This file is part of GNU Emacs.
index 61af5e51bdab8928a2cc091008490c207e22d03e..11b28b72cf3e24f8239ce0545742cf47cc6bb45e 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
 ;; Created:       24-Feb-1993
-;; Version:       1.8
+;; Old-Version:   1.8
 ;; Last Modified: 1993/06/01 21:33:00
 ;; Keywords:      extensions, matching
 
index 61f7cbf9695f290d9dff28f63fb3bb7e35630851..67bfbf703bb7a8307db2318bdd0d2dbf88eea7a8 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Steven L Baur <steve@xemacs.org> (1997-2011)
 ;;         Boruch Baum <boruch_baum@gmx.com> (2017-)
 ;; Keywords: mail, news
-;; Version: 0.19
+;; Old-Version: 0.19
 
 ;; This file is part of GNU Emacs.
 
index 925686aa756b2138a9fedd0f560b050798ea0780..029a125b8ae0e91716eb762b1308b3e1ad6daf25 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Taro Kawagishi <tarok@transpulse.org>
 ;; Keywords: MD4
-;; Version: 1.00
+;; Old-Version: 1.00
 ;; Created: February 2001
 
 ;; This file is part of GNU Emacs.
index ec5b53ee917312c834e21a16bb50629957fbc61a..6882c23d7890a3577127d968043ba380e33ef164 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Taro Kawagishi <tarok@transpulse.org>
 ;; Keywords: SASL, NTLM
-;; Version: 1.00
+;; Old-Version: 1.00
 ;; Created: February 2001
 ;; Package: sasl
 
index a03d0a9a052d1531984dd3b03a275d19020e7691..8a69f9decf0d89bdf259a7089887645d70126b7c 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Ron Schnell <ronnie@driver-aces.com>
 ;; Created: 25 Jul 1992
-;; Version: 2.02
+;; Old-Version: 2.02
 ;; Keywords: games
 
 ;; This file is part of GNU Emacs.
@@ -1957,7 +1957,7 @@ to swim.")
 
 (defun dun-help (_args)
   (dun-mprincl
-"Welcome to dunnet (2.02), by Ron Schnell (ronnie@driver-aces.com - @RonnieSchnell).
+"Welcome to dunnet by Ron Schnell (ronnie@driver-aces.com - @RonnieSchnell).
 Here is some useful information (read carefully because there are one
 or more clues in here):
 - If you have a key that can open a door, you do not need to explicitly
index 74e6c2d034df8d126933dbf4ce81ebdddc7a3e39..bb8ae5693f673d52a9617a2d2c1c243d90d6f059 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc.
 
 ;; Author: Glynn Clements <glynn@sensei.co.uk>
-;; Version: 1.02
+;; Old-Version: 1.02
 ;; Created: 1997-08-13
 ;; Keywords: games
 
index a8c0e045c6b0444df06f4e706271d17bc5510e67..3b24cabe8bdcdf9783b61165588df45a561e33e0 100644 (file)
@@ -4,7 +4,7 @@
 ;; Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
-;; Version: 2.0f
+;; Old-Version: 2.0f
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: languages, unix
 
index 4e52efe7f1abe98a54192716ca92818a34d8e5eb..5d20239d17f242fcad0fea305e98ecf53a781f1a 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Hrvoje Nikšić <hrvoje.niksic@avl.com>
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: convenience, minibuffer
-;; Version: 24
+;; Old-Version: 24
 
 ;; This file is part of GNU Emacs.
 
index 7196692001efda78f9fa04f7a69b2b26e0c5ea49..e98072c11f639e75021d1d306c1856080c2d7002 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author:       Tomas Abrahamsson <tab@lysator.liu.se>
 ;; Keywords:     mouse
-;; Version:     1.2.6
+;; Old-Version:         1.2.6
 ;; Release-date: 6-Aug-2004
 ;; Location:     http://www.lysator.liu.se/~tab/artist/