Mercurial > emacs
changeset 68648:067115a6e738
Update years in copyright notice; nfc.
line wrap: on
line diff
--- a/lisp/emacs-lisp/advice.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/advice.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; advice.el --- an overloading mechanism for Emacs Lisp functions ;; Copyright (C) 1993, 1994, 2000, 2001, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/assoc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/assoc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; assoc.el --- insert/delete/sort functions on association lists -;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/authors.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/authors.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: Kim F. Storm <storm@cua.dk>
--- a/lisp/emacs-lisp/autoload.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/autoload.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;; autoload.el --- maintain autoloads in loaddefs.el ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Keywords: maint
--- a/lisp/emacs-lisp/backquote.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/backquote.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; backquote.el --- implement the ` Lisp construct ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Rick Sladkey <jrs@world.std.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/benchmark.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/benchmark.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; benchmark.el --- support for benchmarking code -;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: lisp, extensions
--- a/lisp/emacs-lisp/bindat.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/bindat.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; bindat.el --- binary data structure packing and unpacking. -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Assignment name: struct.el
--- a/lisp/emacs-lisp/byte-opt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/byte-run.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/byte-run.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; byte-run.el --- byte-compiler support for inlining -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/checkdoc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; checkdoc.el --- check documentation strings for style requirements ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.6.2
--- a/lisp/emacs-lisp/cl-compat.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) -;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-extra.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/cl-indent.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; cl-indent.el --- enhanced lisp-indent mode ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Created: July 1987
--- a/lisp/emacs-lisp/cl-macs.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-seq.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-specs.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/cl.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/copyright.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/copyright.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; copyright.el --- update the copyright notice in current buffer ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: maint, tools
--- a/lisp/emacs-lisp/crm.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/crm.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; crm.el --- read multiple strings with completion ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: completion, minibuffer, multiple elements
--- a/lisp/emacs-lisp/cust-print.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/cust-print.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; cust-print.el --- handles print-level and print-circle -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Adapted-By: ESR
--- a/lisp/emacs-lisp/debug.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/debug.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; debug.el --- debuggers and related commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/derived.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/derived.el Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ ;; (formerly mode-clone.el) ;; Copyright (C) 1993, 1994, 1999, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF
--- a/lisp/emacs-lisp/disass.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/disass.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; disass.el --- disassembler for compiled Emacs Lisp code ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Doug Cutting <doug@csli.stanford.edu> ;; Jamie Zawinski <jwz@lucid.com>
--- a/lisp/emacs-lisp/easy-mmode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; easy-mmode.el --- easy definition for major and minor modes -;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr> ;; Maintainer: Stefan Monnier <monnier@gnu.org>
--- a/lisp/emacs-lisp/easymenu.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/easymenu.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; easymenu.el --- support the easymenu interface for defining a menu ;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Keywords: emulations ;; Author: Richard Stallman <rms@gnu.org>
--- a/lisp/emacs-lisp/edebug.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/edebug.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edebug.el --- a source-level debugger for Emacs Lisp ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/eldoc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/eldoc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com> ;; Maintainer: friedman@splode.com
--- a/lisp/emacs-lisp/elint.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/elint.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; elint.el --- Lint Emacs Lisp -;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Peter Liljenberg <petli@lysator.liu.se> ;; Created: May 1997
--- a/lisp/emacs-lisp/elp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/elp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; elp.el --- Emacs Lisp Profiler ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/emacs-lisp/ewoc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/ewoc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/find-func.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/find-func.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; find-func.el --- find the definition of the Emacs Lisp function near point ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Jens Petersen <petersen@kurims.kyoto-u.ac.jp> ;; Maintainer: petersen@kurims.kyoto-u.ac.jp
--- a/lisp/emacs-lisp/find-gc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/find-gc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; find-gc.el --- detect functions that call the garbage collector -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/float-sup.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/float-sup.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; float-sup.el --- define some constants useful for floating point numbers. ;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/generic.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/generic.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; generic.el --- defining simple major modes with comment and font-lock ;; ;; Copyright (C) 1997, 1999, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Fri Sep 27 1996
--- a/lisp/emacs-lisp/gulp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/gulp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; gulp.el --- ask for updates for Lisp packages -;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Sam Shteingold <shteingd@math.ucla.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/helper.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/helper.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; helper.el --- utility help package supporting help in electric modes -;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/emacs-lisp/levents.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/levents.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; levents.el --- emulate the Lucid event data type and associated functions ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emacs-lisp/lisp-mnt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lisp-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/lisp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lisp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lisp.el --- Lisp editing commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/lmenu.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lmenu.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lmenu.el --- emulate Lucid's menubar support ;; Copyright (C) 1992, 1993, 1994, 1997, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Keywords: emulations obsolete
--- a/lisp/emacs-lisp/lselect.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lselect.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lselect.el --- Lucid interface to X Selections ;; Copyright (C) 1990, 1993, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emacs-lisp/lucid.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/lucid.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; lucid.el --- emulate some Lucid Emacs functions ;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emacs-lisp/macroexp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/macroexp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; macroexp.el --- Additional macro-expansion support ;; -;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: lisp, compiler, macros
--- a/lisp/emacs-lisp/map-ynp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/map-ynp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; map-ynp.el --- general-purpose boolean question-asker ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/pp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/pp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; pp.el --- pretty printer for Emacs Lisp ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@stonehenge.com> ;; Keywords: lisp
--- a/lisp/emacs-lisp/re-builder.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/re-builder.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; re-builder.el --- building Regexps with visual feedback ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Detlev Zundel <dzu@gnu.org> ;; Keywords: matching, lisp, tools
--- a/lisp/emacs-lisp/regexp-opt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; regexp-opt.el --- generate efficient regexps to match strings ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -;; 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/regi.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/regi.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; regi.el --- REGular expression Interpreting engine -;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com> ;; Maintainer: bwarsaw@cen.com
--- a/lisp/emacs-lisp/ring.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/ring.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; ring.el --- handle rings of items -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: extensions
--- a/lisp/emacs-lisp/rx.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/rx.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; rx.el --- sexp notation for regular expressions -;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/shadow.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/shadow.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; shadow.el --- locate Emacs Lisp file shadowings -;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Terry Jones <terry@santafe.edu> ;; Keywords: lisp
--- a/lisp/emacs-lisp/sregex.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/sregex.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; sregex.el --- symbolic regular expressions ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> ;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com>
--- a/lisp/emacs-lisp/syntax.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/syntax.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; syntax.el --- helper functions to find syntactic context ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/tcover-ses.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/tcover-ses.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com> ;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/tcover-unsafep.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/tcover-unsafep.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com> ;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/testcover.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/testcover.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;;; testcover.el -- Visual code-coverage tool -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/timer.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/timer.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; timer.el --- run a function with args at some time in future -;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/tq.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/tq.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tq.el --- utility to maintain a transaction queue ;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Scott Draves <spot@cs.cmu.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/trace.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/trace.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; trace.el --- tracing facility for Emacs Lisp functions ;; Copyright (C) 1993, 1998, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/unsafep.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/unsafep.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/warnings.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emacs-lisp/warnings.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; warnings.el --- log and display warnings -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emulation/crisp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/crisp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; crisp.el --- CRiSP/Brief Emacs emulator ;; Copyright (C) 1997, 1998, 1999, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> ;; Keywords: emulations brief crisp
--- a/lisp/emulation/cua-base.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/cua-base.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; cua-base.el --- emulate CUA key bindings ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulation convenience cua
--- a/lisp/emulation/cua-gmrk.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/cua-gmrk.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; cua-gmrk.el --- CUA unified global mark support ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience cua mark
--- a/lisp/emulation/cua-rect.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/cua-rect.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; cua-rect.el --- CUA unified rectangle support ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience CUA
--- a/lisp/emulation/edt-lk201.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/edt-lk201.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards ;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net> ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/edt-mapper.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/edt-mapper.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs ;; Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net> ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/edt-pc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/edt-pc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards ;; Copyright (C) 1986, 1994, 1995, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net> ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/edt-vt100.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/edt-vt100.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals ;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net> ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/edt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/edt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kevingal@onramp.net> ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
--- a/lisp/emulation/keypad.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/keypad.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; keypad.el --- simplified keypad bindings -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard convenience
--- a/lisp/emulation/pc-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/pc-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; pc-mode.el --- emulate certain key bindings used on PCs -;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emulation/pc-select.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/pc-select.el Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ ;;; including key bindings. ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> ;; Keywords: convenience emulation
--- a/lisp/emulation/tpu-edt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/tpu-edt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT ;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-extras.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/tpu-extras.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt ;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-mapper.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/tpu-mapper.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tpu-mapper.el --- create a TPU-edt X-windows keymap file ;; Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/vip.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/vip.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; vip.el --- a VI Package for GNU Emacs ;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Masahiko Sato <ms@sail.stanford.edu> ;; Keywords: emulations
--- a/lisp/emulation/viper-cmd.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-cmd.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-cmd.el --- Vi command support for Viper ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-ex.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-ex.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-ex.el --- functions implementing the Ex commands for Viper ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-init.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-init.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-init.el --- some common definitions for Viper ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-keym.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-keym.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-keym.el --- Viper keymaps ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-macs.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-macs.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-macs.el --- functions implementing keyboard macros for Viper ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-mous.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-mous.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-mous.el --- mouse support for Viper ;; Copyright (C) 1994, 1995, 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-util.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper-util.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; viper-util.el --- Utilities used by viper.el ;; Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/viper.el Mon Feb 06 12:31:40 2006 +0000 @@ -4,7 +4,7 @@ ;; Viper Is also a Package for Emacs Rebels. ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations
--- a/lisp/emulation/ws-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/emulation/ws-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs -;; Copyright (C) 1991, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1991, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> ;; Version: 0.7
--- a/lisp/eshell/em-alias.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-alias.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-alias.el --- creation and management of command aliases ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-banner.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-banner.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-banner.el --- sample module that displays a login banner ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-basic.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-basic.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-basic.el --- basic shell builtin commands ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-cmpl.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-cmpl.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-cmpl.el --- completion using the TAB key ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-dirs.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-dirs.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-dirs.el --- directory navigation commands ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-glob.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-glob.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-glob.el --- extended file name globbing ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-hist.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-hist.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-hist.el --- history list management ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-ls.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-ls.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-ls.el --- implementation of ls in Lisp ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-pred.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-pred.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-pred.el --- argument predicates and modifiers (ala zsh) ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-prompt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-prompt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-prompt.el --- command prompts ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-rebind.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-rebind.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-rebind.el --- rebind keys when point is at current input ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-script.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-script.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-script.el --- Eshell script files ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-smart.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-smart.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-smart.el --- smart display of output ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-term.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-term.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-term.el --- running visual commands ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-unix.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-unix.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-unix.el --- UNIX command aliases ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-xtra.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/em-xtra.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; em-xtra.el --- extra alias functions ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-arg.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-arg.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-arg.el --- argument processing ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-cmd.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-cmd.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-cmd.el --- command invocation ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-ext.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-ext.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-ext.el --- commands external to Eshell ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-io.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-io.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-io.el --- I/O management ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-maint.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-maint.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*- ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-mode.el --- user interface ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-module.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-module.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-module.el --- Eshell modules ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes
--- a/lisp/eshell/esh-opt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-opt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-opt.el --- command options processing ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-proc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-proc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-proc.el --- process management ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-test.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-test.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-test.el --- Eshell test suite ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-util.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-util.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-util.el --- general utilities ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-var.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/esh-var.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; esh-var.el --- handling of variables ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/eshell.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/eshell/eshell.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eshell.el --- the Emacs command shell ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Version: 2.4.2
--- a/lisp/mail/blessmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/blessmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- -;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/mail/emacsbug.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/emacsbug.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list ;; Copyright (C) 1985, 1994, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/mail/footnote.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/footnote.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- ;; Copyright (C) 1997, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Steven L Baur <steve@xemacs.org> ;; Keywords: mail, news
--- a/lisp/mail/mail-extr.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mail-extr.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@cs.bu.edu> ;; Maintainer: FSF
--- a/lisp/mail/mail-hist.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mail-hist.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; mail-hist.el --- headers and message body history for outgoing mail -;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Created: March, 1994
--- a/lisp/mail/mail-utils.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mail-utils.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; mail-utils.el --- utility functions used both by rmail and rnews ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail, news
--- a/lisp/mail/mailabbrev.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mailabbrev.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; mailabbrev.el --- abbrev-expansion of mail aliases ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2002, -;; 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> ;; Maintainer: FSF
--- a/lisp/mail/mailalias.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mailalias.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; mailalias.el --- expand and complete mailing address aliases ;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/mailclient.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mailclient.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- -;; Copyright (C) 2005 Free Software Foundation +;; Copyright (C) 2005, 2006 Free Software Foundation ;; Author: David Reitter <david.reitter@gmail.com> ;; Keywords: mail
--- a/lisp/mail/mailheader.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mailheader.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; mailheader.el --- mail header parsing, merging, formatting -;; Copyright (C) 1996, 2002, 2003, 2004, 2005 by Free Software Foundation, Inc. +;; Copyright (C) 1996, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: tools, mail, news
--- a/lisp/mail/metamail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/metamail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; metamail.el --- Metamail interface for GNU Emacs ;; Copyright (C) 1993, 1996, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Keywords: mail, news, mime, multimedia
--- a/lisp/mail/mspools.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/mspools.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; mspools.el --- show mail spools waiting to be read -;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> ;; Maintainer: Stephen Eglen <stephen@gnu.org>
--- a/lisp/mail/reporter.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/reporter.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; reporter.el --- customizable bug reporting of lisp programs ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: 1993-1998 Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/mail/rfc2368.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rfc2368.el Mon Feb 06 12:31:40 2006 +0000 @@ -4,7 +4,7 @@ ;; Keywords: mail ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/mail/rfc822.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rfc822.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike ;; Copyright (C) 1986, 1987, 1990, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF
--- a/lisp/mail/rmail-spam-filter.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmail-spam-filter.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader. -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Keywords: email, spam, filter, rmail ;; Author: Eli Tziperman <eli AT deas.harvard.edu>
--- a/lisp/mail/rmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs ;; Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, -;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailedit.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailedit.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailkwd.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailkwd.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs ;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailmsc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailmsc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader -;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailout.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailout.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file ;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailsort.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailsort.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmailsort.el --- Rmail: sort messages ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Maintainer: FSF
--- a/lisp/mail/rmailsum.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/rmailsum.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rmailsum.el --- make summary buffers for the mail reader ;; Copyright (C) 1985, 1993, 1994, 1995, 1996, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/sendmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/sendmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/smtpmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/smtpmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail -;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006 -;; Free Software Foundation, Inc. +;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> ;; Maintainer: Simon Josefsson <simon@josefsson.org>
--- a/lisp/mail/supercite.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/supercite.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; supercite.el --- minor mode for citing mail and news replies ;; Copyright (C) 1993, 1997, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/mail/uce.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/uce.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; uce.el --- facilitate reply to unsolicited commercial email ;; Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: stanislav shalunov <shalunov@mccme.ru> ;; Created: 10 Dec 1996
--- a/lisp/mail/undigest.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/undigest.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; undigest.el --- digest-cracking support for the RMAIL mail reader ;; Copyright (C) 1985, 1986, 1994, 1996, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/unrmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/unrmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; unrmail.el --- convert Rmail files to mailbox files -;;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/vms-pmail.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/mail/vms-pmail.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; vms-pmail.el --- use Emacs as the editor within VMS mail -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Roland B Roberts <roberts@panix.com> ;; Maintainer: FSF
--- a/lisp/net/ange-ftp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/ange-ftp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; ange-ftp.el --- transparent FTP support for GNU Emacs ;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Andy Norman (ange@hplb.hpl.hp.com) ;; Maintainer: FSF
--- a/lisp/net/browse-url.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/browse-url.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; browse-url.el --- pass a URL to a WWW browser ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Denis Howe <dbh@doc.ic.ac.uk> ;; Maintainer: FSF
--- a/lisp/net/eudc-bob.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudc-bob.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudc-bob.el --- Binary Objects Support for EUDC ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudc-export.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudc-export.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudc-export.el --- functions to export EUDC query results ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudc-hotlist.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudc-hotlist.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudc-hotlist.el --- hotlist management for EUDC ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudc-vars.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudc-vars.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudc-vars.el --- Emacs Unified Directory Client ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudc.el --- Emacs Unified Directory Client ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudcb-bbdb.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudcb-bbdb.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudcb-ldap.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudcb-ldap.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/eudcb-mab.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudcb-mab.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend -;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com> ;; Keywords: comm
--- a/lisp/net/eudcb-ph.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/eudcb-ph.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
--- a/lisp/net/goto-addr.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/goto-addr.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; goto-addr.el --- click to browse URL or to send to e-mail address ;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Eric Ding <ericding@alum.mit.edu> ;; Maintainer: FSF
--- a/lisp/net/ldap.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/ldap.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; ldap.el --- client interface to LDAP for Emacs ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: FSF
--- a/lisp/net/net-utils.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/net-utils.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; net-utils.el --- network functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Mar 16 1997
--- a/lisp/net/netrc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/netrc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; netrc.el --- .netrc parsing functionality ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/net/newsticker.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/newsticker.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; newsticker.el --- A Newsticker for Emacs. -;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/net/quickurl.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/quickurl.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; quickurl.el --- insert an URL based on text at point in buffer ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/net/rcirc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/rcirc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; rcirc.el --- default, simple IRC client. -;; Copyright (C) 2005 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006 Free Software Foundation, Inc. ;; Author: Ryan Yeske ;; URL: http://www.nongnu.org/rcirc
--- a/lisp/net/rcompile.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/rcompile.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rcompile.el --- run a compilation on a remote machine ;; Copyright (C) 1993, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Albert <alon@milcse.rtsg.mot.com> ;; Maintainer: FSF
--- a/lisp/net/rlogin.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/rlogin.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; rlogin.el --- remote login interface ;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/net/snmp-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/snmp-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode ;; Copyright (C) 1995, 1998, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Paul D. Smith <psmith@BayNetworks.com> ;; Keywords: data
--- a/lisp/net/telnet.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/telnet.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; telnet.el --- run a telnet session from within an Emacs buffer ;; Copyright (C) 1985, 1988, 1992, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: William F. Schelter ;; Maintainer: FSF
--- a/lisp/net/tls.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/tls.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: comm, tls, gnutls, ssl
--- a/lisp/net/tramp-smb.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/tramp-smb.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding: iso-8859-1; -*- -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-uu.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/tramp-uu.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; -*- coding: iso-2022-7bit; -*- ;;; tramp-uu.el --- uuencode in Lisp -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> ;; Keywords: comm, terminals
--- a/lisp/net/tramp.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/tramp.el Mon Feb 06 12:31:40 2006 +0000 @@ -1735,7 +1735,7 @@ (defvar tramp-perl-encode "%s -e ' # This script contributed by Juanma Barranquero <lektu@terra.es>. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2006 Free Software Foundation, Inc. use strict; my %%trans = do { @@ -1777,7 +1777,7 @@ (defvar tramp-perl-decode "%s -e ' # This script contributed by Juanma Barranquero <lektu@terra.es>. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2006 Free Software Foundation, Inc. use strict; my %%trans = do {
--- a/lisp/net/trampver.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/trampver.el Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ ;;; trampver.el --- Transparent Remote Access, Multiple Protocol ;;; lisp/trampver.el. Generated from trampver.el.in by configure. -;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> ;; Keywords: comm, processes
--- a/lisp/net/webjump.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/webjump.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; webjump.el --- programmable Web hotlist ;; Copyright (C) 1996, 1997, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Neil W. Van Dyke <nwv@acm.org> ;; Created: 09-Aug-1996
--- a/lisp/net/zone-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/net/zone-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; zone-mode.el --- major mode for editing DNS zone files -;; Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1998, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: John Heidemann <johnh@isi.edu> ;; Keywords: DNS, languages
--- a/lisp/term/AT386.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/AT386.el Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,8 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/term/internal.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/internal.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; no-byte-compile: t -*- ;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk>
--- a/lisp/term/iris-ansi.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/iris-ansi.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- -;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/term/mac-win.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/mac-win.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Andrew Choi <akochoi@mac.com> ;; Keywords: terminals
--- a/lisp/term/news.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/news.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/pc-win.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/pc-win.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; pc-win.el --- setup support for `PC windows' (whatever that is) ;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Maintainer: FSF
--- a/lisp/term/rxvt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/rxvt.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; rxvt.el --- define function key sequences and standard colors for rxvt -;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Keywords: terminals
--- a/lisp/term/sun-mouse.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/sun-mouse.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; sun-mouse.el --- mouse handling for Sun windows -;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1987, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Jeff Peck ;; Maintainer: FSF
--- a/lisp/term/sun.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/sun.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; sun.el --- keybinding for standard default sunterm keys ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Jeff Peck <peck@sun.com> ;; Keywords: terminals
--- a/lisp/term/sup-mouse.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/sup-mouse.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; sup-mouse.el --- supdup mouse support for lisp machines ;; Copyright (C) 1985, 1986, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Wolfgang Rupprecht ;; Maintainer: FSF
--- a/lisp/term/tty-colors.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/tty-colors.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tty-colors.el --- color support for character terminals ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Maintainer: FSF
--- a/lisp/term/tvi970.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/tvi970.el Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,8 @@ ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992 ;; Keywords: terminals -;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/term/vt100.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/vt100.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; vt100.el --- define VT100 function key sequences in function-key-map ;; Copyright (C) 1989, 1993, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/wyse50.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/wyse50.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, ;; Jim Blandy <jimb@occs.cs.oberlin.edu>
--- a/lisp/term/x-win.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/x-win.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals, i18n
--- a/lisp/term/xterm.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/term/xterm.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; xterm.el --- define function key sequences and standard colors for xterm -;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/textmodes/artist.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/artist.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; artist.el --- draw ascii graphics with your mouse ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se>
--- a/lisp/textmodes/bib-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/bib-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; bib-mode.el --- major mode for editing bib files -;; Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1989, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: bib
--- a/lisp/textmodes/bibtex.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/bibtex.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; bibtex.el --- BibTeX mode for GNU Emacs ;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de>
--- a/lisp/textmodes/conf-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/conf-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: conf ini windows java
--- a/lisp/textmodes/dns-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/dns-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files -;; Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: DNS master zone file SOA
--- a/lisp/textmodes/enriched.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/enriched.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; enriched.el --- read and save files in text/enriched format ;; Copyright (C) 1994, 1995, 1996, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: wp, faces
--- a/lisp/textmodes/fill.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/fill.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; fill.el --- fill commands for Emacs -*- coding: iso-2022-7bit -*- ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, 2002, -;; 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/makeinfo.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/makeinfo.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; makeinfo.el --- run makeinfo conveniently ;; Copyright (C) 1991, 1993, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: FSF
--- a/lisp/textmodes/org.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/org.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; org.el --- Outline-based notes management and organize ;; Carstens outline-mode for keeping track of everything. -;; Copyright (c) 2004, 2005, 2006 Free Software Foundation +;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <dominik at science dot uva dot nl> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/textmodes/page-ext.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/page-ext.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; page-ext.el --- extended page handling commands ;; Copyright (C) 1990, 1991, 1993, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: Robert J. Chassell <bob@gnu.org> ;; Keywords: wp data
--- a/lisp/textmodes/page.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/page.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; page.el --- page motion commands for Emacs -;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp convenience
--- a/lisp/textmodes/paragraphs.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/paragraphs.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; paragraphs.el --- paragraph and sentence parsing ;; Copyright (C) 1985, 1986, 1987, 1991, 1994, 1995, 1996, 1997, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/picture.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/picture.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model ;; Copyright (C) 1985, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/textmodes/po.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/po.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; po.el --- basic support of PO translation files -*- coding: latin-1; -*- ;; Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Authors: François Pinard <pinard@iro.umontreal.ca>, ;; Greg McGary <gkm@magilla.cichlid.com>,
--- a/lisp/textmodes/refbib.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/refbib.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; refbib.el --- convert refer-style references to ones usable by Latex bib -;; Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1989, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Henry Kautz <kautz@research.att.com> ;; Maintainer: FSF
--- a/lisp/textmodes/refer.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/refer.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; refer.el --- look up references in bibliography files ;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> ;; Maintainer: Gernot Heiser <gernot@acm.org>
--- a/lisp/textmodes/refill.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/refill.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; refill.el --- `auto-fill' by refilling paragraphs on changes -;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: Miles Bader <miles@gnu.org>
--- a/lisp/textmodes/reftex-auc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-auc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-auc.el --- RefTeX's interface to AUCTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG @@ -75,7 +75,7 @@ (defun reftex-arg-index-tag (optional &optional prompt &rest args) - "Prompt for an index tag with completion. + "Prompt for an index tag with completion. This is the name of an index, not the entry." (let (tag taglist) (setq prompt (concat (if optional "(Optional) " "") @@ -85,8 +85,8 @@ ;; Use RefTeX completion (progn (reftex-access-scan-info nil) - (setq taglist - (cdr (assoc 'index-tags + (setq taglist + (cdr (assoc 'index-tags (symbol-value reftex-docstruct-symbol))) tag (completing-read prompt (mapcar 'list taglist)))) ;; Just ask like AUCTeX does. @@ -131,7 +131,7 @@ ;; Replace AUCTeX functions with RefTeX functions. ;; Which functions are replaced is controlled by the variable ;; `reftex-plug-into-AUCTeX'. - + (if (reftex-plug-flag 0) (setq LaTeX-label-function 'reftex-label) (setq LaTeX-label-function nil)) @@ -143,11 +143,11 @@ (and (reftex-plug-flag 3) (fboundp 'TeX-arg-cite) (fset 'TeX-arg-cite 'reftex-arg-cite)) - - (and (reftex-plug-flag 4) + + (and (reftex-plug-flag 4) (fboundp 'TeX-arg-index-tag) (fset 'TeX-arg-index-tag 'reftex-arg-index-tag)) - (and (reftex-plug-flag 4) + (and (reftex-plug-flag 4) (fboundp 'TeX-arg-index) (fset 'TeX-arg-index 'reftex-arg-index)))
--- a/lisp/textmodes/reftex-cite.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-cite.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-cite.el --- creating citations with RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-dcr.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-dcr.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-global.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-global.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-global.el --- operations on entire documents with RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-index.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-index.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-index.el --- index support with RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-parse.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-parse.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-parse.el --- parser functions for RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-ref.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-ref.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-ref.el --- code to create labels and references with RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-sel.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-sel.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-sel.el --- the selection modes for RefTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2440, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2440, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-toc.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-toc.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-toc.el --- RefTeX's table of contents mode -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex-vars.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex-vars.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex-vars.el --- configuration variables for RefTeX -;; Copyright (c) 1997, 1998, 1999, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/reftex.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/reftex.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX -;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Version: VERSIONTAG
--- a/lisp/textmodes/sgml-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/sgml-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: iso-2022-7bit -*- ;; Copyright (C) 1992, 1995, 1996, 1998, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: James Clark <jjc@jclark.com> ;; Maintainer: FSF
--- a/lisp/textmodes/spell.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/spell.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; spell.el --- spelling correction interface for Emacs -;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp, unix
--- a/lisp/textmodes/tex-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- ;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: tex
--- a/lisp/textmodes/texinfmt.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/texinfmt.el Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> ;; Keywords: maint, tex, docs
--- a/lisp/textmodes/texinfo.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/texinfo.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*- ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Date: [See date below for texinfo-version]
--- a/lisp/textmodes/texnfo-upd.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/texnfo-upd.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files ;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: bug-texinfo@gnu.org
--- a/lisp/textmodes/text-mode.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/text-mode.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands ;; Copyright (C) 1985, 1992, 1994, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/tildify.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/tildify.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; tildify.el --- adding hard spaces into texts ;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org> ;; Version: 4.5
--- a/lisp/textmodes/two-column.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/two-column.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ ;;; two-column.el --- minor mode for editing of two-column text ;; Copyright (C) 1992, 1993, 1994, 1995, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Adapted-By: ESR, Daniel Pfeiffer
--- a/lisp/textmodes/underline.el Mon Feb 06 11:28:28 2006 +0000 +++ b/lisp/textmodes/underline.el Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs -;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lispref/ChangeLog Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/ChangeLog Mon Feb 06 12:31:40 2006 +0000 @@ -4213,7 +4213,7 @@ ;; End: Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/lispref/Makefile.in Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/Makefile.in Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ # Makefile for the GNU Emacs Lisp Reference Manual. # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, -# 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lispref/abbrevs.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/abbrevs.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/abbrevs @node Abbrevs, Processes, Syntax Tables, Top
--- a/lispref/advice.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/advice.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/advising @node Advising Functions, Debugging, Byte Compilation, Top
--- a/lispref/anti.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/anti.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2002, 2003, 2004, 2005, +@c 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c This node must have no pointers.
--- a/lispref/backups.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/backups.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/backups @node Backups and Auto-Saving, Buffers, Files, Top
--- a/lispref/buffers.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/buffers.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/buffers @node Buffers, Windows, Backups and Auto-Saving, Top
--- a/lispref/commands.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/commands.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/commands @node Command Loop, Keymaps, Minibuffers, Top
--- a/lispref/compile.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/compile.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/compile @node Byte Compilation, Advising Functions, Loading, Top
--- a/lispref/control.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/control.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/control @node Control Structures, Variables, Evaluation, Top
--- a/lispref/customize.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/customize.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/customize @node Customization, Loading, Macros, Top
--- a/lispref/debugging.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/debugging.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/debugging @node Debugging, Read and Print, Advising Functions, Top
--- a/lispref/display.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/display.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, -@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/display @node Display, System Interface, Processes, Top
--- a/lispref/edebug.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/edebug.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @comment -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1992, 1993, 1994, 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c This file can also be used by an independent Edebug User
--- a/lispref/elisp.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/elisp.texi Mon Feb 06 12:31:40 2006 +0000 @@ -30,8 +30,8 @@ This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual, corresponding to Emacs version @value{EMACSVER}. -Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/lispref/errors.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/errors.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/errors @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top
--- a/lispref/eval.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/eval.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/eval @node Evaluation, Control Structures, Symbols, Top
--- a/lispref/files.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/files.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/files @node Files, Backups and Auto-Saving, Documentation, Top
--- a/lispref/frames.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/frames.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/frames @node Frames, Positions, Windows, Top
--- a/lispref/functions.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/functions.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/functions @node Functions, Macros, Variables, Top
--- a/lispref/hash.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/hash.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2002, 2003, 2004, 2005, +@c 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/hash @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
--- a/lispref/help.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/help.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/help @node Documentation, Files, Modes, Top
--- a/lispref/hooks.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/hooks.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/hooks @node Standard Hooks, Index, Standard Keymaps, Top
--- a/lispref/internals.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/internals.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/internals @node GNU Emacs Internals, Standard Errors, Tips, Top
--- a/lispref/intro.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/intro.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/intro
--- a/lispref/keymaps.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/keymaps.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/keymaps @node Keymaps, Modes, Command Loop, Top
--- a/lispref/lists.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/lists.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/lists @node Lists, Sequences Arrays Vectors, Strings and Characters, Top
--- a/lispref/loading.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/loading.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/loading @node Loading, Byte Compilation, Customization, Top
--- a/lispref/locals.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/locals.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/locals @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
--- a/lispref/macros.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/macros.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/macros @node Macros, Customization, Functions, Top
--- a/lispref/makefile.w32-in Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/makefile.w32-in Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lispref/maps.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/maps.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/maps @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top
--- a/lispref/markers.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/markers.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/markers @node Markers, Text, Positions, Top
--- a/lispref/minibuf.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/minibuf.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, -@c 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/minibuf @node Minibuffers, Command Loop, Read and Print, Top
--- a/lispref/modes.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/modes.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, -@c 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/modes @node Modes, Documentation, Keymaps, Top
--- a/lispref/nonascii.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/nonascii.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/characters @node Non-ASCII Characters, Searching and Matching, Text, Top
--- a/lispref/numbers.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/numbers.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/numbers @node Numbers, Strings and Characters, Lisp Data Types, Top
--- a/lispref/objects.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/objects.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/objects @node Lisp Data Types, Numbers, Introduction, Top
--- a/lispref/os.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/os.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/os @node System Interface, Antinews, Display, Top
--- a/lispref/positions.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/positions.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, -@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/positions @node Positions, Markers, Frames, Top
--- a/lispref/processes.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/processes.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/processes @node Processes, Display, Abbrevs, Top
--- a/lispref/searching.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/searching.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/searching @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top
--- a/lispref/sequences.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/sequences.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/sequences @node Sequences Arrays Vectors, Hash Tables, Lists, Top
--- a/lispref/streams.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/streams.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2002, 2003, 2004, -@c 2005 Free Software Foundation, Inc. +@c 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/streams @node Read and Print, Minibuffers, Debugging, Top
--- a/lispref/strings.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/strings.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/strings @node Strings and Characters, Lists, Numbers, Top
--- a/lispref/symbols.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/symbols.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/symbols @node Symbols, Evaluation, Hash Tables, Top
--- a/lispref/syntax.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/syntax.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/syntax @node Syntax Tables, Abbrevs, Searching and Matching, Top
--- a/lispref/text.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/text.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, -@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/text @node Text, Non-ASCII Characters, Markers, Top
--- a/lispref/tindex.pl Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/tindex.pl Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ #! /usr/bin/perl -# Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/lispref/tips.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/tips.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/tips @node Tips, GNU Emacs Internals, GPL, Top
--- a/lispref/variables.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/variables.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2002, -@c 2003, 2004, 2005 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/variables @node Variables, Functions, Control Structures, Top
--- a/lispref/vol1.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/vol1.texi Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. \input texinfo @c -*-texinfo-*-
--- a/lispref/vol2.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/vol2.texi Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions.
--- a/lispref/windows.texi Mon Feb 06 11:28:28 2006 +0000 +++ b/lispref/windows.texi Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/windows @node Windows, Frames, Buffers, Top
--- a/mac/ChangeLog Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/ChangeLog Mon Feb 06 12:31:40 2006 +0000 @@ -805,7 +805,8 @@ ;; coding: iso-2022-7bit-unix ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings Mon Feb 06 12:31:40 2006 +0000 @@ -2,4 +2,4 @@ CFBundleName = "Emacs"; CFBundleShortVersionString = "22.0.50"; -CFBundleGetInfoString = "22.0.50, Copyright (C) 2005 Free Software Foundation, Inc."; +CFBundleGetInfoString = "22.0.50, Copyright (C) 2006 Free Software Foundation, Inc.";
--- a/mac/INSTALL Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/INSTALL Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- -Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that
--- a/mac/README Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/README Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ Emacs for Mac OS Classic and Mac OS X -Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that
--- a/mac/cw6-mcp.xml Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/cw6-mcp.xml Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ <!-- -Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/alloca.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/alloca.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,4 +1,5 @@ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/config.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/config.h Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/defs-cw6.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/defs-cw6.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,4 +1,5 @@ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/dirent.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/dirent.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement dirent.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/epaths.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/epaths.h Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ /* Handcrafted epaths.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/grp.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/grp.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,5 @@ /* Replacement grp.h file for building GNU Emacs on the Macintosh. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/m-mac.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/m-mac.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Handcrafted m-mac.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/pwd.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/pwd.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement pwd.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/s-mac.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/s-mac.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Handcrafted s-mac.h file for building GNU Emacs on Mac OS 9. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/file.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/file.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement sys/file.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/ioctl.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/ioctl.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement sys/ioctl.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/param.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/param.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement sys/param.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/stat.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/stat.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement sys/stat.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/time.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/time.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Replacement sys/time.h file for building GNU Emacs on the Macintosh. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/sys/types.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/sys/types.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement sys/types.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/termio.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/termio.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Replacement termio.h file for building GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/utime.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/utime.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Replacement utime.h file for building GNU Emacs on the Macintosh. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/inc/utsname.h Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/inc/utsname.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Replacement utsname.h file for building GNU Emacs on the Macintosh. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/make-package Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/make-package Mon Feb 06 12:31:40 2006 +0000 @@ -18,7 +18,7 @@ #### files inside /usr. This will replace the default version of #### emacs included with Mac OS X. -# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/mac/makefile.MPW Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/makefile.MPW Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ # Make file for building GNU Emacs on the Macintosh. # Copyright (C) 1999, 2000, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # Author: Andrew Choi <akochoi@users.sourceforge.net> #
--- a/mac/src/Emacs.r Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/src/Emacs.r Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Resource definitions for GNU Emacs on the Macintosh. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -222,7 +222,7 @@ 50, /* Non-final release # */ 0, /* Region code */ "22.0.50", /* Short version number */ - "22.0.50, Copyright \0xa9 2005 " + "22.0.50, Copyright \0xa9 2006 " "Free Software Foundation, Inc." /* Long version number */ };
--- a/mac/src/EmacsMPW.r Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/src/EmacsMPW.r Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,7 @@ under MPW. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/mac/src/chdir.c Mon Feb 06 11:28:28 2006 +0000 +++ b/mac/src/chdir.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* Implementation of chdir on the Mac for use with make-docfile. Copyright (C) 1999, 2000, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/msdos/ChangeLog Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/ChangeLog Mon Feb 06 12:31:40 2006 +0000 @@ -615,7 +615,7 @@ ;; End: Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, - 2004, 2005 Free Software Foundation, Inc. + 2004, 2005, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/msdos/README Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/README Mon Feb 06 12:31:40 2006 +0000 @@ -6,7 +6,8 @@ Windows 3.X. Since these are binary files, their copyright notice is reproduced here: -# Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1993, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/mainmake Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/mainmake Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,5 @@ # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/msdos/mainmake.v2 Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/mainmake.v2 Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/msdos/sed1.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed1.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed1v2.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed1v2.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed2.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -# 2004, 2005 Free Software Foundation, Inc. +# 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2v2.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed2v2.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -# 2004, 2005 Free Software Foundation, Inc. +# 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2x.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed2x.inp Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,8 @@ # Extra configuration script for src/config.h for DesqView/X # ---------------------------------------------------------------------- # -# Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1994, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed3.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed3.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed3v2.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed3v2.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed4.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed4.inp Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,8 @@ # Configuration script for src/paths.h # ---------------------------------------------------------------------- # -# Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1994, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed5x.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed5x.inp Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,8 @@ # Configuration script for oldxmenu/makefile for DesqView/X # ---------------------------------------------------------------------- # -# Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1994, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed6.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sed6.inp Mon Feb 06 12:31:40 2006 +0000 @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedleim.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sedleim.inp Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1999, 2000, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedlisp.inp Mon Feb 06 11:28:28 2006 +0000 +++ b/msdos/sedlisp.inp Mon Feb 06 12:31:40 2006 +0000 @@ -2,7 +2,8 @@ # Configuration script for lisp/Makefile under DJGPP v2.x # ---------------------------------------------------------------------- # -# Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/nt/ChangeLog Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/ChangeLog Mon Feb 06 12:31:40 2006 +0000 @@ -1204,7 +1204,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
--- a/nt/INSTALL Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/INSTALL Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,8 @@ Building and Installing Emacs on Windows NT/2K/XP and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. See the end of the file for copying permissions. If you used WinZip to unpack the distribution, we suggest to
--- a/nt/README Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/README Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,7 @@ Emacs for Windows NT/2000 and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. See the end of the INSTALL file in this directory for copying permissions. This directory contains support for compiling and running GNU Emacs on
--- a/nt/addpm.c Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/addpm.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Add entries to the GNU Emacs Program Manager folder. - Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/addsection.c Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/addsection.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Add an uninitialized data section to an executable. - Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/cmdproxy.c Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/cmdproxy.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Proxy shell designed for use with Emacs on Windows 95 and NT. - Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1997, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. Accepts subset of Unix sh(1) command-line options, for compatability with elisp code written for Unix. When possible, executes external
--- a/nt/config.nt Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/config.nt Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/configure.bat Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/configure.bat Mon Feb 06 12:31:40 2006 +0000 @@ -1,8 +1,8 @@ @echo off rem ---------------------------------------------------------------------- rem Configuration script for MS Windows 95/98/Me and NT/2000/XP -rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 -rem Free Software Foundation, Inc. +rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, +rem 2006 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/ddeclient.c Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/ddeclient.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Simple client interface to DDE servers. - Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1998, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/emacs.rc Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/emacs.rc Mon Feb 06 12:31:40 2006 +0000 @@ -26,7 +26,7 @@ VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" VALUE "FileVersion", "22, 0, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005\0" + VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" VALUE "ProductVersion", "22, 0, 50, 0\0"
--- a/nt/envadd.bat Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/envadd.bat Mon Feb 06 12:31:40 2006 +0000 @@ -1,7 +1,7 @@ rem Hack to change/add environment variables in the makefiles for the rem Windows platform. rem -rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. rem rem This file is part of GNU Emacs. rem
--- a/nt/gmake.defs Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/gmake.defs Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. -# Copyright (c) 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # # GNU Emacs is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/nt/inc/grp.h Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/inc/grp.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,5 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/inc/sys/socket.h Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/inc/sys/socket.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,4 +1,5 @@ -/* Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1995, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/makefile.w32-in Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/makefile.w32-in Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # Top level makefile for building GNU Emacs on Windows NT #
--- a/nt/multi-install-info.bat Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/multi-install-info.bat Mon Feb 06 12:31:40 2006 +0000 @@ -3,7 +3,7 @@ rem Hack to run install-info with multiple info files on the command rem line on the Windows platform. rem -rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. rem rem This file is part of GNU Emacs. rem
--- a/nt/nmake.defs Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/nmake.defs Mon Feb 06 12:31:40 2006 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # # GNU Emacs is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/nt/paths.h Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/paths.h Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,5 @@ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/preprep.c Mon Feb 06 11:28:28 2006 +0000 +++ b/nt/preprep.c Mon Feb 06 12:31:40 2006 +0000 @@ -1,5 +1,6 @@ /* Pro-process emacs.exe for profiling by MSVC. - Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs.