emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101206: Add "Version:" and "Package:


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101206: Add "Version:" and "Package:" Lisp file headers.
Date: Sun, 29 Aug 2010 16:10:43 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101206
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2010-08-29 16:10:43 -0400
message:
  Add "Version:" and "Package:" Lisp file headers.
modified:
  lisp/abbrevlist.el
  lisp/apropos.el
  lisp/calendar/icalendar.el
  lisp/cedet/cedet.el
  lisp/cedet/ede.el
  lisp/cedet/semantic.el
  lisp/cedet/srecode.el
  lisp/emacs-lisp/authors.el
  lisp/emulation/viper.el
  lisp/epg.el
  lisp/erc/erc.el
  lisp/generic-x.el
  lisp/gnus/gnus.el
  lisp/htmlfontify.el
  lisp/ibuf-ext.el
  lisp/ibuf-macs.el
  lisp/linum.el
  lisp/mail/rmail-spam-filter.el
  lisp/net/newsticker.el
  lisp/progmodes/idlw-complete-structtag.el
  lisp/progmodes/idlw-help.el
  lisp/progmodes/idlw-shell.el
  lisp/progmodes/idlw-toolbar.el
  lisp/progmodes/octave-inf.el
  lisp/vc/ediff.el
=== modified file 'lisp/abbrevlist.el'
--- a/lisp/abbrevlist.el        2010-01-13 08:35:10 +0000
+++ b/lisp/abbrevlist.el        2010-08-29 20:10:43 +0000
@@ -6,6 +6,7 @@
 
 ;; Maintainer: FSF
 ;; Keywords: abbrev
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/apropos.el'
--- a/lisp/apropos.el   2010-01-13 08:35:10 +0000
+++ b/lisp/apropos.el   2010-08-29 20:10:43 +0000
@@ -6,6 +6,7 @@
 ;; Author: Joe Wells <address@hidden>
 ;;     Daniel Pfeiffer <address@hidden> (rewrite)
 ;; Keywords: help
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/calendar/icalendar.el'
--- a/lisp/calendar/icalendar.el        2010-08-17 06:48:37 +0000
+++ b/lisp/calendar/icalendar.el        2010-08-29 20:10:43 +0000
@@ -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.
 

=== modified file 'lisp/cedet/cedet.el'
--- a/lisp/cedet/cedet.el       2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/cedet.el       2010-08-29 20:10:43 +0000
@@ -5,7 +5,7 @@
 
 ;; Author: David Ponce <address@hidden>
 ;; Maintainer: Eric M. Ludlam  <address@hidden>
-;; Version: 0.2
+;; Version: 1.0pre7
 ;; Keywords: OO, lisp
 
 ;; This file is part of GNU Emacs.

=== modified file 'lisp/cedet/ede.el'
--- a/lisp/cedet/ede.el 2010-02-16 14:35:45 +0000
+++ b/lisp/cedet/ede.el 2010-08-29 20:10:43 +0000
@@ -5,6 +5,7 @@
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make
+;; Version: 1.0pre7
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/cedet/semantic.el'
--- a/lisp/cedet/semantic.el    2010-08-29 16:17:13 +0000
+++ b/lisp/cedet/semantic.el    2010-08-29 20:10:43 +0000
@@ -5,6 +5,7 @@
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: syntax tools
+;; Version: 2.0pre7
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/cedet/srecode.el'
--- a/lisp/cedet/srecode.el     2010-02-16 14:35:45 +0000
+++ b/lisp/cedet/srecode.el     2010-08-29 20:10:43 +0000
@@ -4,6 +4,7 @@
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: codegeneration
+;; Version: 1.0pre7
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2010-08-05 17:11:32 +0000
+++ b/lisp/emacs-lisp/authors.el        2010-08-29 20:10:43 +0000
@@ -6,6 +6,7 @@
 ;; Author: Gerd Moellmann <address@hidden>
 ;; Maintainer: Kim F. Storm <address@hidden>
 ;; Keywords: maint
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/emulation/viper.el'
--- a/lisp/emulation/viper.el   2010-01-13 08:35:10 +0000
+++ b/lisp/emulation/viper.el   2010-08-29 20:10:43 +0000
@@ -8,6 +8,7 @@
 
 ;; Author: Michael Kifer <address@hidden>
 ;; Keywords: emulations
+;; Version: 3.14.1
 
 ;; Yoni Rabkin <address@hidden> contacted the maintainer of this
 ;; file on 20/3/2008, and the maintainer agreed that when a bug is

=== modified file 'lisp/epg.el'
--- a/lisp/epg.el       2010-05-27 23:30:11 +0000
+++ b/lisp/epg.el       2010-08-29 20:10:43 +0000
@@ -4,6 +4,7 @@
 
 ;; Author: Daiki Ueno <address@hidden>
 ;; Keywords: PGP, GnuPG
+;; Version: 1.0.0
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el   2010-08-08 22:13:53 +0000
+++ b/lisp/erc/erc.el   2010-08-29 20:10:43 +0000
@@ -12,6 +12,7 @@
 ;;               David Edmondson (address@hidden)
 ;; Maintainer: Michael Olson (address@hidden)
 ;; Keywords: IRC, chat, client, Internet
