aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-08-29 16:10:43 -0400
committerChong Yidong <[email protected]>2010-08-29 16:10:43 -0400
commitaad4679e7ddbc55a998a4b1111b0cc8c5d3a359f (patch)
tree668a1143cf5705019a45d95238d31eca7677ec00 /lisp
parentbd78fa1d5442e6e023a16d407741ec899d57d3cd (diff)
Add "Version:" and "Package:" Lisp file headers.
Diffstat (limited to 'lisp')
-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 bf51a3dc41..5f9cbee2cf 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 09de0c08e1..d62721e157 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -6,6 +6,7 @@
;; Author: Joe Wells <[email protected]>
;; Daniel Pfeiffer <[email protected]> (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 03535abbb7..0be138906b 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 b15745aac7..6a6d09fda6 100644
--- a/lisp/cedet/cedet.el
+++ b/lisp/cedet/cedet.el
@@ -5,7 +5,7 @@
;; Author: David Ponce <[email protected]>
;; Maintainer: Eric M. Ludlam <[email protected]>
-;; 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 46fcdb000f..807c779766 100644
--- a/lisp/cedet/ede.el
+++ b/lisp/cedet/ede.el
@@ -5,6 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; 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 9435a6632f..f5d3f54f20 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -5,6 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; 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 a903ffd0af..d6c218f2b5 100644
--- a/lisp/cedet/srecode.el
+++ b/lisp/cedet/srecode.el
@@ -4,6 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; 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 5aea033fc7..3bfa076d71 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -6,6 +6,7 @@
;; Author: Gerd Moellmann <[email protected]>
;; Maintainer: Kim F. Storm <[email protected]>
;; Keywords: maint
+;; Package: emacs
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 302cfa8295..04833a836a 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -8,6 +8,7 @@
;; Author: Michael Kifer <[email protected]>
;; Keywords: emulations
+;; Version: 3.14.1
;; Yoni Rabkin <[email protected]> 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 9a75560704..fae896c4ae 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -4,6 +4,7 @@
;; Author: Daiki Ueno <[email protected]>
;; 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 ce4c9a46f5..54f87982f8 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -12,6 +12,7 @@
;; David Edmondson ([email protected])
;; Maintainer: Michael Olson ([email protected])
;; 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 0083989c75..8c2e8b4bc9 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -6,6 +6,7 @@
;; Author: Peter Breton <[email protected]>
;; 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 b07dfc648c..945bd41eeb 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -7,6 +7,7 @@
;; Author: Masanobu UMEDA <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news, mail
+;; Version: 5.13
;; This file is part of GNU Emacs.
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 035b6d384e..5c491b0c37 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 dcea1e5747..196838f248 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -7,6 +7,7 @@
;; Maintainer: John Paul Wallington <[email protected]>
;; 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 60fb7e3b82..684cfe8f51 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -7,6 +7,7 @@
;; Maintainer: John Paul Wallington <[email protected]>
;; 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 3d70c25477..4ab4b10a7c 100644
--- a/lisp/linum.el
+++ b/lisp/linum.el
@@ -5,6 +5,7 @@
;; Author: Markus Triska <[email protected]>
;; 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 a3eee899a6..33f3be30cc 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 1d4b35bb61..2566529d42 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 696853e092..95acc42773 100644
--- a/lisp/progmodes/idlw-complete-structtag.el
+++ b/lisp/progmodes/idlw-complete-structtag.el
@@ -7,6 +7,7 @@
;; Maintainer: J.D. Smith <[email protected]>
;; 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 4ae6a812f1..850d68e918 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -7,6 +7,7 @@
;; Carsten Dominik <[email protected]>
;; Maintainer: J.D. Smith <[email protected]>
;; 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 e6a7e9dd4a..3acd396e9c 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -9,6 +9,7 @@
;; Maintainer: J.D. Smith <[email protected]>
;; 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 71a8be3bd3..474065451d 100644
--- a/lisp/progmodes/idlw-toolbar.el
+++ b/lisp/progmodes/idlw-toolbar.el
@@ -7,6 +7,7 @@
;; Maintainer: J.D. Smith <[email protected]>
;; 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 8e64d5689d..c526a634d8 100644
--- a/lisp/progmodes/octave-inf.el
+++ b/lisp/progmodes/octave-inf.el
@@ -7,6 +7,7 @@
;; Author: John Eaton <[email protected]>
;; Maintainer: Kurt Hornik <[email protected]>
;; 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 cb0d6444b7..c41a6e4a1a 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -6,6 +6,7 @@
;; Author: Michael Kifer <[email protected]>
;; Created: February 2, 1994
;; Keywords: comparing, merging, patching, vc, tools, unix
+;; Version: 2.81.4
;; Yoni Rabkin <[email protected]> contacted the maintainer of this
;; file on 20/3/2008, and the maintainer agreed that when a bug is