Mercurial > emacs
changeset 112327:17e0028efc29
Merge from mainline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 14 Jan 2011 10:14:17 -0800 (2011-01-14) |
parents | 63e39d23b102 (current diff) c1e8771a1716 (diff) |
children | ba9f26694b92 |
files | INSTALL README admin/ChangeLog admin/notes/copyright configure.in lib-src/emacsclient.c lib-src/fakemail.c lib-src/make-docfile.c lib-src/movemail.c lib-src/pop.c lib-src/test-distrib.c lib-src/update-game-score.c make-dist src/ChangeLog src/Makefile.in src/atimer.c src/buffer.c src/callproc.c src/config.in src/data.c src/dired.c src/dispnew.c src/doc.c src/doprnt.c src/editfns.c src/fileio.c src/filelock.c src/getpagesize.h src/keyboard.c src/print.c src/process.c src/process.h src/ralloc.c src/regex.c src/sysdep.c src/systty.h src/term.c src/xfns.c src/xrdb.c src/xselect.c src/xsmfns.c src/xterm.c |
diffstat | 1939 files changed, 2334 insertions(+), 2367 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Thu Jan 13 21:07:26 2011 -0800 +++ b/INSTALL Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs Installation Guide Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/INSTALL.BZR Thu Jan 13 21:07:26 2011 -0800 +++ b/INSTALL.BZR Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/README Thu Jan 13 21:07:26 2011 -0800 +++ b/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -11,6 +11,10 @@ 2011-01-14 Glenn Morris <rgm@gnu.org> + * admin.el (set-copyright): Also handle \year in refcards/*.tex. + +2011-01-14 Glenn Morris <rgm@gnu.org> + * bzrmerge.el: Require cl when compiling. (bzrmerge-merges): Doc fix. @@ -1007,8 +1011,8 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/admin/README Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/admin.el Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/admin.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; admin.el --- utilities for Emacs administration ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -160,7 +160,6 @@ version (rx (and "Version=" (submatch (1+ (in "0-9."))))))) ;; Note this makes some assumptions about form of short copyright. -;; FIXME add the \year in the refcards/*.tex files. (defun set-copyright (root copyright) "Set Emacs short copyright to COPYRIGHT in relevant files under ROOT. Root must be the root of an Emacs source tree." @@ -174,16 +173,16 @@ (error "%s doesn't seem to be the root of an Emacs source tree" root)) (set-version-in-file root "src/emacs.c" copyright (rx (and "emacs_copyright" (0+ (not (in ?\"))) - ?\" (submatch (1+ (not (in ?\")))) ?\"))) + ?\" (submatch (1+ (not (in ?\")))) ?\"))) (set-version-in-file root "lib-src/ebrowse.c" copyright (rx (and "emacs_copyright" (0+ (not (in ?\"))) - ?\" (submatch (1+ (not (in ?\")))) ?\"))) + ?\" (submatch (1+ (not (in ?\")))) ?\"))) (set-version-in-file root "lib-src/etags.c" copyright (rx (and "emacs_copyright" (0+ (not (in ?\"))) - ?\" (submatch (1+ (not (in ?\")))) ?\"))) + ?\" (submatch (1+ (not (in ?\")))) ?\"))) (set-version-in-file root "lib-src/rcs2log" copyright - (rx (and "Copyright" (0+ space) ?= (0+ space) - ?\' (submatch (1+ nonl))))) + (rx (and "Copyright" (0+ space) ?= (0+ space) + ?\' (submatch (1+ nonl))))) ;; This one is a nuisance, as it needs to be split over two lines. (string-match "\\(.*[0-9]\\{4\\} *\\)\\(.*\\)" copyright) ;; nextstep. @@ -199,7 +198,18 @@ (set-version-in-file root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist" copyright (rx (and "Copyright" (0+ space) ?\= (0+ space) - ?\" (submatch (1+ (not (in ?\")))))))) + ?\" (submatch (1+ (not (in ?\"))))))) + (when (string-match "\\([0-9]\\{4\\}\\)" copyright) + (setq copyright (match-string 1 copyright)) + (dolist (file (directory-files (expand-file-name "etc/refcards" root) + t "\\.tex\\'")) + (unless (string-match "gnus-refcard\\.tex" file) + (set-version-in-file + root file copyright + (concat (if (string-match "ru-refcard\\.tex" file) + "\\\\newcommand{\\\\cyear}\\[0\\]{" + "\\\\def\\\\year{") + "\\([0-9]\\{4\\}\\)}.+%.+copyright year")))))) (provide 'admin)
--- a/admin/alloc-colors.c Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/alloc-colors.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Allocate X colors. Used for testing with dense colormaps. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/admin/build-configs Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/build-configs Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Build Emacs in several different configurations. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/charsets/Makefile Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/Makefile Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate charset maps in etc/charsets. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/charsets/big5.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/big5.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/compact.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/compact.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # compact.awk -- Make charset map compact. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/cp51932.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/cp51932.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # cp51932.awk -- Generate a translation table for CP51932. -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/cp932.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/cp932.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/eucjp-ms.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/eucjp-ms.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # eucjp-ms.awk -- Generate a translation table for eucJP-ms. -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/gb180302.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/gb180302.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/gb180304.awk Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/gb180304.awk Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/mapconv Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/mapconv Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/mapfiles/README Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/mapfiles/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ -Copyright (C) 2009, 2010 Free Software Foundation, Inc. -Copyright (C) 2009, 2010 +Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. +Copyright (C) 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 See the end of the file for license conditions.
--- a/admin/charsets/mule-charsets.el Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/charsets/mule-charsets.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;; mule-charsets.el -- Generate Mule-orignal charset maps. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/admin/cus-test.el Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/cus-test.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cus-test.el --- tests for custom types and load problems -;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
--- a/admin/diff-tar-files Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/diff-tar-files Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/make-announcement Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/make-announcement Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ #! /bin/bash ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -## 2010 Free Software Foundation, Inc. +## 2010, 2011 Free Software Foundation, Inc. ## Author: Francesco Potorti` <pot@gnu.org>
--- a/admin/make-emacs Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/make-emacs Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ # Build Emacs with various options for profiling, debugging, # with and without warnings enabled etc. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/notes/copyright Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/notes/copyright Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/font-backend Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/notes/font-backend Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/lel-TODO Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/notes/lel-TODO Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ Some lisp/emacs-lisp/ Features and Where They Are Documented -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/multi-tty Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/notes/multi-tty Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ -*- coding: utf-8; mode: text; -*- -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. From README.multi-tty in the multi-tty branch.
--- a/admin/notes/unicode Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/notes/unicode Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ -*-mode: text; coding: latin-1;-*- -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/README-UNDUMP.W32 Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/nt/README-UNDUMP.W32 Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/README-ftp-server Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/nt/README-ftp-server Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/quick-install-emacs Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/quick-install-emacs Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ #!/bin/sh ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -## 2010 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +## Free Software Foundation, Inc. ## Author: Miles Bader <miles@gnu.org>
--- a/admin/unidata/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/unidata/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/unidata/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/unidata/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/unidata/unidata-gen.el Thu Jan 13 21:07:26 2011 -0800 +++ b/admin/unidata/unidata-gen.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;; unidata-gen.el -- Create files containing character property data. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 @@ -1241,7 +1241,7 @@ (byte-compile describer) (setq describer (symbol-function describer))) (set-char-table-extra-slot table 3 describer)) - (insert ";; Copyright (C) 1991-2009, 2010 Unicode, Inc. + (insert ";; Copyright (C) 1991-2009 Unicode, Inc. ;; This file was generated from the Unicode data file at ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. ;; See lisp/international/README for the copyright and permission notice.\n" @@ -1261,5 +1261,4 @@ -;; arch-tag: 961c862e-b821-447e-9b8a-bfbab9c2d525 ;;; unidata-gen.el ends here
--- a/config.bat Thu Jan 13 21:07:26 2011 -0800 +++ b/config.bat Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ rem ---------------------------------------------------------------------- rem Configuration script for MSDOS rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 -rem 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +rem 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/configure.in Thu Jan 13 21:07:26 2011 -0800 +++ b/configure.in Fri Jan 14 10:14:17 2011 -0800 @@ -3429,7 +3429,7 @@ AH_TOP([/* GNU Emacs site configuration template file. Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/emacs/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -7540,7 +7540,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/emacs/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ #### Makefile for the Emacs Manual # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/emacs/abbrevs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/abbrevs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Abbrevs @chapter Abbrevs
--- a/doc/emacs/ack.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/ack.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/anti.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/anti.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Antinews, Mac OS / GNUstep, X Resources, Top
--- a/doc/emacs/arevert-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/arevert-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/basic.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/basic.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Basic, Minibuffer, Exiting, Top
--- a/doc/emacs/buffers.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/buffers.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Buffers, Windows, Files, Top
--- a/doc/emacs/building.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/building.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Building, Maintaining, Programs, Top
--- a/doc/emacs/cal-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/cal-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/calendar.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/calendar.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Calendar/Diary, Document View, Dired, Top
--- a/doc/emacs/cmdargs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/cmdargs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation, X Resources, GNU Free Documentation License, Top @appendix Command Line Arguments for Emacs Invocation
--- a/doc/emacs/commands.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/commands.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Characters, Keys and Commands
--- a/doc/emacs/custom.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/custom.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Customization, Quitting, Amusements, Top
--- a/doc/emacs/dired-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/dired-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/dired.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/dired.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Dired, Calendar/Diary, Rmail, Top
--- a/doc/emacs/display.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/display.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions.
--- a/doc/emacs/emacs-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/emacs-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -11,7 +11,7 @@ @copying This manual describes specialized features of Emacs. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/emacs/emacs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/emacs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -13,7 +13,7 @@ Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/emacs/emerge-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/emerge-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/entering.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/entering.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Entering and Exiting Emacs
--- a/doc/emacs/files.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/files.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Files, Buffers, Keyboard Macros, Top
--- a/doc/emacs/fixit.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/fixit.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Fixit, Keyboard Macros, Search, Top @chapter Commands for Fixing Typos
--- a/doc/emacs/fortran-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/fortran-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/frames.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/frames.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Frames, International, Windows, Top
--- a/doc/emacs/glossary.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/glossary.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Glossary, Key Index, Intro, Top @unnumbered Glossary
--- a/doc/emacs/gnu.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/gnu.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c @c Permission is granted to anyone to make or distribute verbatim copies @c of this document, in any medium, provided that the copyright notice and
--- a/doc/emacs/help.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/help.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Help, Mark, M-x, Top
--- a/doc/emacs/indent.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/indent.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Indentation, Text, Major Modes, Top @chapter Indentation
--- a/doc/emacs/killing.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/killing.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions.
--- a/doc/emacs/kmacro.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/kmacro.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Keyboard Macros, Files, Fixit, Top @chapter Keyboard Macros
--- a/doc/emacs/m-x.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/m-x.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node M-x, Help, Minibuffer, Top @chapter Running Commands by Name
--- a/doc/emacs/macos.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/macos.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -@c 2009, 2010 Free Software Foundation, Inc. +@c 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mac OS / GNUstep, Microsoft Windows, Antinews, Top @appendix Emacs and Mac OS / GNUstep
--- a/doc/emacs/maintaining.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/maintaining.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Maintaining, Abbrevs, Building, Top
--- a/doc/emacs/major.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/major.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Major Modes, Indentation, International, Top @chapter Major Modes
--- a/doc/emacs/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Manual -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/emacs/mark.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/mark.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mark, Killing, Help, Top
--- a/doc/emacs/mini.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/mini.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Minibuffer, M-x, Basic, Top
--- a/doc/emacs/misc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/misc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex
--- a/doc/emacs/msdog-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/msdog-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the
--- a/doc/emacs/msdog.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/msdog.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Microsoft Windows, Manifesto, Mac OS / GNUstep, Top
--- a/doc/emacs/mule.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/mule.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node International, Major Modes, Frames, Top @chapter International Character Set Support
--- a/doc/emacs/picture-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/picture-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the
--- a/doc/emacs/programs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/programs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Programs, Building, Text, Top
--- a/doc/emacs/regs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/regs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Registers, Display, Killing, Top @chapter Registers
--- a/doc/emacs/rmail.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/rmail.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Rmail, Dired, Sending Mail, Top
--- a/doc/emacs/screen.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/screen.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Screen, User Input, Acknowledgments, Top
--- a/doc/emacs/search.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/search.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Search, Fixit, Display, Top
--- a/doc/emacs/sending.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/sending.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Sending Mail
--- a/doc/emacs/text.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/text.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Text, Programs, Indentation, Top
--- a/doc/emacs/trouble.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/trouble.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex
--- a/doc/emacs/vc-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/vc-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/vc1-xtra.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/vc1-xtra.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/windows.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/windows.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Windows, Frames, Buffers, Top @chapter Multiple Windows
--- a/doc/emacs/xresources.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/emacs/xresources.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node X Resources, Antinews, Emacs Invocation, Top @appendix X Options and Resources
--- a/doc/lispintro/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -449,8 +449,8 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/lispintro/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ #### Makefile for the Emacs Lisp Introduction manual # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispintro/README Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/doc/lispintro/cons-1.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-1.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/cons-2.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-2.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/cons-2a.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-2a.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/cons-3.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-3.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/cons-4.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-4.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/cons-5.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/cons-5.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/drawers.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/drawers.eps Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ %%EndComments %%BeginProlog -% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/emacs-lisp-intro.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/emacs-lisp-intro.texi Fri Jan 14 10:14:17 2011 -0800 @@ -229,7 +229,7 @@ Edition @value{edition-number}, @value{update-date} @sp 1 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @sp 1
--- a/doc/lispintro/lambda-1.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/lambda-1.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/lambda-2.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/lambda-2.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/lambda-3.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/lambda-3.eps Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This file is part of GNU Emacs. %
--- a/doc/lispintro/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispintro/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/README Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/doc/lispref/abbrevs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/abbrevs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/abbrevs @node Abbrevs, Processes, Syntax Tables, Top
--- a/doc/lispref/advice.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/advice.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/advising @node Advising Functions, Debugging, Byte Compilation, Top
--- a/doc/lispref/anti.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/anti.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -@c 2009, 2010 Free Software Foundation, Inc. +@c 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c This node must have no pointers.
--- a/doc/lispref/back.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/back.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/backups.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/backups.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/buffers.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/buffers.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +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, 2006, 2007, 2008, 2009, 2010 -@c Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/commands.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/commands.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/commands
--- a/doc/lispref/compile.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/compile.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/compile @node Byte Compilation, Advising Functions, Loading, Top
--- a/doc/lispref/control.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/control.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/control @node Control Structures, Variables, Evaluation, Top
--- a/doc/lispref/customize.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/customize.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/customize @node Customization, Loading, Macros, Top
--- a/doc/lispref/debugging.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/debugging.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/display.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/display.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/display
--- a/doc/lispref/edebug.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/edebug.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/elisp-covers.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/elisp-covers.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/elisp.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/elisp.texi Fri Jan 14 10:14:17 2011 -0800 @@ -45,7 +45,7 @@ corresponding to Emacs version @value{EMACSVER}. Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/errors.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/errors.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/eval.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/eval.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/eval @node Evaluation, Control Structures, Symbols, Top
--- a/doc/lispref/files.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/files.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/files
--- a/doc/lispref/frames.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/frames.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/frames
--- a/doc/lispref/functions.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/functions.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/functions
--- a/doc/lispref/hash.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/hash.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, -@c 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/help.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/help.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -@c Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/help @node Documentation, Files, Modes, Top
--- a/doc/lispref/hooks.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/hooks.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/hooks @node Standard Hooks, Index, Standard Keymaps, Top
--- a/doc/lispref/internals.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/internals.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, -@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/intro.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/intro.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/intro
--- a/doc/lispref/keymaps.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/keymaps.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/keymaps
--- a/doc/lispref/lay-flat.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/lay-flat.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/lists.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/lists.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/loading.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/loading.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/loading
--- a/doc/lispref/locals.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/locals.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/macros.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/macros.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/macros @node Macros, Customization, Functions, Top
--- a/doc/lispref/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/maps.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/maps.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/maps
--- a/doc/lispref/markers.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/markers.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/markers @node Markers, Text, Positions, Top
--- a/doc/lispref/minibuf.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/minibuf.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/minibuf
--- a/doc/lispref/modes.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/modes.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/modes @node Modes, Documentation, Keymaps, Top
--- a/doc/lispref/nonascii.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/nonascii.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/doc/lispref/numbers.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/numbers.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/numbers
--- a/doc/lispref/objects.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/objects.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/objects
--- a/doc/lispref/os.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/os.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/os
--- a/doc/lispref/positions.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/positions.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/positions @node Positions, Markers, Frames, Top
--- a/doc/lispref/processes.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/processes.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/processes
--- a/doc/lispref/searching.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/searching.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/searching
--- a/doc/lispref/sequences.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/sequences.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/sequences
--- a/doc/lispref/streams.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/streams.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/streams @node Read and Print, Minibuffers, Debugging, Top
--- a/doc/lispref/strings.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/strings.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/strings
--- a/doc/lispref/symbols.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/symbols.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/symbols @node Symbols, Evaluation, Hash Tables, Top
--- a/doc/lispref/syntax.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/syntax.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/syntax
--- a/doc/lispref/text.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/text.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/text
--- a/doc/lispref/tindex.pl Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/tindex.pl Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009, 2010 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/tips.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/tips.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/tips
--- a/doc/lispref/two-volume-cross-refs.txt Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/two-volume-cross-refs.txt Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See end for copying conditions.
--- a/doc/lispref/two-volume.make Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/two-volume.make Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # See end for copying conditions. # although it would be nice to use tex rather than pdftex to avoid
--- a/doc/lispref/two.el Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/two.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; Auxiliary functions for preparing a two volume manual. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; --rjc 30mar92
--- a/doc/lispref/variables.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/variables.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/variables
--- a/doc/lispref/vol1.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/vol1.texi Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ @c This file is used for printing the GNU Emacs Lisp Reference Manual @c in two volumes. It is a modified version of elisp.texi. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c %**start of header @setfilename elisp @@ -69,7 +69,7 @@ corresponding to Emacs version @value{EMACSVER}. Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/vol2.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/vol2.texi Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ @c This file is used for printing the GNU Emacs Lisp Reference Manual @c in two volumes. It is a modified version of elisp.texi. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c %**start of header @setfilename elisp @@ -69,7 +69,7 @@ corresponding to Emacs version @value{EMACSVER}. Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/windows.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/lispref/windows.texi Fri Jan 14 10:14:17 2011 -0800 @@ -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, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/windows
--- a/doc/man/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -110,7 +110,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/man/ebrowse.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/ebrowse.1 Fri Jan 14 10:14:17 2011 -0800 @@ -85,7 +85,7 @@ Copyright .if t \(co .if n (C) -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are
--- a/doc/man/emacs.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/emacs.1 Fri Jan 14 10:14:17 2011 -0800 @@ -643,7 +643,7 @@ .if t \(co .if n (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009, 2010 +2009, 2010, 2011 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this
--- a/doc/man/etags.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/etags.1 Fri Jan 14 10:14:17 2011 -0800 @@ -268,7 +268,7 @@ .if t \(co .if n (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2011 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are
--- a/doc/man/grep-changelog.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/grep-changelog.1 Fri Jan 14 10:14:17 2011 -0800 @@ -62,7 +62,7 @@ Copyright .if t \(co .if n (C) -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are
--- a/doc/man/rcs-checkin.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/man/rcs-checkin.1 Fri Jan 14 10:14:17 2011 -0800 @@ -69,7 +69,7 @@ Copyright .if t \(co .if n (C) -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are
--- a/doc/misc/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1,3 +1,7 @@ +2011-01-14 Eduard Wiebe <usenet@pusto.de> + + * nxml-mode.texi (Introduction): Fix file name typos. + 2011-01-13 Christian Ohler <ohler@gnu.org> * ert.texi: New file.
--- a/doc/misc/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ #### Makefile for documentation other than the Emacs manual. # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/misc/ada-mode.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ada-mode.texi Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ @copying Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/auth.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/auth.texi Fri Jan 14 10:14:17 2011 -0800 @@ -7,7 +7,7 @@ @copying This file describes the Emacs auth-source library. -Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/autotype.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/autotype.texi Fri Jan 14 10:14:17 2011 -0800 @@ -11,7 +11,7 @@ @copying Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/calc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/calc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -95,7 +95,7 @@ @end ifnotinfo Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/cc-mode.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/cc-mode.texi Fri Jan 14 10:14:17 2011 -0800 @@ -160,7 +160,7 @@ This manual is for CC Mode in Emacs. Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/cl.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/cl.texi Fri Jan 14 10:14:17 2011 -0800 @@ -6,7 +6,7 @@ This file documents the GNU Emacs Common Lisp emulation package. Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/dired-x.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/dired-x.texi Fri Jan 14 10:14:17 2011 -0800 @@ -19,7 +19,7 @@ @copying Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ebrowse.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ebrowse.texi Fri Jan 14 10:14:17 2011 -0800 @@ -11,7 +11,7 @@ This file documents Ebrowse, a C++ class browser for GNU Emacs. Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ede.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ede.texi Fri Jan 14 10:14:17 2011 -0800 @@ -6,7 +6,7 @@ This file describes EDE, the Emacs Development Environment. Copyright @copyright{} 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ediff.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ediff.texi Fri Jan 14 10:14:17 2011 -0800 @@ -26,7 +26,7 @@ and patch utilities. Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/edt.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/edt.texi Fri Jan 14 10:14:17 2011 -0800 @@ -6,7 +6,7 @@ This file documents the EDT emulation package for Emacs. Copyright @copyright{} 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/eieio.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/eieio.texi Fri Jan 14 10:14:17 2011 -0800 @@ -11,7 +11,7 @@ @copying This manual documents EIEIO, an object framework for Emacs Lisp. -Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/emacs-mime.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/emacs-mime.texi Fri Jan 14 10:14:17 2011 -0800 @@ -10,7 +10,7 @@ This file documents the Emacs MIME interface functionality. Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/epa.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/epa.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ @copying This file describes EasyPG Assistant @value{VERSION}. -Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/erc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/erc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -8,7 +8,7 @@ @copying This manual is for ERC version 5.3. -Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/eshell.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/eshell.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ This manual is for Eshell, the Emacs shell. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/eudc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/eudc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -13,7 +13,7 @@ pages directory system (PH/QI) Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/faq.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/faq.texi Fri Jan 14 10:14:17 2011 -0800 @@ -12,7 +12,7 @@ @copying Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009, 2010 Free Software Foundation, Inc.@* +2009, 2010, 2011 Free Software Foundation, Inc.@* Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000 Reuven M. Lerner@* Copyright @copyright{} 1992, 1993 Steven Byrnes@*
--- a/doc/misc/flymake.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/flymake.texi Fri Jan 14 10:14:17 2011 -0800 @@ -11,7 +11,7 @@ This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), which is a universal on-the-fly syntax checker for GNU Emacs. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/forms.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/forms.texi Fri Jan 14 10:14:17 2011 -0800 @@ -19,7 +19,7 @@ This file documents Forms mode, a form-editing major mode for GNU Emacs. Copyright @copyright{} 1989, 1997, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/gnus-coding.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/gnus-coding.texi Fri Jan 14 10:14:17 2011 -0800 @@ -7,7 +7,7 @@ @syncodeindex pg cp @copying -Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010 Free Software +Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/gnus-faq.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/gnus-faq.texi Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ @c Uncomment 1st line before texing this file alone. @c %**start of header @c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -@c 2009, 2010 Free Software Foundation, Inc. +@c 2009, 2010, 2011 Free Software Foundation, Inc. @c @setfilename gnus-faq.info @settitle Frequently Asked Questions
--- a/doc/misc/gnus-news.el Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/gnus-news.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Reiner Steib <Reiner.Steib@gmx.de> ;; Keywords: tools @@ -27,7 +27,7 @@ "GNUS NEWS -- history of user-visible changes. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org.
--- a/doc/misc/gnus-news.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/gnus-news.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ @c -*-texinfo-*- -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @c Permission is granted to anyone to make or distribute verbatim copies @c of this document as received, in any medium, provided that the
--- a/doc/misc/gnus.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/gnus.texi Fri Jan 14 10:14:17 2011 -0800 @@ -10,7 +10,7 @@ @copying Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/idlwave.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/idlwave.texi Fri Jan 14 10:14:17 2011 -0800 @@ -23,7 +23,7 @@ @value{VERSION}. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/info.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/info.texi Fri Jan 14 10:14:17 2011 -0800 @@ -15,7 +15,7 @@ documentation system. Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/mairix-el.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/mairix-el.texi Fri Jan 14 10:14:17 2011 -0800 @@ -6,7 +6,7 @@ @documentencoding ISO-8859-1 @copying -Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for documentation other than the Emacs manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/misc/message.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/message.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ This file documents Message, the Emacs message composition mode. Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/mh-e.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/mh-e.texi Fri Jan 14 10:14:17 2011 -0800 @@ -25,7 +25,7 @@ Manual}, last updated @value{UPDATED}. Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. @c This dual license has been agreed upon by the FSF.
--- a/doc/misc/newsticker.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/newsticker.texi Fri Jan 14 10:14:17 2011 -0800 @@ -13,7 +13,7 @@ This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). @noindent -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/nxml-mode.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/nxml-mode.texi Fri Jan 14 10:14:17 2011 -0800 @@ -8,7 +8,7 @@ This manual documents nxml-mode, an Emacs major mode for editing XML with RELAX NG support. -Copyright @copyright{} 2007, 2008, 2009, 2010 +Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation @@ -70,8 +70,8 @@ mode. The @file{etc/nxml} directory in the Emacs distribution contains some data -files used by nXML mode, and includes two files (@file{test.valid.xml} and -@file{test.invalid.xml}) that provide examples of valid and invalid XML +files used by nXML mode, and includes two files (@file{test-valid.xml} and +@file{test-invalid.xml}) that provide examples of valid and invalid XML documents. To get validation and schema-sensitive editing, you need a RELAX NG Compact
--- a/doc/misc/org.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/org.texi Fri Jan 14 10:14:17 2011 -0800 @@ -265,7 +265,7 @@ @copying This manual is for Org version @value{VERSION}. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/pcl-cvs.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/pcl-cvs.texi Fri Jan 14 10:14:17 2011 -0800 @@ -7,7 +7,7 @@ @copying Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/pgg.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/pgg.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ PGP implementations. Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/rcirc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/rcirc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ @c %**end of header @copying -Copyright @copyright{} 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/reftex.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/reftex.texi Fri Jan 14 10:14:17 2011 -0800 @@ -28,7 +28,7 @@ @b{Ref@TeX{}} @value{VERSION} Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/remember.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/remember.texi Fri Jan 14 10:14:17 2011 -0800 @@ -8,7 +8,7 @@ @copying This manual is for Remember Mode, version 1.9 -Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/sasl.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/sasl.texi Fri Jan 14 10:14:17 2011 -0800 @@ -7,7 +7,7 @@ @copying This file describes the Emacs SASL library, version @value{VERSION}. -Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/sc.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/sc.texi Fri Jan 14 10:14:17 2011 -0800 @@ -15,7 +15,7 @@ attributing replies to mail and news messages. Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/sem-user.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/sem-user.texi Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ @c This file is included by semantic.texi @c Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, -@c 2010 Free Software Foundation, Inc. +@c 2010, 2011 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this @c document under the terms of the GNU Free Documentation License,
--- a/doc/misc/semantic.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/semantic.texi Fri Jan 14 10:14:17 2011 -0800 @@ -25,7 +25,7 @@ This manual documents the Semantic library and utilities. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -2009, 2010 Free Software Foundation, Inc. +2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ses.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/ses.texi Fri Jan 14 10:14:17 2011 -0800 @@ -12,7 +12,7 @@ This file documents SES: the Simple Emacs Spreadsheet. Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/sieve.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/sieve.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ This file documents the Emacs Sieve package, for server-side mail filtering. Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009, 2010 Free Software Foundation, Inc. +2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/smtpmail.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/smtpmail.texi Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ @settitle Emacs SMTP Library @syncodeindex vr fn @copying -Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation
--- a/doc/misc/speedbar.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/speedbar.texi Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ @copying Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/trampver.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/trampver.texi Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ @c This is part of the Emacs manual. @c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, -@c 2010 Free Software Foundation, Inc. +@c 2010, 2011 Free Software Foundation, Inc. @c See file doclicense.texi for copying conditions. @c In the Tramp CVS, the version number is auto-frobbed from
--- a/doc/misc/url.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/url.texi Fri Jan 14 10:14:17 2011 -0800 @@ -22,7 +22,7 @@ This file documents the Emacs Lisp URL loading package. Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, -2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/vip.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/vip.texi Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ @copying Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/viper.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/viper.texi Fri Jan 14 10:14:17 2011 -0800 @@ -8,7 +8,7 @@ @copying Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/widget.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/widget.texi Fri Jan 14 10:14:17 2011 -0800 @@ -9,7 +9,7 @@ @copying Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/woman.texi Thu Jan 13 21:07:26 2011 -0800 +++ b/doc/misc/woman.texi Fri Jan 14 10:14:17 2011 -0800 @@ -19,7 +19,7 @@ (without) man'. Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009, 2010 Free Software Foundation, Inc. +2009, 2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/etc/CONTRIBUTE Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/CONTRIBUTE Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See end for license conditions.
--- a/etc/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1,3 +1,17 @@ +2011-01-14 Glenn Morris <rgm@gnu.org> + + * refcards/calccard.tex, refcards/cs-dired-ref.tex: + * refcards/cs-refcard.tex, refcards/cs-survival.tex: + * refcards/de-refcard.tex, refcards/dired-ref.tex: + * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: + * refcards/fr-survival.tex, refcards/orgcard.tex: + * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex: + * refcards/refcard.tex, refcards/ru-refcard.tex: + * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex: + * refcards/sk-survival.tex, refcards/survival.tex: + * refcards/vipcard.tex, refcards/viperCard.tex: + Update short copyright year to 2011. + 2011-01-13 Christian Ohler <ohler@gnu.org> * NEWS: Mention ERT.
--- a/etc/DEBUG Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/DEBUG Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ Debugging GNU Emacs Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/DISTRIB Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/DISTRIB Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/ERC-NEWS Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ERC-NEWS Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ERC NEWS -*- outline -*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. * Changes in ERC 5.3
--- a/etc/ETAGS.EBNF Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ETAGS.EBNF Fri Jan 14 10:14:17 2011 -0800 @@ -94,7 +94,7 @@ ===================== end of discussion of tag names ===================== -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/ETAGS.README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ETAGS.README Fri Jan 14 10:14:17 2011 -0800 @@ -29,7 +29,7 @@ Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is not considered part of GNU Emacs.
--- a/etc/GNU Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/GNU Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ Copyright (C) 1985, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document, in any medium, provided that the copyright notice and
--- a/etc/GNUS-NEWS Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/GNUS-NEWS Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ GNUS NEWS -- history of user-visible changes. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org.
--- a/etc/HELLO Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/HELLO Fri Jan 14 10:14:17 2011 -0800 @@ -72,7 +72,7 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/MACHINES Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/MACHINES Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ Emacs machines list Copyright (C) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. This is a list of the status of GNU Emacs on various machines and systems.
--- a/etc/MAILINGLISTS Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/MAILINGLISTS Fri Jan 14 10:14:17 2011 -0800 @@ -318,7 +318,7 @@ fill-column: 72 End: -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Permission is hereby granted, free of charge, to any person obtaining
--- a/etc/MH-E-NEWS Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/MH-E-NEWS Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ * COPYRIGHT Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/MORE.STUFF Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/MORE.STUFF Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ More Neat Stuff for your Emacs Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. This file describes GNU Emacs programs and resources that are
--- a/etc/NEWS.1-17 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.1-17 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986 -Copyright (C) 1985, 1986, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 1985, 1986, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.18 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.18 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988 -Copyright (C) 1988, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 1988, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.19 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.19 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 1992. -Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.20 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.20 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 -Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.21 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.21 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.22 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.22 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.23 Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/NEWS.23 Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
--- a/etc/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/README Fri Jan 14 10:14:17 2011 -0800 @@ -9,6 +9,6 @@ File: emacs.icon Author: Sun Microsystems, Inc - Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/TERMS Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/TERMS Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for copying permissions.
--- a/etc/TODO Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/TODO Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ Emacs TODO List -*-outline-*- -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/charsets/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/charsets/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ # README file for charset mapping files in this directory. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/compilation.txt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/compilation.txt Fri Jan 14 10:14:17 2011 -0800 @@ -548,7 +548,7 @@ Compilation finished at Thu Jul 21 15:02:15 -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/edt-user.el Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/edt-user.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation ;; Copyright (C) 1986, 1992, 1993, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com>
--- a/etc/emacs-buffer.gdb Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/emacs-buffer.gdb Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # emacs-buffer.gdb --- gdb macros for recovering buffers from emacs coredumps -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # Maintainer: Noah Friedman <friedman@splode.com> # Status: Works with Emacs 22.0.51.1 (prerelease) as of 2006-01-12.
--- a/etc/emacs2.py Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/emacs2.py Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ """Definitions used by commands sent to inferior Python in python.el.""" -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # Author: Dave Love <fx@gnu.org> # This file is part of GNU Emacs.
--- a/etc/emacs3.py Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/emacs3.py Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # Author: Dave Love <fx@gnu.org> # This file is part of GNU Emacs.
--- a/etc/enriched.doc Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/enriched.doc Fri Jan 14 10:14:17 2011 -0800 @@ -256,7 +256,7 @@ -Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/gnus-tut.txt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/gnus-tut.txt Fri Jan 14 10:14:17 2011 -0800 @@ -25,7 +25,7 @@ heart's delight at <URL:http://www.ifi.uio.no/~larsi/larsi.html>. ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> ;; Keywords: news
--- a/etc/grep.txt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/grep.txt Fri Jan 14 10:14:17 2011 -0800 @@ -84,7 +84,7 @@ -Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/images/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/README Fri Jan 14 10:14:17 2011 -0800 @@ -23,17 +23,17 @@ File: mh-logo.xpm Author: Satyaki Das - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Files: splash.pbm, splash.xpm, gnus.pbm Author: Luis Fernandes <elf@ee.ryerson.ca> Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. Files: splash.png, splash.svg Author: Francesc Rocher <rocher@member.fsf.org> - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Files: checked.xpm, unchecked.xpm Author: Chong Yidong <cyd@stupidchicken.com>
--- a/etc/images/custom/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/custom/README Fri Jan 14 10:14:17 2011 -0800 @@ -6,5 +6,5 @@ Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm Author: Juri Linkov -Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/ezimage/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/ezimage/README Fri Jan 14 10:14:17 2011 -0800 @@ -8,5 +8,5 @@ tag.xpm unlock.xpm Author: Eric M. Ludlam Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/gnus/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/gnus/README Fri Jan 14 10:14:17 2011 -0800 @@ -8,7 +8,7 @@ Files: important.xpm, unimportant.xpm Author: Simon Josefsson <simon@josefsson.org> Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm describe-group.pbm describe-group.xpm exit-gnus.pbm exit-gnus.xpm @@ -23,11 +23,11 @@ uu-post.pbm uu-post.xpm Author: Luis Fernandes <elf@ee.ryerson.ca> Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. Files: gnus.png, gnus.svg Author: Francesc Rocher <rocher@member.fsf.org> - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * The following icons are from GNOME 2.x. They are not part of Emacs,
--- a/etc/images/gnus/gnus.svg Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/gnus/gnus.svg Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Logo - Copyright (C) 2008, 2009, 2010 + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Francesc Rocher <f.rocher@member.fsf.org>
--- a/etc/images/gud/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/gud/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES The following icons were created by Nick Roberts <nickrob@snap.net.nz>. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -32,7 +32,7 @@ The following icons are converted from the Insight Windows style icon set in src/gdb/gdbtk/library/images2. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -49,7 +49,7 @@ The following icons are created from the Insight Windows style icon set in src/gdb/gdbtk/library/images2. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/icons/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/icons/README Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ hicolor/128x128/apps/emacs.png hicolor/scalable/apps/emacs.svg Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -13,5 +13,5 @@ hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png Author: Andrew Zhilin <andrew_zhilin@yahoo.com> -Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/icons/hicolor/scalable/apps/emacs.svg Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/icons/hicolor/scalable/apps/emacs.svg Fri Jan 14 10:14:17 2011 -0800 @@ -10,7 +10,7 @@ id="svg4768" xml:space="preserve"> <!-- Gnu Emacs Icon - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Document Icon - Copyright (C) 2008, 2009, 2010 + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/images/mh-logo.xpm Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/mh-logo.xpm Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* XPM */ /* MH-E Logo * - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 * Free Software Foundation, Inc. * * Author: Satyaki Das
--- a/etc/images/mpc/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/mpc/README Fri Jan 14 10:14:17 2011 -0800 @@ -2,5 +2,5 @@ Files: add.xpm ffwd.xpm next.xpm pause.xpm play.xpm prev.xpm rewind.xpm stop.xpm Author: Stefan Monnier <monnier@iro.umontreal.ca> -Copyright (C) 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/smilies/README Fri Jan 14 10:14:17 2011 -0800 @@ -4,5 +4,5 @@ Authors: Reiner Steib, Simon Josefsson, Kai Grossjohann, Alex Schroeder, Oliver Scholz, Per Abrahamsen, Kim F. Storm. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/grayscale/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/smilies/grayscale/README Fri Jan 14 10:14:17 2011 -0800 @@ -2,5 +2,5 @@ frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm smile.xpm wry.xpm Author: Adam Sj�gren -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/medium/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/smilies/medium/README Fri Jan 14 10:14:17 2011 -0800 @@ -2,5 +2,5 @@ frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm smile.xpm wry.xpm Author: Adam Sj�gren -Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/splash.svg Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/splash.svg Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Logo - Copyright (C) 2008, 2009, 2010 + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Francesc Rocher <f.rocher@members.fsf.org>
--- a/etc/images/splash.xpm Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/splash.xpm Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* XPM */ /* Gnu Emacs Logo * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 * Free Software Foundation, Inc. * * Author: Luis Fernandes <elf@ee.ryerson.ca>
--- a/etc/images/tree-widget/default/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/tree-widget/default/README Fri Jan 14 10:14:17 2011 -0800 @@ -5,6 +5,6 @@ no-guide.png no-guide.xpm no-handle.png no-handle.xpm open.png open.xpm Author: David Ponce <david.ponce@wanadoo.fr> -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/tree-widget/folder/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/images/tree-widget/folder/README Fri Jan 14 10:14:17 2011 -0800 @@ -5,6 +5,6 @@ leaf.png leaf.xpm no-guide.png no-guide.xpm no-handle.png no-handle.xpm open.png open.xpm Author: David Ponce <david.ponce@wanadoo.fr> -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/ps-prin0.ps Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ps-prin0.ps Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % === BEGIN ps-print prologue 0 % version: 6.0 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 % Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/ps-prin1.ps Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ps-prin1.ps Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % === BEGIN ps-print prologue 1 % version: 6.1 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 % Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/Makefile Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/Makefile Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ### Makefile for Emacs refcards ## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -## 2008, 2009, 2010 Free Software Foundation, Inc. +## 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ## This file is part of GNU Emacs. #
--- a/etc/refcards/README Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/README Fri Jan 14 10:14:17 2011 -0800 @@ -12,6 +12,6 @@ File: gnus-logo.eps, gnus-logo.pdf Author: Luis Fernandes <elf@ee.ryerson.ca> - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/refcards/calccard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/calccard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -21,7 +21,7 @@ % Typical command to print (3 cols): dvips -t landscape calccard.dvi % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % This file is part of GNU Emacs. @@ -65,7 +65,7 @@ % Internet: gildea@stop.mail-abuse.org \def\emacsversionnumber{23} -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\shortcopyrightnotice{\vskip 1ex plus 2 fill \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. @@ -674,4 +674,3 @@ % compile-command: "pdftex calccard" % End: -% arch-tag: a2764f34-ec23-4083-bd5c-53f9e70a5da9
--- a/etc/refcards/cs-dired-ref.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/cs-dired-ref.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001 @@ -43,7 +43,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -399,4 +399,3 @@ \bye -% arch-tag: dd78e947-5b89-4e5b-8bab-b6003719dce5
--- a/etc/refcards/cs-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/cs-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 @@ -60,7 +60,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -664,4 +664,3 @@ % compile-command: "csplain cs-refcard" % End: -% arch-tag: 24ab5519-539c-4941-9a95-4ed9d819030f
--- a/etc/refcards/cs-survival.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/cs-survival.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001 @@ -56,7 +56,7 @@ \chyph \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\copyrightnotice{\penalty-1\vfill \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter @@ -416,4 +416,3 @@ % compile-command: "csplain survival" % End: -% arch-tag: 86b21d3f-d8b6-412d-8d77-e6e8728f590e
--- a/etc/refcards/de-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/de-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % German translation: Sven Joachim <svenjoac@gmx.de> @@ -62,7 +62,7 @@ \mdqoff % deactivates the "-char \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed below this line. @@ -680,4 +680,3 @@ % compile-command: "pdftex de-refcard" % End: -% arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314
--- a/etc/refcards/dired-ref.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/dired-ref.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> @@ -45,7 +45,7 @@ \pdflayout=(1) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -408,4 +408,3 @@ \bye -% arch-tag: 483e7bb4-4576-4733-9fca-0eae1c861484
--- a/etc/refcards/fr-dired-ref.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/fr-dired-ref.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % French translation: Eric Jacoboni @@ -37,7 +37,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -413,4 +413,3 @@ \bye -% arch-tag: ffe6a489-24a2-4083-b8c3-5d03b621689d
--- a/etc/refcards/fr-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/fr-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % French translation: Eric Jacoboni @@ -57,7 +57,7 @@ \pdflayout=(0l) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed below this line. @@ -676,4 +676,3 @@ % compile-command: "pdftex fr-refcard" % End: -% arch-tag: 39d6dc6e-1a4a-4071-84db-4719d4e9e40d
--- a/etc/refcards/fr-survival.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/fr-survival.tex Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % French translation: \'Eric Jacoboni <jaco@teaser.fr>, November 2001 @@ -51,7 +51,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\copyrightnotice{\penalty-1\vfill \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter @@ -420,4 +420,3 @@ % compile-command: "pdftex survival" % End: -% arch-tag: 2fb4e93f-8bfa-4ab4-bc6d-b475131d766a
--- a/etc/refcards/gnus-logo.eps Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/gnus-logo.eps Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ %!PS-Adobe-2.0 EPSF-2.0 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 % Free Software Foundation, Inc. % % Author: Luis Fernandes <elf@ee.ryerson.ca>
--- a/etc/refcards/gnus-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/gnus-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -120,8 +120,8 @@ %% Gnus logo by Luis Fernandes. \newcommand{\Copyright}{% \begin{center} - Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\\* + Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc.\\* \end{center} Permission is granted to make and distribute copies of this reference
--- a/etc/refcards/orgcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/orgcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for Org Mode \def\orgversionnumber{7.4} \def\versionyear{2010} % latest update -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year %**start of header \newcount\columnsperpage @@ -18,7 +18,7 @@ % Nothing else needs to be changed below this line. % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % This file is part of GNU Emacs. @@ -683,4 +683,3 @@ % compile-command: "tex refcard" % End: -% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
--- a/etc/refcards/pdflayout.sty Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/pdflayout.sty Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -% Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/pl-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/pl-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl> @@ -71,7 +71,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -994,4 +994,3 @@ % compile-command: "pdftex pl-refcard" % End: -% arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9
--- a/etc/refcards/pt-br-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/pt-br-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, 2006, 2007, -% 2008, 2009, 2010 Free Software Foundation, Inc. +% 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br> @@ -63,7 +63,7 @@ \pdflayout=(0l) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed below this line. @@ -680,4 +680,3 @@ % coding: iso-latin-1 % End: -% arch-tag: 56bf248c-a1f3-443d-93f7-02d7aea67d94
--- a/etc/refcards/refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> @@ -64,7 +64,7 @@ % Nothing else needs to be changed below this line. \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % copyright year +\def\year{2011} % copyright year \def\shortcopyrightnotice{\vskip 1ex plus 2 fill \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. @@ -674,4 +674,3 @@ % compile-command: "pdftex refcard" % End: -% arch-tag: d67bdf5d-b77c-44eb-a22e-f4f7d25174d2
--- a/etc/refcards/ru-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/ru-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ -% Copyright (C) 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% Copyright (C) 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +% 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Russian translation: Alex Ott <alexott@gmail.com> @@ -23,7 +23,7 @@ \setlength{\ColThreeWidth}{25mm} \newcommand{\versionemacs}[0]{23} % version of Emacs this is for -\newcommand{\cyear}[0]{2010} % copyright year +\newcommand{\cyear}[0]{2011} % copyright year \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. @@ -524,4 +524,3 @@ % coding: cyrillic-koi8 % End: -% arch-tag: 868a12f6-4339-4a14-a56e-4a3937277a9e
--- a/etc/refcards/sk-dired-ref.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/sk-dired-ref.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001 @@ -44,7 +44,7 @@ \pdflayout=(0) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year % Nothing else needs to be changed. @@ -407,4 +407,3 @@ % compile-command: "csplain sk-dired-ref" % End: -% arch-tag: d5b57e24-16ec-4981-9315-14d3d16d3062
--- a/etc/refcards/sk-refcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/sk-refcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 @@ -665,4 +665,3 @@ % coding: iso-latin-2 % End: -% arch-tag: 9f8eacf2-daf9-4162-bc8d-4af7b269f3d3
--- a/etc/refcards/sk-survival.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/sk-survival.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001 @@ -57,7 +57,7 @@ \shyph \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\copyrightnotice{\penalty-1\vfill \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter @@ -419,4 +419,3 @@ % compile-command: "csplain sk-survival" % End: -% arch-tag: 126389ad-40b2-4bf9-ac1d-e5105d0986b9
--- a/etc/refcards/survival.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/survival.tex Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> @@ -46,7 +46,7 @@ \pdflayout=(1) \def\versionemacs{23} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\copyrightnotice{\penalty-1\vfill \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter @@ -412,4 +412,3 @@ % compile-command: "pdftex survival" % End: -% arch-tag: 4f9a0562-617b-4843-aee1-450c41d6b22c
--- a/etc/refcards/vipcard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/vipcard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % Quick Reference Card for VIP % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009, 2010 Free Software Foundation, Inc. +% 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Masahiko Sato <ms@sail.stanford.edu>, <masahiko@sato.riec.tohoku.junet> @@ -51,7 +51,7 @@ \pdflayout=(1) \def\versionemacs{18} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\versionvip{3.5} % Nothing else needs to be changed. @@ -680,4 +680,3 @@ % compile-command: "pdftex vipcard" % End: -% arch-tag: 342a9548-4de4-499d-b864-74fb426b6729
--- a/etc/refcards/viperCard.tex Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/refcards/viperCard.tex Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ % ViperCard -- The Reference Card for Viper under GNU Emacs and XEmacs % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, -% 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +% 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper) % Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3) @@ -54,7 +54,7 @@ \pdflayout=(1) \def\versionemacs{21} % version of Emacs this is for -\def\year{2010} % latest copyright year +\def\year{2011} % latest copyright year \def\versionxemacs{20} % version of XEmacs this is for \def\versionviper{3.0} % version of Viper this is for @@ -741,4 +741,3 @@ % compile-command: "pdftex viperCard" % End: -% arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3
--- a/etc/schema/locate.rnc Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/schema/locate.rnc Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/schema/relaxng.rnc Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/schema/relaxng.rnc Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # RELAX NG XML syntax expressed in RELAX NG Compact syntax. -# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/schema/schemas.xml Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/schema/schemas.xml Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -<!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +<!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/ses-example.ses Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/ses-example.ses Fri Jan 14 10:14:17 2011 -0800 @@ -205,7 +205,7 @@ ;;; ses--symbolic-formulas: (("Eastern area") ("West-district") ("North&South") ("Other")) ;;; End: -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;;; COPYING PERMISSIONS:
--- a/etc/srecode/cpp.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/cpp.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cpp.srt --- SRecode templates for c++-mode -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/default.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/default.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; default.srt --- SRecode templates for srecode-template-mode -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/doc-cpp.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/doc-cpp.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; doc-c.srt --- SRecode templates for "document" applications -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/doc-default.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/doc-default.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; doc-default.srt --- SRecode templates for "document" applications -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/doc-java.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/doc-java.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; doc-java.srt --- SRecode templates for "document" applications -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/ede-make.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/ede-make.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; ede-make.srt --- SRecode templates for Makefiles used by EDE. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/el.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/el.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; el.srt --- SRecode templates for Emacs Lisp mode -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org>
--- a/etc/srecode/getset-cpp.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/getset-cpp.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/java.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/java.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; java.srt -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/make.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/make.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; make.srt -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/template.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/template.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; template.srt --- Templates for Semantic Recoders -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org>
--- a/etc/srecode/test.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/test.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; test.srt --- SRecode templates for testing -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/texi.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/texi.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; texi.srt --- SRecode templates for Texinfo -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/wisent.srt Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/srecode/wisent.srt Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/tutorials/TUTORIAL Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL Fri Jan 14 10:14:17 2011 -0800 @@ -1122,7 +1122,7 @@ and comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/tutorials/TUTORIAL.bg Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.bg Fri Jan 14 10:14:17 2011 -0800 @@ -1161,7 +1161,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.cn Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.cn Fri Jan 14 10:14:17 2011 -0800 @@ -981,7 +981,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the @@ -1007,7 +1007,7 @@ 云鐙猟亀嚥 GNU Emacs 匯劔啜嗤井幡�旺塋俯壓和双訳周議埃崩和窟佩凪申唄� Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 云猟亀塋俯壓音延厚猟亀坪否議秤趨和喇販採繁窟下壓販採箪悶貧�揖扮駅倬 頼屁隠藻井幡才俯辛蕗苧�拝俶公嚠鞭巉嚥窟佩宀頼畠�揖議、泌云蕗苧侭塋
--- a/etc/tutorials/TUTORIAL.cs Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.cs Fri Jan 14 10:14:17 2011 -0800 @@ -1016,7 +1016,7 @@ je 麹�ena se svolen�m distribuovat kopie za jist�ch podm�nek: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Ka�d�mu je zaru�eno pr�vo vytv癢et a distribuovat p�esn� kopie tohoto dokumentu tak, jak jej obdr�el, na jak�mkoliv m�diu, s t�m, �e bude
--- a/etc/tutorials/TUTORIAL.de Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.de Fri Jan 14 10:14:17 2011 -0800 @@ -1478,7 +1478,7 @@ TUTORIAL). Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Diese Datei ist ein Bestandteil von GNU Emacs.
--- a/etc/tutorials/TUTORIAL.eo Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.eo Fri Jan 14 10:14:17 2011 -0800 @@ -1082,7 +1082,7 @@ kondi�oj estas observataj: Copyright (C) 1985, 1999, 2001, 2002, 2005, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. �i tiu dosiero estas parto de "GNU Emacs".
--- a/etc/tutorials/TUTORIAL.es Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.es Fri Jan 14 10:14:17 2011 -0800 @@ -1180,7 +1180,7 @@ archivo TUTORIAL). Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Se permite a cualquiera hacer o distribuir copias literales de este documento como se recibe, en cualquier medio, siempre que la nota
--- a/etc/tutorials/TUTORIAL.fr Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.fr Fri Jan 14 10:14:17 2011 -0800 @@ -1163,7 +1163,7 @@ conditions : Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Chacun peut cr�er ou distribuer des copies de ce document tel qu'il l'a re�u, sur n'importe quel support, pourvu que la note de
--- a/etc/tutorials/TUTORIAL.it Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.it Fri Jan 14 10:14:17 2011 -0800 @@ -1085,7 +1085,7 @@ indicativo, restando comunque inteso il fatto che � quella originale a fare fede. -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. � permesso a chiunque copiare e distribuire attraverso ogni mezzo copie fedeli di questo documento cos� come viene ricevuto, a condizione che
--- a/etc/tutorials/TUTORIAL.ja Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.ja Fri Jan 14 10:14:17 2011 -0800 @@ -1063,7 +1063,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.ko Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.ko Fri Jan 14 10:14:17 2011 -0800 @@ -982,7 +982,7 @@ $(C6'?!(B $(C:9;g:;@;(B $(C9hFwGR(B $(C<v(B $(C@V4B(B $(CGc0!8&(B $(C0.0m(B $(C3*?B(B $(C0M@L4Y(B: Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. $(C@L(B $(C9.<-4B(B $(C@L(B $(C@z@[1G(B $(C0x0m?M(B $(CGc?k(B $(C0x0m0!(B $(C1W4k7N(B $(C@/Av5G0m(B, $(C9hFw@Z0!(B $(C<vCk@Z?!0T(B $(C@L(B $(C0x0m?!(B $(C5{6s(B $(CGc?k5G4B(B $(C0MC373(B $(C6G(B $(C@g:P9hGO4B(B $(C0M@;(B
--- a/etc/tutorials/TUTORIAL.nl Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.nl Fri Jan 14 10:14:17 2011 -0800 @@ -1197,7 +1197,7 @@ Je mag deze inleiding verspreiden onder bepaalde voorwaarden: Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Iedereen mag letterlijke kopie�n van dit document, zowel ontvangen als verspreiden, op elk medium, vooropgesteld dat de @@ -1222,7 +1222,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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/etc/tutorials/TUTORIAL.pl Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.pl Fri Jan 14 10:14:17 2011 -0800 @@ -1210,7 +1210,7 @@ autorskim, ale wolno j� kopiowa� pod nast�puj�cymi warunkami: Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Zezwala si� na wykonywanie lub rozpowszechnianie wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym
--- a/etc/tutorials/TUTORIAL.pt_BR Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.pt_BR Fri Jan 14 10:14:17 2011 -0800 @@ -1056,7 +1056,7 @@ <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem com uma permiss�o de distribui艫o de c�pias nas seguintes condi苺es: -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Permiss�o � garantida a qualquer um para fazer ou distribuir c�pias integrais deste documento como recebido, em qualquer meio, deixando
--- a/etc/tutorials/TUTORIAL.ro Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.ro Fri Jan 14 10:14:17 2011 -0800 @@ -1083,7 +1083,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.ru Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.ru Fri Jan 14 10:14:17 2011 -0800 @@ -1129,7 +1129,7 @@ 嗅田媽殄揺 嗜婆想杜頻揺: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.sk Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.sk Fri Jan 14 10:14:17 2011 -0800 @@ -1075,7 +1075,7 @@ a je 麹ren� s povolen�m distribuova� k�pie za ist�ch podmienok: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Ka�d�mu je zaru�en� pr�vo vytv�ra� a distribuova� presn� k�pie tohto dokumentu tak, ako ho dostal, na akomko�vek m�diu, s t�m, �e bude
--- a/etc/tutorials/TUTORIAL.sl Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.sl Fri Jan 14 10:14:17 2011 -0800 @@ -1107,7 +1107,7 @@ razmno�evanje in raz�irjanje je dovoljeno pod naslednjimi pogoji: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Dovoljeno je izdelovati in raz�irjati neokrnjene kopije tega spisa v kakr�nikoli obliki pod pogojem, da je ohranjena navedba o
--- a/etc/tutorials/TUTORIAL.sv Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.sv Fri Jan 14 10:14:17 2011 -0800 @@ -1120,7 +1120,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.th Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.th Fri Jan 14 10:14:17 2011 -0800 @@ -965,7 +965,7 @@ comes with permission to distribute copies on certain conditions: Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/etc/tutorials/TUTORIAL.zh Thu Jan 13 21:07:26 2011 -0800 +++ b/etc/tutorials/TUTORIAL.zh Fri Jan 14 10:14:17 2011 -0800 @@ -1050,7 +1050,7 @@ 寛�G��┤�G Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 the
--- a/leim/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -2111,7 +2111,7 @@ ;; End: Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/leim/README Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/leim/leim-ext.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/leim-ext.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;; leim-ext.el -- extra leim configuration -*- coding:utf-8; -*- -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/leim/quail/arabic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/arabic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Cloos <cloos@jhcloos.com> ;; Keywords: mule, input method, Arabic
--- a/leim/quail/croatian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/croatian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; quail/croatian.el -- Quail package for inputing Croatian -*-coding: iso-8859-2;-*- -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Hrvoje Nik�i� <hniksic@xemacs.org>
--- a/leim/quail/cyril-jis.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/cyril-jis.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/cyrillic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/cyrillic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; cyrillic.el --- Quail package for inputting Cyrillic characters -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/czech.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/czech.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/leim/quail/ethiopic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/ethiopic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/georgian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/georgian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; georgian.el --- Quail package for inputting Georgian characters -*-coding: utf-8;-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/greek.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/greek.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hangul.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/hangul.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hangul.el --- Korean Hangul input method -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jihyun Cho <jihyun.jo@gmail.com> ;; Keywords: multilingual, input method, Korean, Hangul
--- a/leim/quail/hanja-jis.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/hanja-jis.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208) -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hanja.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/hanja.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; hanja.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hanja3.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/hanja3.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hanja3.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
--- a/leim/quail/hebrew.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/hebrew.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 +;; 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/indian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/indian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; indian.el --- Quail packages for inputting Indian -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: KAWABATA, Taichi <kawabata@m17n.org>
--- a/leim/quail/ipa.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/ipa.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,11 +1,11 @@ ;;; ipa.el --- Quail package for inputting IPA characters -*-coding: utf-8;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Licensed to the Free Software Foundation. -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: multilingual, input method, IPA
--- a/leim/quail/japanese.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/japanese.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; japanese.el --- Quail package for inputting Japanese -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/lao.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/lao.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lao.el --- Quail package for inputting Lao characters -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-alt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/latin-alt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: utf-8;-*- -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-ltx.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/latin-ltx.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-post.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/latin-post.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: utf-8;-*- -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/leim/quail/latin-pre.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/latin-pre.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,10 +1,10 @@ ;;; latin-pre.el --- Quail packages for inputting various European characters -*-coding: utf-8;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/lrt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/lrt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/py-punct.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/py-punct.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/pypunct-b5.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/pypunct-b5.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/rfc1345.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/rfc1345.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rfc1345.el --- Quail method for RFC 1345 mnemonics -*- coding: utf-8 -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/sgml-input.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/sgml-input.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sgml-input.el --- Quail method for Unicode entered as SGML entities -*- coding: utf-8 -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/sisheng.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/sisheng.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sisheng.el --- sisheng input method for Chinese pinyin transliteration -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Werner LEMBERG <wl@gnu.org>
--- a/leim/quail/slovak.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/slovak.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>
--- a/leim/quail/symbol-ksc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/symbol-ksc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/thai.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/thai.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; thai.el --- Quail package for inputting Thai characters -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/tibetan.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/tibetan.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; tibetan.el --- Quail package for inputting Tibetan characters -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/uni-input.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/uni-input.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; uni-input.el --- Hex Unicode input method -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/viqr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/viqr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/vntelex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/vntelex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vntelex.el --- Quail package for Vietnamese by Telex method -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Werner Lemberg <wl@gnu.org>
--- a/leim/quail/welsh.el Thu Jan 13 21:07:26 2011 -0800 +++ b/leim/quail/welsh.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; welsh.el --- Quail package for inputting Welsh characters -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lib-src/emacsclient.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/emacsclient.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Client process that communicates with GNU Emacs acting as server. Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/fakemail.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/fakemail.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* sendmail-like interface to /bin/mail for system V, Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Bill Rozas <jinx@martigny.ai.mit.edu> (according to ack.texi)
--- a/lib-src/grep-changelog Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/grep-changelog Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs.
--- a/lib-src/hexl.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/hexl.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Convert files for Emacs Hexl mode. Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. Author: Keith Gabryelski (according to authors.el)
--- a/lib-src/make-docfile.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/make-docfile.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Generate doc-string file for GNU Emacs from source files. Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lib-src/movemail.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/movemail.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* movemail foo bar -- move file foo to file bar, locking file foo the way /bin/mail respects. Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/ntlib.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/ntlib.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/ntlib.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/ntlib.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/pop.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/pop.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* pop.c: client routines for talking to a POP3-protocol post-office server Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Jonathan Kamens <jik@security.ov.com>
--- a/lib-src/pop.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/pop.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* pop.h: Header file for the "pop.c" client POP3 protocol. Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Jonathan Kamens <jik@security.ov.com>
--- a/lib-src/profile.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/profile.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* profile.c --- generate periodic events for profiling of Emacs Lisp code. Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
--- a/lib-src/rcs-checkin Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/rcs-checkin Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ # This script accepts any number of file arguments and checks them into RCS. # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lib-src/test-distrib.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/test-distrib.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* test-distrib.c --- testing distribution of nonprinting chars Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/update-game-score.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/update-game-score.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* update-game-score.c --- Update a score file -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Colin Walters <walters@debian.org>
--- a/lib-src/vcdiff Thu Jan 13 21:07:26 2011 -0800 +++ b/lib-src/vcdiff Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ # This version is more compatible with rcsdiff(1). # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # Author: Paul Eggert # (according to authors.el)
--- a/lisp/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1,3 +1,22 @@ +2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change) + + * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev + table, get the value before switching to the output buffer. (Bug#7733) + +2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). + +2011-01-14 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua--init-keymaps): + Remap exchange-point-and-mark in cua-global-keymap. + +2011-01-14 Tassilo Horn <tassilo@member.fsf.org> + + * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach + loop keyword. + 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
--- a/lisp/ChangeLog.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.1 Fri Jan 14 10:14:17 2011 -0800 @@ -3247,7 +3247,7 @@ Set current buffer variables from defaults in case user's init file has changed them. - Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.10 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.10 Fri Jan 14 10:14:17 2011 -0800 @@ -23535,7 +23535,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.11 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.11 Fri Jan 14 10:14:17 2011 -0800 @@ -14336,7 +14336,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.12 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.12 Fri Jan 14 10:14:17 2011 -0800 @@ -33349,7 +33349,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.13 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.13 Fri Jan 14 10:14:17 2011 -0800 @@ -16696,7 +16696,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.14 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.14 Fri Jan 14 10:14:17 2011 -0800 @@ -20551,7 +20551,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.2 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.2 Fri Jan 14 10:14:17 2011 -0800 @@ -3993,7 +3993,7 @@ See ChangeLog.1 for earlier changes. Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.3 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.3 Fri Jan 14 10:14:17 2011 -0800 @@ -12439,7 +12439,7 @@ ;; End: Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.4 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.4 Fri Jan 14 10:14:17 2011 -0800 @@ -8937,7 +8937,7 @@ ;; End: Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.5 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.5 Fri Jan 14 10:14:17 2011 -0800 @@ -9266,7 +9266,7 @@ ;; End: Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.6 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.6 Fri Jan 14 10:14:17 2011 -0800 @@ -8023,7 +8023,7 @@ ;; End: Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.7 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.7 Fri Jan 14 10:14:17 2011 -0800 @@ -23108,7 +23108,7 @@ ;; End: Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.8 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.8 Fri Jan 14 10:14:17 2011 -0800 @@ -9994,7 +9994,7 @@ ;; End: Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.9 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ChangeLog.9 Fri Jan 14 10:14:17 2011 -0800 @@ -20694,7 +20694,7 @@ ;; End: Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/abbrev.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/abbrev.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; abbrev.el --- abbrev mode commands for Emacs -;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev convenience @@ -118,17 +118,18 @@ found)) (defun prepare-abbrev-list-buffer (&optional local) - (with-current-buffer (get-buffer-create "*Abbrevs*") - (erase-buffer) - (if local - (insert-abbrev-table-description - (abbrev-table-name local-abbrev-table) t) - (dolist (table abbrev-table-name-list) - (insert-abbrev-table-description table t))) - (goto-char (point-min)) - (set-buffer-modified-p nil) - (edit-abbrevs-mode) - (current-buffer))) + (let ((local-table local-abbrev-table)) + (with-current-buffer (get-buffer-create "*Abbrevs*") + (erase-buffer) + (if local + (insert-abbrev-table-description + (abbrev-table-name local-table) t) + (dolist (table abbrev-table-name-list) + (insert-abbrev-table-description table t))) + (goto-char (point-min)) + (set-buffer-modified-p nil) + (edit-abbrevs-mode) + (current-buffer)))) (defun edit-abbrevs-mode () "Major mode for editing the list of abbrev definitions.
--- a/lisp/abbrevlist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/abbrevlist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; abbrevlist.el --- list one abbrev table alphabetically ordered ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Suggested by a previous version by Gildea. ;; Maintainer: FSF
--- a/lisp/align.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/align.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; align.el --- align text to a specific column, by regexp ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Maintainer: FSF
--- a/lisp/allout.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/allout.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; allout.el --- extensive outline mode for use alone and with other modes -;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com>
--- a/lisp/ansi-color.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ansi-color.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ansi-color.el --- translate ANSI escape sequences into faces ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org>
--- a/lisp/apropos.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/apropos.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; apropos.el --- apropos commands for users and programmers ;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@bigbird.bu.edu> ;; Daniel Pfeiffer <occitan@esperanto.org> (rewrite)
--- a/lisp/arc-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/arc-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; arc-mode.el --- simple editing of archives ;; Copyright (C) 1995, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@gnu.org> ;; Keywords: files archives msdog editing major-mode
--- a/lisp/array.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/array.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; array.el --- array editing commands for GNU Emacs ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David M. Brown ;; Maintainer: FSF
--- a/lisp/autoarg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/autoarg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; autoarg.el --- make digit keys supply prefix args ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Created: 1998-09-04
--- a/lisp/autoinsert.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/autoinsert.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files ;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Charlie Martin <crm@cs.duke.edu> ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/autorevert.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/autorevert.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; autorevert.el --- revert buffers when files on disk change ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com> ;; Keywords: convenience
--- a/lisp/avoid.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/avoid.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; avoid.el --- make mouse pointer stay out of the way of editing ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: mouse
--- a/lisp/battery.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/battery.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; battery.el --- display battery status information -*- coding: iso-8859-1 -*- ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> ;; Keywords: hardware
--- a/lisp/bindings.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/bindings.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; bindings.el --- define standard key bindings and some variables ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/bookmark.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/bookmark.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later -;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Maintainer: Karl Fogel <kfogel@red-bean.com>
--- a/lisp/bs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/bs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; bs.el --- menu for selecting and displaying buffers ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> ;; Maintainer: Olaf Sylvester <Olaf.Sylvester@netsurf.de> ;; Keywords: convenience
--- a/lisp/buff-menu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/buff-menu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; buff-menu.el --- buffer menu main function and support functions -*- coding:utf-8 -*- -;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience
--- a/lisp/button.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/button.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; button.el --- clickable buttons ;; ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: extensions
--- a/lisp/calc/README Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. @@ -7,7 +7,7 @@ Emacs. "Calc" Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Written by: Dave Gillespie
--- a/lisp/calc/README.prev Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/README.prev Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/lisp/calc/calc-aent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-aent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-aent.el --- algebraic entry functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-alg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-alg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-alg.el --- algebraic functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-arith.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-arith.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-arith.el --- arithmetic functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-bin.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-bin.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-bin.el --- binary functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-comb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-comb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-comb.el --- combinatoric functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-cplx.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-cplx.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-cplx.el --- Complex number functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-embed.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-embed.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-embed.el --- embed Calc in a buffer ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-ext.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-ext.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-ext.el --- various extension functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-fin.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-fin.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-fin.el --- financial functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-forms.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-forms.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-forms.el --- data format conversion functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-frac.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-frac.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-frac.el --- fraction functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-funcs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-funcs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-funcs.el --- well-known functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-graph.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-graph.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-graph.el --- graph output functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-help.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-help.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-help.el --- help display functions for Calc, ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-incom.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-incom.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-incom.el --- complex data type input functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-keypd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-keypd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-keypd.el --- mouse-capable keypad input for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-lang.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-lang.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-lang.el --- calc language functions -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-macs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-macs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-macs.el --- important macros for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-map.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-map.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-map.el --- higher-order functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-math.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-math.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-math.el --- mathematical functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-menu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-menu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; calc-menu.el --- a menu for Calc -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-misc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-misc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-misc.el --- miscellaneous functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-mode.el --- calculator modes for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-mtx.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-mtx.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-mtx.el --- matrix functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-nlfit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-nlfit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; calc-nlfit.el --- nonlinear curve fitting for Calc -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-poly.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-poly.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-poly.el --- polynomial functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-prog.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-prog.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-prog.el --- user programmability functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-rewr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-rewr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-rewr.el --- rewriting functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-rules.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-rules.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-sel.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-sel.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-sel.el --- data selection functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-stat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-stat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-stat.el --- statistical functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-store.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-store.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-store.el --- value storage functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-stuff.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-stuff.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-stuff.el --- miscellaneous functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-trail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-trail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-trail.el --- functions for manipulating the Calc "trail" ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-undo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-undo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-undo.el --- undo functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-units.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-units.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-units.el --- unit conversion functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-vec.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-vec.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-vec.el --- vector functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-yank.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc-yank.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc-yank.el --- kill-ring functionality for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calc.el --- the GNU Emacs calculator ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcalg2.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calcalg2.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calcalg2.el --- more algebraic functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcalg3.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calcalg3.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calcalg3.el --- more algebraic functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calccomp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calccomp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calccomp.el --- composition functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcsel2.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calc/calcsel2.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calcsel2.el --- selection functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calendar/appt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/appt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; appt.el --- appointment notification functions ;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-bahai.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-bahai.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cal-bahai.el --- calendar functions for the Bah叩'鱈 calendar. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/calendar/cal-china.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-china.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-china.el --- calendar functions for the Chinese calendar ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-coptic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-coptic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-dst.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-dst.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-dst.el --- calendar functions for daylight saving rules ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Paul Eggert <eggert@twinsun.com> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-french.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-french.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; cal-french.el --- calendar functions for the French Revolutionary calendar ;; Copyright (C) 1988, 1989, 1992, 1994, 1995, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-hebrew.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-hebrew.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-html.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-html.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cal-html.el --- functions for printing HTML calendars -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Anna M. Bigatti <bigatti@dima.unige.it>
--- a/lisp/calendar/cal-islam.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-islam.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-islam.el --- calendar functions for the Islamic calendar ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-iso.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-iso.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-iso.el --- calendar functions for the ISO calendar ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-julian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-julian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-julian.el --- calendar functions for the Julian calendar ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-mayan.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-mayan.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-mayan.el --- calendar functions for the Mayan calendars ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-menu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-menu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-menu.el --- calendar functions for menu bar and popup menu support ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Lara Rios <lrios@coewl.cen.uiuc.edu>
--- a/lisp/calendar/cal-move.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-move.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cal-move.el --- calendar functions for movement in the calendar -;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-persia.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-persia.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-persia.el --- calendar functions for the Persian calendar ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-tex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-tex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Steve Fisk <fisk@bowdoin.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-x.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/cal-x.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cal-x.el --- calendar windows in dedicated frames ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.sunysb.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/calendar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/calendar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; calendar.el --- calendar functions ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/holidays.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/holidays.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; holidays.el --- holiday functions for the calendar package ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/icalendar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/icalendar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/calendar/lunar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/lunar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lunar.el --- calendar functions for phases of the moon ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/parse-time.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/parse-time.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; parse-time.el --- parsing time strings ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: util
--- a/lisp/calendar/solar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/solar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; solar.el --- calendar functions for solar events ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Denis B. Roegel <Denis.Roegel@loria.fr>
--- a/lisp/calendar/time-date.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/time-date.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; time-date.el --- Date and time handling functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu Umeda <umerin@mse.kyutech.ac.jp>
--- a/lisp/calendar/timeclock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/timeclock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; timeclock.el --- mode for keeping track of how much you work ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999
--- a/lisp/calendar/todo-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/calendar/todo-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; todo-mode.el --- major mode for editing TODO list files ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oliver Seidel <privat@os10000.net> ;; Maintainer: Stephen Berman <stephen.berman@gmx.net>
--- a/lisp/case-table.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/case-table.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; case-table.el --- code to extend the character set and support case tables ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/cdl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cdl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) ;; Maintainer: FSF
--- a/lisp/cedet/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1517,3 +1517,24 @@ * inversion.el: * mode-local.el: * pulse.el: New files. + +;; Local Variables: +;; coding: utf-8 +;; End: + + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + + This file is part of GNU Emacs. + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
--- a/lisp/cedet/cedet-cscope.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/cedet-cscope.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet-cscope.el --- CScope support for CEDET -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Package: cedet
--- a/lisp/cedet/cedet-files.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/cedet-files.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet-files.el --- Common routines dealing with file names. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Package: cedet
--- a/lisp/cedet/cedet-global.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/cedet-global.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet-global.el --- GNU Global support for CEDET. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Package: cedet
--- a/lisp/cedet/cedet-idutils.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/cedet-idutils.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet-idutils.el --- ID Utils support for CEDET. -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Version: 0.2
--- a/lisp/cedet/cedet.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/cedet.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet.el --- Setup CEDET environment -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/data-debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/data-debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; data-debug.el --- Datastructure Debugger -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/cedet/ede.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ede.el --- Emacs Development Environment gloss -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/auto.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/auto.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/auto.el --- Autoload features for EDE -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/autoconf-edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/autoconf-edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; ede/autoconf-edit.el --- Keymap for autoconf -;; Copyright (C) 1998, 1999, 2000, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project
--- a/lisp/cedet/ede/base.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/base.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/base.el --- Baseclasses for EDE. -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/cpp-root.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/cpp-root.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/cpp-root.el --- A simple way to wrap a C++ project with a single root -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/custom.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/custom.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede.el --- customization of EDE projects. -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/dired.el --- EDE extensions to dired. -;; Copyright (C) 1998, 1999, 2000, 2003, 2009, 2010 +;; Copyright (C) 1998, 1999, 2000, 2003, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/emacs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/emacs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/emacs.el --- Special project for Emacs -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/files.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/files.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/files.el --- Associate projects with files and directories. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/generic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/generic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/generic.el --- Base Support for generic build systems -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/linux.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/linux.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/linux.el --- Special project for Linux -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/locate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/locate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/locate.el --- Locate support -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/make.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/make.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/make.el --- General information about "make" -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/makefile-edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/makefile-edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; makefile-edit.el --- Makefile editing/scanning commands. -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/pconf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/pconf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/pconf.el --- configure.ac maintenance for EDE -;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010 +;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/pmake.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/pmake.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ede-pmake.el --- EDE Generic Project Makefile code generator. -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-archive.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-archive.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj-archive.el --- EDE Generic Project archive support -;; Copyright (C) 1998, 1999, 2000, 2001, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-aux.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-aux.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support -;; Copyright (C) 1998, 1999, 2000, 2007, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-comp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-comp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj-comp.el --- EDE Generic Project compiler/rule driver -;; Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-elisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-elisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ede-proj-elisp.el --- EDE Generic Project Emacs Lisp support -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-info.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-info.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-proj-info.el --- EDE Generic Project texinfo support -;;; Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009, 2010 +;;; Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-misc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-misc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support -;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009, 2010 +;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-obj.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-obj.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support -;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010 +;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-prog.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-prog.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-proj-prog.el --- EDE Generic Project program support -;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009, 2010 +;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-scheme.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-scheme.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support -;; Copyright (C) 1998, 1999, 2000, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make, scheme
--- a/lisp/cedet/ede/proj-shared.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj-shared.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-proj-shared.el --- EDE Generic Project shared library support -;;; Copyright (C) 1998, 1999, 2000, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 1998, 1999, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/proj.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/proj.el --- EDE Generic Project file driver -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/project-am.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/project-am.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; project-am.el --- A project management scheme based on automake files. -;; Copyright (C) 1998, 1999, 2000, 2003, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 1999, 2000, 2003, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/shell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/shell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/shell.el --- A shell controlled by EDE. ;; -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/simple.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/simple.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/simple.el --- Overlay an EDE structure on an existing project -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/source.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/source.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; ede/source.el --- EDE source code object -;; Copyright (C) 2000, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/speedbar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/speedbar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ede/speedbar.el --- Speedbar viewing of EDE projects -;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make, tags
--- a/lisp/cedet/ede/srecode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/srecode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/srecode.el --- EDE utilities on top of SRecoder -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/system.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/system.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) -;; Copyright (C) 2001, 2002, 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make, vc
--- a/lisp/cedet/ede/util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/ede/util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede/util.el --- EDE utilities -;; Copyright (C) 2000, 2005, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2005, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/inversion.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/inversion.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; inversion.el --- When you need something in version XX.XX -;;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/mode-local.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/mode-local.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mode-local.el --- Support for mode local facilities ;; -;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/pulse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/pulse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; pulse.el --- Pulsing Overlays -;;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Version: 1.0
--- a/lisp/cedet/semantic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic.el --- Semantic buffer evaluator. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax tools
--- a/lisp/cedet/semantic/analyze.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/analyze.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/analyze.el --- Analyze semantic tags against local context -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/complete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/analyze/complete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/analyze/complete.el --- Smart Completions -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/analyze/debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/analyze/debug.el --- Debug the analyzer -;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/fcn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/analyze/fcn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/analyze/fcn.el --- Analyzer support functions. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/refs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/analyze/refs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/analyze/refs.el --- Analysis of the references between tags. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine.el --- LL Parser/Analyzer core. -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/bovine/c-by.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/c-by.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/bovine/c-by.el --- Generated parser support file ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/c.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/c.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/bovine/c.el --- Semantic details for C ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine/debug.el --- Debugger support for bovinator -;; Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/el.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/el.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/bovine/el.el --- Semantic details for Emacs Lisp ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/gcc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/gcc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/bovine/make-by.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/make-by.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine/make-by.el --- Generated parser support file -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/make.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/make.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine/make.el --- Makefile parsing rules. -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/scm-by.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/scm-by.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic-scm-by.el --- Generated parser support file -;; Copyright (C) 2001, 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/scm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/bovine/scm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) -;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010 +;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/chart.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/chart.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/chart.el --- Utilities for use with semantic tag tables -;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/complete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/complete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/complete.el --- Routines for performing tag completion -;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ctxt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/ctxt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/ctxt.el --- Context calculations for Semantic tools. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/db-debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-debug.el --- Extra level debugging routines for Semantic -;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-ebrowse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-ebrowse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-el.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-el.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-file.el --- Save a semanticdb to a cache file. -;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-find.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-find.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/db-find.el --- Searching through semantic databases. ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: tags
--- a/lisp/cedet/semantic/db-global.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-global.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-javascript.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-javascript.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-javascript.el --- Semantic database extensions for javascript -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Joakim Verona
--- a/lisp/cedet/semantic/db-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-mode.el --- Semanticdb Minor Mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-ref.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-ref.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/db-ref.el --- Handle cross-db file references -;;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-typecache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db-typecache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; db-typecache.el --- Manage Datatypes -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/db.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/db.el --- Semantic tag database manager ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: tags
--- a/lisp/cedet/semantic/debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/debug.el --- Language Debugger framework -;; Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/decorate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/decorate.el --- Utilities for decorating/highlighting tokens. -;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010 +;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate/include.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/decorate/include.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/decorate/include.el --- Decoration modes for include statements -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate/mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/decorate/mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/decorate/mode.el --- Minor mode for decorating tags ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/dep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/dep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/dep.el --- Methods for tracking dependencies (include files) -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/doc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/doc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/doc.el --- Routines for documentation strings -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ede-grammar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/ede-grammar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files -;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/semantic/edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/edit.el --- Edit Management for Semantic ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/find.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/find.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/find.el --- Search routines for Semantic -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/format.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/format.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/format.el --- Routines for formatting tags ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/fw.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/fw.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/fw.el --- Framework for Semantic ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/grammar-wy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/grammar-wy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/grammar-wy.el --- Generated parser support file -;; Copyright (C) 2002, 2003, 2004, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Keywords: syntax
--- a/lisp/cedet/semantic/grammar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/grammar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/grammar.el --- Major mode framework for Semantic grammars -;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/html.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/html.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/html.el --- Semantic details for html files -;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ia-sb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/ia-sb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/ia-sb.el --- Speedbar analysis display interactor -;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ia.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/ia.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/ia.el --- Interactive Analysis functions ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;;; 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/idle.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/idle.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; idle.el --- Schedule parsing tasks in idle time -;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/imenu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/imenu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator -;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010 +;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/java.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/java.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/java.el --- Semantic functions for Java ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/lex-spp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/lex-spp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; lex-spp.el --- Semantic Lexical Pre-processor -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/lex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/lex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/lex.el --- Lexical Analyzer builder ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/mru-bookmark.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/mru-bookmark.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/mru-bookmark.el --- Automatic bookmark tracking -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/sb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/sb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/sb.el --- Semantic tag display for speedbar ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/scope.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/scope.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/scope.el --- Analyzer Scope Calculations -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/senator.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/senator.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/senator.el --- SEmantic NAvigaTOR ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: FSF
--- a/lisp/cedet/semantic/sort.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/sort.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sort.el --- Utilities for sorting and re-arranging tag tables. ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -;;; 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/symref.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref.el --- Symbol Reference API -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/cscope.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref/cscope.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref/cscope.el --- Semantic-symref support via cscope. -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/filter.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref/filter.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref/filter.el --- Filter symbol reference hits for accuracy. -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/global.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref/global.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref/global.el --- Use GNU Global for symbol references -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/grep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref/grep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref/grep.el --- Symref implementation using find/grep -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/idutils.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/symref/idutils.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/symref/idutils.el --- Symref implementation for idutils -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/tag-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/tag-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/tag-file.el --- Routines that find files based on tags. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/tag-ls.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/tag-ls.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/tag-ls.el --- Language Specific override functions for tags ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/tag-write.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/tag-write.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/tag-write.el --- Write tags to a text stream -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/tag.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/tag.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/tag.el --- tag creation and access ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/texi.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/texi.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/texi.el --- Semantic details for Texinfo files -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/util-modes.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/util-modes.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/util-modes.el --- Semantic minor modes -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; semantic/util.el --- Utilities for use with semantic tag tables ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -;;; 2008, 2009, 2010 Free Software Foundation, Inc. +;;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/wisent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent.el --- Wisent - Semantic gateway -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/comp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/comp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; semantic/wisent/comp.el --- GNU Bison for Emacs - Grammar compiler ;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/java-tags.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/java-tags.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/javascript.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/javascript.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/javascript.el --- javascript parser support -;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/wisent/javat-wy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/javat-wy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/javat-wy.el --- Generated parser support file -;; Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/wisent/js-wy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/js-wy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/js-wy.el --- Generated parser support file -;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/wisent/python-wy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/python-wy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/python-wy.el --- Generated parser support file -;; Copyright (C) 2002, 2003, 2004, 2007, 2010 +;; Copyright (C) 2002, 2003, 2004, 2007, 2010, 2011 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/wisent/python.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/python.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; wisent-python.el --- Semantic support for Python -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Richard Kim <emacs18@gmail.com>
--- a/lisp/cedet/semantic/wisent/wisent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/semantic/wisent/wisent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/srecode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode.el --- Semantic buffer evaluator. -;;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: codegeneration
--- a/lisp/cedet/srecode/args.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/args.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/args.el --- Provide some simple template arguments -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/compile.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/compile.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/compile --- Compilation of srecode template files. -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: codegeneration
--- a/lisp/cedet/srecode/cpp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/cpp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder -;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Jan Moringen <scymtym@users.sourceforge.net>
--- a/lisp/cedet/srecode/ctxt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/ctxt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/ctxt.el --- Derive a context from the source buffer. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/dictionary.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/dictionary.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode-dictionary.el --- Dictionary code for the semantic recoder. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/document.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/document.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/document.el --- Documentation (comment) generation -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/el.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/el.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/el.el --- Emacs Lisp specific arguments -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/expandproto.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/expandproto.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/expandproto.el --- Expanding prototypes. -;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/extract.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/extract.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/extract.el --- Extract content from previously inserted macro. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/fields.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/fields.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/fields.el --- Handling type-in fields in a buffer. ;; -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/filters.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/filters.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/filters.el --- Filters for use in template variables. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/find.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/find.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;;; srecode/find.el --- Tools for finding templates in the database. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/getset.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/getset.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/getset.el --- Package for inserting new get/set methods. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/insert.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/insert.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/insert --- Insert srecode templates to an output stream. -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/srecode/java.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/java.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode-java.el --- Srecode Java support -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/map.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/map.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/map.el --- Manage a template file map -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/semantic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/semantic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/srt-wy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/srt-wy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/srt-wy.el --- Generated parser support file -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/srecode/srt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/srt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/srt.el --- argument handlers for SRT files -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/table.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/table.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode/table.el --- Tables of Semantic Recoders -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/template.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/template.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode-template.el --- SRecoder template language parser support. -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/srecode/texi.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cedet/srecode/texi.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode-texi.el --- Srecode texinfo support. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/chistory.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/chistory.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; chistory.el --- list command history ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/cmuscheme.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cmuscheme.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el ;; Copyright (C) 1988, 1994, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> ;; Maintainer: FSF
--- a/lisp/comint.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/comint.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; comint.el --- general command interpreter in a window stuff -;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu> ;; Simon Marshall <simon@gnu.org>
--- a/lisp/completion.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/completion.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; completion.el --- dynamic word-completion code ;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev convenience
--- a/lisp/composite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/composite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; composite.el --- support character composition ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 +;; 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/cus-dep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cus-dep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cus-dep.el --- find customization dependencies ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: internal
--- a/lisp/cus-edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cus-edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages ;; ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF
--- a/lisp/cus-face.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cus-face.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cus-face.el --- customization support for faces ;; ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces
--- a/lisp/cus-start.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cus-start.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cus-start.el --- define customization properties of builtins ;; -;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: internal
--- a/lisp/cus-theme.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/cus-theme.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cus-theme.el -- custom theme creation user interface ;; ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: FSF
--- a/lisp/custom.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/custom.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; custom.el --- tools for declaring and initializing options ;; ;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF
--- a/lisp/dabbrev.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dabbrev.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dabbrev.el --- dynamic abbreviation package ;; Copyright (C) 1985, 1986, 1992, 1994, 1996, 1997, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Don Morrison
--- a/lisp/delim-col.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/delim-col.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; delim-col.el --- prettify all columns in a region or rectangle ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/delsel.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/delsel.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; delsel.el --- delete selection if you insert ;; Copyright (C) 1992, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Matthieu Devin <devin@lucid.com> ;; Maintainer: FSF
--- a/lisp/descr-text.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/descr-text.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; descr-text.el --- describe text mode ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Maintainer: FSF
--- a/lisp/desktop.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/desktop.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; desktop.el --- save partial status of Emacs when killed ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk>
--- a/lisp/dframe.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dframe.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dframe --- dedicate frame support modes ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/dired-aux.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dired-aux.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; dired-aux.el --- less commonly used parts of dired ;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. ;; Maintainer: FSF
--- a/lisp/dired-x.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dired-x.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dired-x.el --- extra Dired functionality ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> ;; Lawrence R. Dodd <dodd@roebling.poly.edu>
--- a/lisp/dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dired.el --- directory-browsing commands ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> @@ -3562,7 +3562,7 @@ ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff -;;;;;; dired-diff) "dired-aux" "dired-aux.el" "2fbc81b9fecc09f713ec022d1f0365fa") +;;;;;; dired-diff) "dired-aux" "dired-aux.el" "5fc17781c25dbe16b7e170aed0ad4d62") ;;; Generated autoloads from dired-aux.el (autoload 'dired-diff "dired-aux" "\ @@ -4021,7 +4021,7 @@ ;;;*** ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" -;;;;;; "6181a5bcc2b61255676a7a41549b9f40") +;;;;;; "0f63715e54b0d001955bdc3680cadcd0") ;;; Generated autoloads from dired-x.el (autoload 'dired-jump "dired-x" "\
--- a/lisp/dirtrack.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dirtrack.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dirtrack.el --- Directory Tracking by watching the prompt ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Nov 17 1996
--- a/lisp/disp-table.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/disp-table.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; disp-table.el --- functions for dealing with char tables ;; Copyright (C) 1987, 1994, 1995, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Based on a previous version by Howard Gayle
--- a/lisp/dnd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dnd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jan Dj辰rv <jan.h.d@swipnet.se>
--- a/lisp/doc-view.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/doc-view.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; doc-view.el --- View PDF/PostScript/DVI files in Emacs -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Tassilo Horn <tassilo@member.fsf.org> ;; Maintainer: Tassilo Horn <tassilo@member.fsf.org>
--- a/lisp/dos-fns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dos-fns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dos-fns.el --- MS-Dos specific functions ;; Copyright (C) 1991, 1993, 1995, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Morten Welinder <terra@diku.dk> ;; Keywords: internal
--- a/lisp/dos-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dos-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dos-vars.el --- MS-Dos specific user options ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/dos-w32.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dos-w32.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> ;; Keywords: internal
--- a/lisp/double.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/double.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; double.el --- support for keyboard remapping with double clicking ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: i18n
--- a/lisp/dynamic-setting.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/dynamic-setting.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; dynamic-setting.el --- Support dynamic changes -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jan Dj辰rv <jan.h.d@swipnet.se> ;; Maintainer: FSF
--- a/lisp/ebuff-menu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ebuff-menu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ebuff-menu.el --- electric-buffer-list mode -;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@ai.mit.edu> ;; Maintainer: FSF
--- a/lisp/echistory.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/echistory.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; echistory.el --- Electric Command History Mode ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/edmacro.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/edmacro.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; edmacro.el --- keyboard macro editor ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Maintainer: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/ehelp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ehelp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ehelp.el --- bindings for electric-help mode ;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Mlynarik ;; (according to ack.texi and authors.el)
--- a/lisp/electric.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/electric.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; electric.el --- window maker and Command loop for `electric' modes ;; Copyright (C) 1985, 1986, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/elide-head.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/elide-head.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; elide-head.el --- hide headers in files ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: outlines tools
--- a/lisp/emacs-lisp/advice.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/advice.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; advice.el --- an overloading mechanism for Emacs Lisp functions ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/assoc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/assoc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; assoc.el --- insert/delete/sort functions on association lists ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/authors.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/authors.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: utf-8;-*- ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: Kim F. Storm <storm@cua.dk>
--- a/lisp/emacs-lisp/autoload.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/autoload.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>
--- a/lisp/emacs-lisp/avl-tree.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/avl-tree.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; avl-tree.el --- balanced binary trees, AVL-trees -;; Copyright (C) 1995, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/backquote.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/backquote.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; backquote.el --- implement the ` Lisp construct ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rick Sladkey <jrs@world.std.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/benchmark.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/benchmark.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; benchmark.el --- support for benchmarking code -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/emacs-lisp/bindat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/bindat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; bindat.el --- binary data structure packing and unpacking. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Assignment name: struct.el
--- a/lisp/emacs-lisp/byte-opt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/byte-opt.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/byte-run.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/byte-run.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; byte-run.el --- byte-compiler support for inlining ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/bytecomp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/bytecomp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; bytecomp.el --- compilation of Lisp code into byte code ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/check-declare.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/check-declare.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; check-declare.el --- Check declare-function statements -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/checkdoc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/checkdoc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; checkdoc.el --- check documentation strings for style requirements -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.6.2
--- a/lisp/emacs-lisp/cl-extra.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-extra.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-extra.el --- Common Lisp features, part 2 ;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/cl-indent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-indent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-indent.el --- enhanced lisp-indent mode ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Created: July 1987
--- a/lisp/emacs-lisp/cl-loaddefs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-loaddefs.el Fri Jan 14 10:14:17 2011 -0800 @@ -10,7 +10,7 @@ ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively ;;;;;; notevery notany every some mapcon mapcan mapl maplist map -;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "20c8c875ff1d11dd819e15a1f25afd73") +;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "0fa13e08069009fb44873beae11aab93") ;;; Generated autoloads from cl-extra.el (autoload 'coerce "cl-extra" "\ @@ -282,7 +282,7 @@ ;;;;;; do-all-symbols do-symbols dotimes dolist do* do loop return-from ;;;;;; return block etypecase typecase ecase case load-time-value ;;;;;; eval-when destructuring-bind function* defmacro* defun* gentemp -;;;;;; gensym) "cl-macs" "cl-macs.el" "34ea402a8756c7d74d27cdcecf35e3c3") +;;;;;; gensym) "cl-macs" "cl-macs.el" "fd9e3122cb1900c82072cb61a5f3c1bd") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ @@ -754,7 +754,7 @@ ;;;;;; find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not ;;;;;; substitute-if substitute delete-duplicates remove-duplicates ;;;;;; delete-if-not delete-if delete* remove-if-not remove-if remove* -;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "7b7531276ddf8457abecdd487d3cf0b7") +;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "06b7f4180b3e40db2e6dae228c3265a8") ;;; Generated autoloads from cl-seq.el (autoload 'reduce "cl-seq" "\
--- a/lisp/emacs-lisp/cl-macs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-macs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-macs.el --- Common Lisp macros ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-seq.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-seq.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-seq.el --- Common Lisp features, part 3 ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-specs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl-specs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Keywords: lisp, tools, maint ;; Package: emacs
--- a/lisp/emacs-lisp/cl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl.el --- Common Lisp extensions for Emacs ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/copyright.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/copyright.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: maint, tools
--- a/lisp/emacs-lisp/crm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/crm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; crm.el --- read multiple strings with completion ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: completion, minibuffer, multiple elements
--- a/lisp/emacs-lisp/cust-print.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/cust-print.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cust-print.el --- handles print-level and print-circle ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Adapted-By: ESR
--- a/lisp/emacs-lisp/debug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/debug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; debug.el --- debuggers and related commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/derived.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/derived.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; (formerly mode-clone.el) ;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF
--- a/lisp/emacs-lisp/disass.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/disass.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; disass.el --- disassembler for compiled Emacs Lisp code ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Doug Cutting <doug@csli.stanford.edu> ;; Jamie Zawinski <jwz@lucid.com>
--- a/lisp/emacs-lisp/easy-mmode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/easy-mmode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; easy-mmode.el --- easy definition for major and minor modes ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr> ;; Maintainer: Stefan Monnier <monnier@gnu.org>
--- a/lisp/emacs-lisp/edebug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/edebug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; 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, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/eieio-base.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-base.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; eieio-base.el --- Base classes for EIEIO. -;;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/eieio-comp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-comp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eieio-comp.el -- eieio routines to help with byte compilation ;; Copyright (C) 1995,1996, 1998, 1999, 2000, 2001, 2002, 2005, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/emacs-lisp/eieio-custom.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-custom.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; eieio-custom.el -- eieio object customization -;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/eieio-datadebug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-datadebug.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; eieio-datadebug.el --- EIEIO extensions to the data debugger. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: OO, lisp
--- a/lisp/emacs-lisp/eieio-opt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-opt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar) ;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/emacs-lisp/eieio-speedbar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio-speedbar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; eieio-speedbar.el -- Classes for managing speedbar displays. -;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/eieio.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eieio.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;;; or maybe Eric's Implementation of Emacs Intrepreted Objects ;; Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 1.3
--- a/lisp/emacs-lisp/eldoc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/eldoc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com> ;; Maintainer: friedman@splode.com
--- a/lisp/emacs-lisp/elint.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/elint.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; elint.el --- Lint Emacs Lisp ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Liljenberg <petli@lysator.liu.se> ;; Created: May 1997
--- a/lisp/emacs-lisp/elp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/elp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; elp.el --- Emacs Lisp Profiler ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/emacs-lisp/ewoc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/ewoc.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/find-func.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/find-func.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/find-gc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; find-gc.el --- detect functions that call the garbage collector ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/float-sup.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/float-sup.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; float-sup.el --- define some constants useful for floating point numbers. -;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/generic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/generic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; generic.el --- defining simple major modes with comment and font-lock ;; ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Fri Sep 27 1996
--- a/lisp/emacs-lisp/gulp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/gulp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gulp.el --- ask for updates for Lisp packages ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sam Shteingold <shteingd@math.ucla.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/helper.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/helper.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; helper.el --- utility help package supporting help in electric modes ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lisp-mnt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/lisp-mnt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lisp-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/lisp-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/lisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/lisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lisp.el --- Lisp editing commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/macroexp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/macroexp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; macroexp.el --- Additional macro-expansion support ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: lisp, compiler, macros
--- a/lisp/emacs-lisp/map-ynp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/map-ynp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; map-ynp.el --- general-purpose boolean question-asker ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/pp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/pp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pp.el --- pretty printer for Emacs Lisp ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@stonehenge.com> ;; Keywords: lisp
--- a/lisp/emacs-lisp/re-builder.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/re-builder.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; re-builder.el --- building Regexps with visual feedback ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Detlev Zundel <dzu@gnu.org> ;; Keywords: matching, lisp, tools
--- a/lisp/emacs-lisp/regexp-opt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/regexp-opt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; regexp-opt.el --- generate efficient regexps to match strings ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/regi.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/regi.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; regi.el --- REGular expression Interpreting engine ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 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 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/ring.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ring.el --- handle rings of items ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: extensions
--- a/lisp/emacs-lisp/shadow.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/shadow.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; shadow.el --- locate Emacs Lisp file shadowings ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Terry Jones <terry@santafe.edu> ;; Keywords: lisp
--- a/lisp/emacs-lisp/smie.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/smie.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; smie.el --- Simple Minded Indentation Engine -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: languages, lisp, internal, parsing, indentation
--- a/lisp/emacs-lisp/syntax.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/syntax.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; syntax.el --- helper functions to find syntactic context ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/tcover-ses.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/tcover-ses.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/tcover-unsafep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/tcover-unsafep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com> ;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/testcover.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/testcover.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;;; testcover.el -- Visual code-coverage tool -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/timer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/timer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; timer.el --- run a function with args at some time in future ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Package: emacs
--- a/lisp/emacs-lisp/tq.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/tq.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tq.el --- utility to maintain a transaction queue ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Scott Draves <spot@cs.cmu.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/trace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/trace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; trace.el --- tracing facility for Emacs Lisp functions ;; Copyright (C) 1993, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/unsafep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/unsafep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/warnings.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lisp/warnings.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; warnings.el --- log and display warnings -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emacs-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked ;; Copyright (C) 1994, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc ;; Author: Tom Wurgler <twurgler@goodyear.com> ;; Created: 12/8/94
--- a/lisp/emulation/crisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/crisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; crisp.el --- CRiSP/Brief Emacs emulator -;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> ;; Keywords: emulations brief crisp
--- a/lisp/emulation/cua-base.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/cua-base.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cua-base.el --- emulate CUA key bindings -;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience cua @@ -1438,6 +1438,7 @@ (define-key cua-global-keymap [remap yank-pop] 'cua-paste-pop) ;; set mark (define-key cua-global-keymap [remap set-mark-command] 'cua-set-mark) + (define-key cua-global-keymap [remap exchange-point-and-mark] 'cua-exchange-point-and-mark) ;; scrolling (define-key cua-global-keymap [remap scroll-up] 'cua-scroll-up) @@ -1452,7 +1453,6 @@ (when cua-remap-control-v (define-key cua--cua-keys-keymap [(control v)] 'yank) (define-key cua--cua-keys-keymap [(meta v)] 'cua-repeat-replace-region)) - (define-key cua--cua-keys-keymap [remap exchange-point-and-mark] 'cua-exchange-point-and-mark) (define-key cua--prefix-override-keymap [(control x)] 'cua--prefix-override-handler) (define-key cua--prefix-override-keymap [(control c)] 'cua--prefix-override-handler)
--- a/lisp/emulation/cua-gmrk.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/cua-gmrk.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cua-gmrk.el --- CUA unified global mark support ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience cua mark
--- a/lisp/emulation/cua-rect.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/cua-rect.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cua-rect.el --- CUA unified rectangle support ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience CUA
--- a/lisp/emulation/edt-lk201.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/edt-lk201.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards ;; Copyright (C) 1986, 1992, 1993, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-mapper.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/edt-mapper.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-pc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/edt-pc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards ;; Copyright (C) 1986, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-vt100.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/edt-vt100.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/edt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/keypad.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/keypad.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; keypad.el --- simplified keypad bindings ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard convenience
--- a/lisp/emulation/pc-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/pc-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pc-mode.el --- emulate certain key bindings used on PCs ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emulation/pc-select.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/pc-select.el Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ ;;; including key bindings. ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> ;; Keywords: convenience emulations
--- a/lisp/emulation/tpu-edt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/tpu-edt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> @@ -2438,7 +2438,7 @@ ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins -;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "fe5b7795d6b6720a98b805ee47a08bdf") +;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "2544842880361769b7665e6361c22457") ;;; Generated autoloads from tpu-extras.el (autoload 'tpu-cursor-free-mode "tpu-extras" "\
--- a/lisp/emulation/tpu-extras.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/tpu-extras.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-mapper.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/tpu-mapper.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tpu-mapper.el --- create a TPU-edt X-windows keymap file ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/vip.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/vip.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vip.el --- a VI Package for GNU Emacs ;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masahiko Sato <ms@sail.stanford.edu> ;; Keywords: emulations
--- a/lisp/emulation/viper-cmd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-cmd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; viper-cmd.el --- Vi command support for Viper -;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-ex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-ex.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-init.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-init.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; viper-init.el --- some common definitions for Viper -;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-keym.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-keym.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; viper-keym.el --- Viper keymaps ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-macs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-macs.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-mous.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-mous.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; viper-mous.el --- mouse support for Viper ;; Copyright (C) 1994, 1995, 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; viper-util.el --- Utilities used by viper.el ;; Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper
--- a/lisp/emulation/viper.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/viper.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations
--- a/lisp/emulation/ws-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/emulation/ws-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs ;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> ;; Version: 0.7
--- a/lisp/env.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/env.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; env.el --- functions to manipulate environment variables ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: processes, unix
--- a/lisp/epa-dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epa-dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; epa-dired.el --- the EasyPG Assistant, dired extension -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epa-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; epa-file.el --- the EasyPG Assistant, transparent file encryption -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-hook.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epa-hook.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; epa-hook.el --- preloaded code to enable epa-file.el -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-mail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epa-mail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; epa-mail.el --- the EasyPG Assistant, minor-mode for mail composer -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG, mail, message
--- a/lisp/epa.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epa.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,5 @@ ;;; epa.el --- the EasyPG Assistant - -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epg-config.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epg-config.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; epg-config.el --- configuration of the EasyPG Library -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/epg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; epg.el --- the EasyPG Library ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/erc/ChangeLog.01 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.01 Fri Jan 14 10:14:17 2011 -0800 @@ -1035,7 +1035,7 @@ * erc-speak.el 1.1, erc.el 1.1: New file. - Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.02 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.02 Fri Jan 14 10:14:17 2011 -0800 @@ -2596,7 +2596,7 @@ See ChangeLog.01 for earlier changes. - Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.03 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.03 Fri Jan 14 10:14:17 2011 -0800 @@ -2140,7 +2140,7 @@ See ChangeLog.02 for earlier changes. - Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.04 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.04 Fri Jan 14 10:14:17 2011 -0800 @@ -2072,7 +2072,7 @@ See ChangeLog.03 for earlier changes. - Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.05 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.05 Fri Jan 14 10:14:17 2011 -0800 @@ -1217,7 +1217,7 @@ See ChangeLog.04 for earlier changes. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.06 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.06 Fri Jan 14 10:14:17 2011 -0800 @@ -1430,7 +1430,7 @@ See ChangeLog.05 for earlier changes. - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.07 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.07 Fri Jan 14 10:14:17 2011 -0800 @@ -812,7 +812,7 @@ See ChangeLog.06 for earlier changes. - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.08 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/ChangeLog.08 Fri Jan 14 10:14:17 2011 -0800 @@ -405,7 +405,7 @@ See ChangeLog.07 for earlier changes. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/erc-autoaway.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-autoaway.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-autoaway.el --- Provides autoaway for ERC -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx>
--- a/lisp/erc/erc-backend.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-backend.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-backend.el --- Backend network communication for ERC -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Filename: erc-backend.el ;; Author: Lawrence Mitchell <wence@gmx.li>
--- a/lisp/erc/erc-button.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-button.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; erc-button.el --- A way of buttonizing certain things in ERC buffers ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: irc, button, url, regexp
--- a/lisp/erc/erc-capab.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-capab.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-capab.el --- support for dancer-ircd and hyperion's CAPAB -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 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/lisp/erc/erc-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-compat.el --- ERC compatibility code for XEmacs -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org>
--- a/lisp/erc/erc-ezbounce.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-ezbounce.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: comm
--- a/lisp/erc/erc-fill.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-fill.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; erc-fill.el --- Filling IRC messages in various ways ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-goodies.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-goodies.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; erc-goodies.el --- Collection of ERC modules -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx>
--- a/lisp/erc/erc-hecomplete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-hecomplete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-hecomplete.el --- Provides Nick name completion for ERC -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
--- a/lisp/erc/erc-ibuffer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-ibuffer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-ibuffer.el --- ibuffer integration with ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-identd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-identd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server -;; Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: comm, processes
--- a/lisp/erc/erc-imenu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-imenu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-imenu.el -- Imenu support for ERC -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-join.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-join.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-join.el --- autojoin channels on connect and reconnects -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: irc
--- a/lisp/erc/erc-lang.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-lang.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; erc-lang.el --- provide the LANG command to ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org>
--- a/lisp/erc/erc-list.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-list.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-list.el --- /list support for ERC -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Tom Tromey <tromey@redhat.com> ;; Version: 0.1
--- a/lisp/erc/erc-log.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-log.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-log.el --- Logging facilities for ERC. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lawrence Mitchell <wence@gmx.li> ;; Keywords: IRC, chat, client, Internet, logging
--- a/lisp/erc/erc-match.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-match.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; erc-match.el --- Highlight messages matching certain regexps ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: comm, faces
--- a/lisp/erc/erc-menu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-menu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; erc-menu.el -- Menu-bar definitions for ERC ;; Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, processes, menu
--- a/lisp/erc/erc-netsplit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-netsplit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-networks.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-networks.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-networks.el --- IRC networks -;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@lexx.delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-notify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-notify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-notify.el --- Online status change notification -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@lexx.delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-page.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-page.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; erc-page.el - CTCP PAGE support for ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-pcomplete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-pcomplete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-pcomplete.el --- Provides programmable completion for ERC -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sacha Chua <sacha@free.net.ph> ;; Keywords: comm, convenience
--- a/lisp/erc/erc-replace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-replace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; erc-replace.el -- wash and massage messages inserted into the buffer ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Maintainer: Mario Lang (mlang@delysid.org)
--- a/lisp/erc/erc-ring.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-ring.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; erc-ring.el -- Command history handling for erc using ring.el ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: comm
--- a/lisp/erc/erc-services.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-services.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-services.el --- Identify to NickServ -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-sound.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-sound.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-sound.el --- CTCP SOUND support for ERC -;; Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-speedbar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-speedbar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; erc-speedbar.el --- Speedbar support for ERC ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Contributor: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/erc/erc-spelling.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-spelling.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-spelling.el --- use flyspell in ERC -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx> ;; Keywords: irc
--- a/lisp/erc/erc-stamp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-stamp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-stamp.el --- Timestamping for ERC messages -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-track.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-track.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; erc-track.el --- Track modified channel buffers ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, faces
--- a/lisp/erc/erc-truncate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-truncate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-truncate.el --- Functions for truncating ERC buffers -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: IRC, chat, client, Internet, logging
--- a/lisp/erc/erc-xdcc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/erc/erc-xdcc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; erc-xdcc.el --- XDCC file-server support for ERC -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, processes
--- a/lisp/eshell/em-alias.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-alias.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-alias.el --- creation and management of command aliases ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-banner.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-banner.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-banner.el --- sample module that displays a login banner ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-basic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-basic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-basic.el --- basic shell builtin commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-cmpl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-cmpl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-cmpl.el --- completion using the TAB key ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-dirs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-dirs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-dirs.el --- directory navigation commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-glob.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-glob.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-glob.el --- extended file name globbing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-hist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-hist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-hist.el --- history list management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-ls.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-ls.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-ls.el --- implementation of ls in Lisp ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-pred.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-pred.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-pred.el --- argument predicates and modifiers (ala zsh) ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-prompt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-prompt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-prompt.el --- command prompts ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-rebind.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-rebind.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-rebind.el --- rebind keys when point is at current input ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-script.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-script.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-script.el --- Eshell script files ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-smart.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-smart.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-smart.el --- smart display of output ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-term.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-term.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-term.el --- running visual commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-unix.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-unix.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-unix.el --- UNIX command aliases ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-xtra.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/em-xtra.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; em-xtra.el --- extra alias functions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-arg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-arg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-arg.el --- argument processing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-cmd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-cmd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-cmd.el --- command invocation ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-ext.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-ext.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-ext.el --- commands external to Eshell -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-io.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-io.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-io.el --- I/O management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-mode.el --- user interface ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-module.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-module.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-module.el --- Eshell modules ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes
--- a/lisp/eshell/esh-opt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-opt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-opt.el --- command options processing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-proc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-proc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-proc.el --- process management -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-test.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-test.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-test.el --- Eshell test suite ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-util.el --- general utilities ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-var.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/esh-var.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; esh-var.el --- handling of variables -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/eshell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/eshell/eshell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eshell.el --- the Emacs command shell ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Version: 2.4.2
--- a/lisp/expand.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/expand.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; expand.el --- make abbreviations more usable ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
--- a/lisp/ezimage.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ezimage.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ezimage --- Generalized Image management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/face-remap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/face-remap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; face-remap.el --- Functions for managing `face-remapping-alist' ;; -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: faces, face remapping, display, user commands
--- a/lisp/facemenu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/facemenu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; facemenu.el --- create a face menu for interactively adding fonts to text ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: faces
--- a/lisp/faces.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/faces.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; faces.el --- Lisp faces ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/ffap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ffap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ffap.el --- find file (or url) at point ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> ;; Maintainer: FSF
--- a/lisp/filecache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/filecache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; filecache.el --- find files using a pre-loaded cache ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Nov 10 1996
--- a/lisp/files-x.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/files-x.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; files-x.el --- extended file handling commands -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Maintainer: FSF
--- a/lisp/filesets.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/filesets.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; filesets.el --- handle group of files -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Thomas Link <sanobast-emacs@yahoo.de>
--- a/lisp/find-cmd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/find-cmd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; find-cmd.el --- Build a valid find(1) command with sexps -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Philip Jackson <phil@shellarchive.co.uk> ;; Version: 0.6
--- a/lisp/find-dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/find-dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; find-dired.el --- run a `find' command and dired the output ;; Copyright (C) 1992, 1994, 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>, ;; Sebastian Kremer <sk@thp.uni-koeln.de>
--- a/lisp/find-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/find-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ ;; Keywords: c, matching, tools ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/find-lisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/find-lisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -5,7 +5,7 @@ ;; Keywords: unix ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/finder.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/finder.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; finder.el --- topic & keyword-based code finder ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Created: 16 Jun 1992
--- a/lisp/flow-ctrl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/flow-ctrl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control ;; Copyright (C) 1990, 1991, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallagher ;; Maintainer: FSF
--- a/lisp/foldout.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/foldout.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> ;; Maintainer: FSF
--- a/lisp/follow.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/follow.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; follow.el --- synchronize windows showing the same buffer ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com> ;; Maintainer: FSF (Anders' email bounces, Sep 2005)
--- a/lisp/font-core.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/font-core.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; font-core.el --- Core interface to font-lock ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/font-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/font-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; font-lock.el --- Electric font lock mode ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski ;; Richard Stallman
--- a/lisp/format-spec.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/format-spec.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; format-spec.el --- functions for formatting arbitrary formatting strings ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: tools
--- a/lisp/format.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/format.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; format.el --- read and save files in multiple formats ;; Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Package: emacs
--- a/lisp/forms-d2.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/forms-d2.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*- ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Johan Vromans <jvromans@squirrel.nl> ;; Created: 1989
--- a/lisp/forms.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/forms.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; forms.el --- Forms mode: edit a file as a form to fill in ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Johan Vromans <jvromans@squirrel.nl>
--- a/lisp/frame.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/frame.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; frame.el --- multi-frame management independent of window systems ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/fringe.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/fringe.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; fringe.el --- fringe setup and control -*- coding: utf-8 -*- ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Maintainer: FSF
--- a/lisp/generic-x.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/generic-x.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; generic-x.el --- A collection of generic modes ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Tue Oct 08 1996
--- a/lisp/gnus/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -19031,8 +19031,7 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/gnus/ChangeLog.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/ChangeLog.1 Fri Jan 14 10:14:17 2011 -0800 @@ -3709,7 +3709,7 @@ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/gnus/ChangeLog.2 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/ChangeLog.2 Fri Jan 14 10:14:17 2011 -0800 @@ -18553,7 +18553,7 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/gnus/canlock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/canlock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; canlock.el --- functions for Cancel-Lock feature ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
--- a/lisp/gnus/compface.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/compface.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; compface.el --- functions for converting X-Face headers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/deuglify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/deuglify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; deuglify.el --- deuglify broken Outlook (Express) articles -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Raymond Scholz <rscholz@zonix.de>
--- a/lisp/gnus/ecomplete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/ecomplete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; ecomplete.el --- electric completion of addresses and the like -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail
--- a/lisp/gnus/flow-fill.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/flow-fill.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; flow-fill.el --- interpret RFC2646 "flowed" text -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: mail
--- a/lisp/gnus/gmm-utils.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gmm-utils.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Reiner Steib <reiner.steib@gmx.de> ;; Keywords: news
--- a/lisp/gnus/gnus-agent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-agent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-agent.el --- unplugged support for Gnus ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/gnus-async.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-async.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-async.el --- asynchronous support for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-bcklg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-bcklg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-bcklg.el --- backlog functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-bookmark.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-bookmark.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; gnus-bookmark.el --- Bookmarks in Gnus -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bastien Guerry <bzg AT altern DOT org> ;; Keywords: news
--- a/lisp/gnus/gnus-cache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-cache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-cache.el --- cache interface for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-cite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-cite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-cite.el --- parse citations in articles for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Abhiddenware
--- a/lisp/gnus/gnus-cus.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-cus.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-cus.el --- customization commands for Gnus ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: news
--- a/lisp/gnus/gnus-delay.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-delay.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; gnus-delay.el --- Delayed posting of articles -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Kai Gro�johann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
--- a/lisp/gnus/gnus-demon.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-demon.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-demon.el --- daemonic Gnus behavior ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-diary.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-diary.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Didier Verna <didier@xemacs.org> ;; Maintainer: Didier Verna <didier@xemacs.org>
--- a/lisp/gnus/gnus-dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-dired.el --- utility functions where gnus and dired meet -;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, ;; Shenghuo Zhu <zsh@cs.rochester.edu>
--- a/lisp/gnus/gnus-draft.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-draft.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-draft.el --- draft message support for Gnus ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-dup.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-dup.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-dup.el --- suppression of duplicate articles in Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-eform.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-eform.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-eform.el --- a mode for editing forms for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-ems.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-ems.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-fun.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-fun.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; gnus-fun.el --- various frivolous extension functions to Gnus -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-kill.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-kill.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-kill.el --- kill commands for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-logic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-logic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-logic.el --- advanced scoring code for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-mh.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-mh.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-mh.el --- mh-e interface for Gnus ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-ml.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-ml.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-ml.el --- Mailing list minor mode for Gnus ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Julien Gilles <jgilles@free.fr> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-mlspl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-mlspl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-picon.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-picon.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-picon.el --- displaying pretty icons in Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news xpm annotation glyph faces
--- a/lisp/gnus/gnus-range.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-range.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-range.el --- range and sequence functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-registry.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-registry.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; gnus-registry.el --- article registry for Gnus -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;;; Free Software Foundation, Inc. ;; Author: Ted Zlatanov <tzz@lifelogs.com>
--- a/lisp/gnus/gnus-salt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-salt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-score.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-score.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-score.el --- scoring code for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-setup.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-setup.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Steven L. Baur <steve@miranova.com> ;; Keywords: news
--- a/lisp/gnus/gnus-sieve.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-sieve.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: NAGY Andras <nagya@inf.elte.hu>, ;; Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/gnus-spec.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-spec.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-spec.el --- format spec functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-srvr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-srvr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-srvr.el --- virtual server support for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-start.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-start.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-start.el --- startup functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-sum.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-sum.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-sum.el --- summary mode commands for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-topic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-topic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ilja Weis <kult@uni-paderborn.de> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-undo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-undo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-undo.el --- minor mode for undoing in Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-util.el --- utility functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-uu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-uu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-uu.el --- extract (uu)encoded files in Gnus ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Created: 2 Oct 1993
--- a/lisp/gnus/gnus-vm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-vm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-vm.el --- vm interface for Gnus ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Persson <pp@gnu.ai.mit.edu> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gnus-win.el --- window configuration functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/gnus.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; gnus.el --- a newsreader for GNU Emacs -;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, -;; 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/html2text.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/html2text.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; html2text.el --- a simple html to plain text converter -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Joakim Hove <hove@phys.ntnu.no>
--- a/lisp/gnus/ietf-drums.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/ietf-drums.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ietf-drums.el --- Functions for parsing RFC822bis headers ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/legacy-gnus-agent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/legacy-gnus-agent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; gnus-agent.el --- Legacy unplugged support for Gnus -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Greiner <kgreiner@xpediantsolutions.com> ;; Keywords: news
--- a/lisp/gnus/mail-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mail-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mail-parse.el --- Interface functions for parsing mail ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mail-prsvr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mail-prsvr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mail-prsvr.el --- Interface variables for parsing mail ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mail-source.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mail-source.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mail-source.el --- functions for fetching mail -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/mailcap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mailcap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mailcap.el --- MIME media types configuration ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: William M. Perry <wmperry@aventail.com> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/message.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/message.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; message.el --- composing mail and news messages ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, news
--- a/lisp/gnus/messcompat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/messcompat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; messcompat.el --- making message mode compatible with mail mode ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, news
--- a/lisp/gnus/mm-bodies.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-bodies.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-bodies.el --- Functions for decoding MIME things ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-decode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-decode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-decode.el --- Functions for decoding MIME things -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-encode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-encode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-encode.el --- Functions for encoding MIME things ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-extern.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-extern.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-extern.el --- showing message/external-body -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: message external-body
--- a/lisp/gnus/mm-partial.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-partial.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-partial.el --- showing message/partial ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: message partial
--- a/lisp/gnus/mm-url.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-url.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mm-url.el --- a wrapper of url functions/commands for Gnus -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
--- a/lisp/gnus/mm-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-util.el --- Utility functions for Mule and low level things ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-uu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mm-uu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mm-uu.el --- Return uu stuff as mm handles ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp
--- a/lisp/gnus/mml-sec.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mml-sec.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mml-sec.el --- A package with security functions for MML documents ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/mml-smime.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mml-smime.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mml-smime.el --- S/MIME support for MML ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: Gnus, MIME, S/MIME, MML
--- a/lisp/gnus/mml.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mml.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mml.el --- A package for parsing and validating MML documents ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mml1991.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mml1991.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sascha L�decke <sascha@meta-x.de>, ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue)
--- a/lisp/gnus/mml2015.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/mml2015.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: PGP MIME MML
--- a/lisp/gnus/nnagent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnagent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnagent.el --- offline backend for Gnus ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnbabyl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnbabyl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; nnbabyl.el --- rmail mbox access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nndiary.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nndiary.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nndiary.el --- A diary back end for Gnus ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Didier Verna <didier@xemacs.org> ;; Maintainer: Didier Verna <didier@xemacs.org>
--- a/lisp/gnus/nndir.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nndir.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nndir.el --- single directory newsgroup access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nndoc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nndoc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nndoc.el --- single file access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nndraft.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nndraft.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nndraft.el --- draft article access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nneething.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nneething.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nneething.el --- arbitrary file access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnfolder.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnfolder.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnfolder.el --- mail folder access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV)
--- a/lisp/gnus/nngateway.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nngateway.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nngateway.el --- posting news via mail gateways ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnheader.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnheader.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/nnir.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnir.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*- ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <grossjohann@ls6.cs.uni-dortmund.de> ;; Swish-e and Swish++ backends by:
--- a/lisp/gnus/nnmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; nnmail.el --- mail support functions for the Gnus mail backends ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnmairix.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnmairix.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nnmairix.el --- Mairix back end for Gnus, the Emacs newsreader -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Engster <dengste@eml.cc> ;; Keywords: mail searching
--- a/lisp/gnus/nnmbox.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnmbox.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnmbox.el --- mail mbox access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnmh.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnmh.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnmh.el --- mhspool access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnoo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnoo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnoo.el --- OO Gnus Backends ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnrss.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnrss.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnrss.el --- interfacing with RSS ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: RSS
--- a/lisp/gnus/nnspool.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnspool.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnspool.el --- spool access for GNU Emacs ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nntp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nntp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; nntp.el --- nntp access for Gnus -;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, 1994, 1995, 1996, -;; 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, +;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnvirtual.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnvirtual.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnvirtual.el --- virtual newsgroups access for Gnus ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Moore <dmoore@ucsd.edu> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/nnweb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/nnweb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nnweb.el --- retrieving articles via web search engines ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/pop3.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/pop3.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pop3.el --- Post Office Protocol (RFC 1460) interface ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> ;; Maintainer: FSF
--- a/lisp/gnus/qp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/qp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; qp.el --- Quoted-Printable functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, extensions
--- a/lisp/gnus/rfc1843.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/rfc1843.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc1843.el --- HZ (rfc1843) decoding ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: news HZ HZ+ mail i18n
--- a/lisp/gnus/rfc2045.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/rfc2045.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc2045.el --- Functions for decoding rfc2045 headers ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/rfc2047.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/rfc2047.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/rfc2104.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/rfc2104.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: mail
--- a/lisp/gnus/rfc2231.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/rfc2231.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc2231.el --- Functions for decoding rfc2231 headers ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/score-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/score-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; score-mode.el --- mode for editing Gnus score files ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/sieve-manage.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/sieve-manage.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/sieve-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/sieve-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sieve-mode.el --- Sieve code editing commands for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/sieve.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/sieve.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sieve.el --- Utilities to manage sieve scripts -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/smiley.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/smiley.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; smiley.el --- displaying smiley faces ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: news mail multimedia
--- a/lisp/gnus/smime.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/smime.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; smime.el --- S/MIME support library -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: SMIME X.509 PEM OpenSSL
--- a/lisp/gnus/spam-report.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/spam-report.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; spam-report.el --- Reporting spam -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ted Zlatanov <tzz@lifelogs.com>
--- a/lisp/gnus/spam-stat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/spam-stat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; spam-stat.el --- detecting spam based on statistics -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: network
--- a/lisp/gnus/spam-wash.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/spam-wash.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; spam-wash.el --- wash spam before analysis -;; Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andrew Cohen <cohen@andy.bu.edu> ;; Keywords: mail
--- a/lisp/gnus/spam.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/spam.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; spam.el --- Identifying spam -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/starttls.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/starttls.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; starttls.el --- STARTTLS functions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/utf7.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/utf7.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jon K Hellan <hellan@acm.org> ;; Maintainer: bugs@gnus.org
--- a/lisp/gnus/yenc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gnus/yenc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; yenc.el --- elisp native yenc decoder -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jesper Harder <harder@ifa.au.dk> ;; Keywords: yenc news
--- a/lisp/gs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/gs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gs.el --- interface to Ghostscript ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/help-at-pt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/help-at-pt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; help-at-pt.el --- local help through the keyboard -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Luc Teirlinck <teirllm@auburn.edu> ;; Keywords: help
--- a/lisp/help-fns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/help-fns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; help-fns.el --- Complex help functions ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/help-macro.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/help-macro.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; help-macro.el --- makes command line help such as help-for-help ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lynn Slater <lrs@indetech.com> ;; Maintainer: FSF
--- a/lisp/help-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/help-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; help-mode.el --- `help-mode' used by *Help* buffers ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/help.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/help.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; help.el --- help commands for Emacs ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/hex-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hex-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hex-util.el --- Functions to encode/decode hexadecimal string. ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: data
--- a/lisp/hexl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hexl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hexl.el --- edit a file in a hex dump format using the hexl filter ;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> ;; Maintainer: FSF
--- a/lisp/hfy-cmap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hfy-cmap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hfy-cmap.el --- Fallback colour name -> rgb mapping for `htmlfontify' -;; Copyright (C) 2002, 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify
--- a/lisp/hi-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hi-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hi-lock.el --- minor mode for interactive automatic highlighting ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David M. Koppelman <koppel@ece.lsu.edu> ;; Keywords: faces, minor-mode, matching, display
--- a/lisp/hilit-chg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hilit-chg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hilit-chg.el --- minor mode displaying buffer changes with special face ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Sharman <rsharman@pobox.com> ;; Keywords: faces
--- a/lisp/hippie-exp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hippie-exp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hippie-exp.el --- expand text trying various ways to find its expansion ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Anders Holst <aho@sans.kth.se> ;; Last change: 3 March 1998
--- a/lisp/hl-line.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/hl-line.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hl-line.el --- highlight the current line ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: FSF
--- a/lisp/htmlfontify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/htmlfontify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks -;; Copyright (C) 2002, 2003, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify @@ -2350,7 +2349,7 @@ ;;;### (autoloads (hfy-fallback-colour-values htmlfontify-load-rgb-file) -;;;;;; "hfy-cmap" "hfy-cmap.el" "7e622e4b131ea5efbe9d258f719822d6") +;;;;;; "hfy-cmap" "hfy-cmap.el" "5314c2706e20292f96206daa0eb96caa") ;;; Generated autoloads from hfy-cmap.el (autoload 'htmlfontify-load-rgb-file "hfy-cmap" "\
--- a/lisp/ibuf-ext.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ibuf-ext.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ibuf-ext.el --- extensions for ibuffer ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org>
--- a/lisp/ibuf-macs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ibuf-macs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ibuf-macs.el --- macros for ibuffer ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org>
--- a/lisp/ibuffer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ibuffer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ibuffer.el --- operate on buffers like dired ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org> @@ -2639,7 +2639,7 @@ ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode -;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "3840d79a044995c846fe8bbaa9565a2b") +;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "ae74e74d79fa66e206bef609e5f72d00") ;;; Generated autoloads from ibuf-ext.el (autoload 'ibuffer-auto-mode "ibuf-ext" "\
--- a/lisp/icomplete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/icomplete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; icomplete.el --- minibuffer completion incremental feedback ;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ken Manheimer <klm@i.am> ;; Maintainer: Ken Manheimer <klm@i.am>
--- a/lisp/ido.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ido.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ido.el --- interactively do things with buffers and files. ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk>
--- a/lisp/ielm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ielm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ielm.el --- interaction mode for Emacs Lisp ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Smith <maa036@lancaster.ac.uk> ;; Maintainer: FSF
--- a/lisp/iimage.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/iimage.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; iimage.el --- Inline image minor mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: KOSEKI Yoshinori <kose@meadowy.org> ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org>
--- a/lisp/image-dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/image-dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; image-dired.el --- use dired to browse and manipulate your images ;; -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Version: 0.4.11 ;; Keywords: multimedia
--- a/lisp/image-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/image-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; image-file.el --- support for visiting image files ;; ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: multimedia
--- a/lisp/image-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/image-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; image-mode.el --- support for visiting image files ;; -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Richard Stallman <rms@gnu.org> ;; Keywords: multimedia
--- a/lisp/image.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/image.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; image.el --- image API -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: multimedia
--- a/lisp/imenu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/imenu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; imenu.el --- framework for mode-specific buffer indexes ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> ;; Lars Lindberg <lli@sypro.cap.se>
--- a/lisp/indent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/indent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; indent.el --- indentation commands for Emacs ;; Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Package: emacs
--- a/lisp/info-look.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/info-look.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; An older version of this was known as libc.el. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> ;; (did not show signs of life (Nov 2001) -stef)
--- a/lisp/info-xref.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/info-xref.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; info-xref.el --- check external references in an Info document -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Kevin Ryde <user42@zip.com.au>
--- a/lisp/info.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/info.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;; info.el --- info package for Emacs -;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help
--- a/lisp/informat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/informat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; informat.el --- info support functions package for Emacs ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help
--- a/lisp/international/ccl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/ccl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; ccl.el --- CCL (Code Conversion Language) compiler ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/characters.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/characters.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; characters.el --- set syntax and category for multibyte characters -;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/fontset.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/fontset.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; fontset.el --- commands for handling fontset ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003, 2006
--- a/lisp/international/isearch-x.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/isearch-x.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; isearch-x.el --- extended isearch handling commands -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/iso-ascii.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/iso-ascii.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals -;; Copyright (C) 1987, 1995, 1998, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1987, 1995, 1998, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/international/iso-cvt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/iso-cvt.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; This file was formerly called gm-lingo.el. ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> ;; Keywords: tex, iso, latin, i18n
--- a/lisp/international/iso-transl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/iso-transl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iso-transl.el --- keyboard input definitions for ISO 8859-1 -*- coding: iso-8859-1 -*- ;; Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/international/ja-dic-cnv.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/ja-dic-cnv.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/ja-dic-utl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/ja-dic-utl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L) ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/kinsoku.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/kinsoku.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/kkc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/kkc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; kkc.el --- Kana Kanji converter -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/latexenc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/latexenc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; latexenc.el --- guess correct coding system in LaTeX files -*-coding: iso-2022-7bit -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Arne J,Ax(Brgensen <arne@arnested.dk> ;; Keywords: mule, coding system, latex
--- a/lisp/international/latin1-disp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/latin1-disp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/international/mule-cmds.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/mule-cmds.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; mule-cmds.el --- commands for multilingual environment -*-coding: iso-2022-7bit -*- ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule-conf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/mule-conf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; mule-conf.el --- configure multilingual environment ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. -;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule-diag.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/mule-diag.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; mule-diag.el --- show diagnosis of multilingual environment (Mule) ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/mule-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; mule-util.el --- utility functions for multilingual environment (mule) ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/mule.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,10 +1,10 @@ ;;; mule.el --- basic commands for multilingual environment ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 +;; 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/ogonek.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/ogonek.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ogonek.el --- change the encoding of Polish diacritics ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: W{\l}odek Bzyl ;; Ryszard Kubiak
--- a/lisp/international/quail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/quail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; quail.el --- provides simple input method for multilingual text ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/robin.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/robin.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; robin.el --- yet another input method (smaller than quail) -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number: H15PRO110
--- a/lisp/international/titdic-cnv.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/titdic-cnv.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; titdic-cnv.el --- convert cxterm dictionary (TIT format) to Quail package -*- coding:iso-2022-7bit; -*- ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/ucs-normalize.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/ucs-normalize.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ucs-normalize.el --- Unicode normalization NFC/NFD/NFKD/NFKC -;; Copyright (C) 2009, 2010 +;; Copyright (C) 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Taichi Kawabata <kawabata.taichi@gmail.com>
--- a/lisp/international/utf-7.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/international/utf-7.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; utf-7.el --- utf-7 coding system -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/isearch.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/isearch.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; isearch.el --- incremental search minor mode ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
--- a/lisp/isearchb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/isearchb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; isearchb --- a marriage between iswitchb and isearch -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/iswitchb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/iswitchb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iswitchb.el --- switch between buffers using substrings -;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> ;; Maintainer: Stephen Eglen <stephen@gnu.org>
--- a/lisp/jit-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/jit-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; jit-lock.el --- just-in-time fontification ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Keywords: faces files
--- a/lisp/jka-cmpr-hook.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/jka-cmpr-hook.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: jka@ece.cmu.edu (Jay K. Adams) ;; Maintainer: FSF
--- a/lisp/jka-compr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/jka-compr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; jka-compr.el --- reading/writing/loading compressed files ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: jka@ece.cmu.edu (Jay K. Adams) ;; Maintainer: FSF
--- a/lisp/json.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/json.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; json.el --- JavaScript Object Notation parser / generator -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Edward O'Connor <ted@oconnor.cx> ;; Version: 1.2
--- a/lisp/kermit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/kermit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; kermit.el --- additions to shell mode for use with kermit ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jeff Norden <jeff@colgate.csnet> ;; Maintainer: FSF
--- a/lisp/kmacro.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/kmacro.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; kmacro.el --- enhanced keyboard macros -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk>
--- a/lisp/language/burmese.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/burmese.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; burmese.el --- support for Burmese -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/cham.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/cham.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cham.el --- support for Cham -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/china-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/china-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- -;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/chinese.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/chinese.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/cyril-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/cyril-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cyril-util.el --- utilities for Cyrillic scripts ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Cyrillic
--- a/lisp/language/cyrillic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/cyrillic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/czech.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/czech.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/lisp/language/english.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/english.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; english.el --- support for English -*- no-byte-compile: t -*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/ethio-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/ethio-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*- -;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2005, 2006
--- a/lisp/language/ethiopic.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/ethiopic.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; ethiopic.el --- support for Ethiopic -*- coding: utf-8-emacs; -*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/european.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/european.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/georgian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/georgian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/language/greek.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/greek.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; Copyright (C) 2002 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/hanja-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/hanja-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hanja-util.el --- Korean Hanja util module -*- coding: utf-8 -*- -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jihyun Cho <jihyun.jo@gmail.com> ;; Keywords: multilingual, input method, Korean, Hanja
--- a/lisp/language/hebrew.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/hebrew.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; hebrew.el --- support for Hebrew -*- coding: utf-8 -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/ind-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/ind-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ind-util.el --- Transliteration and Misc. Tools for Indian Languages -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org>
--- a/lisp/language/indian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/indian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; indian.el --- Indian languages support -*- coding: utf-8; -*- -;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/japan-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/japan-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/japanese.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/japanese.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/khmer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/khmer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; khmer.el --- support for Khmer -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/korea-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/korea-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; korea-util.el --- utilities for Korean -;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 +;; 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/korean.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/korean.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/lao-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/lao-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 +;; 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/lao.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/lao.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; lao.el --- support for Lao -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 +;; 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/misc-lang.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/misc-lang.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/romanian.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/romanian.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation. ;; Author: Dan Nicolaescu <done@ece.arizona.edu>
--- a/lisp/language/sinhala.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/sinhala.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sinhala.el --- support for Sinhala -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/slovak.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/slovak.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation. ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>,
--- a/lisp/language/tai-viet.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/tai-viet.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2007, 2008, 2009, 2010 +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: multilingual, Tai Viet, i18n
--- a/lisp/language/thai-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/thai-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,10 +1,10 @@ ;;; thai-util.el --- utilities for Thai -*- coding: utf-8; -*- ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Thai, i18n
--- a/lisp/language/thai-word.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/thai-word.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; thai-word.el -- find Thai word boundaries -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/thai.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/thai.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,14 +1,14 @@ ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 ;; Copyright (C) 2005 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: multilingual, Thai, i18n
--- a/lisp/language/tibet-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/tibet-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/tibetan.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/tibetan.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*- ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 +;; 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/tv-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/tv-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tv-util.el --- support for Tai Viet -*- coding: utf-8 -*- -;; Copyright (C) 2007, 2008, 2009, 2010 +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/utf-8-lang.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/utf-8-lang.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/language/viet-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/viet-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/vietnamese.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/language/vietnamese.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/ledit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ledit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ledit.el --- Emacs side of ledit interface ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: languages
--- a/lisp/linum.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/linum.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; linum.el --- display line numbers in the left margin -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Markus Triska <markus.triska@gmx.at> ;; Maintainer: FSF
--- a/lisp/loadhist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/loadhist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; loadhist.el --- lisp functions for working with feature groups ;; Copyright (C) 1995, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/loadup.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/loadup.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; loadup.el --- load up standardly loaded Lisp files for Emacs ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/locate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/locate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; locate.el --- interface to the locate command ;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Keywords: unix files
--- a/lisp/longlines.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/longlines.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; longlines.el --- automatically wrap long lines -*- coding:utf-8 -*- -;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> ;; Alex Schroeder <alex@gnu.org>
--- a/lisp/lpr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/lpr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lpr.el --- print Emacs buffer on line printer ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: unix
--- a/lisp/ls-lisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ls-lisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp -;; Copyright (C) 1992, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1994, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>
--- a/lisp/macros.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/macros.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; macros.el --- non-primitive commands for keyboard macros ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev
--- a/lisp/mail/binhex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/binhex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; binhex.el --- decode BinHex-encoded text ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: binhex news
--- a/lisp/mail/blessmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/blessmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/mail/emacsbug.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/emacsbug.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: K. Shane Hartman
--- a/lisp/mail/footnote.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/footnote.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Steven L Baur <steve@xemacs.org> ;; Keywords: mail, news
--- a/lisp/mail/hashcash.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/hashcash.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; hashcash.el --- Add hashcash payments to email -;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 -;; Free Software Foundation +;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) ;; Maintainer: Paul Foley <mycroft@actrix.gen.nz>
--- a/lisp/mail/mail-extr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mail-extr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +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, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@cs.bu.edu> ;; Maintainer: FSF
--- a/lisp/mail/mail-hist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mail-hist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mail-hist.el --- headers and message body history for outgoing mail ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Created: March, 1994
--- a/lisp/mail/mailabbrev.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mailabbrev.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mailabbrev.el --- abbrev-expansion of mail aliases ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org>
--- a/lisp/mail/mailalias.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mailalias.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; mailalias.el --- expand and complete mailing address aliases -;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/mailclient.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mailclient.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation ;; Author: David Reitter <david.reitter@gmail.com> ;; Keywords: mail
--- a/lisp/mail/mailheader.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mailheader.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mailheader.el --- mail header parsing, merging, formatting -;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: tools, mail, news
--- a/lisp/mail/metamail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/metamail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; metamail.el --- Metamail interface for GNU Emacs ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Keywords: mail, news, mime, multimedia
--- a/lisp/mail/mspools.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/mspools.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mspools.el --- show mail spools waiting to be read -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> ;; Maintainer: Stephen Eglen <stephen@gnu.org>
--- a/lisp/mail/reporter.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/reporter.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reporter.el --- customizable bug reporting of lisp programs ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: 1993-1998 Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/mail/rfc2368.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rfc2368.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc2368.el --- support for rfc2368 ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: mail
--- a/lisp/mail/rfc822.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rfc822.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike ;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF
--- a/lisp/mail/rmail-spam-filter.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmail-spam-filter.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rmail-spam-filter.el --- spam filter for Rmail, the Emacs mail reader -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Keywords: email, spam, filter, rmail ;; Author: Eli Tziperman <eli AT deas.harvard.edu>
--- a/lisp/mail/rmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF @@ -4263,7 +4263,7 @@ ;;; Start of automatically extracted autoloads. ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" -;;;;;; "4bf8a5cdfc921b9e30680ee71b7f9ca6") +;;;;;; "bdbcacaef237aab5ca6c8653dc52a044") ;;; Generated autoloads from rmailedit.el (autoload 'rmail-edit-current-message "rmailedit" "\ @@ -4275,7 +4275,7 @@ ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" -;;;;;; "rmailkwd.el" "112240cbb53c402294013cc49987771a") +;;;;;; "rmailkwd.el" "46ac83afa76e3aa88eacf73237bd703e") ;;; Generated autoloads from rmailkwd.el (autoload 'rmail-add-label "rmailkwd" "\ @@ -4318,7 +4318,7 @@ ;;;*** -;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "3735f9bfe6ff3e612091857cc6b401b6") +;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "724fa72db9b6c804f7f69ad1da83fd39") ;;; Generated autoloads from rmailmm.el (autoload 'rmail-mime "rmailmm" "\ @@ -4344,7 +4344,7 @@ ;;;*** ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "rmailmsc.el" -;;;;;; "c3575020691d5769bcf08ecc932304c3") +;;;;;; "fd5e2a8dc4f74ea2275525d7a2766bea") ;;; Generated autoloads from rmailmsc.el (autoload 'set-rmail-inbox-list "rmailmsc" "\ @@ -4360,7 +4360,7 @@ ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject -;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "b96e85edd736f23f1e9d54a299268d1e") +;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "446f2e852393e72030b85a1a9230c7ac") ;;; Generated autoloads from rmailsort.el (autoload 'rmail-sort-by-date "rmailsort" "\ @@ -4419,7 +4419,7 @@ ;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic ;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels -;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "666a5db1021cdcba6e68a18a553d65f1") +;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "267d6f740d6697a631dacbd86f583374") ;;; Generated autoloads from rmailsum.el (autoload 'rmail-summary "rmailsum" "\ @@ -4467,7 +4467,7 @@ ;;;*** ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) -;;;;;; "undigest" "undigest.el" "8cf8a8ffa48eeddf0bde388fa8de1783") +;;;;;; "undigest" "undigest.el" "2869c38a0051d0acab1a5968627fa57d") ;;; Generated autoloads from undigest.el (autoload 'undigestify-rmail-message "undigest" "\
--- a/lisp/mail/rmailedit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailedit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailkwd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailkwd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs ;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailmm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailmm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rmailmm.el --- MIME decoding and display stuff for RMAIL -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alexander Pohoyda ;; Alex Schroeder
--- a/lisp/mail/rmailmsc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailmsc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailout.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailout.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailsort.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailsort.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rmailsort.el --- Rmail: sort messages ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Maintainer: FSF
--- a/lisp/mail/rmailsum.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/rmailsum.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/sendmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/sendmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/mail/smtpmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/smtpmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> ;; Maintainer: Simon Josefsson <simon@josefsson.org>
--- a/lisp/mail/supercite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/supercite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; supercite.el --- minor mode for citing mail and news replies ;; Copyright (C) 1993, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/mail/uce.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/uce.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; uce.el --- facilitate reply to unsolicited commercial email ;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: stanislav shalunov <shalunov@mccme.ru> ;; Created: 10 Dec 1996
--- a/lisp/mail/undigest.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/undigest.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; undigest.el --- digest-cracking support for the RMAIL mail reader ;; Copyright (C) 1985, 1986, 1994, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/unrmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/unrmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; unrmail.el --- convert Rmail Babyl files to mailbox files ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/uudecode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mail/uudecode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; uudecode.el -- elisp native uudecode ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: uudecode news
--- a/lisp/makesum.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/makesum.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; makesum.el --- generate key binding summary for Emacs -;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help
--- a/lisp/man.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/man.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- ;; Copyright (C) 1993, 1994, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> ;; Maintainer: FSF
--- a/lisp/master.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/master.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; master.el --- make a buffer the master over another buffer -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org>
--- a/lisp/mb-depth.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mb-depth.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mb-depth.el --- Indicate minibuffer-depth in prompt ;; -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience
--- a/lisp/md4.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/md4.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; md4.el --- MD4 Message Digest Algorithm. -;; Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: MD4
--- a/lisp/menu-bar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/menu-bar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; menu-bar.el --- define a default menu bar ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: RMS ;; Maintainer: FSF
--- a/lisp/mh-e/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -3274,7 +3274,7 @@ * ChangeLog.1: New file. Contains old ChangeLog. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/mh-e/ChangeLog.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/ChangeLog.1 Fri Jan 14 10:14:17 2011 -0800 @@ -11400,8 +11400,7 @@ (dist): Leave release in current directory. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/mh-e/mh-acros.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-acros.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-acros.el --- macros used in MH-E -;; Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-alias.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-alias.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-alias.el --- MH-E mail alias completion and expansion ;; Copyright (C) 1994, 1995, 1996, 1997, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-buffers.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-buffers.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-buffers.el --- MH-E buffer constants and utilities ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-comp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-comp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-comp.el --- MH-E functions for composing and sending messages ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-e.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-e.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1987, 1988, ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-folder.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-folder.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-folder.el --- MH-Folder mode -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-funcs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-funcs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-funcs.el --- MH-E functions not everyone will use right away ;; Copyright (C) 1993, 1995, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-gnus.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-gnus.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-identity.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-identity.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-identity.el --- multiple identify support for MH-E -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-inc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-inc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-junk.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-junk.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-junk.el --- MH-E interface to anti-spam measures -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>,
--- a/lisp/mh-e/mh-letter.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-letter.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-letter.el --- MH-Letter mode ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-limit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-limit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-limit.el --- MH-E display limits -;; Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-mime.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-mime.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,8 @@ ;;; mh-mime.el --- MH-E MIME support -;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-print.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-print.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-print.el --- MH-E printing support -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jeffrey C Honig <jch@honig.net>
--- a/lisp/mh-e/mh-scan.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-scan.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-scan.el --- MH-E scan line constants and utilities ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-search.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-search.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-search --- MH-Search mode ;; Copyright (C) 1993, 1995, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-seq.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-seq.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,8 @@ ;;; mh-seq.el --- MH-E sequences support -;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-show.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-show.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-show.el --- MH-Show mode ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-speed.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-speed.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-speed.el --- MH-E speedbar support -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-thread.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-thread.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-thread.el --- MH-E threading support -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-tool-bar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-tool-bar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-tool-bar.el --- MH-E tool bar support -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-utils.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-utils.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mh-utils.el --- MH-E general utilities ;; Copyright (C) 1993, 1995, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-xface.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mh-e/mh-xface.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mh-xface.el --- MH-E X-Face and Face header field display -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/midnight.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/midnight.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; midnight.el --- run something every midnight, e.g., kill old buffers ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Sam Steingold <sds@gnu.org> ;; Maintainer: Sam Steingold <sds@gnu.org>
--- a/lisp/minibuf-eldef.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/minibuf-eldef.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; minibuf-eldef.el --- Only show defaults in prompts when applicable ;; ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience
--- a/lisp/minibuffer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/minibuffer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; minibuffer.el --- Minibuffer completion functions -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Package: emacs
--- a/lisp/misc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/misc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; misc.el --- some nonstandard basic editing commands for Emacs -;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience
--- a/lisp/misearch.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/misearch.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; misearch.el --- isearch extensions for multi-buffer search -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Keywords: matching
--- a/lisp/mouse-copy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mouse-copy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mouse-copy.el --- one-click text copy and move ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Heidemann <johnh@ISI.EDU> ;; Keywords: mouse
--- a/lisp/mouse-drag.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mouse-drag.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling -;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Heidemann <johnh@ISI.EDU> ;; Keywords: mouse
--- a/lisp/mouse-sel.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mouse-sel.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mouse-sel.el --- multi-click selection support ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Mike Williams <mdub@bigfoot.com> ;; Keywords: mouse
--- a/lisp/mouse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mouse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mouse.el --- window system-independent mouse support ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware, mouse
--- a/lisp/mpc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mpc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mpc.el --- A client for the Music Player Daemon -*- coding: utf-8 -*- -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: multimedia
--- a/lisp/msb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/msb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; msb.el --- customizable buffer-selection with multiple menus ;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Lindberg <lars.lindberg@home.se> ;; Maintainer: FSF
--- a/lisp/mwheel.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/mwheel.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mwheel.el --- Wheel mouse support ;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: William M. Perry <wmperry@gnu.org> ;; Keywords: mouse ;; Package: emacs
--- a/lisp/net/ange-ftp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/ange-ftp.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
--- a/lisp/net/browse-url.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/browse-url.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +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, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Denis Howe <dbh@doc.ic.ac.uk> ;; Maintainer: FSF
--- a/lisp/net/dig.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/dig.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dig.el --- Domain Name System dig interface ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: DNS BIND dig comm
--- a/lisp/net/dns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/dns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; dns.el --- Domain Name Service lookups -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/net/eudc-bob.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudc-bob.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudc-bob.el --- Binary Objects Support for EUDC ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-export.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudc-export.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudc-export.el --- functions to export EUDC query results ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-hotlist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudc-hotlist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudc-hotlist.el --- hotlist management for EUDC ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudc-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudc-vars.el --- Emacs Unified Directory Client -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudc.el --- Emacs Unified Directory Client ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-bbdb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudcb-bbdb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-ldap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudcb-ldap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-mab.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudcb-mab.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com>
--- a/lisp/net/eudcb-ph.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/eudcb-ph.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/goto-addr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/goto-addr.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric Ding <ericding@alum.mit.edu> ;; Maintainer: FSF
--- a/lisp/net/hmac-def.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/hmac-def.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hmac-def.el --- A macro for defining HMAC functions. -;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: HMAC, RFC2104
--- a/lisp/net/hmac-md5.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/hmac-md5.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; hmac-md5.el --- Compute HMAC-MD5. -;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: HMAC, RFC2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
--- a/lisp/net/imap-hash.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/imap-hash.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; imap-hash.el --- Hashtable-like interface to an IMAP mailbox -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: mail
--- a/lisp/net/imap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/imap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; imap.el --- imap library ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: mail
--- a/lisp/net/mairix.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/mairix.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mairix.el --- Mairix interface for Emacs -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Engster <dengste@eml.cc> ;; Keywords: mail searching
--- a/lisp/net/net-utils.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/net-utils.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; net-utils.el --- network functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Mar 16 1997
--- a/lisp/net/netrc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/netrc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; netrc.el --- .netrc parsing functionality ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/net/newst-backend.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newst-backend.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newst-backend.el --- Retrieval backend for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-plainview.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newst-plainview.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newst-plainview.el --- Single buffer frontend for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-reader.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newst-reader.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newst-reader.el --- Generic RSS reader functions. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-ticker.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newst-ticker.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; newst-ticker.el --- modeline ticker for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-treeview.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newst-treeview.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newst-treeview.el --- Treeview frontend for newsticker. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newst-treeview.el
--- a/lisp/net/newsticker.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/newsticker.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newsticker.el --- A Newsticker for Emacs. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/ntlm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/ntlm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ntlm.el --- NTLM (NT LanManager) authentication support -;; Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: NTLM, SASL
--- a/lisp/net/quickurl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/quickurl.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/net/rcirc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/rcirc.el Fri Jan 14 10:14:17 2011 -0800 @@ -3,8 +3,9 @@ ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. -;; Author: Ryan Yeske -;; URL: http://www.nongnu.org/rcirc +;; Author: Ryan Yeske <rcyeske@gmail.com> +;; Maintainers: Ryan Yeske <rcyeske@gmail.com>, +;; Deniz Dogan <deniz.a.m.dogan@gmail.com> ;; Keywords: comm ;; This file is part of GNU Emacs.
--- a/lisp/net/rcompile.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/rcompile.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rcompile.el --- run a compilation on a remote machine -;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Albert <alon@milcse.rtsg.mot.com> ;; Maintainer: FSF
--- a/lisp/net/rlogin.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/rlogin.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; rlogin.el --- remote login interface ;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/net/sasl-cram.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/sasl-cram.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Kenichi OKADA <okada@opaopa.org>
--- a/lisp/net/sasl-digest.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/sasl-digest.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sasl-digest.el --- DIGEST-MD5 module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Kenichi OKADA <okada@opaopa.org>
--- a/lisp/net/sasl-ntlm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/sasl-ntlm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sasl-ntlm.el --- NTLM (NT Lan Manager) module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: SASL, NTLM
--- a/lisp/net/sasl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/sasl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sasl.el --- SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: SASL
--- a/lisp/net/snmp-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/snmp-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode ;; Copyright (C) 1995, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Paul D. Smith <psmith@BayNetworks.com> ;; Keywords: data
--- a/lisp/net/socks.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/socks.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; socks.el --- A Socks v5 Client for Emacs ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: William M. Perry <wmperry@gnu.org> ;; Dave Love <fx@gnu.org>
--- a/lisp/net/telnet.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/telnet.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; telnet.el --- run a telnet session from within an Emacs buffer ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: William F. Schelter ;; Maintainer: FSF
--- a/lisp/net/tls.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tls.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: comm, tls, gnutls, ssl
--- a/lisp/net/tramp-cache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-cache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp-cache.el --- file information caching for Tramp ;; Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pittman <daniel@inanna.danann.net> ;; Michael Albinus <michael.albinus@gmx.de>
--- a/lisp/net/tramp-cmds.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-cmds.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tramp-cmds.el --- Interactive commands for Tramp -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tramp-compat.el --- Tramp compatibility functions -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-ftp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-ftp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-gvfs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-gvfs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tramp-gvfs.el --- Tramp access functions for GVFS daemon -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-gw.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-gw.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tramp-gw.el --- Tramp utility functions for HTTP tunnels and SOCKS gateways -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-imap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-imap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tramp-imap.el --- Tramp interface to IMAP through imap.el -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: mail, comm
--- a/lisp/net/tramp-sh.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-sh.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp-sh.el --- Tramp access functions for (s)sh-like connections ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; (copyright statements below in code to be updated with the above notice) @@ -761,7 +761,7 @@ (defconst tramp-perl-encode "%s -e ' # This script contributed by Juanma Barranquero <lektu@terra.es>. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. use strict;
--- a/lisp/net/tramp-smb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-smb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp-smb.el --- Tramp access functions for SMB servers ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-uu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp-uu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp-uu.el --- uuencode in Lisp ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <kai.grossjohann@gmx.net> ;; Keywords: comm, terminals
--- a/lisp/net/tramp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/tramp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tramp.el --- Transparent Remote Access, Multiple Protocol ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <kai.grossjohann@gmx.net> ;; Michael Albinus <michael.albinus@gmx.de>
--- a/lisp/net/trampver.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/trampver.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;;; lisp/trampver.el. Generated from trampver.el.in by configure. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 2010, 2011 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <kai.grossjohann@gmx.net> ;; Keywords: comm, processes
--- a/lisp/net/webjump.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/webjump.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; webjump.el --- programmable Web hotlist ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Neil W. Van Dyke <nwv@acm.org> ;; Created: 09-Aug-1996
--- a/lisp/net/xesam.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/xesam.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; xesam.el --- Xesam interface to search engines. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: tools, hypermedia
--- a/lisp/net/zeroconf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/net/zeroconf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; zeroconf.el --- Service browser using Avahi. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, hardware
--- a/lisp/newcomment.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/newcomment.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; newcomment.el --- (un)comment regions of buffers ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/novice.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/novice.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs ;; Copyright (C) 1985, 1986, 1987, 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal, help
--- a/lisp/nxml/nxml-enc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-enc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-enc.el --- XML encoding auto-detection -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-glyph.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-glyph.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-glyph.el --- glyph-handling for nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-maint.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-maint.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; nxml-maint.el --- commands for maintainers of nxml-*.el -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; nxml-mode.el --- a new XML mode -;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-ns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-ns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-ns.el --- XML namespace processing -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-outln.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-outln.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; nxml-outln.el --- outline support for nXML mode -;; Copyright (C) 2004, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-parse.el --- XML parser, sharing infrastructure with nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-rap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-rap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-rap.el --- low-level support for random access parsing for nXML mode -;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-uchnm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-uchnm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-uchnm.el --- support for Unicode standard cha names in nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/nxml-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; nxml-util.el --- utility functions for nxml-*.el -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/rng-cmpct.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-cmpct.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-cmpct.el --- parsing of RELAX NG Compact Syntax schemas -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-dt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-dt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-dt.el --- datatype library interface for RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-loc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-loc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; rng-loc.el --- locate the schema to use for validation -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-maint.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-maint.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-maint.el --- commands for RELAX NG maintainers -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-match.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-match.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-match.el --- matching of RELAX NG patterns against XML events -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-nxml.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-nxml.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-parse.el --- parse an XML file and validate it against a schema -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-pttrn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-pttrn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-pttrn.el --- RELAX NG patterns -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-uri.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-uri.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-uri.el --- URI parsing and manipulation -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/rng-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-util.el --- utility functions for RELAX NG library -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-valid.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-valid.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; rng-valid.el --- real-time validation of XML using RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-xsd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/rng-xsd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rng-xsd.el --- W3C XML Schema datatypes library for RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/xmltok.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/xmltok.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; xmltok.el --- XML tokenization -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/xsd-regexp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/nxml/xsd-regexp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; xsd-regexp.el --- translate W3C XML Schema regexps to Emacs regexps -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, regexp
--- a/lisp/obsolete/awk-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/awk-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; awk-mode.el --- AWK code editing commands for Emacs ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: unix, languages
--- a/lisp/obsolete/cl-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/cl-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/obsolete/complete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/complete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; complete.el --- partial completion mechanism plus other goodies ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Keywords: abbrev convenience
--- a/lisp/obsolete/fast-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/fast-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/obsolete/iso-acc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/iso-acc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iso-acc.el --- minor mode providing electric accent keys ;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Johan Vromans ;; Maintainer: FSF
--- a/lisp/obsolete/iso-insert.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/iso-insert.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*- ;; Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/obsolete/iso-swed.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/iso-swed.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/obsolete/keyswap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/keyswap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals
--- a/lisp/obsolete/lazy-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/lazy-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/obsolete/levents.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/levents.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; levents.el --- emulate the Lucid event data type and associated functions ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/obsolete/lmenu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/lmenu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lmenu.el --- emulate Lucid's menubar support ;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: emulations obsolete ;; Obsolete-since: 23.3
--- a/lisp/obsolete/lucid.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/lucid.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; lucid.el --- emulate some Lucid Emacs functions -;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/obsolete/old-whitespace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/old-whitespace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; whitespace.el --- warn about and clean bogus whitespaces in the file ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> ;; Keywords: convenience
--- a/lisp/obsolete/options.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/options.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; options.el --- edit Options command for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/obsolete/pgg-def.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg-def.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg-def.el --- functions/macros for defining PGG functions ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/obsolete/pgg-gpg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg-gpg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg-gpg.el --- GnuPG support for PGG. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Symmetric encryption and gpg-agent support added by:
--- a/lisp/obsolete/pgg-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg-parse.el --- OpenPGP packet parsing ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/10/28
--- a/lisp/obsolete/pgg-pgp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg-pgp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/obsolete/pgg-pgp5.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg-pgp5.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg-pgp5.el --- PGP 5.* support for PGG. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/obsolete/pgg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/pgg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pgg.el --- glue for the various PGP implementations. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de>
--- a/lisp/obsolete/resume.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/resume.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; resume.el --- process command line args from within a suspended Emacs job ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@bucsf.bu.edu> ;; Adapted-By: ESR
--- a/lisp/obsolete/s-region.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/s-region.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; s-region.el --- set region using shift key ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Keywords: terminals
--- a/lisp/obsolete/scribe.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/scribe.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; scribe.el --- scribe mode, and its idiosyncratic commands ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: William Sommerfeld ;; (according to ack.texi)
--- a/lisp/obsolete/sregex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/sregex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sregex.el --- symbolic regular expressions ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> ;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com>
--- a/lisp/obsolete/swedish.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/swedish.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; swedish.el --- miscellaneous functions for dealing with Swedish -;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Howard Gayle
--- a/lisp/obsolete/sym-comp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/sym-comp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; sym-comp.el --- mode-dependent symbol completion -;; Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: extensions
--- a/lisp/obsolete/vc-mcvs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/obsolete/vc-mcvs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/org/org-agenda.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-agenda.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-agenda.el --- Dynamic task and appointment lists for Org -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-archive.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-archive.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-archive.el --- Archiving for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-ascii.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-ascii.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-ascii.el --- ASCII export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-attach.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-attach.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-attach.el --- Manage file attachments to org-mode tasks -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com> ;; Keywords: org data task
--- a/lisp/org/org-bbdb.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-bbdb.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>,
--- a/lisp/org/org-bibtex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-bibtex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-bibtex.el --- Org links to BibTeX entries ;; -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry <bzg at altern dot org> ;; Carsten Dominik <carsten dot dominik at gmail dot com>
--- a/lisp/org/org-clock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-clock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-clock.el --- The time clocking code for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-colview.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-colview.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-colview.el --- Column View in Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-compat.el --- Compatibility code for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-crypt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-crypt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-crypt.el --- Public key encryption for org-mode entries -;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Filename: org-crypt.el
--- a/lisp/org/org-datetree.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-datetree.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-datetree.el --- Create date entries in a tree -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-docbook.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-docbook.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-docbook.el --- DocBook exporter for org-mode ;; -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el
--- a/lisp/org/org-exp-blocks.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-exp-blocks.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-exp-blocks.el --- pre-process blocks when exporting org files -;; Copyright (C) 2009, 2010 +;; Copyright (C) 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric Schulte
--- a/lisp/org/org-exp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-exp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-feed.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-feed.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-feed.el --- Add RSS feed items to Org files ;; -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-footnote.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-footnote.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-footnote.el --- Footnote support in Org and elsewhere ;; -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-freemind.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-freemind.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-freemind.el --- Export Org files to freemind -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Lennart Borgman (lennart O borgman A gmail O com) ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-gnus.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-gnus.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-habit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-habit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-habit.el --- The habit tracking code for Org-mode -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw at gnu dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-html.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-html.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-html.el --- HTML export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-icalendar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-icalendar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-icalendar.el --- iCalendar export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-id.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-id.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-id.el --- Global identifiers for Org-mode entries ;; -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-indent.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-indent.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; org-indent.el --- Dynamic indentation for Org-mode -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-info.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-info.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-info.el --- Support for links to Info nodes from within Org-Mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-inlinetask.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-inlinetask.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-inlinetask.el --- Tasks independent of outline hierarchy -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-install.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-install.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-install.el --- Outline-based notes management and organizer ;; Carstens outline-mode for keeping track of everything. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-irc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-irc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-irc.el --- Store links to IRC sessions ;; -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Philip Jackson <emacs@shellarchive.co.uk> ;; Keywords: erc, irc, link, org
--- a/lisp/org/org-jsinfo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-jsinfo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-latex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-latex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-latex.el --- LaTeX exporter for org-mode ;; -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: org-latex.el
--- a/lisp/org/org-list.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-list.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-list.el --- Plain lists for Org-mode ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-mac-message.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-mac-message.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Christopher Suckling <suckling at gmail dot com>
--- a/lisp/org/org-macs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-macs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-macs.el --- Top-level definitions for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-mew.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-mew.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-mew.el --- Support for links to Mew messages from within Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-mhe.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-mhe.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
--- a/lisp/org/org-mobile.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-mobile.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ ;;; org-mobile.el --- Code for asymmetric sync with a mobile device -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-mouse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-mouse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-mouse.el --- Better mouse support for org-mode -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation ;; ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> ;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-plot.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-plot.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-plot.el --- Support for plotting from Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Eric Schulte <schulte dot eric at gmail dot com> ;; Keywords: tables, plotting
--- a/lisp/org/org-protocol.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-protocol.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. ;; -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry <bzg AT altern DOT org>
--- a/lisp/org/org-publish.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-publish.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,5 @@ ;;; org-publish.el --- publish related org-mode files as a website -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David O'Toole <dto@gnu.org> ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com>
--- a/lisp/org/org-rmail.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-rmail.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-src.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-src.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-src.el --- Source code examples in Org ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-table.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-table.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-table.el --- The table editor for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-timer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-timer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-timer.el --- The relative timer code for Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-vm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-vm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-vm.el --- Support for links to VM messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-w3m.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-w3m.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-wl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-wl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
--- a/lisp/org/org-xoxo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org-xoxo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org-xoxo.el --- XOXO export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/org/org.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; org.el --- Outline-based notes management and organizer ;; Carstens outline-mode for keeping track of everything. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/outline.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/outline.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; outline.el --- outline mode commands for Emacs ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: outlines
--- a/lisp/paren.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/paren.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; paren.el --- highlight matching paren ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: rms@gnu.org ;; Maintainer: FSF
--- a/lisp/password-cache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/password-cache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; password-cache.el --- Read passwords, possibly using a password cache. -;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Created: 2003-12-21
--- a/lisp/paths.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/paths.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- ;; Copyright (C) 1986, 1988, 1994, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/pcmpl-cvs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcmpl-cvs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcmpl-cvs.el --- functions for dealing with cvs completions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Package: pcomplete
--- a/lisp/pcmpl-gnu.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcmpl-gnu.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcmpl-gnu.el --- completions for GNU project tools ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Package: pcomplete
--- a/lisp/pcmpl-linux.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcmpl-linux.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Package: pcomplete
--- a/lisp/pcmpl-rpm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcmpl-rpm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcmpl-rpm.el --- functions for dealing with rpm completions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Package: pcomplete
--- a/lisp/pcmpl-unix.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcmpl-unix.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcmpl-unix.el --- standard UNIX completions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Package: pcomplete
--- a/lisp/pcomplete.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/pcomplete.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcomplete.el --- programmable completion ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes abbrev
--- a/lisp/play/5x5.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/5x5.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; 5x5.el --- simple little puzzle game ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/play/animate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/animate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; animate.el --- make text dance ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Richard Stallman <rms@gnu.org> ;; Keywords: games
--- a/lisp/play/blackbox.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/blackbox.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; blackbox.el --- blackbox game in Emacs Lisp ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> ;; Adapted-By: ESR
--- a/lisp/play/bruce.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/bruce.el Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ;;; Decency Act snoops, if any. ;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/bubbles.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/bubbles.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; bubbles.el --- Puzzle game for Emacs. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; URL: http://ulf.epplejasper.de/
--- a/lisp/play/cookie1.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/cookie1.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cookie1.el --- retrieve random phrases from fortune cookie files ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/play/decipher.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/decipher.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers ;; ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> ;; Keywords: games
--- a/lisp/play/dissociate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/dissociate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dissociate.el --- scramble text amusingly for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/doctor.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/doctor.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; doctor.el --- psychological help for frustrated users ;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/dunnet.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/dunnet.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dunnet.el --- text adventure for Emacs -*- byte-compile-warnings: nil -*- ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ron Schnell <ronnie@driver-aces.com> ;; Created: 25 Jul 1992
--- a/lisp/play/fortune.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/fortune.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; fortune.el --- use fortune to create signatures ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Holger Schauer <Holger.Schauer@gmx.de> ;; Keywords: games utils mail
--- a/lisp/play/gamegrid.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/gamegrid.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gamegrid.el --- library for implementing grid-based games on Emacs ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 1.02
--- a/lisp/play/gametree.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/gametree.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gametree.el --- manage game analysis trees in Emacs ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ian T Zimmerman <itz@rahul.net> ;; Created: Wed Dec 10 07:41:46 PST 1997
--- a/lisp/play/gomoku.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/gomoku.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gomoku.el --- Gomoku game between you and Emacs ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Maintainer: FSF
--- a/lisp/play/handwrite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/handwrite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) ;; Created: October 21 1996
--- a/lisp/play/landmark.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/landmark.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; landmark.el --- neural-network robot that learns landmarks ;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) ;; Created: December 16, 1996 - first release to usenet
--- a/lisp/play/life.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/life.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs -;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1988, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kyle Jones <kyleuunet.uu.net> ;; Maintainer: FSF
--- a/lisp/play/morse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/morse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> ;; Keywords: games
--- a/lisp/play/mpuz.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/mpuz.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; mpuz.el --- multiplication puzzle for GNU Emacs ;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/play/pong.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/pong.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pong.el --- classical implementation of pong ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Benjamin Drieu <bdrieu@april.org> ;; Keywords: games
--- a/lisp/play/snake.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/snake.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; snake.el --- implementation of Snake for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Created: 1997-09-10
--- a/lisp/play/solitaire.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/solitaire.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; solitaire.el --- game of solitaire in Emacs Lisp ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> ;; Created: Fri afternoon, Jun 3, 1994
--- a/lisp/play/spook.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/spook.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; spook.el --- spook phrase utility for overloading the NSA line eater ;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/tetris.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/tetris.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tetris.el --- implementation of Tetris for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 2.01
--- a/lisp/play/yow.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/yow.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; yow.el --- quote random zippyisms ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Author: Richard Mlynarik
--- a/lisp/play/zone.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/play/zone.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; zone.el --- idle display hacks ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Victor Zandy <zandy@cs.wisc.edu> ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
--- a/lisp/printing.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/printing.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; printing.el --- printing utilities ;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 2010, 2011 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/proced.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/proced.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; proced.el --- operate on system processes like dired -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Roland Winkler <winkler@gnu.org> ;; Keywords: Processes, Unix
--- a/lisp/progmodes/ada-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ada-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; ada-mode.el --- major-mode for editing Ada sources -;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rolf Ebert <ebert@inf.enst.fr> ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
--- a/lisp/progmodes/ada-prj.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ada-prj.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ada-prj.el --- GUI editing of project files for the ada-mode ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
--- a/lisp/progmodes/ada-stmt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ada-stmt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates ;; Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Daniel Pfeiffer
--- a/lisp/progmodes/ada-xref.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ada-xref.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;; ada-xref.el --- for lookup and completion in Ada mode -;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> ;; Rolf Ebert <ebert@inf.enst.fr>
--- a/lisp/progmodes/antlr-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/antlr-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; antlr-mode.el --- major mode for ANTLR grammar files ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Christoph.Wedler@sap.com ;; Keywords: languages, ANTLR, code generator
--- a/lisp/progmodes/asm-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/asm-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; asm-mode.el --- mode for editing assembler code -;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/progmodes/autoconf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/autoconf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; autoconf.el --- mode for editing Autoconf configure.in files -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/bug-reference.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/bug-reference.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; bug-reference.el --- buttonize bug references -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Tom Tromey <tromey@redhat.com> ;; Created: 21 Mar 2007
--- a/lisp/progmodes/cap-words.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cap-words.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cap-words.el --- minor mode for motion in CapitalizedWordIdentifiers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/cc-align.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-align.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-align.el --- custom indentation functions for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2004- Alan Mackenzie
--- a/lisp/progmodes/cc-awk.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-awk.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-awk.el --- AWK specific code within cc-mode. ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) ;; Maintainer: FSF
--- a/lisp/progmodes/cc-bytecomp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-bytecomp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cc-bytecomp.el --- compile time setup for proper compilation -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Martin Stjernholm
--- a/lisp/progmodes/cc-cmds.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-cmds.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-cmds.el --- user level commands for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie
--- a/lisp/progmodes/cc-compat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-compat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-defs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-defs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-defs.el --- compile time definitions for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie
--- a/lisp/progmodes/cc-engine.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-engine.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; cc-engine.el --- core syntax guessing engine for CC mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Authors: 2001- Alan Mackenzie ;; 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-fonts.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-fonts.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cc-fonts.el --- font lock support for CC Mode -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie ;; 2002- Martin Stjernholm
--- a/lisp/progmodes/cc-langs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-langs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-langs.el --- language specific settings for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2002- Alan Mackenzie
--- a/lisp/progmodes/cc-menus.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-menus.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-menus.el --- imenu support for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; cc-mode.el --- major mode for editing C and similar languages ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie ;; 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-styles.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-styles.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-styles.el --- support for styles in CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2004- Alan Mackenzie
--- a/lisp/progmodes/cc-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cc-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cc-vars.el --- user customization variables for CC Mode ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: 2002- Alan Mackenzie
--- a/lisp/progmodes/cfengine.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cfengine.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cfengine.el --- mode for editing Cfengine files -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/cmacexp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cmacexp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cmacexp.el --- expand C macros in a region ;; Copyright (C) 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Francesco Potorti` <pot@gnu.org> ;; Adapted-By: ESR
--- a/lisp/progmodes/compile.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/compile.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; compile.el --- run compiler as inferior of Emacs, parse error messages ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Roland McGrath <roland@gnu.org>,
--- a/lisp/progmodes/cperl-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cperl-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; cperl-mode.el --- Perl code editing commands for Emacs -;; Copyright (C) 1985, 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1996, -;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, +;; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Ilya Zakharevich ;; Bob Olson
--- a/lisp/progmodes/cpp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cpp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cpp.el --- highlight or hide text according to cpp conditionals -;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
--- a/lisp/progmodes/cwarn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/cwarn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cwarn.el --- highlight suspicious C and C++ constructions -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com>
--- a/lisp/progmodes/dcl-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/dcl-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; dcl-mode.el --- major mode for editing DCL command files -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Odd Gripenstam <gripenstamol@decus.se> ;; Maintainer: Odd Gripenstam <gripenstamol@decus.se>
--- a/lisp/progmodes/delphi.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/delphi.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: Ray Blaak <blaak@infomatch.com>, ;; Simon South <ssouth@member.fsf.org>
--- a/lisp/progmodes/ebnf-abn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-abn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-bnf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-bnf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-bnf.el --- parser for EBNF -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-dtd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-dtd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-ebx.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-ebx.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-iso.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-iso.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-iso.el --- parser for ISO EBNF -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-otz.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-otz.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-otz.el --- syntactic chart OpTimiZer -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-yac.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf-yac.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ebnf-yac.el --- parser for Yacc/Bison -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf2ps.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebnf2ps.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebrowse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ebrowse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; ebrowse.el --- Emacs C++ class browser & tags facility -;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation Inc. +;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: FSF
--- a/lisp/progmodes/etags.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/etags.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; etags.el --- etags facility for Emacs -;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, -;; 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Maintainer: FSF
--- a/lisp/progmodes/executable.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/executable.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: languages, unix
--- a/lisp/progmodes/f90.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/f90.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; f90.el --- Fortran-90 mode (free format) ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/progmodes/flymake.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/flymake.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; flymake.el -- a universal on-the-fly syntax checker -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
--- a/lisp/progmodes/fortran.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/fortran.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; fortran.el --- Fortran mode for GNU Emacs ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Michael D. Prange <prange@erl.mit.edu>
--- a/lisp/progmodes/glasses.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/glasses.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; glasses.el --- make cantReadThis readable -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/lisp/progmodes/grep.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/grep.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; grep.el --- run Grep as inferior of Emacs, parse match messages ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>
--- a/lisp/progmodes/gud.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/gud.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/progmodes/hideif.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/hideif.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hideif.el --- hides selected code within ifdef ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Brian Marick ;; Daniel LaLiberte <liberte@holonexus.org>
--- a/lisp/progmodes/hideshow.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/hideshow.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <ttn@gnu.org> ;; Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/progmodes/icon.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/icon.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; icon.el --- mode for editing Icon code -;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Chris Smith <csmith@convex.com> ;; Created: 15 Feb 89
--- a/lisp/progmodes/idlw-complete-structtag.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/idlw-complete-structtag.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; idlw-complete-structtag.el --- Completion of structure tags. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl> ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
--- a/lisp/progmodes/idlw-shell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/idlw-shell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; idlw-shell.el --- run IDL as an inferior process of Emacs. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> ;; Carsten Dominik <dominik@astro.uva.nl>
--- a/lisp/progmodes/idlw-toolbar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/idlw-toolbar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl>
--- a/lisp/progmodes/idlwave.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/idlwave.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; idlwave.el --- IDL editing mode for GNU Emacs ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> ;; Carsten Dominik <dominik@science.uva.nl>
--- a/lisp/progmodes/inf-lisp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/inf-lisp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; inf-lisp.el --- an inferior-lisp mode -;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu>
--- a/lisp/progmodes/js.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/js.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; js.el --- Major mode for editing JavaScript -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Karl Landstrom <karl.landstrom@brgeight.se> ;; Daniel Colascione <dan.colascione@gmail.com>
--- a/lisp/progmodes/ld-script.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ld-script.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ld-script.el --- GNU linker script editing mode for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Masatake YAMATO<jet@gyve.org> ;; Keywords: languages, faces
--- a/lisp/progmodes/m4-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/m4-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; m4-mode.el --- m4 code editing commands for Emacs -;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Andrew Csillag <drew_csillag@geocities.com>
--- a/lisp/progmodes/make-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/make-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; make-mode.el --- makefile editing commands for Emacs ;; Copyright (C) 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Thomas Neumann <tom@smart.bo.open.de> ;; Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/progmodes/mantemp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/mantemp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output -;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Tom Houlder <thoulder@icor.fr>
--- a/lisp/progmodes/meta-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/meta-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> ;; Version: 1.0
--- a/lisp/progmodes/mixal-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/mixal-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; mixal-mode.el --- Major mode for the mix asm language. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com>
--- a/lisp/progmodes/octave-inf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/octave-inf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; octave-inf.el --- running Octave as an inferior Emacs process -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
--- a/lisp/progmodes/octave-mod.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/octave-mod.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; octave-mod.el --- editing Octave source files under Emacs -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> ;; Author: John Eaton <jwe@octave.org>
--- a/lisp/progmodes/pascal.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/pascal.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; pascal.el --- major mode for editing pascal source in Emacs -;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -;; 2002 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Author: Espen Skoglund <esk@gnu.org> ;; Keywords: languages
--- a/lisp/progmodes/perl-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/perl-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; perl-mode.el --- Perl code editing commands for GNU Emacs ;; Copyright (C) 1990, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: William F. Mann ;; Maintainer: FSF
--- a/lisp/progmodes/ps-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ps-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ps-mode.el --- PostScript mode for GNU Emacs -;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
--- a/lisp/progmodes/python.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/python.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; python.el --- silly walks for Python -*- coding: iso-8859-1 -*- -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> @@ -2549,7 +2549,6 @@ (^ '(- (1+ (current-indentation)))))) ;; Python defines TABs as being 8-char wide. (set (make-local-variable 'tab-width) 8) - (unless font-lock-mode (font-lock-mode 1)) (when python-guess-indent (python-guess-indent)) ;; Let's make it harder for the user to shoot himself in the foot. (unless (= tab-width python-indent)
--- a/lisp/progmodes/ruby-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/ruby-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ruby-mode.el --- Major mode for editing Ruby files -;; Copyright (C) 1994, 1995, 1996 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1994, 1995, 1996 1997, 1998, 1999, 2000, 2001, +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Yukihiro Matsumoto
--- a/lisp/progmodes/scheme.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/scheme.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; scheme.el --- Scheme (and DSSSL) editing mode ;; Copyright (C) 1986, 1987, 1988, 1997, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> ;; Adapted-by: Dave Love <d.love@dl.ac.uk>
--- a/lisp/progmodes/sh-script.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/sh-script.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; sh-script.el --- shell-script editing commands for Emacs ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Version: 2.0f @@ -762,7 +761,7 @@ (shell "break" "case" "continue" "exec" "exit") (zsh sh-append bash - "select")) + "select" "foreach")) "List of keywords not in `sh-leading-keywords'. See `sh-feature'." :type '(repeat (cons (symbol :tag "Shell")
--- a/lisp/progmodes/simula.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/simula.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; simula.el --- SIMULA 87 code editing commands for Emacs ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> ;; Maintainer: simula-mode@ifi.uio.no
--- a/lisp/progmodes/sql.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/sql.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sql.el --- specialized comint.el for SQL interpreters ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Michael Mauger <mmaug@yahoo.com>
--- a/lisp/progmodes/subword.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/subword.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; subword.el --- Handling capitalized subwords in a nomenclature -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masatake YAMATO
--- a/lisp/progmodes/tcl.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/tcl.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tcl.el --- Tcl code editing commands for Emacs ;; Copyright (C) 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Author: Tom Tromey <tromey@redhat.com>
--- a/lisp/progmodes/vera-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/vera-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vera-mode.el --- major mode for editing Vera files. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Reto Zimmermann <reto@gnu.org> ;; Maintainer: Reto Zimmermann <reto@gnu.org>
--- a/lisp/progmodes/verilog-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/verilog-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;; verilog-mode.el --- major mode for editing verilog source in Emacs ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael McNamara (mac@verilog.com), ;; Wilson Snyder (wsnyder@wsnyder.org)
--- a/lisp/progmodes/vhdl-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/vhdl-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vhdl-mode.el --- major mode for editing VHDL code ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Reto Zimmermann <reto@gnu.org>
--- a/lisp/progmodes/which-func.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/which-func.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; which-func.el --- print current function in mode line ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006 -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alex Rezinsky <alexr@msil.sps.mot.com> ;; (doesn't seem to be responsive any more)
--- a/lisp/progmodes/xscheme.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/progmodes/xscheme.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; xscheme.el --- run MIT Scheme under Emacs ;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: languages, lisp
--- a/lisp/ps-bdf.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ps-bdf.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,10 +1,10 @@ ;;; ps-bdf.el --- BDF font file handler for ps-print ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 +;; 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 +;; 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/ps-def.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ps-def.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ps-def.el --- XEmacs and Emacs definitions for ps-print -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Kenichi Handa <handa@m17n.org> (multi-byte characters)
--- a/lisp/ps-mule.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ps-mule.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ps-mule.el --- provide multi-byte character facility to ps-print ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Kenichi Handa <handa@m17n.org> (multi-byte characters)
--- a/lisp/ps-print.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ps-print.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ps-print.el --- print text from the buffer as PostScript ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) @@ -6659,7 +6659,7 @@ ;; But autoload them here to make the separation invisible. ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize -;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "26f1d5db9476d0e84ab55627fbb72b1b") +;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "0bd9e024b9d49ac10c708171ec319d9a") ;;; Generated autoloads from ps-mule.el (defvar ps-multibyte-buffer nil "\
--- a/lisp/ps-samp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ps-samp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ps-samp.el --- ps-print sample setup code -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) ;; Jacques Duthen (was <duthen@cegelec-red.fr>)
--- a/lisp/rect.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/rect.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rect.el --- rectangle functions for GNU Emacs ;; Copyright (C) 1985, 1999, 2000, 2001, 2002, 2003, 2004 -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Didier Verna <didier@xemacs.org> ;; Keywords: internal
--- a/lisp/register.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/register.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; register.el --- register commands for Emacs ;; Copyright (C) 1985, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/repeat.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/repeat.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; repeat.el --- convenient way to repeat the previous command ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Will Mengarini <seldon@eskimo.com> ;; Created: Mo 02 Mar 98
--- a/lisp/replace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/replace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; replace.el --- replace commands for Emacs ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1996, 1997, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/reposition.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/reposition.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reposition.el --- center a Lisp function or comment on the screen -;; Copyright (C) 1991, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1994, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> ;; Created: Jan 1991
--- a/lisp/reveal.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/reveal.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reveal.el --- Automatically reveal hidden text at point ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: outlines
--- a/lisp/rfn-eshadow.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/rfn-eshadow.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rfn-eshadow.el --- Highlight `shadowed' part of read-file-name input text ;; ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience minibuffer
--- a/lisp/rot13.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/rot13.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; rot13.el --- display a buffer in ROT13 ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/ruler-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ruler-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ruler-mode.el --- display a ruler in the header line ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/savehist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/savehist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; savehist.el --- Save minibuffer history. -;; Copyright (C) 1997, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Hrvoje Niksic <hniksic@xemacs.org>
--- a/lisp/saveplace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/saveplace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; saveplace.el --- automatically save place in files ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Maintainer: FSF
--- a/lisp/sb-image.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/sb-image.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sb-image --- Image management for speedbar ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/scroll-all.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/scroll-all.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; scroll-all.el --- scroll all buffers together minor mode ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> ;; Keywords: scroll crisp brief lock
--- a/lisp/scroll-bar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/scroll-bar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; scroll-bar.el --- window system-independent scroll bar support ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware
--- a/lisp/scroll-lock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/scroll-lock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; scroll-lock.el --- Scroll lock scrolling. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> ;; Maintainer: FSF
--- a/lisp/select.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/select.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; select.el --- lisp portion of standard selection support ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/server.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/server.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; server.el --- Lisp code for GNU Emacs running as server process ;; Copyright (C) 1986, 1987, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: William Sommerfeld <wesommer@athena.mit.edu>
--- a/lisp/ses.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/ses.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/sha1.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/sha1.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: SHA1, FIPS 180-1
--- a/lisp/shadowfile.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/shadowfile.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; shadowfile.el --- automatic file copying ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: comm files
--- a/lisp/shell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/shell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; shell.el --- specialized comint.el for running the shell -;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000, 2001, +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu> ;; Simon Marshall <simon@gnu.org>
--- a/lisp/simple.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/simple.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; simple.el --- basic editing commands for Emacs -;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/skeleton.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/skeleton.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; skeleton.el --- Lisp language extension for writing statement skeletons -*- coding: utf-8 -*- -;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Maintainer: FSF
--- a/lisp/sort.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/sort.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sort.el --- commands to sort text in an Emacs buffer -;; Copyright (C) 1986, 1987, 1994, 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1987, 1994, 1995, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howie Kaye ;; Maintainer: FSF
--- a/lisp/soundex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/soundex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; soundex.el --- implement Soundex algorithm ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> ;; Maintainer: FSF
--- a/lisp/startup.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/startup.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; startup.el --- process Emacs shell arguments -;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/strokes.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/strokes.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; strokes.el --- control Emacs through mouse strokes ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Bakhash <cadet@alum.mit.edu> ;; Maintainer: FSF
--- a/lisp/t-mouse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/t-mouse.el Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ ;; Maintainer: FSF ;; Keywords: mouse gpm linux -;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/tabify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tabify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tabify.el --- tab conversion commands for Emacs ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Package: emacs
--- a/lisp/talk.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/talk.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; talk.el --- allow several users to talk to each other through Emacs ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: comm, frames
--- a/lisp/tar-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tar-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tar-mode.el --- simple editing of tar files from GNU emacs ;; Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com>
--- a/lisp/tempo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tempo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tempo.el --- Flexible template insertion ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David K}gedal <davidk@lysator.liu.se> ;; Created: 16 Feb 1994
--- a/lisp/term.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; term.el --- general command interpreter in a window stuff -;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Bothner <per@bothner.com> ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com>
--- a/lisp/term/AT386.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/AT386.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals
--- a/lisp/term/README Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/lisp/term/common-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/common-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; common-win.el --- common part of handling window systems ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: terminals
--- a/lisp/term/internal.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/internal.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; internal.el --- support for PC internal terminal ;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk>
--- a/lisp/term/iris-ansi.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/iris-ansi.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/term/news.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/news.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/ns-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/ns-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/MacOS X window system -;; Copyright (C) 1993, 1994, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1993, 1994, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Authors: Carl Edman
--- a/lisp/term/pc-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/pc-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Maintainer: FSF
--- a/lisp/term/rxvt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/rxvt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; rxvt.el --- define function key sequences and standard colors for rxvt -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eli Zaretskii
--- a/lisp/term/sun.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/sun.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sun.el --- keybinding for standard default sunterm keys ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jeff Peck <peck@sun.com> ;; Keywords: terminals
--- a/lisp/term/sup-mouse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/sup-mouse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sup-mouse.el --- supdup mouse support for lisp machines ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Wolfgang Rupprecht ;; Maintainer: FSF
--- a/lisp/term/tty-colors.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/tty-colors.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tty-colors.el --- color support for character terminals -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Maintainer: FSF
--- a/lisp/term/tvi970.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/tvi970.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tvi970.el --- terminal support for the Televideo 970 ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> ;; Keywords: terminals
--- a/lisp/term/vt100.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/vt100.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vt100.el --- define VT100 function key sequences in function-key-map ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/w32-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/w32-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; w32-win.el --- parse switches controlling interface with W32 window system ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Kevin Gallo ;; Keywords: terminals
--- a/lisp/term/w32console.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/w32console.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; w32console.el -- Setup w32 console keys and colors. -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/wyse50.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/wyse50.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, ;; Jim Blandy <jimb@occs.cs.oberlin.edu>
--- a/lisp/term/x-win.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/x-win.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals, i18n
--- a/lisp/term/xterm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/term/xterm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; xterm.el --- define function key sequences and standard colors for xterm ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/terminal.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/terminal.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; terminal.el --- terminal emulator for GNU Emacs ;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF
--- a/lisp/textmodes/artist.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/artist.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; artist.el --- draw ascii graphics with your mouse -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se>
--- a/lisp/textmodes/bib-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/bib-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; bib-mode.el --- major mode for editing bib files ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Henry Kautz ;; (according to authors.el)
--- a/lisp/textmodes/bibtex-style.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/bibtex-style.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ ;;; bibtex-style.el --- Major mode for BibTeX Style files -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: tex
--- a/lisp/textmodes/bibtex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/bibtex.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; bibtex.el --- BibTeX mode for GNU Emacs ;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de>
--- a/lisp/textmodes/conf-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/conf-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/textmodes/css-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/css-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; css-mode.el --- Major mode to edit CSS files -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: hypermedia
--- a/lisp/textmodes/dns-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/dns-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files -;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/textmodes/enriched.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/enriched.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; enriched.el --- read and save files in text/enriched format -;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: wp, faces
--- a/lisp/textmodes/fill.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/fill.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; fill.el --- fill commands for Emacs -*- coding: utf-8 -*- -;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, 2002, +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/flyspell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/flyspell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; flyspell.el --- on-the-fly spell checker ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> ;; Maintainer: FSF
--- a/lisp/textmodes/ispell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/ispell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ken Stevens <k.stevens@ieee.org> ;; Maintainer: Ken Stevens <k.stevens@ieee.org>
--- a/lisp/textmodes/makeinfo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/makeinfo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; makeinfo.el --- run makeinfo conveniently -;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: FSF
--- a/lisp/textmodes/nroff-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/nroff-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source ;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/page-ext.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/page-ext.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; page-ext.el --- extended page handling commands -;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Robert J. Chassell <bob@gnu.org> ;; (according to ack.texi)
--- a/lisp/textmodes/page.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/page.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; page.el --- page motion commands for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp convenience
--- a/lisp/textmodes/paragraphs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/paragraphs.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/textmodes/picture.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/picture.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/textmodes/po.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/po.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Authors: Fran�ois Pinard <pinard@iro.umontreal.ca>, ;; Greg McGary <gkm@magilla.cichlid.com>,
--- a/lisp/textmodes/refbib.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/refbib.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; refbib.el --- convert refer-style references to ones usable by Latex bib ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Henry Kautz <kautz@research.att.com> ;; Maintainer: FSF
--- a/lisp/textmodes/refer.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/refer.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; refer.el --- look up references in bibliography files -;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> ;; Maintainer: Gernot Heiser <gernot@acm.org>
--- a/lisp/textmodes/refill.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/refill.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; refill.el --- `auto-fill' by refilling paragraphs on changes ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: Miles Bader <miles@gnu.org>
--- a/lisp/textmodes/reftex-auc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-auc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-auc.el --- RefTeX's interface to AUCTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-cite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-cite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-cite.el --- creating citations with RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-dcr.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-dcr.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-global.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-global.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-global.el --- operations on entire documents with RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-parse.el --- parser functions for RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-ref.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-ref.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-ref.el --- code to create labels and references with RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; reftex-vars.el --- configuration variables for RefTeX ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/reftex.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/remember.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/remember.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; remember --- a mode for quickly jotting down things to remember -;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 29 Mar 1999
--- a/lisp/textmodes/sgml-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/sgml-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*- ;; Copyright (C) 1992, 1995, 1996, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: James Clark <jjc@jclark.com> ;; Maintainer: FSF
--- a/lisp/textmodes/spell.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/spell.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; spell.el --- spelling correction interface for Emacs -;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp, unix
--- a/lisp/textmodes/table.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/table.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; table.el --- create and edit WYSIWYG text based embedded tables ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: wp, convenience ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
--- a/lisp/textmodes/tex-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/tex-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/textmodes/texinfmt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/texinfmt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; texinfmt.el --- format Texinfo files into Info files -;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, -;; 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, +;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> ;; Keywords: maint, tex, docs
--- a/lisp/textmodes/texinfo.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/texinfo.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*- ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Robert J. Chassell
--- a/lisp/textmodes/texnfo-upd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/texnfo-upd.el Fri Jan 14 10:14:17 2011 -0800 @@ -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, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: bug-texinfo@gnu.org
--- a/lisp/textmodes/text-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/text-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands ;; Copyright (C) 1985, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/tildify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/tildify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tildify.el --- adding hard spaces into texts ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org> ;; Version: 4.5
--- a/lisp/textmodes/two-column.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/two-column.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; two-column.el --- minor mode for editing of two-column text ;; Copyright (C) 1992, 1993, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Adapted-By: ESR, Daniel Pfeiffer
--- a/lisp/textmodes/underline.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/textmodes/underline.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/thingatpt.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/thingatpt.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; thingatpt.el --- get the `thing' at point ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
--- a/lisp/thumbs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/thumbs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; thumbs.el --- Thumbnails previewer for images files -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> ;; Maintainer: FSF
--- a/lisp/time-stamp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/time-stamp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/time.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/time.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/timezone.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/timezone.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; timezone.el --- time zone package for GNU Emacs ;; Copyright (C) 1990, 1991, 1992, 1993, 1996, 1999, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Masanobu Umeda ;; Maintainer: umerin@mse.kyutech.ac.jp
--- a/lisp/tmm.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tmm.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tmm.el --- text mode access to menu-bar ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> ;; Maintainer: FSF
--- a/lisp/tool-bar.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tool-bar.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ ;;; tool-bar.el --- setting up the tool bar - -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. - +;; +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; ;; Author: Dave Love <fx@gnu.org> ;; Keywords: mouse frames ;; Package: emacs
--- a/lisp/tooltip.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tooltip.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; tooltip.el --- show tooltip windows ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@acm.org> ;; Keywords: help c mouse tools
--- a/lisp/tree-widget.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tree-widget.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tree-widget.el --- Tree widget -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/tutorial.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/tutorial.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; tutorial.el --- tutorial for Emacs -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/type-break.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/type-break.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; type-break.el --- encourage rests from typing at appropriate intervals -;; Copyright (C) 1994, 1995, 1997, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1997, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/uniquify.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/uniquify.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; uniquify.el --- unique buffer names dependent on file name ;; Copyright (C) 1989, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Dick King <king@reasoning.com> ;; Maintainer: FSF
--- a/lisp/url/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -2377,8 +2377,8 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1999, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/url/url-about.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-about.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-about.el --- Show internal URLs -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-auth.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-auth.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-auth.el --- Uniform Resource Locator authorization modules ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-cache.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-cache.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-cache.el --- Uniform Resource Locator retrieval tool ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-cid.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-cid.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-cid.el --- Content-ID URL loader -;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-cookie.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-cookie.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-cookie.el --- URL cookie support ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-dav.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-dav.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-dav.el --- WebDAV support -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org>
--- a/lisp/url/url-dired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-dired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-dired.el --- URL Dired minor mode ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, files
--- a/lisp/url/url-expand.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-expand.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-expand.el --- expand-file-name for URLs -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-file.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-file.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-file.el --- File retrieval code ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ftp.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-ftp.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-ftp.el --- FTP wrapper ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-gw.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-gw.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-gw.el --- Gateway munging for URL loading -;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org>
--- a/lisp/url/url-handlers.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-handlers.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-handlers.el --- file-name-handler stuff for URL loading ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-history.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-history.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-history.el --- Global history tracking for URL package -;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-http.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-http.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-http.el --- HTTP retrieval routines -;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, 2009, -;; 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes
--- a/lisp/url/url-imap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-imap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-imap.el --- IMAP retrieval routines -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: comm, data, processes
--- a/lisp/url/url-irc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-irc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-irc.el --- IRC URL interface -;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ldap.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-ldap.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code -;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-mailto.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-mailto.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-methods.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-methods.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-methods.el --- Load URL schemes as needed ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-misc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-misc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-news.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-news.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-news.el --- News Uniform Resource Locator retrieval code ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-nfs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-nfs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-nfs.el --- NFS URL interface ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-ns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-ns.el --- Various netscape-ish functions for proxy definitions ;; Copyright (C) 1997, 1998, 1999, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-parse.el --- Uniform Resource Locator parser ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-privacy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-privacy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-privacy.el --- Global history tracking for URL package ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-proxy.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-proxy.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; url-proxy.el --- Proxy server support -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-util.el --- Miscellaneous helper routines for URL library ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes
--- a/lisp/url/url-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url-vars.el --- Variables for Uniform Resource Locator tool -;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/url/url.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; url.el --- Uniform Resource Locator retrieval tool -;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/userlock.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/userlock.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; userlock.el --- handle file access contention between multiple users ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/vc/add-log.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/add-log.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; add-log.el --- change log maintenance commands for Emacs ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/vc/compare-w.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/compare-w.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; compare-w.el --- compare text between windows for Emacs ;; Copyright (C) 1986, 1989, 1993, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience files vc
--- a/lisp/vc/cvs-status.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/cvs-status.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs cvs status tree vc tools
--- a/lisp/vc/diff-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/diff-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; diff-mode.el --- a mode for viewing/editing context diffs ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: convenience patch diff vc
--- a/lisp/vc/diff.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/diff.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; diff.el --- run `diff' in compilation-mode ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Frank Bresz ;; (according to authors.el)
--- a/lisp/vc/ediff-diff.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-diff.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; ediff-diff.el --- diff-related utilities -;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-help.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-help.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff-help.el --- Code related to the contents of Ediff help buffers ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-hook.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-hook.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff-hook.el --- setup for Ediff's menus and autoloads ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-init.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-init.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-merg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-merg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff-merg.el --- merging utilities ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-ptch.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-ptch.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; ediff-ptch.el --- Ediff's patch support -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-vers.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-vers.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff-vers.el --- version control interface to Ediff ;; Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff-wind.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff-wind.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ ;;; ediff-wind.el --- window manipulation utilities -;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: ediff
--- a/lisp/vc/ediff.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/ediff.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; ediff.el --- a comprehensive visual interface to diff & patch ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Created: February 2, 1994
--- a/lisp/vc/log-edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/log-edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; log-edit.el --- Major mode for editing CVS commit messages ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs cvs commit log vc
--- a/lisp/vc/log-view.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/log-view.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: rcs, sccs, cvs, log, vc, tools
--- a/lisp/vc/pcvs-defs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/pcvs-defs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcvs-defs.el --- variable definitions for PCL-CVS ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/vc/pcvs-info.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/pcvs-info.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcvs-info.el --- internal representation of a fileinfo entry ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/vc/pcvs-parse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/pcvs-parse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcvs-parse.el --- the CVS output parser ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs
--- a/lisp/vc/pcvs-util.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/pcvs-util.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs
--- a/lisp/vc/pcvs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/pcvs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; pcvs.el --- a front-end to CVS ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com ;; (Per Cederqvist) ceder@lysator.liu.se
--- a/lisp/vc/smerge-mode.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/smerge-mode.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: vc, tools, revision control, merge, diff3, cvs, conflict
--- a/lisp/vc/vc-annotate.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-annotate.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc-annotate.el --- VC Annotate Support ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> ;; Maintainer: FSF
--- a/lisp/vc/vc-arch.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-arch.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-arch.el --- VC backend for the Arch version-control system -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc/vc-cvs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-cvs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc-cvs.el --- non-resident support for CVS version-control ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
--- a/lisp/vc/vc-dav.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-dav.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-dav.el --- vc.el support for WebDAV -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Maintainer: Bill Perry <wmperry@gnu.org>
--- a/lisp/vc/vc-dir.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-dir.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-dir.el --- Directory status display under VC -;; Copyright (C) 2007, 2008, 2009, 2010 +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/vc/vc-dispatcher.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-dispatcher.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-dispatcher.el -- generic command-dispatcher facility. -;; Copyright (C) 2008, 2009, 2010 +;; Copyright (C) 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see below for full credits)
--- a/lisp/vc/vc-git.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-git.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-git.el --- VC backend for the git version control system -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Alexandre Julliard <julliard@winehq.org> ;; Keywords: vc tools
--- a/lisp/vc/vc-hg.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-hg.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-hg.el --- VC backend for the mercurial version control system -;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ivan Kanis ;; Keywords: vc tools
--- a/lisp/vc/vc-hooks.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-hooks.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc-hooks.el --- resident support for version-control ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc/vc-mtn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-mtn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-mtn.el --- VC backend for Monotone -;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: vc
--- a/lisp/vc/vc-rcs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-rcs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc-rcs.el --- support for RCS version-control ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc/vc-sccs.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-sccs.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc-sccs.el --- support for SCCS version-control ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc/vc-svn.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc-svn.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; vc-svn.el --- non-resident support for Subversion version-control -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc/vc.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vc/vc.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vc.el --- drive a version-control system from within Emacs ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: FSF (see below for full credits)
--- a/lisp/vcursor.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vcursor.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vcursor.el --- manipulate an alternative ("virtual") cursor ;; Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> ;; Maintainer: FSF
--- a/lisp/view.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/view.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; view.el --- peruse file or buffer without editing ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: Inge Frick <inge@nada.kth.se>
--- a/lisp/vt-control.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vt-control.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vt-control.el --- Common VTxxx control functions ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/vt100-led.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/vt100-led.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/w32-fns.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/w32-fns.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; w32-fns.el --- Lisp routines for Windows NT ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Geoff Voelker <voelker@cs.washington.edu> ;; Keywords: internal
--- a/lisp/w32-vars.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/w32-vars.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; w32-vars.el --- MS-Windows specific user options -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jason Rumney <jasonr@gnu.org>
--- a/lisp/wdired.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/wdired.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; wdired.el --- Rename files editing their names in dired buffers -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Filename: wdired.el
--- a/lisp/whitespace.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/whitespace.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; whitespace.el --- minor mode to visualize TAB, (HARD) SPACE, NEWLINE -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/wid-browse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/wid-browse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; wid-browse.el --- functions for browsing widgets ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: extensions
--- a/lisp/wid-edit.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/wid-edit.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*- ;; ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF
--- a/lisp/widget.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/widget.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; widget.el --- a library of user interface components ;; ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, extensions, faces, hypermedia
--- a/lisp/windmove.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/windmove.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; windmove.el --- directional window-selection routines ;; ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Hovav Shacham (hovav@cs.stanford.edu) ;; Created: 17 October 1998
--- a/lisp/window.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/window.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; window.el --- GNU Emacs window commands aside from those written in C ;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/winner.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/winner.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; winner.el --- Restore old window configurations ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation. Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation. Inc. ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> ;; Created: 27 Feb 1997
--- a/lisp/woman.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/woman.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; woman.el --- browse UN*X manual pages `wo (without) man' ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> ;; Maintainer: FSF
--- a/lisp/x-dnd.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/x-dnd.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; x-dnd.el --- drag and drop support for X -*- coding: utf-8 -*- -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Jan Dj辰rv <jan.h.d@swipnet.se>
--- a/lisp/xml.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/xml.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; xml.el --- XML parser ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> ;; Maintainer: Mark A. Hershberger <mah@everybody.org>
--- a/lisp/xt-mouse.el Thu Jan 13 21:07:26 2011 -0800 +++ b/lisp/xt-mouse.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ ;;; xt-mouse.el --- support the mouse when emacs run in an xterm ;; Copyright (C) 1994, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: mouse, terminals
--- a/lwlib/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1644,7 +1644,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lwlib/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # Copyright (C) 1992, 1993 Lucid, Inc. -# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of the Lucid Widget Library. #
--- a/lwlib/lwlib-Xaw.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib-Xaw.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* The lwlib interface to Athena widgets. Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-Xlw.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib-Xlw.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* The lwlib interface to "xlwmenu" menus. Copyright (C) 1992 Lucid, Inc. Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-Xm.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib-Xm.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* The lwlib interface to Motif widgets. Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc.
--- a/lwlib/lwlib-int.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib-int.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Copyright (C) 1992 Lucid, Inc. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-utils.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib-utils.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Defines some widget utility functions. Copyright (C) 1992 Lucid, Inc. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* A general interface to the widgets of different toolkits. Copyright (C) 1992, 1993 Lucid, Inc. Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/lwlib.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Copyright (C) 1992, 1993 Lucid, Inc. Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenu.c Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/xlwmenu.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Implements a lightweight menubar widget. Copyright (C) 1992 Lucid, Inc. Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenu.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/xlwmenu.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Interface of a lightweight menubar widget. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenuP.h Thu Jan 13 21:07:26 2011 -0800 +++ b/lwlib/xlwmenuP.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Internals of a lightweight menubar widget. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/make-dist Thu Jan 13 21:07:26 2011 -0800 +++ b/make-dist Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ ### make-dist: create an Emacs distribution tar file from current srcdir ## Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -## 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +## 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ## This file is part of GNU Emacs.
--- a/msdos/INSTALL Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/INSTALL Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ GNU Emacs Installation Guide for the DJGPP (a.k.a. MS-DOS) port Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. The DJGPP port of GNU Emacs builds and runs on plain DOS and also on
--- a/msdos/README Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. @@ -12,7 +12,7 @@ reproduced here: # Copyright (C) 1993, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/mainmake.v2 Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/mainmake.v2 Fri Jan 14 10:14:17 2011 -0800 @@ -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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/msdos/sed1v2.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed1v2.inp Fri Jan 14 10:14:17 2011 -0800 @@ -2,8 +2,8 @@ # Configuration script for src/Makefile under DJGPP v2.x # ---------------------------------------------------------------------- # -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2v2.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed2v2.inp Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2x.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed2x.inp Fri Jan 14 10:14:17 2011 -0800 @@ -2,8 +2,8 @@ # Extra configuration script for src/config.h for DesqView/X # ---------------------------------------------------------------------- # -# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed3v2.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed3v2.inp Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed4.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed4.inp Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed5x.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed5x.inp Fri Jan 14 10:14:17 2011 -0800 @@ -2,8 +2,8 @@ # Configuration script for oldxmenu/makefile for DesqView/X # ---------------------------------------------------------------------- # -# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed6.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sed6.inp Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedalloc.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sedalloc.inp Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ # Configuration script for SYSTEM_MALLOC/REL_ALLOC in src/config.h # ---------------------------------------------------------------------- # -# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedlisp.inp Thu Jan 13 21:07:26 2011 -0800 +++ b/msdos/sedlisp.inp Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/nextstep/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/nextstep/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -197,7 +197,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nextstep/INSTALL Thu Jan 13 21:07:26 2011 -0800 +++ b/nextstep/INSTALL Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/nextstep/README Thu Jan 13 21:07:26 2011 -0800 +++ b/nextstep/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. This directory contains the files needed to build Emacs on
--- a/nt/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -1921,7 +1921,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/INSTALL Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/INSTALL Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ Building and Installing Emacs on Windows (from 95 to 7 and beyond) - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/nt/README Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ Emacs for Windows NT/2000 and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. This directory contains support for compiling and running GNU Emacs on
--- a/nt/README.W32 Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/README.W32 Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. See the end of the file for license conditions. Emacs for Windows
--- a/nt/addpm.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/addpm.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Add entries to the GNU Emacs Program Manager folder. Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/addsection.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/addsection.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Add an uninitialized data section to an executable. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/cmdproxy.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/cmdproxy.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Proxy shell designed for use with Emacs on Windows 95 and NT. Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Accepts subset of Unix sh(1) command-line options, for compatibility with elisp code written for Unix. When possible, executes external
--- a/nt/config.nt Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/config.nt Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/configure.bat Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/configure.bat Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ rem ---------------------------------------------------------------------- rem Configuration script for MS Windows operating systems rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, -rem 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +rem 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/ddeclient.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/ddeclient.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Simple client interface to DDE servers. Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/emacs.rc Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/emacs.rc Fri Jan 14 10:14:17 2011 -0800 @@ -27,7 +27,7 @@ VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "24, 0, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "24, 0, 50, 0\0"
--- a/nt/emacsclient.rc Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/emacsclient.rc Fri Jan 14 10:14:17 2011 -0800 @@ -25,7 +25,7 @@ VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "24, 0, 50, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "24, 0, 50, 0\0"
--- a/nt/envadd.bat Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/envadd.bat Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ rem Hack to change/add environment variables in the makefiles for the rem Windows platform. -rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/gmake.defs Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/gmake.defs Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009, 2010 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/inc/grp.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/inc/grp.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,7 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -32,5 +33,3 @@ #endif /* _GRP_H */ -/* arch-tag: 82840357-7946-4a87-9c97-c0281b49aca3 - (do not change this comment) */
--- a/nt/inc/langinfo.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/inc/langinfo.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,7 @@ /* Replacement langinfo.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -58,5 +60,3 @@ #endif /* _LANGINFO_H */ -/* arch-tag: a8917b7c-fb2c-4685-902b-742d0f67661b - (do not change this comment) */
--- a/nt/inc/nl_types.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/inc/nl_types.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,7 @@ /* Replacement nl_types.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -23,5 +25,3 @@ #endif /* _NL_TYPES_H */ -/* arch-tag: 518aa765-b846-4a7a-a862-95fd022928a1 - (do not change this comment) */
--- a/nt/inc/sys/socket.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/inc/sys/socket.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -168,6 +168,3 @@ #endif /* _SOCKET_H_ */ /* end of socket.h */ - -/* arch-tag: e3b8b91c-aaa0-4bc4-be57-a85a1dd247b4 - (do not change this comment) */
--- a/nt/inc/sys/stat.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/inc/sys/stat.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* sys/stat.h supplied with MSVCRT uses too narrow data types for inode and user/group id, so we replace them with our own. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -78,5 +78,3 @@ #endif /* INC_SYS_STAT_H_ */ -/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42 - (do not change this comment) */
--- a/nt/makefile.w32-in Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/makefile.w32-in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009, 2010 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # Top level makefile for building GNU Emacs on Windows NT #
--- a/nt/multi-install-info.bat Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/multi-install-info.bat Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ rem Hack to run install-info with multiple info files on the command rem line on the Windows platform. -rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/nmake.defs Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/nmake.defs Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009, 2010 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/paths.h Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/paths.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/preprep.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/preprep.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Pre-process emacs.exe for profiling by MSVC. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/runemacs.c Thu Jan 13 21:07:26 2011 -0800 +++ b/nt/runemacs.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/oldXMenu/Activate.c Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/Activate.c Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ #include "copyright.h" /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify
--- a/oldXMenu/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -573,7 +573,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/oldXMenu/Create.c Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/Create.c Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ /* Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/oldXMenu/FindSel.c Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/FindSel.c Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/oldXMenu/Internal.c Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/Internal.c Fri Jan 14 10:14:17 2011 -0800 @@ -4,7 +4,7 @@ /* Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/oldXMenu/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -15,8 +15,8 @@ ## without express or implied warranty. -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -## 2010 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +## Free Software Foundation, Inc. ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by
--- a/oldXMenu/insque.c Thu Jan 13 21:07:26 2011 -0800 +++ b/oldXMenu/insque.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/.gdbinit Thu Jan 13 21:07:26 2011 -0800 +++ b/src/.gdbinit Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # # This file is part of GNU Emacs. @@ -1355,4 +1355,4 @@ end continue end -# arch-tag: 12f34321-7bfa-4240-b77a-3cd3a1696dfe +
--- a/src/ChangeLog Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog Fri Jan 14 10:14:17 2011 -0800 @@ -29539,8 +29539,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.1 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.1 Fri Jan 14 10:14:17 2011 -0800 @@ -3522,7 +3522,7 @@ while minibuffer is selected. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.10 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.10 Fri Jan 14 10:14:17 2011 -0800 @@ -27913,7 +27913,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.2 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.2 Fri Jan 14 10:14:17 2011 -0800 @@ -4772,7 +4772,7 @@ See ChangeLog.1 for earlier changes. Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.3 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.3 Fri Jan 14 10:14:17 2011 -0800 @@ -16507,7 +16507,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.4 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.4 Fri Jan 14 10:14:17 2011 -0800 @@ -6906,7 +6906,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.5 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.5 Fri Jan 14 10:14:17 2011 -0800 @@ -7148,7 +7148,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.6 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.6 Fri Jan 14 10:14:17 2011 -0800 @@ -5354,7 +5354,7 @@ See ChangeLog.5 for earlier changes. - Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.7 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.7 Fri Jan 14 10:14:17 2011 -0800 @@ -11092,7 +11092,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.8 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.8 Fri Jan 14 10:14:17 2011 -0800 @@ -13979,7 +13979,7 @@ See ChangeLog.7 for earlier changes. - Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.9 Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ChangeLog.9 Fri Jan 14 10:14:17 2011 -0800 @@ -13294,7 +13294,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/Makefile.in Thu Jan 13 21:07:26 2011 -0800 +++ b/src/Makefile.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ # src/Makefile for GNU Emacs. # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/src/README Thu Jan 13 21:07:26 2011 -0800 +++ b/src/README Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/src/atimer.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/atimer.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Asynchronous timers. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/atimer.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/atimer.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Asynchronous timers. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/blockinput.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/blockinput.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* blockinput.h - interface to blocking complicated interrupt-driven input. Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/buffer.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/buffer.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Buffer manipulation primitives for GNU Emacs. - -Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, + 1995, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/buffer.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/buffer.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ /* Header file for the buffer manipulation primitives. - -Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/bytecode.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/bytecode.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Execution of byte code produced by bytecomp.el. Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/callint.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/callint.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Call a Lisp function interactively. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/callproc.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/callproc.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Synchronous subprocess invocation for GNU Emacs. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/casefiddle.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/casefiddle.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* GNU Emacs case conversion functions. Copyright (C) 1985, 1994, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/casetab.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/casetab.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* GNU Emacs routines to deal with case tables. Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Howard Gayle
--- a/src/category.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/category.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* GNU Emacs routines to deal with category tables. - Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/category.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/category.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Declarations having to do with Emacs category tables. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/ccl.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ccl.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* CCL (Code Conversion Language) interpreter. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/ccl.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ccl.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Header for CCL (Code Conversion Language) interpreter. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/character.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/character.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,9 @@ /* Basic character support. Copyright (C) 1995, 1997, 1998, 2001 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/character.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/character.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Header for multibyte character handler. Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/charset.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/charset.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Basic character set support. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021
--- a/src/charset.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/charset.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Header for charset handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021
--- a/src/chartab.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/chartab.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* chartab.c -- char-table support - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/cm.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/cm.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Cursor motion subroutines for GNU Emacs. Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. based primarily on public domain code written by Chris Torek This file is part of GNU Emacs.
--- a/src/cm.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/cm.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Cursor motion calculation definitions for GNU Emacs Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/cmds.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/cmds.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Simple built-in editing commands. Copyright (C) 1985, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/coding.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/coding.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Coding system handler (conversion, detection, etc). Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/coding.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/coding.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Header for coding system handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/commands.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/commands.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions needed by most editing commands. Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/composite.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/composite.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Composite sequence support. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/composite.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/composite.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Header for composite sequence handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/config.in Thu Jan 13 21:07:26 2011 -0800 +++ b/src/config.in Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ /* GNU Emacs site configuration template file. Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/data.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/data.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dired.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/dired.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Lisp functions for making directory listings. Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dispextern.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/dispextern.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Interface definitions for display code. Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dispnew.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/dispnew.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Updating of data structures for redisplay. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/disptab.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/disptab.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Things for GLYPHS and glyph tables. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/doc.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/doc.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Record indices of function doc strings stored in a file. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/doprnt.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/doprnt.c Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ Also takes args differently: pass one pointer to an array of strings in addition to the format string which is separate. Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dosfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/dosfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. Major changes May-July 1993 Morten Welinder (only 10% original code left) Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dosfns.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/dosfns.h Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ Modified by Morten Welinder, 1993-1994. Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/editfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/editfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/emacs-icon.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/emacs-icon.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* XPM */ /* Emacs icon -Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
--- a/src/epaths.in Thu Jan 13 21:07:26 2011 -0800 +++ b/src/epaths.in Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Hey Emacs, this is -*- C -*- code! */ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/eval.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/eval.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Evaluator for GNU Emacs Lisp interpreter. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/fileio.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/fileio.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ /* File IO for GNU Emacs. - -Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/filelock.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/filelock.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Lock files for editing. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/filemode.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/filemode.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* filemode.c -- make a string describing file modes Copyright (C) 1985, 1990, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/firstfile.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/firstfile.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Mark beginning of data space to dump as pure, for GNU Emacs. Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/floatfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/floatfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Primitive operations on floating point for GNU Emacs Lisp interpreter. Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Wolfgang Rupprecht (according to ack.texi)
--- a/src/font.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/font.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,8 @@ /* font.c -- "Font" primitives. - -Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. -Copyright (C) 2006, 2007, 2008, 2009, 2010 - National Institute of Advanced Industrial Science and Technology (AIST) - Registration Number H13PRO009 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H13PRO009 This file is part of GNU Emacs.
--- a/src/font.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/font.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* font.h -- Interface definition for font handling. - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/fontset.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/fontset.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Fontset handler. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/fontset.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/fontset.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Header for fontset handler. Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 + 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/frame.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/frame.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,6 @@ /* Generic frame functions. - -Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/frame.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/frame.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Define frame-object for GNU Emacs. Copyright (C) 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/fringe.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/fringe.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Fringe handling (split from xdisp.c). Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ftfont.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ftfont.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* ftfont.c -- FreeType font driver. - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/ftfont.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ftfont.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* ftfont.h -- Interface definition for Freetype font backend. - Copyright (C) 2007, 2008, 2009, 2010 + Copyright (C) 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/ftxfont.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ftxfont.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* ftxfont.c -- FreeType font driver on X (without using XFT). - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/getpagesize.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/getpagesize.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Emulate getpagesize on systems that lack it. Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/gtkutil.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/gtkutil.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Functions for creating and updating GTK widgets. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/gtkutil.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/gtkutil.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Definitions and headers for GTK widgets. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/indent.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/indent.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Indentation functions. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/indent.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/indent.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions for interface to indent.c Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/insdel.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/insdel.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Buffer insertion/deletion and gap motion for GNU Emacs. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/intervals.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/intervals.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Code for doing intervals. Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/intervals.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/intervals.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions and global variables for intervals. Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keyboard.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/keyboard.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Keyboard and mouse input; editor command loop. Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keyboard.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/keyboard.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Declarations useful when processing input. Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keymap.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/keymap.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Manipulation of keymaps Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keymap.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/keymap.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Functions to manipulate keymaps. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/lastfile.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/lastfile.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Mark end of data space to dump as pure, for GNU Emacs. Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/alpha.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/alpha.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Machine description file for the alpha chip. Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Rainer Schoepf (according to authors.el)
--- a/src/m/amdx86-64.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/amdx86-64.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* machine description file for AMD x86-64. - -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ia64.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/ia64.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,9 +1,7 @@ /* machine description file for the IA-64 architecture. - -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. - -Contributed by David Mosberger <davidm@hpl.hp.com> + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Contributed by David Mosberger <davidm@hpl.hp.com> This file is part of GNU Emacs.
--- a/src/m/ibmrs6000.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/ibmrs6000.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* R2 AIX machine/system dependent defines - -Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ibms390.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/ibms390.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Machine description file for IBM S390 in 32-bit mode Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ibms390x.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/ibms390x.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Machine description file for IBM S390 in 64-bit mode -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/intel386.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/intel386.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* Machine description file for intel 386. - -Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/iris4d.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/iris4d.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* machine description file for Iris-4D machines. Use with s/irix*.h. - -Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/m68k.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/m68k.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Machine description file for generic Motorola 68k. Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/macppc.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/macppc.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* machine description file For the powerpc Macintosh. - -Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/sparc.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/sparc.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* machine description file for Sun 4 SPARC. - -Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/template.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/template.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* machine description file template. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/vax.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/m/vax.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* machine description file for vax. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/macros.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/macros.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Keyboard macros. Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/macros.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/macros.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions for keyboard macro interpretation in GNU Emacs. Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/marker.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/marker.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Markers: examining, setting and deleting. Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/mem-limits.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/mem-limits.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Includes for memory limit warnings. Copyright (C) 1990, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/menu.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/menu.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Platform-independent code for terminal communications. Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/menu.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/menu.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Functions to manipulate menus. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/minibuf.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/minibuf.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Minibuffer input and completion. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/msdos.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/msdos.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* MS-DOS specific C utilities. -*- coding: raw-text -*- Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/msdos.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/msdos.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* MS-DOS specific C utilities, interface. Copyright (C) 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsfns.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsfns.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* Functions for the NeXT/Open/GNUstep and MacOSX window system. - -Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsfont.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsfont.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Font back-end driver for the NeXT/Open/GNUstep and MacOSX window system. See font.h - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsgui.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsgui.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Definitions and headers for communication on the NeXT/Open/GNUstep API. - Copyright (C) 1995, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995, 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsimage.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsimage.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Image support for the NeXT/Open/GNUstep and MacOSX window system. - Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 + Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsmenu.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsmenu.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep and MacOSX Cocoa menu and toolbar module. - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsselect.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsselect.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep / MacOSX Cocoa selection processing for emacs. - Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009, 2010 + Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsterm.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsterm.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Definitions and headers for communication with NeXT/Open/GNUstep API. - Copyright (C) 1989, 1993, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsterm.m Thu Jan 13 21:07:26 2011 -0800 +++ b/src/nsterm.m Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep / MacOSX communication module. - Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009, 2010 + Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/print.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/print.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Lisp object printing and output streams. Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/process.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/process.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Asynchronous subprocess control for GNU Emacs. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/process.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/process.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions for asynchronous process control in GNU Emacs. Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/puresize.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/puresize.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* How much read-only Lisp storage a dumped Emacs needs. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ralloc.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/ralloc.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Block-relocating memory allocator. Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/regex.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/regex.c Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ internationalization features.) Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
--- a/src/regex.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/regex.h Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ expression library, version 0.12. Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
--- a/src/region-cache.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/region-cache.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Caching facts about regions of the buffer, for optimization. Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/region-cache.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/region-cache.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Header file: Caching facts about regions of the buffer, for optimization. Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/aix4-2.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/aix4-2.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/bsd-common.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/bsd-common.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* Definitions file for GNU Emacs running on bsd 4.3 - -Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/cygwin.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/cygwin.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* System description header file for Cygwin. Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/darwin.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/darwin.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* System description header file for Darwin (Mac OS X). - -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/freebsd.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/freebsd.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* System description header for FreeBSD systems. Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. Author: Shawn M. Carey (according to authors.el)
--- a/src/s/gnu-linux.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/gnu-linux.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* This file is the configuration file for Linux-based GNU systems Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file was put together by Michael K. Johnson and Rik Faith.
--- a/src/s/gnu.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/gnu.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* Definitions file for GNU Emacs running on the GNU Hurd. - -Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/hpux10-20.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/hpux10-20.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* System description file for hpux version 10.20. - -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/irix6-5.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/irix6-5.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/ms-w32.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/ms-w32.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* System description file for Windows NT. Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/msdos.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/msdos.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* System description file for MS-DOS Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/netbsd.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/netbsd.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* s/ file for netbsd system. -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/template.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/template.h Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ should define or not. Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/usg5-4-common.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/s/usg5-4-common.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Definitions file for GNU Emacs running on AT&T's System V Release 4 Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Written by James Van Artsdalen of Dell Computer Corp. james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric S. Raymond <esr@snark.thyrsus.com>.
--- a/src/scroll.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/scroll.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Calculate what line insertion or deletion to do, and do it, Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/search.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/search.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* String search routines for GNU Emacs. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sheap.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/sheap.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; complete rewrite of xemacs Cygwin `unexec' code - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sound.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/sound.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* sound.c -- sound support. Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syntax.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/syntax.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* GNU Emacs routines to deal with syntax tables; also word and list parsing. Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syntax.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/syntax.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Declarations having to do with GNU Emacs syntax tables. Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sysdep.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/sysdep.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Interfaces to system-dependent kernel and library entries. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sysselect.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/sysselect.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* sysselect.h - System-dependent definitions for the select function. Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syssignal.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/syssignal.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* syssignal.h - System-dependent definitions for signals. Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/systime.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/systime.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* systime.h - System-dependent definitions for time manipulations. Copyright (C) 1993, 1994, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/systty.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/systty.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* systty.h - System-dependent definitions for terminals. Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syswait.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/syswait.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Define wait system call interface for Emacs. Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/term.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/term.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Terminal control module for terminals described by TERMCAP Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termchar.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/termchar.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Flags and parameters describing terminal's characteristics. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termhooks.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/termhooks.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Parameters and display hooks for terminal devices. Copyright (C) 1985, 1986, 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/terminal.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/terminal.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Functions related to terminal devices. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/terminfo.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/terminfo.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Interface from Emacs to terminfo. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termopts.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/termopts.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Flags and parameters describing user options for handling the terminal. Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/textprop.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/textprop.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Interface code for dealing with text properties. Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/undo.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/undo.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* undo handling for GNU Emacs. Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexaix.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexaix.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Dump an executable image. Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexcoff.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexcoff.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexcw.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexcw.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* unexec() support for Cygwin; complete rewrite of xemacs Cygwin unexec() code - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexelf.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexelf.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexmacosx.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexmacosx.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Dump Emacs in Mach-O format for use on Mac OS X. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexw32.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/unexw32.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* unexec for GNU Emacs on Windows NT. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/vm-limit.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/vm-limit.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Functions for memory limit warnings. Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w16select.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w16select.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* 16-bit Windows Selection processing for emacs on MS-Windows - -Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32.h Fri Jan 14 10:14:17 2011 -0800 @@ -3,7 +3,7 @@ /* Support routines for the NT version of Emacs. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32console.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32console.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Terminal hooks for GNU Emacs on the Microsoft W32 API. Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32fns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32fns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,8 @@ /* Graphical user interface functions for the Microsoft W32 API. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32font.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32font.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Font backend for the Microsoft W32 API. - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32font.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32font.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Shared GDI and Uniscribe Font backend declarations for the W32 API. - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32gui.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32gui.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions and headers for communication on the Microsoft W32 API. Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32heap.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32heap.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Heap management routines for GNU Emacs on the Microsoft W32 API. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32heap.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32heap.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Heap management routines (including unexec) for GNU Emacs on Windows NT. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32inevt.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32inevt.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Input event support for Emacs on the Microsoft W32 API. Copyright (C) 1992, 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32inevt.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32inevt.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Input routines for GNU Emacs on the Microsoft W32 API. Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32menu.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32menu.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Menu support for GNU Emacs on the Microsoft W32 API. Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32proc.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32proc.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Process support for GNU Emacs on the Microsoft W32 API. Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32reg.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32reg.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Emulate the X Resource Manager through the registry. Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32select.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32select.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,6 @@ /* Selection processing for Emacs on the Microsoft W32 API. - -Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32term.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32term.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ /* Implementation of GUI terminal on the Microsoft W32 API. - -Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32term.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32term.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions and headers for communication on the Microsoft W32 API. Copyright (C) 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32uniscribe.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32uniscribe.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Font backend for the Microsoft W32 Uniscribe API. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32xfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/w32xfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Functions taken directly from X sources for use with the Microsoft W32 API. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widget.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/widget.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* The emacs frame widget. Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widget.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/widget.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* The emacs frame widget public header file. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widgetprv.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/widgetprv.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* The emacs frame widget private header file. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/window.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/window.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* Window creation, deletion and examination for GNU Emacs. Does not include redisplay. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/window.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/window.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Window definitions for GNU Emacs. Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xfaces.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xfaces.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,6 @@ /* xfaces.c -- "Face" primitives. - -Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ /* Functions for the X window system. - -Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xfont.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xfont.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* xfont.c -- X core font driver. - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/xftfont.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xftfont.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* xftfont.c -- XFT font driver. - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/xgselect.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xgselect.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Function for handling the GLib event loop. - Copyright (C) 2009, 2010 + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xgselect.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xgselect.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Header for xg_select. - Copyright (C) 2009, 2010 + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xmenu.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xmenu.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* X Communication module for terminals which understand the X protocol. Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xrdb.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xrdb.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Deal with the X Resource Manager. Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Joseph Arceneaux Created: 4/90
--- a/src/xselect.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xselect.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* X Selection processing for Emacs. Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsettings.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xsettings.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Functions for handle font and other changes dynamically. - Copyright (C) 2009, 2010 + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsettings.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xsettings.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* Functions for handle font changes dynamically. - Copyright (C) 2009, 2010 + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsmfns.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xsmfns.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Session management module for systems which understand the X Session management protocol. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xterm.c Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xterm.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,8 +1,7 @@ /* X Communication module for terminals which understand the X protocol. - -Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xterm.h Thu Jan 13 21:07:26 2011 -0800 +++ b/src/xterm.h Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* Definitions and headers for communication with X protocol. Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/test/bytecomp-testsuite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/bytecomp-testsuite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; bytecomp-testsuite.el -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> ;; Created: November 2008
--- a/test/cedet/cedet-utests.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/cedet-utests.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/ede-tests.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/ede-tests.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; ede-tests.el --- Some tests for the Emacs Development Environment -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/semantic-ia-utest.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/semantic-ia-utest.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic-ia-utest.el --- Analyzer unit tests -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/semantic-tests.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/semantic-tests.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Miscellaneous Semantic tests. -;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/test/cedet/semantic-utest-c.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/semantic-utest-c.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic-utest-c.el --- C based parsing tests. -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/semantic-utest.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/semantic-utest.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Tests for semantic's parsing system. -;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/test/cedet/srecode-tests.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/srecode-tests.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; srecode-tests.el --- Some tests for CEDET's srecode -;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/test.c Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/test.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* test.c --- Semantic unit test for C. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/test.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/test.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; test.el --- Unit test file for Semantic Emacs Lisp support. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/test.make Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/test.make Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ # test.make --- Semantic unit test for Make -*- makefile -*- -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2010, 2011 Free Software Foundation, Inc. # Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testdoublens.cpp Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testdoublens.cpp Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testdoublens.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testdoublens.hpp Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testdoublens.hpp Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testdoublens.hpp --- Header file used in one of the Semantic tests -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testjavacomp.java Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testjavacomp.java Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testjavacomp.java --- Semantic unit test for Java -// Copyright (C) 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testpolymorph.cpp Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testpolymorph.cpp Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /** testpolymorph.cpp --- A sequence of polymorphism examples. * - * Copyright (C) 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. * * Author: Eric M. Ludlam <eric@siege-engine.com> *
--- a/test/cedet/tests/testspp.c Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testspp.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ /* testspp.cpp --- Semantic unit test for the C preprocessor - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testsppreplace.c Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testsppreplace.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* testsppreplace.c --- unit test for CPP/SPP Replacement - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testsppreplaced.c Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testsppreplaced.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,5 +1,5 @@ /* testsppreplaced.c --- unit test for CPP/SPP Replacement - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testsubclass.cpp Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testsubclass.cpp Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testsubclass.hh Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testsubclass.hh Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testsubclass.hh --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testtypedefs.cpp Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testtypedefs.cpp Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ // testtypedefs.cpp --- Sample with some fake bits out of std::string -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/tests/testvarnames.c Thu Jan 13 21:07:26 2011 -0800 +++ b/test/cedet/tests/testvarnames.c Fri Jan 14 10:14:17 2011 -0800 @@ -1,7 +1,7 @@ /* testvarnames.cpp Test variable and function names, lists of variables on one line, etc. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/icalendar-testsuite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/icalendar-testsuite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;; icalendar-testsuite.el --- Test suite for icalendar.el -;; Copyright (C) 2005, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Created: March 2005
--- a/test/newsticker-testsuite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/newsticker-testsuite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; newsticker-testsuite.el --- Test suite for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/test/redisplay-testsuite.el Thu Jan 13 21:07:26 2011 -0800 +++ b/test/redisplay-testsuite.el Fri Jan 14 10:14:17 2011 -0800 @@ -1,6 +1,6 @@ ;;; redisplay-testsuite.el --- Test suite for redisplay. -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal
--- a/update-subdirs Thu Jan 13 21:07:26 2011 -0800 +++ b/update-subdirs Fri Jan 14 10:14:17 2011 -0800 @@ -2,7 +2,7 @@ # Write into $1/subdirs.el a list of subdirs of directory $1. # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of GNU Emacs.