From aad4679e7ddbc55a998a4b1111b0cc8c5d3a359f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 29 Aug 2010 16:10:43 -0400 Subject: [PATCH] Add "Version:" and "Package:" Lisp file headers. --- lisp/abbrevlist.el | 1 + lisp/apropos.el | 1 + lisp/calendar/icalendar.el | 1 + lisp/cedet/cedet.el | 2 +- lisp/cedet/ede.el | 1 + lisp/cedet/semantic.el | 1 + lisp/cedet/srecode.el | 1 + lisp/emacs-lisp/authors.el | 1 + lisp/emulation/viper.el | 1 + lisp/epg.el | 1 + lisp/erc/erc.el | 1 + lisp/generic-x.el | 1 + lisp/gnus/gnus.el | 1 + lisp/htmlfontify.el | 1 + lisp/ibuf-ext.el | 1 + lisp/ibuf-macs.el | 1 + lisp/linum.el | 1 + lisp/mail/rmail-spam-filter.el | 1 + lisp/net/newsticker.el | 1 + lisp/progmodes/idlw-complete-structtag.el | 1 + lisp/progmodes/idlw-help.el | 1 + lisp/progmodes/idlw-shell.el | 1 + lisp/progmodes/idlw-toolbar.el | 1 + lisp/progmodes/octave-inf.el | 1 + lisp/vc/ediff.el | 1 + 25 files changed, 25 insertions(+), 1 deletion(-) diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index bf51a3dc418..5f9cbee2cf5 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: abbrev +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/apropos.el b/lisp/apropos.el index 09de0c08e19..d62721e157c 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -6,6 +6,7 @@ ;; Author: Joe Wells ;; Daniel Pfeiffer (rewrite) ;; Keywords: help +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 03535abbb77..0be138906b6 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el @@ -7,6 +7,7 @@ ;; Created: August 2002 ;; Keywords: calendar ;; Human-Keywords: calendar, diary, iCalendar, vCalendar +;; Version: 0.19 ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index b15745aac76..6a6d09fda69 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el @@ -5,7 +5,7 @@ ;; Author: David Ponce ;; Maintainer: Eric M. Ludlam -;; Version: 0.2 +;; Version: 1.0pre7 ;; Keywords: OO, lisp ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 46fcdb000f8..807c7797668 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el @@ -5,6 +5,7 @@ ;; Author: Eric M. Ludlam ;; Keywords: project, make +;; Version: 1.0pre7 ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 9435a6632fe..f5d3f54f205 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el @@ -5,6 +5,7 @@ ;; Author: Eric M. Ludlam ;; Keywords: syntax tools +;; Version: 2.0pre7 ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index a903ffd0af1..d6c218f2b5a 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el @@ -4,6 +4,7 @@ ;; Author: Eric M. Ludlam ;; Keywords: codegeneration +;; Version: 1.0pre7 ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 5aea033fc78..3bfa076d71c 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -6,6 +6,7 @@ ;; Author: Gerd Moellmann ;; Maintainer: Kim F. Storm ;; Keywords: maint +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 302cfa82958..04833a836a6 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -8,6 +8,7 @@ ;; Author: Michael Kifer ;; Keywords: emulations +;; Version: 3.14.1 ;; Yoni Rabkin contacted the maintainer of this ;; file on 20/3/2008, and the maintainer agreed that when a bug is diff --git a/lisp/epg.el b/lisp/epg.el index 9a75560704a..fae896c4ae0 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -4,6 +4,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Version: 1.0.0 ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index ce4c9a46f5b..54f87982f8f 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -12,6 +12,7 @@ ;; David Edmondson (dme@dme.org) ;; Maintainer: Michael Olson (mwolson@gnu.org) ;; Keywords: IRC, chat, client, Internet +;; Version: 5.3 ;; This file is part of GNU Emacs. diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 0083989c75a..8c2e8b4bc99 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -6,6 +6,7 @@ ;; Author: Peter Breton ;; Created: Tue Oct 08 1996 ;; Keywords: generic, comment, font-lock +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index b07dfc648c0..945bd41eebc 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -7,6 +7,7 @@ ;; Author: Masanobu UMEDA ;; Lars Magne Ingebrigtsen ;; Keywords: news, mail +;; Version: 5.13 ;; This file is part of GNU Emacs. diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 035b6d384e7..5c491b0c371 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -15,6 +15,7 @@ ;; Compatibility: Emacs23, Emacs22 ;; Incompatibility: Emacs19, Emacs20, Emacs21 ;; Last Updated: Thu 2009-11-19 01:31:21 +0000 +;; Version: 0.21 ;; This file is part of GNU Emacs. diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index dcea1e57472..196838f248d 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -7,6 +7,7 @@ ;; Maintainer: John Paul Wallington ;; Created: 2 Dec 2001 ;; Keywords: buffer, convenience +;; Package: ibuffer ;; This file is part of GNU Emacs. diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index 60fb7e3b820..684cfe8f51b 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -7,6 +7,7 @@ ;; Maintainer: John Paul Wallington ;; Created: 6 Dec 2001 ;; Keywords: buffer, convenience +;; Package: ibuffer ;; This file is part of GNU Emacs. diff --git a/lisp/linum.el b/lisp/linum.el index 3d70c254775..4ab4b10a7c9 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -5,6 +5,7 @@ ;; Author: Markus Triska ;; Maintainer: FSF ;; Keywords: convenience +;; Version: 0.9x ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index a3eee899a68..33f3be30cc2 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el @@ -4,6 +4,7 @@ ;; Free Software Foundation, Inc. ;; Keywords: email, spam, filter, rmail ;; Author: Eli Tziperman +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 1d4b35bb61c..2566529d421 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -9,6 +9,7 @@ ;; Created: 17. June 2003 ;; Keywords: News, RSS, Atom ;; Time-stamp: "6. Dezember 2009, 19:15:18 (ulf)" +;; Version: 1.99 ;; ====================================================================== diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index 696853e0929..95acc427736 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el @@ -7,6 +7,7 @@ ;; Maintainer: J.D. Smith ;; Version: 1.2 ;; Keywords: languages +;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 4ae6a812f1e..850d68e918f 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -7,6 +7,7 @@ ;; Carsten Dominik ;; Maintainer: J.D. Smith ;; Version: 6.1.22 +;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index e6a7e9dd4a6..3acd396e9cd 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -9,6 +9,7 @@ ;; Maintainer: J.D. Smith ;; Version: 6.1.22 ;; Keywords: processes +;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 71a8be3bd37..474065451d7 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -7,6 +7,7 @@ ;; Maintainer: J.D. Smith ;; Version: 6.1.22 ;; Keywords: processes +;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 8e64d5689d1..c526a634d86 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -7,6 +7,7 @@ ;; Author: John Eaton ;; Maintainer: Kurt Hornik ;; Keywords: languages +;; Package: octave-mod ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index cb0d6444b79..c41a6e4a1af 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el @@ -6,6 +6,7 @@ ;; Author: Michael Kifer ;; Created: February 2, 1994 ;; Keywords: comparing, merging, patching, vc, tools, unix +;; Version: 2.81.4 ;; Yoni Rabkin contacted the maintainer of this ;; file on 20/3/2008, and the maintainer agreed that when a bug is -- 2.39.2