+;; Version: 5.3
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/generic-x.el'
--- a/lisp/generic-x.el 2010-06-27 18:43:34 +0000
+++ b/lisp/generic-x.el 2010-08-29 20:10:43 +0000
@@ -6,6 +6,7 @@
 ;; Author:  Peter Breton <address@hidden>
 ;; Created: Tue Oct 08 1996
 ;; Keywords: generic, comment, font-lock
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/gnus/gnus.el'
--- a/lisp/gnus/gnus.el 2010-01-13 08:35:10 +0000
+++ b/lisp/gnus/gnus.el 2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Author: Masanobu UMEDA <address@hidden>
 ;;     Lars Magne Ingebrigtsen <address@hidden>
 ;; Keywords: news, mail
+;; Version: 5.13
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2010-07-10 18:52:53 +0000
+++ b/lisp/htmlfontify.el       2010-08-29 20:10:43 +0000
@@ -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.
 

=== modified file 'lisp/ibuf-ext.el'
--- a/lisp/ibuf-ext.el  2010-05-03 02:29:46 +0000
+++ b/lisp/ibuf-ext.el  2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Maintainer: John Paul Wallington <address@hidden>
 ;; Created: 2 Dec 2001
 ;; Keywords: buffer, convenience
+;; Package: ibuffer
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/ibuf-macs.el'
--- a/lisp/ibuf-macs.el 2010-01-13 08:35:10 +0000
+++ b/lisp/ibuf-macs.el 2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Maintainer: John Paul Wallington <address@hidden>
 ;; Created: 6 Dec 2001
 ;; Keywords: buffer, convenience
+;; Package: ibuffer
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/linum.el'
--- a/lisp/linum.el     2010-01-13 08:35:10 +0000
+++ b/lisp/linum.el     2010-08-29 20:10:43 +0000
@@ -5,6 +5,7 @@
 ;; Author: Markus Triska <address@hidden>
 ;; Maintainer: FSF
 ;; Keywords: convenience
+;; Version: 0.9x
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/mail/rmail-spam-filter.el'
--- a/lisp/mail/rmail-spam-filter.el    2010-06-03 15:34:35 +0000
+++ b/lisp/mail/rmail-spam-filter.el    2010-08-29 20:10:43 +0000
@@ -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.
 

=== modified file 'lisp/net/newsticker.el'
--- a/lisp/net/newsticker.el    2010-01-13 08:35:10 +0000
+++ b/lisp/net/newsticker.el    2010-08-29 20:10:43 +0000
@@ -9,6 +9,7 @@
 ;; Created:     17. June 2003
 ;; Keywords:    News, RSS, Atom
 ;; Time-stamp:  "6. Dezember 2009, 19:15:18 (ulf)"
+;; Version:     1.99
 
 ;; ======================================================================
 

=== modified file 'lisp/progmodes/idlw-complete-structtag.el'
--- a/lisp/progmodes/idlw-complete-structtag.el 2010-01-13 08:35:10 +0000
+++ b/lisp/progmodes/idlw-complete-structtag.el 2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Maintainer: J.D. Smith <address@hidden>
 ;; Version: 1.2
 ;; Keywords: languages
+;; Package: idlwave
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/progmodes/idlw-help.el'
--- a/lisp/progmodes/idlw-help.el       2010-08-29 16:17:13 +0000
+++ b/lisp/progmodes/idlw-help.el       2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;;          Carsten Dominik <address@hidden>
 ;; Maintainer: J.D. Smith <address@hidden>
 ;; Version: 6.1.22
+;; Package: idlwave
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/progmodes/idlw-shell.el'
--- a/lisp/progmodes/idlw-shell.el      2010-08-29 16:17:13 +0000
+++ b/lisp/progmodes/idlw-shell.el      2010-08-29 20:10:43 +0000
@@ -9,6 +9,7 @@
 ;; Maintainer: J.D. Smith <address@hidden>
 ;; Version: 6.1.22
 ;; Keywords: processes
+;; Package: idlwave
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/progmodes/idlw-toolbar.el'
--- a/lisp/progmodes/idlw-toolbar.el    2010-08-29 16:17:13 +0000
+++ b/lisp/progmodes/idlw-toolbar.el    2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Maintainer: J.D. Smith <address@hidden>
 ;; Version: 6.1.22
 ;; Keywords: processes
+;; Package: idlwave
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/progmodes/octave-inf.el'
--- a/lisp/progmodes/octave-inf.el      2010-01-13 08:35:10 +0000
+++ b/lisp/progmodes/octave-inf.el      2010-08-29 20:10:43 +0000
@@ -7,6 +7,7 @@
 ;; Author: John Eaton <address@hidden>
 ;; Maintainer: Kurt Hornik <address@hidden>
 ;; Keywords: languages
+;; Package: octave-mod
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/ediff.el'
--- a/lisp/vc/ediff.el  2010-06-11 19:09:57 +0000
+++ b/lisp/vc/ediff.el  2010-08-29 20:10:43 +0000
@@ -6,6 +6,7 @@
 ;; Author: Michael Kifer <address@hidden>
 ;; Created: February 2, 1994
 ;; Keywords: comparing, merging, patching, vc, tools, unix
+;; Version: 2.81.4
 
 ;; Yoni Rabkin <address@hidden> contacted the maintainer of this
 ;; file on 20/3/2008, and the maintainer agreed that when a bug is


reply via email to

[Prev in Thread] Current Thread [Next in Thread]