summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-08-29 16:10:43 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-08-29 16:10:43 -0400
commitaad4679e7ddbc55a998a4b1111b0cc8c5d3a359f (patch)
tree668a1143cf5705019a45d95238d31eca7677ec00
parentbd78fa1d5442e6e023a16d407741ec899d57d3cd (diff)
downloademacs-aad4679e7ddbc55a998a4b1111b0cc8c5d3a359f.tar.gz
Add "Version:" and "Package:" Lisp file headers.
-rw-r--r--lisp/abbrevlist.el1
-rw-r--r--lisp/apropos.el1
-rw-r--r--lisp/calendar/icalendar.el1
-rw-r--r--lisp/cedet/cedet.el2
-rw-r--r--lisp/cedet/ede.el1
-rw-r--r--lisp/cedet/semantic.el1
-rw-r--r--lisp/cedet/srecode.el1
-rw-r--r--lisp/emacs-lisp/authors.el1
-rw-r--r--lisp/emulation/viper.el1
-rw-r--r--lisp/epg.el1
-rw-r--r--lisp/erc/erc.el1
-rw-r--r--lisp/generic-x.el1
-rw-r--r--lisp/gnus/gnus.el1
-rw-r--r--lisp/htmlfontify.el1
-rw-r--r--lisp/ibuf-ext.el1
-rw-r--r--lisp/ibuf-macs.el1
-rw-r--r--lisp/linum.el1
-rw-r--r--lisp/mail/rmail-spam-filter.el1
-rw-r--r--lisp/net/newsticker.el1
-rw-r--r--lisp/progmodes/idlw-complete-structtag.el1
-rw-r--r--lisp/progmodes/idlw-help.el1
-rw-r--r--lisp/progmodes/idlw-shell.el1
-rw-r--r--lisp/progmodes/idlw-toolbar.el1
-rw-r--r--lisp/progmodes/octave-inf.el1
-rw-r--r--lisp/vc/ediff.el1
25 files changed, 25 insertions, 1 deletions
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 <jbw@bigbird.bu.edu>
;; Daniel Pfeiffer <occitan@esperanto.org> (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 <david@dponce.com>
;; Maintainer: Eric M. Ludlam <zappo@gnu.org>
-;; 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 <zappo@gnu.org>
;; 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 <zappo@gnu.org>
;; 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 <zappo@gnu.org>
;; 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 <gerd@gnu.org>
;; Maintainer: Kim F. Storm <storm@cua.dk>
;; 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 <kifer@cs.stonybrook.edu>
;; Keywords: emulations
+;; Version: 3.14.1
;; Yoni Rabkin <yoni@rabkins.net> 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 <ueno@unixuser.org>
;; 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 <pbreton@cs.umb.edu>
;; 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 <umerin@flab.flab.fujitsu.junet>
;; Lars Magne Ingebrigtsen <larsi@gnus.org>
;; 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 <jpw@gnu.org>
;; 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 <jpw@gnu.org>
;; 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 <markus.triska@gmx.at>
;; 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 <eli AT deas.harvard.edu>
+;; 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 <jdsmith@as.arizona.edu>
;; 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 <dominik@science.uva.nl>
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
;; 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 <jdsmith@as.arizona.edu>
;; 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 <jdsmith@as.arizona.edu>
;; 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 <jwe@bevo.che.wisc.edu>
;; Maintainer: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
;; 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 <kifer@cs.stonybrook.edu>
;; Created: February 2, 1994
;; Keywords: comparing, merging, patching, vc, tools, unix
+;; Version: 2.81.4
;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
;; file on 20/3/2008, and the maintainer agreed that when a bug is