Mercurial > emacs
changeset 106854:28877d9cc2e1
Merge from trunk
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Fri, 15 Jan 2010 18:01:04 +0100 (2010-01-15) |
parents | 65abe959e89a (current diff) 2643225473f7 (diff) |
children | 5fc7644b0c5f |
files | |
diffstat | 2005 files changed, 2996 insertions(+), 2383 deletions(-) [+] |
line wrap: on
line diff
--- a/.bzrignore Tue Jan 12 09:12:52 2010 +0100 +++ b/.bzrignore Fri Jan 15 18:01:04 2010 +0100 @@ -11,6 +11,7 @@ oo-spd autom4te.cache *.elc +*.exe DOC DOC-* makefile @@ -30,24 +31,17 @@ lib-src/b2m lib-src/ctags lib-src/digest-doc -lib-src/digest-doc.exe lib-src/ebrowse lib-src/emacsclient lib-src/etags lib-src/fakemail -lib-src/fakemail.exe lib-src/hexl lib-src/make-docfile -lib-src/make-docfile.exe lib-src/movemail lib-src/profile -lib-src/profile.exe lib-src/sorted-doc -lib-src/sorted-doc.exe lib-src/test-distrib -lib-src/test-distrib.exe lib-src/update-game-score -lib-src/update-game-score.exe lisp/**/*-loaddefs.el lisp/**/loaddefs.el lisp/cus-load.el @@ -61,11 +55,9 @@ src/_gdbinit src/gdb.ini src/bootstrap-emacs -src/b-emacs.exe src/emacs src/emacs-* src/prefix-args* src/stamp-oldxmenu src/temacs -src/temacs.exe src/deps
--- a/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,11 @@ +2010-01-12 Juanma Barranquero <lekktu@gmail.com> + + * .bzrignore: Ignore all .exe, instead of individual files. + +2010-01-12 Chong Yidong <cyd@stupidchicken.com> + + * configure.in: Explicitly check for and link to -lXrender. + 2010-01-12 Glenn Morris <rgm@gnu.org> * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug @@ -7835,7 +7843,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/INSTALL Tue Jan 12 09:12:52 2010 +0100 +++ b/INSTALL Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs Installation Guide Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # DIST: that first. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -848,7 +848,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/admin/README Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/admin.el Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/admin.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; admin.el --- utilities for Emacs administration -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/admin/alloc-colors.c Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/alloc-colors.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Allocate X colors. Used for testing with dense colormaps. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/admin/build-configs Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/build-configs Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Build Emacs in several different configurations. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/charsets/Makefile Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/Makefile Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate charset maps in etc/charsets. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/charsets/big5.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/big5.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/compact.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/compact.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # compact.awk -- Make charset map compact. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/cp51932.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/cp51932.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # cp51932.awk -- Generate a translation table for CP51932. -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/cp932.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/cp932.awk Fri Jan 15 18:01:04 2010 +0100 @@ -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 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/eucjp-ms.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/eucjp-ms.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # eucjp-ms.awk -- Generate a translation table for eucJP-ms. -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/gb180302.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/gb180302.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/gb180304.awk Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/gb180304.awk Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/mapconv Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/mapconv Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009
--- a/admin/charsets/mapfiles/README Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/mapfiles/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ -Copyright (C) 2009 Free Software Foundation, Inc. -Copyright (C) 2009 +Copyright (C) 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/charsets/mule-charsets.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;; mule-charsets.el -- Generate Mule-orignal charset maps. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/admin/cus-test.el Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/cus-test.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
--- a/admin/diff-tar-files Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/diff-tar-files Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/make-emacs Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/make-emacs Fri Jan 15 18:01:04 2010 +0100 @@ -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 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/admin/notes/bugtracker Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/bugtracker Fri Jan 15 18:01:04 2010 +0100 @@ -88,9 +88,8 @@ The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. -They also have: +A new report also has: -Reply-To: bug submitter, 123@debbugs.gnu.org Mail-Followup-To: bug submitter, 123@debbugs.gnu.org ** To not get acknowledgement mail from the tracker, @@ -174,13 +173,23 @@ *** Bugs can be tagged in various ways (eg wontfix, patch, etc). The available tags are: patch wontfix moreinfo unreproducible fixed notabug -Note that the list at http://debbugs.gnu.org/Developer#tags -is incorrect, at least for Emacs. +See http://debbugs.gnu.org/Developer#tags The list of tags can be prefixed with +, - or =, meaning to add (the default), remove, or reset the tags. E.g.: tags 123 + wontfix +** URL shortcuts + +http://debbugs.gnu.org/... + +123 # given bug number +123;mbox=yes # mbox version of given bug +package # bugs in given package (don't use "emacs" - too many bugs!) +from:submitter@email.address +severity:severity # all bugs of given severity +tag:tag # all bugs with given tag + ** Usertags See <http://wiki.debian.org/bugs.debian.org/usertags> @@ -335,19 +344,10 @@ It's a function of the number of displayed bugs. You can speed things up by only looking at the newest 100 bugs: - http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs -The above page is accessible from the "Options" section at the end of -the "main list of bugs" page. Select bugs "in package" = emacs; -"newest bugs" = 100. (I have no idea how you get to that Options -section without having to go through the bug list page first...) - -** Mails to the bug tracker disappear - -Apparently it has some kind of spam filter that sometimes silently -discards valid mails. Adding a subject (pointless in control messages) -may help. +Or use the static index: +http://debbugs.gnu.org/db/ix/full.html ** ChangeLog issues
--- a/admin/notes/copyright Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/copyright Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/font-backend Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/font-backend Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/lel-TODO Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/lel-TODO Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ Some lisp/emacs-lisp/ Features and Where They Are Documented -Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/notes/multi-tty Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/multi-tty Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ -*- coding: utf-8; mode: text; -*- -Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/notes/unicode Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ -*-mode: text; coding: latin-1;-*- -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/README-UNDUMP.W32 Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/nt/README-UNDUMP.W32 Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/README-ftp-server Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/nt/README-ftp-server Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/README.W32 Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/nt/README.W32 Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/admin/nt/makedist.bat Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/nt/makedist.bat Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ @echo off -rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 rem Free Software Foundation, Inc. rem Cannot use brackets in andrewi's email below because
--- a/admin/quick-install-emacs Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/quick-install-emacs Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #!/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 +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ## Free Software Foundation, Inc. ## Author: Miles Bader <miles@gnu.org>
--- a/admin/revdiff Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/revdiff Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #! /usr/bin/perl -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +# 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs.
--- a/admin/unidata/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/unidata/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/unidata/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/unidata/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 #
--- a/admin/unidata/unidata-gen.el Tue Jan 12 09:12:52 2010 +0100 +++ b/admin/unidata/unidata-gen.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;; unidata-gen.el -- Create files containing character property data. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 ;; 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 Unicode, Inc. + (insert ";; Copyright (C) 1991-2009, 2010 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"
--- a/config.bat Tue Jan 12 09:12:52 2010 +0100 +++ b/config.bat Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +rem 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/configure Tue Jan 12 09:12:52 2010 +0100 +++ b/configure Fri Jan 15 18:01:04 2010 +0100 @@ -13663,12 +13663,85 @@ HAVE_XFT=no fi - if test "$HAVE_XFT" != no; then + ## Because xftfont.c uses XRenderQueryExtension, we also + ## need to link to -lXrender. + HAVE_XRENDER=no + { $as_echo "$as_me:$LINENO: checking for XRenderQueryExtension in -lXrender" >&5 +$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } +if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lXrender $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char XRenderQueryExtension (); +int +main () +{ +return XRenderQueryExtension (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_Xrender_XRenderQueryExtension=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_Xrender_XRenderQueryExtension=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 +$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } +if test $ac_cv_lib_Xrender_XRenderQueryExtension = yes; then + HAVE_XRENDER=yes +fi + + if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then OLD_CPPFLAGS="$CPPFLAGS" OLD_CFLAGS="$CFLAGS" OLD_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" CFLAGS="$CFLAGS $XFT_CFLAGS" + XFT_LIBS="-lXrender $XFT_LIBS" LIBS="$XFT_LIBS $LIBS" if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
--- a/configure.in Tue Jan 12 09:12:52 2010 +0100 +++ b/configure.in Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ dnl in the directory containing this script. dnl dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, -dnl 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl @@ -1984,12 +1984,17 @@ if test "x${with_xft}" != "xno"; then PKG_CHECK_MODULES(XFT, xft >= 0.13.0, , HAVE_XFT=no) - if test "$HAVE_XFT" != no; then + ## Because xftfont.c uses XRenderQueryExtension, we also + ## need to link to -lXrender. + HAVE_XRENDER=no + AC_CHECK_LIB(Xrender, XRenderQueryExtension, HAVE_XRENDER=yes) + if test "$HAVE_XFT" != no && test "$HAVE_XRENDER" != no; then OLD_CPPFLAGS="$CPPFLAGS" OLD_CFLAGS="$CFLAGS" OLD_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" CFLAGS="$CFLAGS $XFT_CFLAGS" + XFT_LIBS="-lXrender $XFT_LIBS" LIBS="$XFT_LIBS $LIBS" AC_CHECK_HEADER(X11/Xft/Xft.h, AC_CHECK_LIB(Xft, XftFontOpen, HAVE_XFT=yes, , $XFT_LIBS)) @@ -2712,7 +2717,7 @@ AH_TOP([/* GNU Emacs site configuration template file. Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/emacs/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -6735,8 +6735,8 @@ 1998-04-06 Andreas Schwab <schwab@gnu.org> - * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use - it in dvi targets. + * Makefile.in (ENVADD): Environment vars to pass to texi2dvi. + Use it in dvi targets. 1997-09-23 Paul Eggert <eggert@twinsun.com> @@ -7007,7 +7007,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/emacs/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #### Makefile for the Emacs Manual # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/emacs/abbrevs.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/abbrevs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Abbrevs @chapter Abbrevs
--- a/doc/emacs/ack.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/ack.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @node Acknowledgments, Screen, Concept Index, Top
--- a/doc/emacs/anti.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/anti.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/arevert-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/basic.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/basic.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Basic, Minibuffer, Exiting, Top @chapter Basic Editing Commands
--- a/doc/emacs/buffers.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/buffers.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Buffers, Windows, Files, Top @chapter Using Multiple Buffers
--- a/doc/emacs/building.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/building.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Building, Maintaining, Programs, Top @chapter Compiling and Testing Programs
--- a/doc/emacs/cal-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/cal-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/calendar.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/calendar.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/cmdargs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/commands.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Characters, Keys and Commands
--- a/doc/emacs/custom.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/custom.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Customization, Quitting, Amusements, Top @chapter Customization
--- a/doc/emacs/dired-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/dired-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/dired.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/dired.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Dired, Calendar/Diary, Rmail, Top @chapter Dired, the Directory Editor
--- a/doc/emacs/emacs-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/emacs-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -11,7 +11,7 @@ @copying This manual describes specialized features of Emacs. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/emacs/emacs.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/emacs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -12,7 +12,7 @@ updated for Emacs version @value{EMACSVER}. Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/emacs/emerge-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/emerge-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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/entering.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/entering.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Entering and Exiting Emacs
--- a/doc/emacs/files.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/files.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Files, Buffers, Keyboard Macros, Top @chapter File Handling
--- a/doc/emacs/fixit.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/fixit.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/fortran-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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/frames.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/frames.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Frames, International, Windows, Top @chapter Frames and Graphical Displays
--- a/doc/emacs/glossary.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/glossary.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/gnu.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/help.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Help, Mark, M-x, Top @chapter Help
--- a/doc/emacs/indent.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/indent.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/killing.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Killing, Yanking, Mark, Top
--- a/doc/emacs/kmacro.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/kmacro.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/m-x.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/macos.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/maintaining.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Maintaining, Abbrevs, Building, Top
--- a/doc/emacs/major.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/major.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Manual -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/emacs/mark.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/mark.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mark, Killing, Help, Top @chapter The Mark and the Region
--- a/doc/emacs/mini.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/mini.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Minibuffer, M-x, Basic, Top @chapter The Minibuffer
--- a/doc/emacs/misc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/misc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex
--- a/doc/emacs/msdog-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/msdog-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/msdog.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Microsoft Windows, Manifesto, Mac OS / GNUstep, Top @appendix Emacs and Microsoft Windows/MS-DOS
--- a/doc/emacs/mule.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/mule.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/picture-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/programs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Programs, Building, Text, Top
--- a/doc/emacs/regs.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/regs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Registers, Display, CUA Bindings, Top @chapter Registers
--- a/doc/emacs/rmail.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/rmail.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Rmail, Dired, Sending Mail, Top @chapter Reading Mail with Rmail
--- a/doc/emacs/screen.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/screen.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Screen, User Input, Acknowledgments, Top @chapter The Organization of the Screen
--- a/doc/emacs/search.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/search.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Search, Fixit, Display, Top @chapter Searching and Replacement
--- a/doc/emacs/sending.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/sending.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Sending Mail @chapter Sending Mail
--- a/doc/emacs/text.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/text.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Text, Programs, Indentation, Top @chapter Commands for Human Languages
--- a/doc/emacs/vc-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/vc-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/vc1-xtra.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/vc1-xtra.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c
--- a/doc/emacs/windows.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/windows.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/emacs/xresources.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -370,7 +370,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/lispintro/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispintro/README Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/doc/lispintro/cons-1.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-1.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/cons-2.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-2.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/cons-2a.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-2a.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/cons-3.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-3.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/cons-4.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-4.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/cons-5.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/cons-5.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/drawers.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/drawers.eps Fri Jan 15 18:01:04 2010 +0100 @@ -9,7 +9,7 @@ %%EndComments %%BeginProlog -% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/emacs-lisp-intro.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/emacs-lisp-intro.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @sp 1 @iftex
--- a/doc/lispintro/lambda-1.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/lambda-1.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/lambda-2.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/lambda-2.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/lambda-3.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/lambda-3.eps Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 % -% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % This file is part of GNU Emacs.
--- a/doc/lispintro/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispintro/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -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 +# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/README Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/doc/lispref/abbrevs.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/abbrevs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/advice.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/anti.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/back.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/backups.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/backups.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/buffers.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/commands.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/commands @node Command Loop, Keymaps, Minibuffers, Top
--- a/doc/lispref/compile.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/compile.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/control.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/customize.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/debugging.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/display.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/display
--- a/doc/lispref/edebug.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/edebug.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/elisp-covers.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/elisp.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/elisp.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/errors.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/errors.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/eval.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/files.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/files @node Files, Backups and Auto-Saving, Documentation, Top
--- a/doc/lispref/frames.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/frames.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/frames
--- a/doc/lispref/functions.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/functions.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/functions @node Functions, Macros, Variables, Top
--- a/doc/lispref/hash.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/hash.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/help.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/hooks.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/internals.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/intro.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/intro
--- a/doc/lispref/keymaps.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/keymaps.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/keymaps @node Keymaps, Modes, Command Loop, Top
--- a/doc/lispref/lay-flat.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/lay-flat.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c
--- a/doc/lispref/lists.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/lists.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/loading.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/loading @node Loading, Byte Compilation, Customization, Top
--- a/doc/lispref/locals.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/locals.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/macros.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/maps.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/maps.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/maps @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top
--- a/doc/lispref/markers.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/markers.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/minibuf.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/minibuf @node Minibuffers, Command Loop, Read and Print, Top
--- a/doc/lispref/modes.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/modes.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/nonascii.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/numbers.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/numbers @node Numbers, Strings and Characters, Lisp Data Types, Top
--- a/doc/lispref/objects.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/objects.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/objects
--- a/doc/lispref/os.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/os.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/os @node System Interface, Antinews, Display, Top
--- a/doc/lispref/positions.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/positions.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/processes.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/processes @node Processes, Display, Abbrevs, Top
--- a/doc/lispref/searching.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/searching.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/searching @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top
--- a/doc/lispref/sequences.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/sequences.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/sequences @node Sequences Arrays Vectors, Hash Tables, Lists, Top
--- a/doc/lispref/streams.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/streams.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/strings.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/strings @node Strings and Characters, Lists, Numbers, Top
--- a/doc/lispref/symbols.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/symbols.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/syntax.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/syntax @node Syntax Tables, Abbrevs, Searching and Matching, Top
--- a/doc/lispref/text.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/text.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/text @node Text, Non-ASCII Characters, Markers, Top
--- a/doc/lispref/tindex.pl Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/tindex.pl Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009 Free Software Foundation, Inc. +# 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/lispref/tips.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/tips.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/tips @node Tips, GNU Emacs Internals, GPL, Top
--- a/doc/lispref/two-volume-cross-refs.txt Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/two-volume-cross-refs.txt Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See end for copying conditions.
--- a/doc/lispref/two-volume.make Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/two-volume.make Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/two.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; Auxiliary functions for preparing a two volume manual. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; --rjc 30mar92
--- a/doc/lispref/variables.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/variables.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/variables
--- a/doc/lispref/vol1.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/vol1.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @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 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/vol2.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/vol2.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @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 Free Software +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/lispref/windows.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/lispref/windows.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/windows
--- a/doc/man/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -78,7 +78,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/doc/man/b2m.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/b2m.1 Fri Jan 15 18:01:04 2010 +0100 @@ -45,7 +45,7 @@ Copyright .if t \(co .if n (C) -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 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/ebrowse.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/ebrowse.1 Fri Jan 15 18:01:04 2010 +0100 @@ -85,7 +85,7 @@ Copyright .if t \(co .if n (C) -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 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/etags.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/etags.1 Fri Jan 15 18:01:04 2010 +0100 @@ -267,8 +267,8 @@ Copyright .if t \(co .if n (C) -1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -Free Software Foundation, Inc. +1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/grep-changelog.1 Fri Jan 15 18:01:04 2010 +0100 @@ -62,7 +62,7 @@ Copyright .if t \(co .if n (C) -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/man/rcs-checkin.1 Fri Jan 15 18:01:04 2010 +0100 @@ -69,7 +69,7 @@ Copyright .if t \(co .if n (C) -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -6180,8 +6180,8 @@ 1998-04-06 Andreas Schwab <schwab@gnu.org> - * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use - it in dvi targets. + * Makefile.in (ENVADD): Environment vars to pass to texi2dvi. + Use it in dvi targets. (../etc/GNU): Change to $(srcdir) first. 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
--- a/doc/misc/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/misc/ada-mode.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ada-mode.texi Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ @copying Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/auth.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/auth.texi Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ @copying This file describes the Emacs auth-source library. -Copyright @copyright{} 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/autotype.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/autotype.texi Fri Jan 15 18:01:04 2010 +0100 @@ -11,7 +11,7 @@ @copying Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/calc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/calc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -93,7 +93,7 @@ @end ifnotinfo Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/cc-mode.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/cc-mode.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/cl.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/cl.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/dbus.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/dbus.texi Fri Jan 15 18:01:04 2010 +0100 @@ -6,7 +6,7 @@ @c %**end of header @copying -Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/dired-x.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/dired-x.texi Fri Jan 15 18:01:04 2010 +0100 @@ -19,7 +19,7 @@ @copying Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ebrowse.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ebrowse.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ede.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ede.texi Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ @copying This file describes EDE, the Emacs Development Environment. -Copyright @copyright{} 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009 +Copyright @copyright{} 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/ediff.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ediff.texi Fri Jan 15 18:01:04 2010 +0100 @@ -26,7 +26,7 @@ and patch utilities. Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/edt.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/edt.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/emacs-mime.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/emacs-mime.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/epa.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/epa.texi Fri Jan 15 18:01:04 2010 +0100 @@ -9,7 +9,7 @@ @copying This file describes EasyPG Assistant @value{VERSION}. -Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/erc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/erc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -8,7 +8,7 @@ @copying This manual is for ERC version 5.3. -Copyright @copyright{} 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/eshell.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/eshell.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/eudc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/eudc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -13,7 +13,7 @@ pages directory system (PH/QI) Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/faq.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/faq.texi Fri Jan 15 18:01:04 2010 +0100 @@ -13,7 +13,7 @@ @copying Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009 Free Software Foundation, Inc.@* +2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/flymake.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/forms.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/forms.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/gnus-coding.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/gnus-coding.texi Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ @syncodeindex pg cp @copying -Copyright @copyright{} 2004, 2005, 2007, 2008, 2009 Free Software +Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/gnus-faq.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/gnus-faq.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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, -@c 2008, 2009 Free Software Foundation, Inc. +@c 2008, 2009, 2010 Free Software Foundation, Inc. @c @c Do not modify this file, it was generated from gnus-faq.xml, available from @c <URL:http://my.gnus.org/FAQ/>.
--- a/doc/misc/gnus-news.el Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/gnus-news.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/gnus-news.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ @c -*-texinfo-*- -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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/idlwave.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/idlwave.texi Fri Jan 15 18:01:04 2010 +0100 @@ -23,7 +23,7 @@ @value{VERSION}. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/info.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/info.texi Fri Jan 15 18:01:04 2010 +0100 @@ -15,7 +15,7 @@ documentation system. Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/mairix-el.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/mairix-el.texi Fri Jan 15 18:01:04 2010 +0100 @@ -6,7 +6,7 @@ @documentencoding ISO-8859-1 @copying -Copyright @copyright{} 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for documentation other than the Emacs manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/doc/misc/message.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/message.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/mh-e.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/mh-e.texi Fri Jan 15 18:01:04 2010 +0100 @@ -24,7 +24,7 @@ This is version @value{VERSION}@value{EDITION} of @cite{The MH-E Manual}, last updated @value{UPDATED}. -Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c This dual license has been agreed upon by the FSF.
--- a/doc/misc/newsticker.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/newsticker.texi Fri Jan 15 18:01:04 2010 +0100 @@ -13,7 +13,7 @@ This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). @noindent -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/nxml-mode.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/nxml-mode.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/org.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/org.texi Fri Jan 15 18:01:04 2010 +0100 @@ -45,7 +45,7 @@ @copying This manual is for Org version @value{VERSION}. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/pcl-cvs.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/pcl-cvs.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/pgg.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/pgg.texi Fri Jan 15 18:01:04 2010 +0100 @@ -8,7 +8,7 @@ This file describes PGG @value{VERSION}, an Emacs interface to various PGP implementations. -Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/rcirc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/rcirc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ @c %**end of header @copying -Copyright @copyright{} 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/reftex.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/reftex.texi Fri Jan 15 18:01:04 2010 +0100 @@ -28,7 +28,7 @@ @b{Ref@TeX{}} @value{VERSION} Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/remember.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/remember.texi Fri Jan 15 18:01:04 2010 +0100 @@ -8,7 +8,7 @@ @copying This manual is for Remember Mode, version 1.9 -Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009 +Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/sasl.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/sasl.texi Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ @copying This file describes the Emacs SASL library, version @value{VERSION}. -Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/sc.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/sc.texi Fri Jan 15 18:01:04 2010 +0100 @@ -15,7 +15,7 @@ attributing replies to mail and news messages. Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/sem-user.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/sem-user.texi Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ @c This file is included by semantic.texi -@c Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 +@c Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010 @c Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this
--- a/doc/misc/semantic.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/semantic.texi Fri Jan 15 18:01:04 2010 +0100 @@ -25,7 +25,7 @@ This manual documents the Semantic library and utilities. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, -2009 Free Software Foundation, Inc. +2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/ses.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/ses.texi Fri Jan 15 18:01:04 2010 +0100 @@ -11,7 +11,7 @@ @copying This file documents SES: the Simple Emacs Spreadsheet. -Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/sieve.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/sieve.texi Fri Jan 15 18:01:04 2010 +0100 @@ -8,7 +8,7 @@ @copying This file documents the Emacs Sieve package, for server-side mail filtering. -Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/smtpmail.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/smtpmail.texi Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ @settitle Emacs SMTP Library @syncodeindex vr fn @copying -Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation
--- a/doc/misc/speedbar.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/speedbar.texi Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ @copying Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/trampver.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/trampver.texi Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ @c texi/trampver.texi. Generated from trampver.texi.in by configure. @c This is part of the Emacs manual. -@c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +@c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See file doclicense.texi for copying conditions.
--- a/doc/misc/url.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/url.texi Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/vip.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/vip.texi Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ @copying Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/viper.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/viper.texi Fri Jan 15 18:01:04 2010 +0100 @@ -8,7 +8,7 @@ @copying Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/widget.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/widget.texi Fri Jan 15 18:01:04 2010 +0100 @@ -9,7 +9,7 @@ @copying Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/doc/misc/woman.texi Tue Jan 12 09:12:52 2010 +0100 +++ b/doc/misc/woman.texi Fri Jan 15 18:01:04 2010 +0100 @@ -19,7 +19,7 @@ (without) man'. Copyright @copyright{} 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document
--- a/etc/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,25 @@ +2010-01-14 Nick Roberts <nickrob@snap.net.nz> + + * etc/images/gud/recstart.xpm, etc/images/gud/recstop.xpm: + * etc/images/gud/rcont.xpm, etc/images/gud/rnext.xpm: + * etc/images/gud/rfinish.xpm, etc/images/gud/rnexti.xpm: + * etc/images/gud/rstep.xpm, etc/images/gud/rstepi.xpm: + New icons for reverse debugging. + +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * srecode/doc-cpp.srt (function-comment, variable-same-line-comment) + (group-comment-start, group-comment-end): + * srecode/doc-default.srt (section-comment, function-comment) + (variable-same-line-comment, group-comment-start, group-comment-end): + * srecode/doc-java.srt (function-comment, variable-same-line-comment) + (group-comment-start, gropu-comment-end): + Fix typos in template docstrings. + +2010-01-14 Kenichi Handa <handa@m17n.org> + + * NEWS: Describe the change of auto-composition-mode. + 2010-01-12 Glenn Morris <rgm@gnu.org> * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug @@ -272,7 +294,7 @@ 2009-06-12 Kenichi Handa <handa@m17n.org> - * HELLO: Use "/" instead of "," to seperate independent words. + * HELLO: Use "/" instead of "," to separate independent words. * charsets/*.map: All re-generated. @@ -4822,7 +4844,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/DEBUG Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/DEBUG Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ Debugging GNU Emacs -Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/DISTRIB Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/DISTRIB Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ GNU Emacs availability information, October 2000 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, - 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/ERC-NEWS Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ERC-NEWS Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ERC NEWS -*- outline -*- -Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions. * Changes in ERC 5.3 @@ -1312,9 +1312,8 @@ ** erc is switching to global-minor-modes for activation of submodules. This allows you to customize such a mode and get automatic loading of -the module. No longer putting a lot of require statments in .emacs. -At least this is the long-term plan, not all modules are converted -yet. +the module. No longer putting a lot of require statements in .emacs. +At least this is the long-term plan, not all modules are converted yet. ** The most important user visible change is that you now need to activate erc-completion-mode, to get TAB completion. The new completion code
--- a/etc/ETAGS.EBNF Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ETAGS.EBNF Fri Jan 15 18:01:04 2010 +0100 @@ -94,7 +94,7 @@ ===================== end of discussion of tag names ===================== -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/ETAGS.README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ETAGS.README Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is not considered part of GNU Emacs.
--- a/etc/GNU Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/GNU Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ Copyright (C) 1985, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/GNUS-NEWS Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ GNUS NEWS -- history of user-visible changes. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/HELLO Fri Jan 15 18:01:04 2010 +0100 @@ -71,7 +71,7 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/MACHINES Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/MACHINES Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ Emacs machines list Copyright (C) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/MAILINGLISTS Fri Jan 15 18:01:04 2010 +0100 @@ -318,7 +318,7 @@ fill-column: 72 End: -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is hereby granted, free of charge, to any person obtaining
--- a/etc/MH-E-NEWS Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/MH-E-NEWS Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ * COPYRIGHT -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/MORE.STUFF Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/MORE.STUFF Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ More Neat Stuff for your Emacs Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS Fri Jan 15 18:01:04 2010 +0100 @@ -122,6 +122,11 @@ ** Function arguments in *Help* buffers are now shown in upper-case. Customize `help-downcase-arguments' to t to show them in lower-case. +** Delete Auto Composition Mode. Now the variable +`auto-composition-mode' is simply a buffer local variable. The +commands `auto-composition-mode' and `global-auto-composition-mode' +still works as before. + * Editing Changes in Emacs 23.2 @@ -2150,7 +2155,6 @@ **** `coding-system-from-name' returns a coding system matching with the argument name. - ** There is a new input method, Robin, different from Quail. It has three functionalities: i) a simple input method (converts an ASCII sequence into a string).
--- a/etc/NEWS.1-17 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.1-17 Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986 -Copyright (C) 1985, 1986, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1985, 1986, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.18 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.18 Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988 -Copyright (C) 1988, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1988, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.19 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.19 Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 1992. -Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007, 2008, 2009 +Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.20 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.20 Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 -Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009 +Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.21 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.21 Fri Jan 15 18:01:04 2010 +0100 @@ -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 +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/NEWS.22 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/NEWS.22 Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/PROBLEMS Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/PROBLEMS Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ Known Problems with GNU Emacs Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/README Fri Jan 15 18:01:04 2010 +0100 @@ -9,6 +9,6 @@ File: emacs.icon Author: Sun Microsystems, Inc - Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/TERMS Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/TERMS Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for copying permissions.
--- a/etc/TODO Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/TODO Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ Emacs TODO List -*-outline-*- -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/etc/charsets/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/charsets/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ # README file for charset mapping files in this directory. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/compilation.txt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/compilation.txt Fri Jan 15 18:01:04 2010 +0100 @@ -466,7 +466,7 @@ Compilation finished at Thu Jul 21 15:02:15 -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/edt-user.el Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/edt-user.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com>
--- a/etc/emacs-buffer.gdb Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/emacs-buffer.gdb Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # emacs-buffer.gdb --- gdb macros for recovering buffers from emacs coredumps -# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 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/emacs.bash Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/emacs.bash Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ### emacs.bash --- contact/resume an existing Emacs, or start a new one -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ## Free Software Foundation, Inc. ## Author: Noah Friedman
--- a/etc/emacs2.py Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/emacs2.py Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ """Definitions used by commands sent to inferior Python in python.el.""" -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # Author: Dave Love <fx@gnu.org> # This file is part of GNU Emacs.
--- a/etc/emacs3.py Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/emacs3.py Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ """Definitions used by commands sent to inferior Python in python.el.""" -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # Author: Dave Love <fx@gnu.org> # This file is part of GNU Emacs.
--- a/etc/enriched.doc Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/enriched.doc Fri Jan 15 18:01:04 2010 +0100 @@ -256,7 +256,7 @@ -Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/gnus-tut.txt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/gnus-tut.txt Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> ;; Keywords: news
--- a/etc/grep.txt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/grep.txt Fri Jan 15 18:01:04 2010 +0100 @@ -84,7 +84,7 @@ -Copyright (C) 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. COPYING PERMISSIONS:
--- a/etc/images/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/README Fri Jan 15 18:01:04 2010 +0100 @@ -23,17 +23,17 @@ File: mh-logo.xpm Author: Satyaki Das - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. Files: splash.png, splash.svg Author: Francesc Rocher <rocher@member.fsf.org> - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. * The following icons are from GTK+ 2.x. They are not part of Emacs, but
--- a/etc/images/custom/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/custom/README Fri Jan 15 18:01:04 2010 +0100 @@ -6,5 +6,5 @@ Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm Author: Juri Linkov -Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/ezimage/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/ezimage/README Fri Jan 15 18:01:04 2010 +0100 @@ -7,6 +7,6 @@ tag-gt.xpm tag-minus.xpm tag-plus.xpm tag-type.xpm tag-v.xpm tag.xpm unlock.xpm Author: Eric M. Ludlam -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/gnus/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/gnus/README Fri Jan 15 18:01:04 2010 +0100 @@ -7,8 +7,8 @@ Files: important.xpm, unimportant.xpm Author: Simon Josefsson <simon@josefsson.org> -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 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 @@ -22,12 +22,12 @@ unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm uu-post.pbm uu-post.xpm Author: Luis Fernandes <elf@ee.ryerson.ca> -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. Files: gnus.png, gnus.svg Author: Francesc Rocher <rocher@member.fsf.org> - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. * The following icons are from GNOME 2.x. They are not part of Emacs,
--- a/etc/images/gnus/gnus.svg Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/gnus/gnus.svg Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Logo - Copyright (C) 2008, 2009 + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Author: Francesc Rocher <f.rocher@member.fsf.org>
--- a/etc/images/gud/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/gud/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rcont.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_continue_xpm[] = { +"24 24 6 1", +" c None", +". c #D99FAA", +"+ c #CC0033", +"@ c #616161", +"# c #2A1F55", +"$ c #AA9FAA", +" ", +" ", +" ", +" ", +" .+ ", +" .++. ", +" @# #@ +++++++ ", +" @#$ $#@ .++. ", +" ## ## .+ ", +" ## ## ", +" ## ## ", +" #@ @# ", +" ## ## ", +" #@ @# ", +" ## ## ", +" ## ## ", +" ## ## ", +" @#$ $#@ ", +" @# #@ ", +" ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/recstart.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,29 @@ +/* XPM */ +static char * break_xpm[] = { +"24 24 2 1", +" c None", +". c #cc0033", +" ", +" ", +" ", +" ", +" .... ", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +" .............. ", +" ................ ", +" ................ ", +" ................ ", +" ................ ", +" .............. ", +" .............. ", +" ............ ", +" .......... ", +" ........ ", +" .... ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/recstop.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,29 @@ +/* XPM */ +static char * break_xpm[] = { +"24 24 2 1", +" c None", +". c #cc0033", +" ", +" ", +" ", +" ", +" .... ", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +" .............. ", +" ................ ", +" ................ ", +" ................ ", +" ................ ", +" .............. ", +" .............. ", +" ............ ", +" .......... ", +" ........ ", +" .... ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rfinish.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_step_xpm[] = { +"24 24 6 1", +" c None", +". c #D40000", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" +@ . @+ . ", +" +@# . #@+ . ", +" @@ .$.$. @@ . ", +" @@ $...$ @@ ", +" @@ ... @@ ", +" @+ $.$ +@ ", +" @@ . @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rnext.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,34 @@ +/* XPM */ +static char * reverse_next_xpm[] = { +"24 24 7 1", +" c None", +". c #CC0033", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #D40000", +"% c #CC9999", +" ", +" ", +" ", +" ", +" .......... ", +" . . ", +" . . ", +" . +@ @+ . ", +" . +@# #@+ . ", +" $%.%$ @@ @@ . ", +" %...% @@ @@ ", +" ... @@ @@ ", +" %.% @+ +@ ", +" . @@ @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rnexti.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_nexti_xpm[] = { +"24 24 6 1", +" c None", +". c #CC0033", +"+ c #D40000", +"@ c #CC9999", +"# c #616161", +"$ c #2A1F55", +" ", +" ", +" ", +" ", +" .......... ", +" . . ", +" . . ", +" . . ", +" . . ", +" +@.@+ # # . ", +" @...@ #$ $# ", +" ... #$ $# ", +" @.@ #$ $# ", +" . #$ $# ", +" $# #$ ", +" $# #$ ", +" $# #$ ", +" $# #$ ", +" $ $ ", +" ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rstep.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,34 @@ +/* XPM */ +static char * reverse_finish_xpm[] = { +"24 24 7 1", +" c None", +". c #CC0033", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #D40000", +"% c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . +@ . @+ ", +" . +@# . #@+ ", +" $%.%$ @@ . @@ ", +" %...% @@ @@ ", +" ... @@ @@ ", +" %.% @+ +@ ", +" . @@ @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/rstepi.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -0,0 +1,32 @@ +/* XPM */ +static char * reverse_stepi_xpm[] = { +"24 24 5 1", +" c None", +". c #D40000", +"+ c #616161", +"@ c #2A1F55", +"# c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" + . + . ", +" +@ .#.#. @+ . ", +" +@ #...# @+ ", +" +@ ... @+ ", +" +@ #.# @+ ", +" @+ . +@ ", +" @+ +@ ", +" @+ +@ ", +" @+ +@ ", +" @ @ ", +" ", +" ", +" ", +" ", +" ", +" "};
--- a/etc/images/icons/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/icons/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/icons/hicolor/scalable/apps/emacs.svg Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/icons/hicolor/scalable/apps/emacs.svg Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Icon - Copyright (C) 2008, 2009 + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Document Icon - Copyright (C) 2008, 2009 + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/images/mh-logo.xpm Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/mh-logo.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* XPM */ /* MH-E Logo * - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 * Free Software Foundation, Inc. * * Author: Satyaki Das
--- a/etc/images/mpc/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/mpc/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/smilies/README Fri Jan 15 18:01:04 2010 +0100 @@ -3,6 +3,6 @@ sad.xpm smile.pbm smile.xpm wry.pbm wry.xpm 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 - Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/grayscale/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/smilies/grayscale/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/smilies/medium/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/smilies/medium/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/splash.svg Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/splash.svg Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Gnu Emacs Logo - Copyright (C) 2008, 2009 + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Author: Francesc Rocher <f.rocher@members.fsf.org>
--- a/etc/images/splash.xpm Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/splash.xpm Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* XPM */ /* Gnu Emacs Logo * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 * Free Software Foundation, Inc. * * Author: Luis Fernandes <elf@ee.ryerson.ca>
--- a/etc/images/tree-widget/default/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/tree-widget/default/README Fri Jan 15 18:01:04 2010 +0100 @@ -5,5 +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 Free Software Foundation, Inc. +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/images/tree-widget/folder/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/images/tree-widget/folder/README Fri Jan 15 18:01:04 2010 +0100 @@ -5,5 +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 Free Software Foundation, Inc. +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/ps-prin0.ps Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ps-prin0.ps Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % === BEGIN ps-print prologue 0 % version: 6.0 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/ps-prin1.ps Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ps-prin1.ps Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % === BEGIN ps-print prologue 1 % version: 6.1 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/Makefile Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/Makefile Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ### Makefile for Emacs refcards ## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -## 2008, 2009 Free Software Foundation, Inc. +## 2008, 2009, 2010 Free Software Foundation, Inc. ## This file is part of GNU Emacs. #
--- a/etc/refcards/README Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING)
--- a/etc/refcards/calccard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/calccard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +% 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/cs-dired-ref.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/cs-dired-ref.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001
--- a/etc/refcards/cs-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/cs-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999
--- a/etc/refcards/cs-survival.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/cs-survival.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001
--- a/etc/refcards/de-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/de-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % German translation: Sven Joachim <svenjoac@gmx.de>
--- a/etc/refcards/dired-ref.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/dired-ref.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu>
--- a/etc/refcards/fr-dired-ref.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/fr-dired-ref.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % French translation: Eric Jacoboni
--- a/etc/refcards/fr-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/fr-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % French translation: Eric Jacoboni
--- a/etc/refcards/fr-survival.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/fr-survival.tex Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % French translation: \'Eric Jacoboni <jaco@teaser.fr>, November 2001
--- a/etc/refcards/gnus-logo.eps Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/gnus-logo.eps Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ %!PS-Adobe-2.0 EPSF-2.0 -% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 % Free Software Foundation, Inc. % % Author: Luis Fernandes <elf@ee.ryerson.ca>
--- a/etc/refcards/gnus-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/gnus-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -121,7 +121,7 @@ \newcommand{\Copyright}{% \begin{center} Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.\\* + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\\* \end{center} Permission is granted to make and distribute copies of this reference
--- a/etc/refcards/orgcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/orgcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -19,7 +19,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 Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/pdflayout.sty Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/pdflayout.sty Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -% Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +% Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % This file is part of GNU Emacs.
--- a/etc/refcards/pl-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/pl-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl>
--- a/etc/refcards/pt-br-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/pt-br-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, 2006, 2007, -% 2008, 2009 Free Software Foundation, Inc. +% 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br>
--- a/etc/refcards/refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org>
--- a/etc/refcards/ru-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/ru-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ % Copyright (C) 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Russian translation: Alex Ott <alexott@gmail.com>
--- a/etc/refcards/sk-dired-ref.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/sk-dired-ref.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for Dired % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001
--- a/etc/refcards/sk-refcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/sk-refcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Reference Card for GNU Emacs % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, -% 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Stephen Gildea <gildea@stop.mail-abuse.org> % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999
--- a/etc/refcards/sk-survival.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/sk-survival.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl> % Czech translation: Pavel Jan�k <Pavel@Janik.cz>, March 2001
--- a/etc/refcards/survival.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/survival.tex Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ % Title: GNU Emacs Survival Card % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Wlodek Bzyl <matwb@univ.gda.pl>
--- a/etc/refcards/vipcard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/vipcard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ % Quick Reference Card for VIP % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -% 2009 Free Software Foundation, Inc. +% 2009, 2010 Free Software Foundation, Inc. % Author: Masahiko Sato <ms@sail.stanford.edu>, <masahiko@sato.riec.tohoku.junet>
--- a/etc/refcards/viperCard.tex Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/refcards/viperCard.tex Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +% 2007, 2008, 2009, 2010 Free Software Foundation, Inc. % Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper) % Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3)
--- a/etc/schema/locate.rnc Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/schema/locate.rnc Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/schema/relaxng.rnc Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/schema/relaxng.rnc Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # RELAX NG XML syntax expressed in RELAX NG Compact syntax. -# Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/etc/schema/schemas.xml Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/schema/schemas.xml Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -<!-- Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +<!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/ses-example.ses Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/ses-example.ses Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;;; COPYING PERMISSIONS:
--- a/etc/srecode/cpp.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/cpp.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cpp.srt --- SRecode templates for c++-mode -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/default.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/default.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; default.srt --- SRecode templates for srecode-template-mode -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -60,4 +60,4 @@ {{comment_end}} ---- -;; end \ No newline at end of file +;; end
--- a/etc/srecode/doc-cpp.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/doc-cpp.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; doc-c.srt --- SRecode templates for "document" applications -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -36,14 +36,14 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function. +"A comment occurring in front of a function. Recycle doxygen comment code from the more general template set." ---- {{>:declaration:doxygen-function}} ---- template variable-same-line-comment :tag -"A comment occuring after a veriable declaration. +"A comment occurring after a veriable declaration. Recycle doxygen comment code from the more general template set." ---- {{>:declaration:doxygen-variable-same-line}} @@ -51,14 +51,14 @@ ;; These happen to be the same as in a classdecl. template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring in front of a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-start}} ---- template group-comment-end :blank :indent -"A comment occuring at the end of a a group of declarations. +"A comment occurring at the end of a a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-end}} @@ -68,14 +68,14 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring in front of a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-start}} ---- template group-comment-end :blank :indent -"A comment occuring at the end of a a group of declarations. +"A comment occurring at the end of a a group of declarations. Recycle doxygen comment code from the more general template set." ---- {{>:classdecl:doxygen-function-group-end}}
--- a/etc/srecode/doc-default.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/doc-default.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; doc-default.srt --- SRecode templates for "document" applications -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -26,7 +26,7 @@ context declaration template section-comment :blank :indent -"A comment occuring in front of a group of declarations." +"A comment occurring in front of a group of declarations." ---- {{comment_start}} {{?TITLE}} {{comment_prefix}} @@ -35,7 +35,7 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function." +"A comment occurring in front of a function." ---- {{comment_start}} {{?NAME}} -- {{DOC:srecode-comment-prefix}} @@ -43,21 +43,21 @@ ---- template variable-same-line-comment :tag -"A comment occuring after a veriable declaration." +"A comment occurring after a veriable declaration." ---- {{comment_start}} {{?DOC}} {{comment_end}} ---- ;; These happen to be the same as in a classdecl. template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations." +"A comment occurring in front of a group of declarations." ---- {{comment_start}} {{?GROUPNAME}} -- {{comment_end}} ---- template group-comment-end :indent -"A comment occuring at the end of a a group of declarations." +"A comment occurring at the end of a a group of declarations." ---- {{comment_start}} End {{?GROUPNAME}} {{comment_end}} ---- @@ -66,15 +66,15 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations." +"A comment occurring in front of a group of declarations." ---- {{>:declaration:group-comment-start}} ---- template group-comment-end :indent -"A comment occuring at the end of a a group of declarations." +"A comment occurring at the end of a a group of declarations." ---- {{>:declaration:group-comment-end}} ---- -;; end \ No newline at end of file +;; end
--- a/etc/srecode/doc-java.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/doc-java.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; doc-java.srt --- SRecode templates for "document" applications -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -37,14 +37,14 @@ ---- template function-comment :tag :indent :blank -"A comment occuring in front of a function. +"A comment occurring in front of a function. Recycle javadoc comment code from the more general template set." ---- {{>:declaration:javadoc-function}} ---- template variable-same-line-comment :tag -"A comment occuring after a veriable declaration. +"A comment occurring after a veriable declaration. Recycle javadoc comment code from the more general template set." ---- {{>:declaration:javadoc-variable-same-line}} @@ -52,14 +52,14 @@ ;; These happen to be the same as in a classdecl. template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring in front of a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-start}} ---- template group-comment-end :blank :indent -"A comment occuring at the end of a a group of declarations. +"A comment occurring at the end of a a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-end}} @@ -69,14 +69,14 @@ context classdecl template group-comment-start :blank :indent -"A comment occuring in front of a group of declarations. +"A comment occurring in front of a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-start}} ---- template group-comment-end :blank :indent -"A comment occuring at the end of a a group of declarations. +"A comment occurring at the end of a a group of declarations. Recycle javadoc comment code from the more general template set." ---- {{>:classdecl:javadoc-function-group-end}}
--- a/etc/srecode/ede-make.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/ede-make.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; ede-make.srt --- SRecode templates for Makefiles used by EDE. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/el.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/el.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; el.srt --- SRecode templates for Emacs Lisp mode -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org>
--- a/etc/srecode/getset-cpp.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/getset-cpp.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/java.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/java.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; java.srt -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -178,4 +178,4 @@ ---- -;; end \ No newline at end of file +;; end
--- a/etc/srecode/make.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/make.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; make.srt -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -76,4 +76,4 @@ include {{?NAME}} ---- -;; end \ No newline at end of file +;; end
--- a/etc/srecode/template.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/template.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; template.srt --- Templates for Semantic Recoders -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org>
--- a/etc/srecode/test.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/test.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; test.srt --- SRecode templates for testing -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -145,4 +145,4 @@ INSIDE SECTION: $#A$$UTESTVAR1$$/A$ ---- -;; end \ No newline at end of file +;; end
--- a/etc/srecode/texi.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/texi.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; texi.srt --- SRecode templates for Texinfo -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/srecode/wisent.srt Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/srecode/wisent.srt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/etc/tutorials/TUTORIAL Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/etc/tutorials/TUTORIAL.bg Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.bg Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.cn Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 云猟亀塋俯壓音延厚猟亀坪否議秤趨和喇販採繁窟下壓販採箪悶貧�揖扮駅倬 頼屁隠藻井幡才俯辛蕗苧�拝俶公嚠鞭巉嚥窟佩宀頼畠�揖議、泌云蕗苧侭塋
--- a/etc/tutorials/TUTORIAL.cs Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.cs Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.de Fri Jan 15 18:01:04 2010 +0100 @@ -1478,7 +1478,7 @@ TUTORIAL). Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Diese Datei ist ein Bestandteil von GNU Emacs.
--- a/etc/tutorials/TUTORIAL.eo Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.eo Fri Jan 15 18:01:04 2010 +0100 @@ -1082,7 +1082,7 @@ kondi�oj estas observataj: Copyright (C) 1985, 1999, 2001, 2002, 2005, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. �i tiu dosiero estas parto de "GNU Emacs".
--- a/etc/tutorials/TUTORIAL.es Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.es Fri Jan 15 18:01:04 2010 +0100 @@ -1180,7 +1180,7 @@ archivo TUTORIAL). Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.fr Fri Jan 15 18:01:04 2010 +0100 @@ -1163,7 +1163,7 @@ conditions : Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.it Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.ja Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.ko Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.nl Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.pl Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.pt_BR Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.ro Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.ru Fri Jan 15 18:01:04 2010 +0100 @@ -1129,7 +1129,7 @@ 嗅田媽殄揺 嗜婆想杜頻揺: Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.sk Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.sl Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.sv Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.th Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/etc/tutorials/TUTORIAL.zh Fri Jan 15 18:01:04 2010 +0100 @@ -1050,7 +1050,7 @@ 寛�G��┤�G Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -2041,7 +2041,7 @@ ;; End: Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/leim/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ # Makefile for leim subdirectory in GNU Emacs. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 +# 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 +# 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H14PRO021
--- a/leim/README Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/leim/leim-ext.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/leim-ext.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ ;; leim-ext.el -- extra leim configuration -*- coding:utf-8; -*- -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/leim/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 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
--- a/leim/quail/arabic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/arabic.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Cloos <cloos@jhcloos.com> ;; Keywords: mule, input method, Arabic
--- a/leim/quail/croatian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/croatian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Hrvoje Nik�i� <hniksic@xemacs.org>
--- a/leim/quail/cyril-jis.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/cyril-jis.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/cyrillic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/cyrillic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1998, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/czech.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/czech.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/leim/quail/ethiopic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/ethiopic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/georgian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/georgian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/greek.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/greek.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hangul.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/hangul.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hangul.el --- Korean Hangul input method -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jihyun Cho <jihyun.jo@gmail.com> ;; Keywords: multilingual, input method, Korean, Hangul
--- a/leim/quail/hanja-jis.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/hanja-jis.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hanja.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/hanja.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/hanja3.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/hanja3.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>
--- a/leim/quail/hebrew.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/hebrew.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/indian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/indian.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; indian.el --- Quail packages for inputting Indian -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: KAWABATA, Taichi <kawabata@m17n.org>
--- a/leim/quail/ipa.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/ipa.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Licensed to the Free Software Foundation. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Keywords: multilingual, input method, IPA
--- a/leim/quail/japanese.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/japanese.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/lao.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/lao.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-alt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/latin-alt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1998, 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 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-ltx.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/latin-ltx.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/latin-post.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/latin-post.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1998, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/leim/quail/latin-pre.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/latin-pre.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/lrt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/lrt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/py-punct.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/py-punct.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/pypunct-b5.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/pypunct-b5.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/rfc1345.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/rfc1345.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/sgml-input.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/sgml-input.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/leim/quail/sisheng.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/sisheng.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sisheng.el --- sisheng input method for Chinese pinyin transliteration -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Werner LEMBERG <wl@gnu.org>
--- a/leim/quail/slovak.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/slovak.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>
--- a/leim/quail/symbol-ksc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/symbol-ksc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/thai.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/thai.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/tibetan.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/tibetan.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/uni-input.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/uni-input.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ ;;; uni-input.el --- Hex Unicode input method -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/viqr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/viqr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/leim/quail/vntelex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/vntelex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vntelex.el --- Quail package for Vietnamese by Telex method -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Werner Lemberg <wl@gnu.org>
--- a/leim/quail/welsh.el Tue Jan 12 09:12:52 2010 +0100 +++ b/leim/quail/welsh.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lib-src/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -6966,7 +6966,7 @@ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # Makefile for lib-src subdirectory in GNU Emacs. # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lib-src/b2m.pl Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/b2m.pl Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ # b2m.pl - Script to convert a Babyl file to an mbox file -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
--- a/lib-src/digest-doc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/digest-doc.c Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ standard output a file of nroff output containing the doc strings. Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/emacsclient.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/emacsclient.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -340,7 +340,7 @@ /* getenv wrapper for Windows - This is needed to duplicate Emacs's behavior, which is to look for enviroment + This is needed to duplicate Emacs's behavior, which is to look for environment variables in the registry if they don't appear in the environment. */ char *
--- a/lib-src/fakemail.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/fakemail.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Bill Rozas <jinx@martigny.ai.mit.edu> (according to ack.texi)
--- a/lib-src/grep-changelog Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/grep-changelog Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs.
--- a/lib-src/hexl.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/hexl.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Convert files for Emacs Hexl mode. Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 Free Software Foundation, Inc. Author: Keith Gabryelski (according to authors.el)
--- a/lib-src/make-docfile.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/make-docfile.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lib-src/movemail.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/movemail.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/ntlib.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/ntlib.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/ntlib.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/ntlib.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/pop.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/pop.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Jonathan Kamens <jik@security.ov.com>
--- a/lib-src/pop.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/pop.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. Author: Jonathan Kamens <jik@security.ov.com>
--- a/lib-src/profile.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/profile.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
--- a/lib-src/rcs-checkin Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/rcs-checkin Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lib-src/sorted-doc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/sorted-doc.c Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ standard output a file of texinfo input containing the doc strings. Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/test-distrib.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/test-distrib.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lib-src/update-game-score.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/update-game-score.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* update-game-score.c --- Update a score file -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Colin Walters <walters@debian.org>
--- a/lib-src/vcdiff Tue Jan 12 09:12:52 2010 +0100 +++ b/lib-src/vcdiff Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # Author: Paul Eggert # (according to authors.el)
--- a/lisp/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,94 @@ +2010-01-15 Kenichi Handa <handa@m17n.org> + + * international/mule-cmds.el (canonicalize-coding-system-name): + Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX". + +2010-01-15 Glenn Morris <rgm@gnu.org> + + * log-view.el (top-level): Require 'wid-edit. (Bug#5311) + + * wid-edit.el (widget-keymap): Doc fix. + + * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the + former seems to be more widely accepted by various svn versions. + +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * find-cmd.el (find-constituents): + * vc-arch.el (vc-arch-root): + * window.el (window-body-height, pop-up-frames): + * cedet/semantic/edit.el (semantic-reparse-needed-change-hook) + (semantic-no-reparse-needed-change-hook): + * cedet/srecode/insert.el (srecode-resolve-argument-list) + (srecode-template-inserter-blank, srecode-template-inserter-variable) + (srecode-template-inserter-ask, srecode-template-inserter-width) + (srecode-template-inserter-section-start) + (srecode-template-inserter-section-end, srecode-insert-method): + * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing): + * progmodes/ada-stmt.el (ada-if): + * progmodes/gdb-ui.el (gdb-jsonify-buffer): + * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist) + (ispell-encoding8-command, ispell-aspell-supports-utf8) + (ispell-last-program-name, ispell-help): Fix typos in docstrings. + + * progmodes/flymake.el (flymake-post-syntax-check): + Fix typo in error message. + +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * hexl.el (hexl-printable-character): Fix check of `hexl-iso', + which is always a string. (Bug#5313) + +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * progmodes/ada-xref.el (ada-default-prj-properties): + Simplify previous change. + +2010-01-14 Stephen Leake <stephen_leake@member.fsf.org> + + * progmodes/ada-xref.el (ada-default-prj-properties): + Default ada_project_path to $ADA_PROJECT_PATH. + +2010-01-14 Stephen Leake <stephen_leake@member.fsf.org> + + * progmodes/ada-mode.el (ada-create-keymap): + Override `narrow-to-defun' with `ada-narrow-to-defun'. + +2010-01-14 Stephen Leake <stephen_leake@member.fsf.org> + + * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword. + (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword. + (ada-get-current-indent, ada-imenu-generic-expression) + (ada-which-function): Check for it. + +2010-01-14 Stephen Leake <stephen_leake@member.fsf.org> + + * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete. + (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore. + +2010-01-14 Glenn Morris <rgm@gnu.org> + + * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312) + +2010-01-14 Kenichi Handa <handa@m17n.org> + + * composite.el (auto-composition-mode): Make it a buffer local + variable (permanent-local). + (auto-composition-function): Set the default value to + auto-compose-chars. + (auto-composition-mode): Make it a simple function, not a minor mode. + (global-auto-composition-mode): Likewise. + (turn-on-auto-composition-if-enabled): Delete it. + +2010-01-13 Karl Fogel <kfogel@red-bean.com> + + * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276). + +2010-01-12 Michael Albinus <michael.albinus@gmx.de> + + * files.el (copy-directory): Compute target for recursive + directories with identical names. (Bug#5343) + 2010-01-12 Glenn Morris <rgm@gnu.org> * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
--- a/lisp/ChangeLog.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.1 Fri Jan 15 18:01:04 2010 +0100 @@ -3246,7 +3246,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 + Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.10 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.10 Fri Jan 15 18:01:04 2010 +0100 @@ -6773,7 +6773,7 @@ (ruler-mode-mouse-grab-any-column) (ruler-mode-mouse-drag-any-column-iteration) (ruler-mode-mouse-drag-any-column): New functions. - (ruler-mode-map): [header-line down-mouse-2] Bound to + (ruler-mode-map) [header-line down-mouse-2]: Bound to `ruler-mode-mouse-grab-any-column' instead of `ruler-mode-mouse-set-fill-column'. (ruler-mode-ruler-help-echo): Update its value. @@ -23535,7 +23535,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.11 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.11 Fri Jan 15 18:01:04 2010 +0100 @@ -14336,7 +14336,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.12 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.12 Fri Jan 15 18:01:04 2010 +0100 @@ -33349,7 +33349,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.13 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.13 Fri Jan 15 18:01:04 2010 +0100 @@ -16696,7 +16696,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.14 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.14 Fri Jan 15 18:01:04 2010 +0100 @@ -20547,7 +20547,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.2 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.2 Fri Jan 15 18:01:04 2010 +0100 @@ -3993,7 +3993,7 @@ See ChangeLog.1 for earlier changes. Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.3 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.3 Fri Jan 15 18:01:04 2010 +0100 @@ -12439,7 +12439,7 @@ ;; End: Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.4 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.4 Fri Jan 15 18:01:04 2010 +0100 @@ -8937,7 +8937,7 @@ ;; End: Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.5 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.5 Fri Jan 15 18:01:04 2010 +0100 @@ -2083,7 +2083,7 @@ * desktop.el (desktop-save): Use dired-directory as name of top-level in order to capture wildcards used. (desktop-buffer-dired): Skip possible wildcard when checking - for directory existance. Use dired-insert-subdir, not + for directory existence. Use dired-insert-subdir, not dired-maybe-insert-subdir. 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> @@ -9266,7 +9266,7 @@ ;; End: Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.6 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.6 Fri Jan 15 18:01:04 2010 +0100 @@ -8023,7 +8023,7 @@ ;; End: Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.7 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.7 Fri Jan 15 18:01:04 2010 +0100 @@ -23108,7 +23108,7 @@ ;; End: Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.8 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.8 Fri Jan 15 18:01:04 2010 +0100 @@ -6760,7 +6760,7 @@ 1999-01-22 Andrew Innes <andrewi@gnu.org> - * startup.el (command-line): [windows-nt]: Check for existence of + * startup.el (command-line) [windows-nt]: Check for existence of .emacs file so as to notice .emacs.el or .emacs.elc and use them in preference to _emacs. @@ -9994,7 +9994,7 @@ ;; End: Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/ChangeLog.9 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ChangeLog.9 Fri Jan 15 18:01:04 2010 +0100 @@ -20694,7 +20694,7 @@ ;; End: Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # Maintenance productions for the Lisp directory # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009 Free Software Foundation, Inc. +# 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lisp/abbrev.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/abbrev.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev convenience
--- a/lisp/abbrevlist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/abbrevlist.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Suggested by a previous version by Gildea. ;; Maintainer: FSF
--- a/lisp/add-log.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/add-log.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/align.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/align.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Maintainer: FSF
--- a/lisp/allout.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/allout.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ansi-color.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org>
--- a/lisp/apropos.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/apropos.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@bigbird.bu.edu> ;; Daniel Pfeiffer <occitan@esperanto.org> (rewrite)
--- a/lisp/arc-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/arc-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@gnu.org> ;; Keywords: files archives msdog editing major-mode
--- a/lisp/array.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/array.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David M. Brown ;; Maintainer: FSF
--- a/lisp/autoarg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/autoarg.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Created: 1998-09-04
--- a/lisp/autoinsert.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/autoinsert.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Charlie Martin <crm@cs.duke.edu> ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/autorevert.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/autorevert.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com> ;; Keywords: convenience
--- a/lisp/avoid.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/avoid.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: mouse
--- a/lisp/battery.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/battery.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> ;; Keywords: hardware
--- a/lisp/bindings.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/bindings.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/bookmark.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/bookmark.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Maintainer: Karl Fogel <kfogel@red-bean.com> @@ -1960,7 +1960,7 @@ (defun bookmark-bmenu-execute-deletions () - "Delete bookmarks marked with \\<Buffer-menu-mode-map>\\[Buffer-menu-delete] commands." + "Delete bookmarks flagged `D'." (interactive) (message "Deleting bookmarks...") (let ((o-point (point))
--- a/lisp/bs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/bs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/buff-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience
--- a/lisp/button.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/button.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; button.el --- clickable buttons ;; ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: extensions
--- a/lisp/calc/README Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Written by: Dave Gillespie
--- a/lisp/calc/README.prev Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/README.prev Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/lisp/calc/calc-aent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-aent.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-alg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-alg.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-arith.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-arith.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-bin.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-bin.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-comb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-comb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-cplx.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-cplx.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-embed.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-embed.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-ext.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-ext.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-fin.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-fin.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-forms.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-forms.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-frac.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-frac.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-funcs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-funcs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-graph.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-graph.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-help.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-help.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-incom.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-incom.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-keypd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-keypd.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-lang.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-lang.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-macs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-macs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-map.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-map.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-math.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-math.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-menu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; calc-menu.el --- a menu for Calc -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-misc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-misc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-mtx.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-mtx.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-nlfit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-nlfit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; calc-nlfit.el --- nonlinear curve fitting for Calc -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-poly.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-poly.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-prog.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-prog.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-rewr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-rewr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-rules.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-rules.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-sel.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-sel.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-stat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-stat.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-store.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-store.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-stuff.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-stuff.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-trail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-trail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-undo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-undo.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-units.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-units.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-vec.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-vec.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc-yank.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc-yank.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcalg2.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calcalg2.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcalg3.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calcalg3.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calccomp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calccomp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calc/calcsel2.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calc/calcsel2.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
--- a/lisp/calculator.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calculator.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; calculator.el --- a [not so] simple calculator for Emacs ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eli Barzilay <eli@barzilay.org> ;; Keywords: tools, convenience
--- a/lisp/calendar/appt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/appt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; appt.el --- appointment notification functions ;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-bahai.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-bahai.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cal-bahai.el --- calendar functions for the Bah叩'鱈 calendar. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/calendar/cal-china.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-china.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-coptic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-coptic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-dst.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-dst.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Paul Eggert <eggert@twinsun.com> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-french.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-french.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-hebrew.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-hebrew.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-html.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-html.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cal-html.el --- functions for printing HTML calendars -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Anna M. Bigatti <bigatti@dima.unige.it>
--- a/lisp/calendar/cal-islam.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-islam.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-iso.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-iso.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-julian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-julian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-mayan.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-mayan.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-move.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/cal-persia.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-persia.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/cal-tex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-tex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX -;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Steve Fisk <fisk@bowdoin.edu>
--- a/lisp/calendar/cal-x.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/cal-x.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.sunysb.edu> ;; Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/calendar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/calendar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
--- a/lisp/calendar/diary-lib.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/diary-lib.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; diary-lib.el --- diary functions ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/holidays.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/holidays.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/icalendar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/icalendar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/calendar/lunar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/lunar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/calendar/parse-time.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/parse-time.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; parse-time.el --- parsing time strings ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: util
--- a/lisp/calendar/solar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/solar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/time-date.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu Umeda <umerin@mse.kyutech.ac.jp>
--- a/lisp/calendar/timeclock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/timeclock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999
--- a/lisp/calendar/todo-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/calendar/todo-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oliver Seidel <privat@os10000.net> ;; Maintainer: Stephen Berman <stephen.berman@gmx.net>
--- a/lisp/case-table.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/case-table.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/cdl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cdl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) ;; Maintainer: FSF
--- a/lisp/cedet/cedet-cscope.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/cedet-cscope.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet-cscope.el --- CScope support for CEDET -;;; Copyright (C) 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/cedet-files.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/cedet-files.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet-files.el --- Common routines dealing with file names. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/cedet-global.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/cedet-global.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet-global.el --- GNU Global support for CEDET. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/cedet-idutils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/cedet-idutils.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet-idutils.el --- ID Utils support for CEDET. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Version: 0.2
--- a/lisp/cedet/cedet.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/cedet.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet.el --- Setup CEDET environment -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/data-debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/data-debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; data-debug.el --- Datastructure Debugger -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/cedet/ede.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ede.el --- Emacs Development Environment gloss ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/autoconf-edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/autoconf-edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/autoconf-edit.el --- Keymap for autoconf -;; Copyright (C) 1998, 1999, 2000, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project
--- a/lisp/cedet/ede/cpp-root.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/cpp-root.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/dired.el --- EDE extensions to dired. -;; Copyright (C) 1998, 1999, 2000, 2003, 2009 +;; Copyright (C) 1998, 1999, 2000, 2003, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/emacs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/emacs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/emacs.el --- Special project for Emacs -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/files.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/files.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/files.el --- Associate projects with files and directories. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -442,7 +442,7 @@ (setq ans calc)) ;; If we failed to calculate something, we ;; should add it to the hash, but ONLY if we are not - ;; going to FORCE the file into existance. + ;; going to FORCE the file into existence. (when (not force) (ede-locate-add-file-to-hash loc filename 'nomatch)))) ))
--- a/lisp/cedet/ede/linux.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/linux.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/linux.el --- Special project for Linux -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/locate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/locate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/locate.el --- Locate support -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/make.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/make.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/make.el --- General information about "make" -;;; Copyright (C) 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/makefile-edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/makefile-edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; makefile-edit.el --- Makefile editing/scanning commands. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/pconf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/pconf.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/pconf.el --- configure.ac maintenance for EDE -;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009 +;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/pmake.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/pmake.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-archive.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-archive.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj-archive.el --- EDE Generic Project archive support -;; Copyright (C) 1998, 1999, 2000, 2001, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-aux.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-aux.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support -;; Copyright (C) 1998, 1999, 2000, 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2007, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-comp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-comp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj-comp.el --- EDE Generic Project compiler/rule driver -;; Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009 +;; Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-elisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-elisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj-info.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-info.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede-proj-info.el --- EDE Generic Project texinfo support -;;; Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009 +;;; Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-misc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-misc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support -;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009 +;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-obj.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-obj.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support -;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009 +;;; Copyright (C) 1998, 1999, 2000, 2005, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-prog.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-prog.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede-proj-prog.el --- EDE Generic Project program support -;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009 +;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/proj-scheme.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-scheme.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support -;; Copyright (C) 1998, 1999, 2000, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make, scheme
--- a/lisp/cedet/ede/proj-shared.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj-shared.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede-proj-shared.el --- EDE Generic Project shared library support -;;; Copyright (C) 1998, 1999, 2000, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 1998, 1999, 2000, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/proj.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/proj.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/proj.el --- EDE Generic Project file driver -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/project-am.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/project-am.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 1999, 2000, 2003, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/shell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/shell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/shell.el --- A shell controlled by EDE. ;; -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/simple.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/simple.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/simple.el --- Overlay an EDE structure on an existing project -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/source.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/source.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; ede/source.el --- EDE source code object -;; Copyright (C) 2000, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/ede/speedbar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/speedbar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/speedbar.el --- Speedbar viewing of EDE projects -;;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2007, 2008, 2009 +;;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/ede/srecode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/srecode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/srecode.el --- EDE utilities on top of SRecoder -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/ede/system.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/system.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) -;; Copyright (C) 2001, 2002, 2003, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make, vc
--- a/lisp/cedet/ede/util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/ede/util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ede/util.el --- EDE utilities -;; Copyright (C) 2000, 2005, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2005, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/inversion.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/inversion.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; inversion.el --- When you need something in version XX.XX -;;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009 +;;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/mode-local.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/mode-local.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mode-local.el --- Support for mode local facilities ;; -;; Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/cedet/pulse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/pulse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; pulse.el --- Pulsing Overlays -;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic.el --- Semantic buffer evaluator. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/analyze.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/analyze.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/analyze.el --- Analyze semantic tags against local context -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/complete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/analyze/complete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/analyze/complete.el --- Smart Completions -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/analyze/debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/analyze/debug.el --- Debug the analyzer -;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/fcn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/analyze/fcn.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/analyze/fcn.el --- Analyzer support functions. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/analyze/refs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/analyze/refs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/analyze/refs.el --- Analysis of the references between tags. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine.el --- LL Parser/Analyzer core. -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/bovine/c-by.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/c-by.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/c.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/c.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine/debug.el --- Debugger support for bovinator -;; Copyright (C) 2003, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/el.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/el.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/gcc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/gcc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/bovine/make-by.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/make-by.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine/make-by.el --- Generated parser support file -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/make.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/make.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine/make.el --- Makefile parsing rules. -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/bovine/scm-by.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/scm-by.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic-scm-by.el --- Generated parser support file -;; Copyright (C) 2001, 2003, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2003, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/bovine/scm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/bovine/scm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) -;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009 +;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/chart.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/chart.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/chart.el --- Utilities for use with semantic tag tables -;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/complete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/complete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/complete.el --- Routines for performing tag completion -;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ctxt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/ctxt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/db-debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-debug.el --- Extra level debugging routines for Semantic -;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-ebrowse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-ebrowse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-el.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-el.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-find.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-find.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/db-find.el --- Searching through semantic databases. ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: tags
--- a/lisp/cedet/semantic/db-global.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-global.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/db-javascript.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-javascript.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-javascript.el --- Semantic database extensions for javascript -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Joakim Verona
--- a/lisp/cedet/semantic/db-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-mode.el --- Semanticdb Minor Mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-ref.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-ref.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/db-ref.el --- Handle cross-db file references -;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db-typecache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db-typecache.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; db-typecache.el --- Manage Datatypes -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/db.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/db.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/db.el --- Semantic tag database manager ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: tags
--- a/lisp/cedet/semantic/debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/debug.el --- Language Debugger framework -;; Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/decorate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/decorate.el --- Utilities for decorating/highlighting tokens. -;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 +;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate/include.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/decorate/include.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/decorate/include.el --- Decoration modes for include statements -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/decorate/mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/decorate/mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/decorate/mode.el --- Minor mode for decorating tags ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/dep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/dep.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/dep.el --- Methods for tracking dependencies (include files) -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/doc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/doc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/doc.el --- Routines for documentation strings -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ede-grammar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/ede-grammar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files -;;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make
--- a/lisp/cedet/semantic/edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/edit.el --- Edit Management for Semantic ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> @@ -81,15 +81,13 @@ (defvar semantic-reparse-needed-change-hook nil "Hooks run when a user edit is detected as needing a reparse. -For language specific hooks, make sure you define this as a local -hook. -Not used yet; part of the next generation reparse mechanism") +For language specific hooks, make sure you define this as a local hook. +Not used yet; part of the next generation reparse mechanism.") (defvar semantic-no-reparse-needed-change-hook nil "Hooks run when a user edit is detected as not needing a reparse. If the hook returns non-nil, then declare that a reparse is needed. -For language specific hooks, make sure you define this as a local -hook. +For language specific hooks, make sure you define this as a local hook. Not used yet; part of the next generation reparse mechanism.") (defvar semantic-edits-new-change-hooks nil @@ -307,7 +305,7 @@ (semantic-tag-components (car tags))) ;; Ok, we are completely encompassed within the first tag ;; entry, AND that tag has children. This means that change - ;; occured outside of all children, but inside some tag + ;; occurred outside of all children, but inside some tag ;; with children. (if (or (not (semantic-tag-with-position-p (car list-to-search))) (> start (semantic-tag-end @@ -751,7 +749,7 @@ ;;;; Whitespace change ((and (not tags) (not newf-tags)) - ;; A change that occured outside of any existing tags + ;; A change that occurred outside of any existing tags ;; and there are no new tags to replace it. (when semantic-edits-verbose-flag (message "White space changes")) @@ -760,7 +758,7 @@ ;;;; New tags in old whitespace area. ((and (not tags) newf-tags) - ;; A change occured outside existing tags which added + ;; A change occurred outside existing tags which added ;; a new tag. We need to splice these tags back ;; into the cache at the right place. (semantic-edits-splice-insert newf-tags parent-tag cache-list) @@ -775,7 +773,7 @@ ;;;; Old tags removed ((and tags (not newf-tags)) - ;; A change occured where pre-existing tags were + ;; A change occurred where pre-existing tags were ;; deleted! Remove the tag from the cache. (semantic-edits-splice-remove tags parent-tag cache-list)
--- a/lisp/cedet/semantic/find.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/find.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/find.el --- Search routines for Semantic -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/format.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/format.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/format.el --- Routines for formatting tags ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/fw.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/fw.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/fw.el --- Framework for Semantic ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;;; 2007, 2008, 2009 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/grammar-wy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/grammar-wy.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/grammar-wy.el --- Generated parser support file -;; Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Keywords: syntax
--- a/lisp/cedet/semantic/grammar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/grammar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/grammar.el --- Major mode framework for Semantic grammars -;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/html.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/html.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/html.el --- Semantic details for html files -;; Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ia-sb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/ia-sb.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/ia-sb.el --- Speedbar analysis display interactor -;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009 +;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/ia.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/ia.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/ia.el --- Interactive Analysis functions ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;;; 2008, 2009 Free Software Foundation, Inc. +;;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/idle.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/idle.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; idle.el --- Schedule parsing tasks in idle time -;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/java.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/java.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/java.el --- Semantic functions for Java ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;;; 2007, 2008, 2009 Free Software Foundation, Inc. +;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/lex-spp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/lex-spp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; lex-spp.el --- Semantic Lexical Pre-processor -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/lex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/lex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/lex.el --- Lexical Analyzer builder ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> @@ -900,7 +900,7 @@ Optional STR is the string for the token only if the bounds in the buffer do not cover the string they represent. (As from macro expansion.)" - ;; This if statement checks the existance of a STR argument at + ;; This if statement checks the existence of a STR argument at ;; compile time, where STR is some symbol or constant. If the ;; variable STr (runtime) is nil, this will make an incorrect decision. ;;
--- a/lisp/cedet/semantic/mru-bookmark.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/mru-bookmark.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/mru-bookmark.el --- Automatic bookmark tracking -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/sb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/sb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/scope.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/scope.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/scope.el --- Analyzer Scope Calculations -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/senator.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/senator.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/senator.el --- SEmantic NAvigaTOR ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: FSF
--- a/lisp/cedet/semantic/sort.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/sort.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/symref.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref.el --- Symbol Reference API -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/cscope.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/cscope.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/cscope.el --- Semantic-symref support via cscope. -;;; Copyright (C) 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/filter.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/filter.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/filter.el --- Filter symbol reference hits for accuracy. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/global.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/global.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/global.el --- Use GNU Global for symbol references -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/grep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/grep.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/grep.el --- Symref implementation using find/grep -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/idutils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/idutils.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/idutils.el --- Symref implementation for idutils -;;; Copyright (C) 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/symref/list.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/symref/list.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/symref/list.el --- Symref Output List UI. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/tag-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/tag-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/tag-ls.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/tag-ls.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/tag-write.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/tag-write.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/tag-write.el --- Write tags to a text stream -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/semantic/tag.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/tag.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; semantic/tag.el --- tag creation and access ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/texi.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/texi.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/texi.el --- Semantic details for Texinfo files -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/util-modes.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/util-modes.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/util-modes.el --- Semantic minor modes -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/cedet/semantic/util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/wisent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent.el --- Wisent - Semantic gateway -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/comp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/comp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/java-tags.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/java-tags.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/semantic/wisent/javascript.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/javascript.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent/javascript.el --- javascript parser support -;; Copyright (C) 2005, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org> ;; Keywords: syntax
--- a/lisp/cedet/semantic/wisent/javat-wy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/javat-wy.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent/javat-wy.el --- Generated parser support file -;; Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/wisent/js-wy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/js-wy.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent/js-wy.el --- Generated parser support file -;; Copyright (C) 2005, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/semantic/wisent/wisent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/semantic/wisent/wisent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com>
--- a/lisp/cedet/srecode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode.el --- Semantic buffer evaluator. -;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: codegeneration
--- a/lisp/cedet/srecode/args.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/args.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/args.el --- Provide some simple template arguments -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -33,7 +33,7 @@ ;; ;; Using :blank means that the template should force blank lines ;; before and after the template, reguardless of where the insertion -;; is occuring. +;; is occurring. (defun srecode-semantic-handle-:blank (dict) "Add macros into the dictionary DICT specifying blank line spacing. The wrapgap means make sure the first and last lines of the macro
--- a/lisp/cedet/srecode/compile.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/compile.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/compile --- Compilation of srecode template files. -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: codegeneration
--- a/lisp/cedet/srecode/cpp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/cpp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder -;; Copyright (C) 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> ;; Jan Moringen <scymtym@users.sourceforge.net>
--- a/lisp/cedet/srecode/ctxt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/ctxt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/ctxt.el --- Derive a context from the source buffer. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/dictionary.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/dictionary.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode-dictionary.el --- Dictionary code for the semantic recoder. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/document.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/document.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/document.el --- Documentation (comment) generation -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/el.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/el.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/el.el --- Emacs Lisp specific arguments -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/expandproto.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/expandproto.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/expandproto.el --- Expanding prototypes. -;; Copyright (C) 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/extract.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/extract.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/extract.el --- Extract content from previously inserted macro. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/fields.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/fields.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/fields.el --- Handling type-in fields in a buffer. ;; -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/filters.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/filters.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/filters.el --- Filters for use in template variables. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/find.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/find.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;;; srecode/find.el --- Tools for finding templates in the database. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/getset.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/getset.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/getset.el --- Package for inserting new get/set methods. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/insert.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/insert.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/insert --- Insert srecode templates to an output stream. -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> @@ -201,7 +201,7 @@ "Resolve arguments in the argument list ARGS. ARGS is a list of symbols, such as :blank, or :file. Apply values to DICT. -Optional argument TEMP is the template that is getting it's arguments resolved." +Optional argument TEMP is the template that is getting its arguments resolved." (let ((fcn nil)) (while args (setq fcn (intern-soft (concat "srecode-semantic-handle-" @@ -334,14 +334,14 @@ ((key :initform "\r" :allocation :class :documentation - "The character represeinting this inserter style. + "The character representing this inserter style. Can't be blank, or it might be used by regular variable insertion.") (where :initform 'begin :initarg :where :documentation - "This should be 'begin or 'end, indicating where to insrt a CR. + "This should be 'begin or 'end, indicating where to insert a CR. When set to 'begin, it will insert a CR if we are not at 'bol'. -When set to 'end it will insert a CR if we are not at 'eol'") +When set to 'end it will insert a CR if we are not at 'eol'.") ;; @TODO - Add slot and control for the number of blank ;; lines before and after point. ) @@ -407,7 +407,7 @@ :allocation :class :documentation "The character code used to identify inserters of this style.")) - "Insert the value of a dictionary entry + "Insert the value of a dictionary entry. If there is no entry, insert nothing.") (defvar srecode-inserter-variable-current-dictionary nil @@ -493,7 +493,7 @@ :documentation "The function used to read in the text for this prompt.") ) - "Insert the value of a dictionary entry + "Insert the value of a dictionary entry. If there is no entry, prompt the user for the value to use. The prompt text used is derived from the previous PROMPT command in the template file.") @@ -626,8 +626,8 @@ "The character code used to identify inserters of this style.") ) "Inserts the value of a dictionary variable with a specific width. -The second argument specifies the width, and a pad, seperated by a colon. -thus a specification of `10:left' will insert the value of A +The second argument specifies the width, and a pad, separated by a colon. +Thus a specification of `10:left' will insert the value of A to 10 characters, with spaces added to the left. Use `right' for adding spaces to the right.") @@ -771,7 +771,7 @@ "The character code used to identify inserters of this style.") (template :initarg :template :documentation - "A Template used to frame the codes from this inserter.") + "A template used to frame the codes from this inserter.") ) "Apply values from a sub-dictionary to a template section. The dictionary saved at the named dictionary entry will be @@ -806,7 +806,7 @@ :documentation "The character code used to identify inserters of this style.") ) - "All template segments between the secion-start and section-end + "All template segments between the section-start and section-end are treated specially.") (defmethod srecode-insert-method ((sti srecode-template-inserter-section-end) @@ -881,7 +881,7 @@ (setq active (cdr active))) (when (not tmpl) ;; If it wasn't in this context, look to see if it - ;; defines it's own context + ;; defines its own context (setq tmpl (srecode-template-get-table (srecode-table) templatenamepart))) ) @@ -897,7 +897,7 @@ dictionary) "Insert the STI inserter. Finds the template with this macro function part, and inserts it -with the dictionaries found in the dictinary." +with the dictionaries found in the dictionary." (srecode-insert-include-lookup sti dictionary) ;; Insert the template. ;; Our baseclass has a simple way to do this. @@ -952,7 +952,7 @@ "Insert the template STI. This will first insert the include part via inheritance, then insert the section it wraps into the location in the included -template where a ^ inserter occurs." +template where a ^ inserter occurs." ;; Step 1: Look up the included inserter (srecode-insert-include-lookup sti dictionary) ;; Step 2: Temporarilly override the point inserter.
--- a/lisp/cedet/srecode/java.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/java.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode-java.el --- Srecode Java support -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/map.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/map.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/map.el --- Manage a template file map -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/semantic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/semantic.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/srt-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/srt-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/srt-mode.el --- Major mode for writing screcode macros -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/srecode/srt-wy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/srt-wy.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/srt-wy.el --- Generated parser support file -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/srecode/srt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/srt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/srt.el --- argument handlers for SRT files -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/table.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/table.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode/table.el --- Tables of Semantic Recoders -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/cedet/srecode/template.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/template.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode-template.el --- SRecoder template language parser support. -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/cedet/srecode/texi.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cedet/srecode/texi.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; srecode-texi.el --- Srecode texinfo support. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/chistory.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/chistory.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; chistory.el --- list command history ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/cmuscheme.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cmuscheme.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> ;; Maintainer: FSF
--- a/lisp/comint.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/comint.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu>
--- a/lisp/compare-w.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/compare-w.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience files
--- a/lisp/complete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/complete.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Keywords: abbrev convenience
--- a/lisp/completion.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/completion.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev convenience
--- a/lisp/composite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/composite.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; composite.el --- support character composition ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 +;; 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 @@ -744,10 +744,14 @@ (setq func 'compose-gstring-for-terminal)) (funcall func gstring)))) +(make-variable-buffer-local 'auto-composition-mode) +(put 'auto-composition-mode 'permanent-local t) + (make-variable-buffer-local 'auto-composition-function) +(setq-default auto-composition-function 'auto-compose-chars) ;;;###autoload -(define-minor-mode auto-composition-mode +(defun auto-composition-mode (&optional arg) "Toggle Auto Composition mode. With ARG, turn Auto Composition mode off if and only if ARG is a non-positive number; if ARG is nil, toggle Auto Composition mode; anything else turns Auto @@ -758,29 +762,23 @@ You can use `global-auto-composition-mode' to turn on Auto Composition mode in all buffers (this is the default)." - nil nil nil - (if noninteractive - (setq auto-composition-mode nil)) - (cond (auto-composition-mode - (setq auto-composition-function 'auto-compose-chars)) - (t - (setq auto-composition-function nil)))) - -(defun turn-on-auto-composition-if-enabled () - (if enable-multibyte-characters - (auto-composition-mode 1))) + (interactive "P") + (setq auto-composition-mode + (if arg + (or (not (integerp arg)) (> arg 0)) + (not auto-composition-mode)))) ;;;###autoload -(define-global-minor-mode global-auto-composition-mode - auto-composition-mode turn-on-auto-composition-if-enabled - ;; This :extra-args' appears to be the result of a naive copy&paste - ;; from global-font-lock-mode. - ;; :extra-args (dummy) - :initialize 'custom-initialize-delay - :init-value (not noninteractive) - :group 'auto-composition - :version "23.1") - +(defun global-auto-composition-mode (&optional arg) + "Toggle Auto-Composition mode in every possible buffer. +With prefix arg, turn Global-Auto-Composition mode on if and only if arg +is positive. +See `auto-composition-mode' for more information on Auto-Composition mode." + (interactive "P") + (setq-default auto-composition-mode + (if arg + (or (not (integerp arg)) (> arg 0)) + (not (default-value 'auto-composition-mode))))) (defalias 'toggle-auto-composition 'auto-composition-mode)
--- a/lisp/cus-dep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cus-dep.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cus-dep.el --- find customization dependencies ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: internal
--- a/lisp/cus-edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cus-edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF
--- a/lisp/cus-face.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cus-face.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces
--- a/lisp/cus-start.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cus-start.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: internal
--- a/lisp/cus-theme.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cus-theme.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cus-theme.el -- custom theme creation user interface ;; ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: FSF
--- a/lisp/custom.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/custom.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF
--- a/lisp/cvs-status.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/cvs-status.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs cvs status tree tools
--- a/lisp/dabbrev.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dabbrev.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Don Morrison
--- a/lisp/delim-col.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/delim-col.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/delsel.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/delsel.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Matthieu Devin <devin@lucid.com> ;; Maintainer: FSF
--- a/lisp/descr-text.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/descr-text.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; descr-text.el --- describe text mode ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Maintainer: FSF
--- a/lisp/desktop.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/desktop.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Keywords: convenience
--- a/lisp/dframe.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dframe.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/diff-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/diff-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: convenience patch diff
--- a/lisp/diff.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/diff.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Frank Bresz ;; (according to authors.el)
--- a/lisp/dired-aux.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dired-aux.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. ;; Maintainer: FSF
--- a/lisp/dired-x.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dired-x.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; dired-x.el --- extra Dired functionality ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> ;; Lawrence R. Dodd <dodd@roebling.poly.edu>
--- a/lisp/dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> @@ -3517,7 +3517,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" "c7d3d0354ca849c90d3aaf33fa06341d") +;;;;;; dired-diff) "dired-aux" "dired-aux.el" "557aca1f6e86b39f1c7612ee123d5354") ;;; Generated autoloads from dired-aux.el (autoload 'dired-diff "dired-aux" "\ @@ -3970,7 +3970,7 @@ ;;;*** ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" -;;;;;; "c1bb83404017aa89655222b2b50471ed") +;;;;;; "bb37ec379c0a523368794491b691fd8d") ;;; Generated autoloads from dired-x.el (autoload 'dired-jump "dired-x" "\
--- a/lisp/dirtrack.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dirtrack.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; dirtrack.el --- Directory Tracking by watching the prompt ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Nov 17 1996
--- a/lisp/disp-table.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/disp-table.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Based on a previous version by Howard Gayle
--- a/lisp/dnd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dnd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; dnd.el --- drag and drop support. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> ;; Maintainer: FSF
--- a/lisp/doc-view.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/doc-view.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; doc-view.el --- View PDF/PostScript/DVI files in Emacs -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Tassilo Horn <tassilo@member.fsf.org> ;; Maintainer: Tassilo Horn <tassilo@member.fsf.org>
--- a/lisp/dos-fns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dos-fns.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Morten Welinder <terra@diku.dk> ;; Keywords: internal
--- a/lisp/dos-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dos-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; dos-vars.el --- MS-Dos specific user options ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/dos-w32.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/dos-w32.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> ;; Keywords: internal
--- a/lisp/double.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/double.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: i18n
--- a/lisp/ebuff-menu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ebuff-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@ai.mit.edu> ;; Maintainer: FSF
--- a/lisp/echistory.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/echistory.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; echistory.el --- Electric Command History Mode ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/ediff-diff.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-diff.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-help.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-help.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-hook.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-hook.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-init.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-init.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-merg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-merg.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-mult.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-mult.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-ptch.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-ptch.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ediff-util.el --- the core commands and utilities of ediff ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-vers.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-vers.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff-wind.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff-wind.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ediff-wind.el --- window manipulation utilities ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/ediff.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ediff.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Created: February 2, 1994
--- a/lisp/edmacro.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/edmacro.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; edmacro.el --- keyboard macro editor ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Maintainer: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/ehelp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ehelp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Mlynarik ;; (according to ack.texi and authors.el)
--- a/lisp/electric.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/electric.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/elide-head.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/elide-head.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; elide-head.el --- hide headers in files ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: outlines tools
--- a/lisp/emacs-lisp/advice.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/advice.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/assoc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/assoc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/authors.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/authors.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: Kim F. Storm <storm@cua.dk>
--- a/lisp/emacs-lisp/autoload.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/autoload.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Keywords: maint
--- a/lisp/emacs-lisp/avl-tree.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/avl-tree.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; avl-tree.el --- balanced binary trees, AVL-trees -;; Copyright (C) 1995, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/backquote.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/backquote.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; backquote.el --- implement the ` Lisp construct ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rick Sladkey <jrs@world.std.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/benchmark.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/benchmark.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; benchmark.el --- support for benchmarking code -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/emacs-lisp/bindat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/bindat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; bindat.el --- binary data structure packing and unpacking. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Assignment name: struct.el
--- a/lisp/emacs-lisp/byte-opt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/byte-opt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/byte-run.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/byte-run.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; byte-run.el --- byte-compiler support for inlining ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/bytecomp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/bytecomp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no>
--- a/lisp/emacs-lisp/chart.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/chart.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; chart.el --- Draw charts (bar charts, etc) -;; Copyright (C) 1996, 1998, 1999, 2001, 2004, 2005, 2007, 2008, 2009 +;; Copyright (C) 1996, 1998, 1999, 2001, 2004, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/check-declare.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/check-declare.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; check-declare.el --- Check declare-function statements -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/checkdoc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/checkdoc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.6.2
--- a/lisp/emacs-lisp/cl-compat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-extra.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-extra.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Keywords: extensions
--- a/lisp/emacs-lisp/cl-indent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-indent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cl-indent.el --- enhanced lisp-indent mode ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Created: July 1987
--- a/lisp/emacs-lisp/cl-loaddefs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-loaddefs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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" "d2000926c438cbd72f37587241cab7ed") +;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "d93072a26c59f663a92b10df8bc28187") ;;; Generated autoloads from cl-extra.el (autoload 'coerce "cl-extra" "\ @@ -282,7 +282,7 @@ ;;;;;; flet progv psetq 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" "efa4be368ff0f44b3144392f14cddfc6") +;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "3867c0613dfd69780f561012a1dfe67b") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ @@ -741,7 +741,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" "b6529074e320e8a9f65b2461474d0c6a") +;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "ec3ea1c77742734db8496272fe5721be") ;;; Generated autoloads from cl-seq.el (autoload 'reduce "cl-seq" "\
--- a/lisp/emacs-lisp/cl-macs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-macs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cl-macs.el --- Common Lisp macros -;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com>
--- a/lisp/emacs-lisp/cl-seq.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-seq.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cl-seq.el --- Common Lisp features, part 3 ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/cl-specs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl-specs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/cl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cl.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cl.el --- Common Lisp extensions for Emacs ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Version: 2.02
--- a/lisp/emacs-lisp/copyright.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/copyright.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: maint, tools
--- a/lisp/emacs-lisp/crm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/crm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: completion, minibuffer, multiple elements
--- a/lisp/emacs-lisp/cust-print.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/cust-print.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org> ;; Adapted-By: ESR
--- a/lisp/emacs-lisp/debug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/debug.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, tools, maint
--- a/lisp/emacs-lisp/derived.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/derived.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;; (formerly mode-clone.el) ;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF
--- a/lisp/emacs-lisp/disass.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/disass.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; disass.el --- disassembler for compiled Emacs Lisp code ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Doug Cutting <doug@csli.stanford.edu> ;; Jamie Zawinski <jwz@lucid.com>
--- a/lisp/emacs-lisp/easy-mmode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/easy-mmode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr> ;; Maintainer: Stefan Monnier <monnier@gnu.org>
--- a/lisp/emacs-lisp/easymenu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/easymenu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; easymenu.el --- support the easymenu interface for defining a menu ;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: emulations ;; Author: Richard Stallman <rms@gnu.org>
--- a/lisp/emacs-lisp/edebug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/edebug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; edebug.el --- a source-level debugger for Emacs Lisp ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@holonexus.org>
--- a/lisp/emacs-lisp/eieio-base.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-base.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; eieio-base.el --- Base classes for EIEIO. -;;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009 +;;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> @@ -150,7 +150,7 @@ "The only instance of this class that will be instantiated. Multiple calls to `make-instance' will return this object.")) "This special class causes subclasses to be singletons. -A singleton is a class which will only ever have one instace." +A singleton is a class which will only ever have one instance." :abstract t) (defmethod constructor :STATIC ((class eieio-singleton) name &rest slots) @@ -309,7 +309,7 @@ (defmethod slot-missing ((obj eieio-named) slot-name operation &optional new-value) - "Called when a on-existant slot is accessed. + "Called when a non-existent slot is accessed. For variable `eieio-named', provide an imaginary `object-name' slot. Argument OBJ is the named object. Argument SLOT-NAME is the slot that was attempted to be accessed.
--- a/lisp/emacs-lisp/eieio-comp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-comp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/emacs-lisp/eieio-custom.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-custom.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; eieio-custom.el -- eieio object customization -;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/eieio-datadebug.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-datadebug.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; eieio-datadebug.el --- EIEIO extensions to the data debugger. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: OO, lisp
--- a/lisp/emacs-lisp/eieio-opt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-opt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/emacs-lisp/eieio-speedbar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio-speedbar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; eieio-speedbar.el -- Classes for managing speedbar displays. -;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/lisp/emacs-lisp/eieio.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eieio.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2
--- a/lisp/emacs-lisp/eldoc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/eldoc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com> ;; Maintainer: friedman@splode.com
--- a/lisp/emacs-lisp/elint.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/elint.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; elint.el --- Lint Emacs Lisp ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Liljenberg <petli@lysator.liu.se> ;; Created: May 1997
--- a/lisp/emacs-lisp/elp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/elp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; elp.el --- Emacs Lisp Profiler ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/emacs-lisp/ewoc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/ewoc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se>
--- a/lisp/emacs-lisp/find-func.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/find-func.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/find-gc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/float-sup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/float-sup.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/generic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/generic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Fri Sep 27 1996
--- a/lisp/emacs-lisp/gulp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/gulp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gulp.el --- ask for updates for Lisp packages ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sam Shteingold <shteingd@math.ucla.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/helper.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/helper.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lisp-mnt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/lisp-mnt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/lisp-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/lisp-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/lisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/lisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages
--- a/lisp/emacs-lisp/lmenu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/lmenu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: emulations obsolete
--- a/lisp/emacs-lisp/macroexp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/macroexp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; macroexp.el --- Additional macro-expansion support ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: lisp, compiler, macros
--- a/lisp/emacs-lisp/map-ynp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/map-ynp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/pp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/pp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pp.el --- pretty printer for Emacs Lisp ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@stonehenge.com> ;; Keywords: lisp
--- a/lisp/emacs-lisp/re-builder.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/re-builder.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Detlev Zundel <dzu@gnu.org> ;; Keywords: matching, lisp, tools
--- a/lisp/emacs-lisp/regexp-opt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/regexp-opt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/regi.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/regi.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; regi.el --- REGular expression Interpreting engine ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/ring.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ring.el --- handle rings of items ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: extensions
--- a/lisp/emacs-lisp/rx.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/rx.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rx.el --- sexp notation for regular expressions ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/shadow.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/shadow.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; shadow.el --- locate Emacs Lisp file shadowings ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Terry Jones <terry@santafe.edu> ;; Keywords: lisp
--- a/lisp/emacs-lisp/sregex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/sregex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; sregex.el --- symbolic regular expressions ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> ;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com>
--- a/lisp/emacs-lisp/syntax.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/syntax.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; syntax.el --- helper functions to find syntactic context ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lisp/tcover-ses.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/tcover-ses.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/tcover-unsafep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/tcover-unsafep.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@engineer.com> ;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
--- a/lisp/emacs-lisp/testcover.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/testcover.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;;; testcover.el -- Visual code-coverage tool -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/timer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/timer.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/emacs-lisp/tq.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/tq.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Scott Draves <spot@cs.cmu.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/trace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/trace.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Maintainer: FSF
--- a/lisp/emacs-lisp/unsafep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/unsafep.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org> ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/emacs-lisp/warnings.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lisp/warnings.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; warnings.el --- log and display warnings -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/emacs-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emacs-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc ;; Author: Tom Wurgler <twurgler@goodyear.com> ;; Created: 12/8/94
--- a/lisp/emulation/crisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/crisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; crisp.el --- CRiSP/Brief Emacs emulator ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> ;; Keywords: emulations brief crisp
--- a/lisp/emulation/cua-base.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/cua-base.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulation convenience cua
--- a/lisp/emulation/cua-gmrk.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/cua-gmrk.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience cua mark
--- a/lisp/emulation/cua-rect.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/cua-rect.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience CUA
--- a/lisp/emulation/edt-lk201.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/edt-lk201.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-mapper.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/edt-mapper.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-pc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/edt-pc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt-vt100.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/edt-vt100.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/edt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/edt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
--- a/lisp/emulation/keypad.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/keypad.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; keypad.el --- simplified keypad bindings ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard convenience
--- a/lisp/emulation/pc-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/pc-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/emulation/pc-select.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/pc-select.el Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ ;;; including key bindings. ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> ;; Keywords: convenience emulation
--- a/lisp/emulation/tpu-edt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/tpu-edt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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" "599e52b6cce2b9a2c2efa3e7d3e7a475") +;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "d003e4c2f1291eccc629926bb0f88e17") ;;; Generated autoloads from tpu-extras.el (autoload 'tpu-cursor-free-mode "tpu-extras" "\
--- a/lisp/emulation/tpu-extras.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/tpu-extras.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/tpu-mapper.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/tpu-mapper.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/emulation/vip.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/vip.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masahiko Sato <ms@sail.stanford.edu> ;; Keywords: emulations
--- a/lisp/emulation/viper-cmd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-cmd.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-ex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-ex.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-init.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-init.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-keym.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-keym.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-macs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-macs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-mous.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-mous.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; viper-util.el --- Utilities used by viper.el ;; Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
--- a/lisp/emulation/viper.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/viper.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations
--- a/lisp/emulation/ws-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/emulation/ws-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> ;; Version: 0.7
--- a/lisp/env.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/env.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: processes, unix
--- a/lisp/epa-dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epa-dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; epa-dired.el --- the EasyPG Assistant, dired extension -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epa-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; epa-file.el --- the EasyPG Assistant, transparent file encryption -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-hook.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epa-hook.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; epa-hook.el --- preloaded code to enable epa-file.el -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epa-mail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epa-mail.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; epa-mail.el --- the EasyPG Assistant, minor-mode for mail composer -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG, mail, message
--- a/lisp/epa.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epa.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; epa.el --- the EasyPG Assistant -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epg-config.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epg-config.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; epg-config.el --- configuration of the EasyPG Library -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/epg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/epg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; epg.el --- the EasyPG Library ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: PGP, GnuPG
--- a/lisp/erc/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -66,7 +66,7 @@ See ChangeLog.08 for earlier changes. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.01 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.01 Fri Jan 15 18:01:04 2010 +0100 @@ -1035,7 +1035,7 @@ * erc-speak.el 1.1, erc.el 1.1: New file. - Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.02 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.02 Fri Jan 15 18:01:04 2010 +0100 @@ -2596,7 +2596,7 @@ See ChangeLog.01 for earlier changes. - Copyright (C) 2002, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.03 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.03 Fri Jan 15 18:01:04 2010 +0100 @@ -2140,7 +2140,7 @@ See ChangeLog.02 for earlier changes. - Copyright (C) 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.04 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.04 Fri Jan 15 18:01:04 2010 +0100 @@ -2072,7 +2072,7 @@ See ChangeLog.03 for earlier changes. - Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.05 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.05 Fri Jan 15 18:01:04 2010 +0100 @@ -1217,7 +1217,7 @@ See ChangeLog.04 for earlier changes. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.06 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.06 Fri Jan 15 18:01:04 2010 +0100 @@ -1430,7 +1430,7 @@ See ChangeLog.05 for earlier changes. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.07 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.07 Fri Jan 15 18:01:04 2010 +0100 @@ -812,7 +812,7 @@ See ChangeLog.06 for earlier changes. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/ChangeLog.08 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/ChangeLog.08 Fri Jan 15 18:01:04 2010 +0100 @@ -405,7 +405,7 @@ See ChangeLog.07 for earlier changes. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/erc/erc-autoaway.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-autoaway.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-autoaway.el --- Provides autoaway for ERC -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx>
--- a/lisp/erc/erc-backend.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-backend.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-backend.el --- Backend network communication for ERC -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Filename: erc-backend.el ;; Author: Lawrence Mitchell <wence@gmx.li>
--- a/lisp/erc/erc-button.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-button.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: irc, button, url, regexp
--- a/lisp/erc/erc-capab.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-capab.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-capab.el --- support for dancer-ircd and hyperion's CAPAB -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-compat.el --- ERC compatibility code for XEmacs -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org>
--- a/lisp/erc/erc-dcc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-dcc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; erc-dcc.el --- CTCP DCC module for ERC ;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> ;; Noah Friedman <friedman@prep.ai.mit.edu>
--- a/lisp/erc/erc-ezbounce.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-ezbounce.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: comm
--- a/lisp/erc/erc-fill.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-fill.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; erc-fill.el --- Filling IRC messages in various ways ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-goodies.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-goodies.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; erc-goodies.el --- Collection of ERC modules -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx>
--- a/lisp/erc/erc-hecomplete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-hecomplete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-hecomplete.el --- Provides Nick name completion for ERC -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-ibuffer.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-ibuffer.el --- ibuffer integration with ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-identd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-identd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server -;; Copyright (C) 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: comm, processes
--- a/lisp/erc/erc-imenu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-imenu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-imenu.el -- Imenu support for ERC -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-join.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-join.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-join.el --- autojoin channels on connect and reconnects -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: irc
--- a/lisp/erc/erc-lang.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-lang.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-lang.el --- provide the LANG command to ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Alex Schroeder <alex@gnu.org>
--- a/lisp/erc/erc-list.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-list.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-list.el --- /list support for ERC -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Tom Tromey <tromey@redhat.com> ;; Version: 0.1
--- a/lisp/erc/erc-log.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-log.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-log.el --- Logging facilities for ERC. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lawrence Mitchell <wence@gmx.li> ;; Keywords: IRC, chat, client, Internet, logging
--- a/lisp/erc/erc-match.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-match.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; erc-match.el --- Highlight messages matching certain regexps ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: comm, faces
--- a/lisp/erc/erc-menu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;; erc-menu.el -- Menu-bar definitions for ERC ;; Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, processes, menu
--- a/lisp/erc/erc-netsplit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-netsplit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-networks.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-networks.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-networks.el --- IRC networks -;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@lexx.delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-notify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-notify.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-notify.el --- Online status change notification -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@lexx.delysid.org> ;; Keywords: comm
--- a/lisp/erc/erc-page.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-page.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; erc-page.el - CTCP PAGE support for ERC -;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation +;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-pcomplete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-pcomplete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-pcomplete.el --- Provides programmable completion for ERC -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sacha Chua <sacha@free.net.ph> ;; Keywords: comm, convenience
--- a/lisp/erc/erc-replace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-replace.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;; erc-replace.el -- wash and massage messages inserted into the buffer ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Maintainer: Mario Lang (mlang@delysid.org)
--- a/lisp/erc/erc-ring.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-ring.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: comm
--- a/lisp/erc/erc-services.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-services.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-services.el --- Identify to NickServ -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-sound.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-sound.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-sound.el --- CTCP SOUND support for ERC -;; Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/erc/erc-speedbar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-speedbar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; erc-speedbar.el --- Speedbar support for ERC ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Contributor: Eric M. Ludlam <eric@siege-engine.com>
--- a/lisp/erc/erc-spelling.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-spelling.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-spelling.el --- use flyspell in ERC -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx> ;; Keywords: irc
--- a/lisp/erc/erc-stamp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-stamp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-stamp.el --- Timestamping for ERC messages -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org>
--- a/lisp/erc/erc-track.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-track.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; erc-track.el --- Track modified channel buffers ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, faces
--- a/lisp/erc/erc-truncate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-truncate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-truncate.el --- Functions for truncating ERC buffers -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Keywords: IRC, chat, client, Internet, logging
--- a/lisp/erc/erc-xdcc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc-xdcc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; erc-xdcc.el --- XDCC file-server support for ERC -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mario Lang <mlang@delysid.org> ;; Keywords: comm, processes
--- a/lisp/erc/erc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/erc/erc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;; erc.el --- An Emacs Internet Relay Chat client ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alexander L. Belikoff (alexander@belikoff.net) ;; Contributors: Sergey Berezin (sergey.berezin@cs.cmu.edu),
--- a/lisp/eshell/em-alias.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-alias.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-banner.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-banner.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-basic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-basic.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-basic.el --- basic shell builtin commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-cmpl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-cmpl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-dirs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-dirs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-dirs.el --- directory navigation commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-glob.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-glob.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-glob.el --- extended file name globbing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-hist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-hist.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-hist.el --- history list management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-ls.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-ls.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-pred.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-pred.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-prompt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-prompt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-prompt.el --- command prompts ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-rebind.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-rebind.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-script.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-script.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-script.el --- Eshell script files ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-smart.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-smart.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-smart.el --- smart display of output ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-term.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-term.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-term.el --- running visual commands ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-unix.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-unix.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-unix.el --- UNIX command aliases ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/em-xtra.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/em-xtra.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; em-xtra.el --- extra alias functions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-arg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-arg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-arg.el --- argument processing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-cmd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-cmd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-cmd.el --- command invocation ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-ext.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-ext.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-ext.el --- commands external to Eshell ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-io.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-io.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-io.el --- I/O management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-mode.el --- user interface ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-module.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-module.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-module.el --- Eshell modules ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes
--- a/lisp/eshell/esh-opt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-opt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-opt.el --- command options processing ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-proc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-proc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-proc.el --- process management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-test.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-test.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-test.el --- Eshell test suite ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-util.el --- general utilities ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/esh-var.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/esh-var.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; esh-var.el --- handling of variables ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/eshell/eshell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/eshell/eshell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; eshell.el --- the Emacs command shell ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Version: 2.4.2
--- a/lisp/expand.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/expand.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; expand.el --- make abbreviations more usable ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
--- a/lisp/ezimage.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ezimage.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ezimage --- Generalized Image management ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/face-remap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/face-remap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; face-remap.el --- Functions for managing `face-remapping-alist' ;; -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: faces face remapping display user commands
--- a/lisp/facemenu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/facemenu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: faces
--- a/lisp/faces.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/faces.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/ffap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ffap.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> ;; Maintainer: FSF
--- a/lisp/filecache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/filecache.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Nov 10 1996
--- a/lisp/files-x.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/files-x.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; files-x.el --- extended file handling commands -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Maintainer: FSF
--- a/lisp/files.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/files.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, ;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF @@ -4714,20 +4714,17 @@ ;; Compute target name. (setq directory (directory-file-name (expand-file-name directory)) newname (directory-file-name (expand-file-name newname))) - (if (and (file-directory-p newname) - (not (string-equal (file-name-nondirectory directory) - (file-name-nondirectory newname)))) - (setq newname - (expand-file-name (file-name-nondirectory directory) newname))) (if (not (file-directory-p newname)) (make-directory newname parents)) ;; Copy recursively. (mapc (lambda (file) - (if (file-directory-p file) - (copy-directory file newname keep-time parents) - (copy-file file newname t keep-time))) - ;; We do not want to delete "." and "..". + (let ((target (expand-file-name + (file-name-nondirectory file) newname))) + (if (file-directory-p file) + (copy-directory file target keep-time parents) + (copy-file file target t keep-time)))) + ;; We do not want to copy "." and "..". (directory-files directory 'full directory-files-no-dot-files-regexp)) ;; Set directory attributes.
--- a/lisp/filesets.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/filesets.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; filesets.el --- handle group of files -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Thomas Link <sanobast-emacs@yahoo.de>
--- a/lisp/find-cmd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/find-cmd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; find-cmd.el --- Build a valid find(1) command with sexps -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Philip Jackson <phil@shellarchive.co.uk> ;; Version: 0.6 @@ -122,7 +122,7 @@ (okdir . (1 find-command t))) "Holds details of each of the find options. The car of each alist is the name. The cdr is minimum args, the -function used to join many occurences of the argument together, +function used to join many occurrences of the argument together, and whether or not to leave quotes off the string (non-nil means the string will be quoted).")
--- a/lisp/find-dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/find-dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>, ;; Sebastian Kremer <sk@thp.uni-koeln.de>
--- a/lisp/find-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/find-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ ;; Keywords: c, matching, tools ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/find-lisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/find-lisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -5,7 +5,7 @@ ;; Keywords: unix ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/finder.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/finder.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Created: 16 Jun 1992
--- a/lisp/flow-ctrl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/flow-ctrl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallagher ;; Maintainer: FSF
--- a/lisp/foldout.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/foldout.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> ;; Maintainer: FSF
--- a/lisp/follow.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/follow.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com> ;; Maintainer: FSF (Anders' email bounces, Sep 2005)
--- a/lisp/font-core.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/font-core.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/font-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/font-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski
--- a/lisp/font-setting.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/font-setting.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; font-setting.el --- Support dynamic font changes -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Jan Dj辰rv <jan.h.d@swipnet.se> ;; Maintainer: FSF
--- a/lisp/format-spec.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/format-spec.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: tools
--- a/lisp/format.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/format.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org>
--- a/lisp/forms-d2.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/forms-d2.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Johan Vromans <jvromans@squirrel.nl> ;; Created: 1989
--- a/lisp/forms.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/forms.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Johan Vromans <jvromans@squirrel.nl>
--- a/lisp/frame.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/frame.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -1525,6 +1525,7 @@ "Non-nil means highlight trailing whitespace. This is done in the face `trailing-whitespace'." :type 'boolean + :safe 'booleanp :group 'whitespace-faces)
--- a/lisp/fringe.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/fringe.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; fringe.el --- fringe setup and control -*- coding: utf-8 -*- ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Maintainer: FSF
--- a/lisp/generic-x.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/generic-x.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Tue Oct 08 1996
--- a/lisp/gnus/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -5151,7 +5151,7 @@ * gnus-agent.el (directory-files-and-attributes): Move all the way forward (the third and final move). (gnus-agent-read-agentview): Trap reconstruction errors due to - nonexistant directory. Handle by returning nil. + nonexistent directory. Handle by returning nil. 2006-05-30 Didier Verna <didier@xemacs.org> @@ -12206,7 +12206,7 @@ (gnus-agent-set-local): Delete stored entry if either min, or max, are nil. (gnus-agent-fetch-session): Reworded error/quit messages. On - quit, use gnus-agent-regenerate-group to record existance of any + quit, use gnus-agent-regenerate-group to record existence of any articles fetched to disk before the quit occurred. (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group, gnus-agent-update-view-total-fetched-for, and
--- a/lisp/gnus/ChangeLog.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/ChangeLog.1 Fri Jan 15 18:01:04 2010 +0100 @@ -3709,7 +3709,7 @@ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/gnus/ChangeLog.2 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/ChangeLog.2 Fri Jan 15 18:01:04 2010 +0100 @@ -18554,7 +18554,7 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/gnus/auth-source.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/auth-source.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; auth-source.el --- authentication sources for Gnus and Emacs -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ted Zlatanov <tzz@lifelogs.com> ;; Keywords: news
--- a/lisp/gnus/canlock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/canlock.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; canlock.el --- functions for Cancel-Lock feature ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
--- a/lisp/gnus/compface.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/compface.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; compface.el --- functions for converting X-Face headers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/deuglify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/deuglify.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; deuglify.el --- deuglify broken Outlook (Express) articles -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Raymond Scholz <rscholz@zonix.de>
--- a/lisp/gnus/earcon.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/earcon.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; earcon.el --- Sound effects for messages ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Steven L. Baur <steve@miranova.com>
--- a/lisp/gnus/ecomplete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/ecomplete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ecomplete.el --- electric completion of addresses and the like -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail
--- a/lisp/gnus/flow-fill.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/flow-fill.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; flow-fill.el --- interpret RFC2646 "flowed" text ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: mail
--- a/lisp/gnus/gmm-utils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gmm-utils.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Reiner Steib <reiner.steib@gmx.de> ;; Keywords: news
--- a/lisp/gnus/gnus-agent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-agent.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/gnus-art.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-art.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-art.el --- article mode commands for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-async.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-async.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-audio.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-audio.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-audio.el --- Sound effects for Gnus ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Steven L. Baur <steve@miranova.com> ;; Keywords: news, mail, multimedia
--- a/lisp/gnus/gnus-bcklg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-bcklg.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-bookmark.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-bookmark.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gnus-bookmark.el --- Bookmarks in Gnus -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Bastien Guerry <bzg AT altern DOT org> ;; Keywords: news
--- a/lisp/gnus/gnus-cache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-cache.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-cite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-cite.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abhiddenware
--- a/lisp/gnus/gnus-cus.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-cus.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: news
--- a/lisp/gnus/gnus-delay.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-delay.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gnus-delay.el --- Delayed posting of articles -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Kai Gro�johann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
--- a/lisp/gnus/gnus-demon.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-demon.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-diary.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-diary.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Didier Verna <didier@xemacs.org> ;; Maintainer: Didier Verna <didier@xemacs.org> @@ -158,7 +158,7 @@ ;; I just ignore it. ;;;###autoload (defun gnus-user-format-function-d (header) - ;; Returns an aproximative delay string for the next occurence of this + ;; Returns an aproximative delay string for the next occurrence of this ;; message. The delay is given only in the first non zero unit. ;; Code partly stolen from article-make-date-line (let* ((extras (mail-header-extra header)) @@ -195,7 +195,7 @@ ;; I just ignore it. ;;;###autoload (defun gnus-user-format-function-D (header) - ;; Returns a formatted time string for the next occurence of this message. + ;; Returns a formatted time string for the next occurrence of this message. (let* ((extras (mail-header-extra header)) (sched (gnus-diary-header-schedule extras)) (occur (nndiary-next-occurence sched (current-time))))
--- a/lisp/gnus/gnus-dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, ;; Shenghuo Zhu <zsh@cs.rochester.edu>
--- a/lisp/gnus/gnus-draft.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-draft.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-dup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-dup.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-eform.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-eform.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-ems.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-ems.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-fun.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-fun.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gnus-fun.el --- various frivolous extension functions to Gnus -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-group.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-group.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-group.el --- group mode commands for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-int.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-int.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-int.el --- backend interface functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-kill.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-kill.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-logic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-logic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-mh.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-mh.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-ml.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-ml.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Julien Gilles <jgilles@free.fr> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-mlspl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-mlspl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-move.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-move.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-move.el --- commands for moving Gnus from one server to another ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-msg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-msg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-msg.el --- mail and post interface for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-nocem.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-nocem.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-picon.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-picon.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news xpm annotation glyph faces
--- a/lisp/gnus/gnus-range.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-range.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-registry.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-registry.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gnus-registry.el --- article registry for Gnus -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;;; Free Software Foundation, Inc. ;; Author: Ted Zlatanov <tzz@lifelogs.com>
--- a/lisp/gnus/gnus-salt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-salt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-score.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-score.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-setup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-setup.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Steven L. Baur <steve@miranova.com> ;; Keywords: news
--- a/lisp/gnus/gnus-sieve.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-sieve.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: NAGY Andras <nagya@inf.elte.hu>, ;; Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/gnus-soup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-soup.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gnus-soup.el --- SOUP packet writing support for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-spec.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-spec.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-srvr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-srvr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-start.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-start.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-sum.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-sum.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-topic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-topic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ilja Weis <kult@uni-paderborn.de> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/gnus-undo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-undo.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus-uu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-uu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Created: 2 Oct 1993
--- a/lisp/gnus/gnus-vm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-vm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Persson <pp@gnu.ai.mit.edu> ;; Keywords: news, mail
--- a/lisp/gnus/gnus-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/gnus.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/gnus.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/html2text.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/html2text.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; html2text.el --- a simple html to plain text converter -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Joakim Hove <hove@phys.ntnu.no>
--- a/lisp/gnus/ietf-drums.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/ietf-drums.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/legacy-gnus-agent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; gnus-agent.el --- Legacy unplugged support for Gnus -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Greiner <kgreiner@xpediantsolutions.com> ;; Keywords: news
--- a/lisp/gnus/mail-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mail-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mail-prsvr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mail-prsvr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mail-source.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mail-source.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mail-source.el --- functions for fetching mail ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/mailcap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mailcap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mailcap.el --- MIME media types configuration ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: William M. Perry <wmperry@aventail.com> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/message.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/message.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, news
--- a/lisp/gnus/messcompat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/messcompat.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, news
--- a/lisp/gnus/mm-bodies.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-bodies.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-decode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-decode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-encode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-encode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-extern.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-extern.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mm-extern.el --- showing message/external-body ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: message external-body
--- a/lisp/gnus/mm-partial.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-partial.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mm-partial.el --- showing message/partial ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: message partial
--- a/lisp/gnus/mm-url.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-url.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
--- a/lisp/gnus/mm-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/mm-uu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-uu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp
--- a/lisp/gnus/mm-view.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mm-view.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mm-view.el --- functions for viewing MIME objects ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mml-sec.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mml-sec.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/mml-smime.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mml-smime.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mml-smime.el --- S/MIME support for MML ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: Gnus, MIME, S/MIME, MML
--- a/lisp/gnus/mml.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mml.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/mml1991.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mml1991.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/mml2015.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: PGP MIME MML
--- a/lisp/gnus/nnagent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnagent.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnbabyl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnbabyl.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nndb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nndb.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nndb.el --- nndb access for Gnus ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de>
--- a/lisp/gnus/nndiary.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nndiary.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Didier Verna <didier@xemacs.org> ;; Maintainer: Didier Verna <didier@xemacs.org> @@ -67,7 +67,7 @@ ;; IMHO, nnoo is actually badly designed. A much simpler, and yet more ;; powerful one would be to make *real* functions and variables for a new ;; back end based on another. Lisp is a reflexive language so that's a very -;; easy thing to do: inspect the function's form, replace occurences of +;; easy thing to do: inspect the function's form, replace occurrences of ;; <nnfrom> (even in strings) with <nnto>, and you're done. ;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods: @@ -1322,7 +1322,7 @@ (sort res 'time-less-p))) (defun nndiary-last-occurence (sched) - ;; Returns the last occurence of schedule SCHED as an Emacs time struct, or + ;; Returns the last occurrence of schedule SCHED as an Emacs time struct, or ;; nil for permanent schedule or errors. (let ((minute (nndiary-max (nth 0 sched))) (hour (nndiary-max (nth 1 sched))) @@ -1393,7 +1393,7 @@ (encode-time 0 minute hour (car days) month year time-zone))) ))))) - ;; There's an upper limit, but we didn't find any last occurence. + ;; There's an upper limit, but we didn't find any last occurrence. ;; This means that the schedule is undecidable. This can happen if ;; you happen to say something like "each Feb 31 until 2038". (progn @@ -1402,8 +1402,8 @@ )))) (defun nndiary-next-occurence (sched now) - ;; Returns the next occurence of schedule SCHED, starting from time NOW. - ;; If there's no next occurence, returns the last one (if any) which is then + ;; Returns the next occurrence of schedule SCHED, starting from time NOW. + ;; If there's no next occurrence, returns the last one (if any) which is then ;; in the past. (let* ((today (decode-time now)) (this-minute (nth 1 today)) @@ -1557,12 +1557,12 @@ ;; The article should be re-considered as unread if there's a reminder ;; between the group timestamp and the current time. (when (and sched (setq sched (nndiary-next-occurence sched now))) - (let ((reminders ;; add the next occurence itself at the end. + (let ((reminders ;; add the next occurrence itself at the end. (append (nndiary-compute-reminders sched) (list sched)))) (while (and reminders (time-less-p (car reminders) timestamp)) (pop reminders)) ;; The reminders might be empty if the last date is in the past, - ;; or we've got at least the next occurence itself left. All past + ;; or we've got at least the next occurrence itself left. All past ;; dates are renewed. (or (not reminders) (time-less-p (car reminders) now)))
--- a/lisp/gnus/nndir.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nndir.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nndoc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nndoc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nndraft.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nndraft.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nneething.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nneething.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnfolder.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnfolder.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nngateway.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnheader.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnheader.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/nnimap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnimap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnimap.el --- imap backend for Gnus ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Jim Radford <radford@robby.caltech.edu>
--- a/lisp/gnus/nnir.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnir.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <grossjohann@ls6.cs.uni-dortmund.de> ;; Swish-e and Swish++ backends by:
--- a/lisp/gnus/nnkiboze.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnkiboze.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnkiboze.el --- select virtual news access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnlistserv.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnlistserv.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnlistserv.el --- retrieving articles via web mailing list archives ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/nnmairix.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnmairix.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nnmairix.el --- Mairix back end for Gnus, the Emacs newsreader -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Engster <dengste@eml.cc> ;; Keywords: mail searching
--- a/lisp/gnus/nnmbox.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnmbox.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnmh.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnmh.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnml.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnml.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnml.el --- mail spool access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: Didier Verna <didier@xemacs.org> (adding compaction) ;; Simon Josefsson <simon@josefsson.org> (adding MARKS) @@ -1200,7 +1200,7 @@ ;; #### already belongs to a range, whereas the corresponding ;; #### article doesn't exist (for example, if you delete an ;; #### article). For that reason, it is important to update - ;; #### the ranges (meaning remove inexistant articles) before + ;; #### the ranges (meaning remove inexistent articles) before ;; #### doing anything on them. ;; 2 a/ read articles: (let ((read (gnus-info-read info)))
--- a/lisp/gnus/nnoo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnoo.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnrss.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnrss.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnrss.el --- interfacing with RSS ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: RSS
--- a/lisp/gnus/nnslashdot.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnslashdot.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnslashdot.el --- interfacing with Slashdot ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnsoup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnsoup.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnsoup.el --- SOUP access for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nnspool.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnspool.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
--- a/lisp/gnus/nntp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nntp.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnultimate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnultimate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnvirtual.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnvirtual.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Moore <dmoore@ucsd.edu> ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/nnwarchive.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnwarchive.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnwarchive.el --- interfacing with web archives ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: news egroups mail-archive
--- a/lisp/gnus/nnweb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnweb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/nnwfm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/nnwfm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; nnwfm.el --- interfacing with a web forum ;; Copyright (C) 2000, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/gnus/pop3.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/pop3.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> ;; Maintainer: FSF
--- a/lisp/gnus/qp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/qp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; qp.el --- Quoted-Printable functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, extensions
--- a/lisp/gnus/rfc1843.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/rfc1843.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rfc1843.el --- HZ (rfc1843) decoding ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: news HZ HZ+ mail i18n
--- a/lisp/gnus/rfc2045.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/rfc2045.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/rfc2047.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/rfc2047.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
--- a/lisp/gnus/rfc2104.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/rfc2104.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: mail
--- a/lisp/gnus/rfc2231.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/rfc2231.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; This file is part of GNU Emacs.
--- a/lisp/gnus/score-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/score-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news, mail
--- a/lisp/gnus/sieve-manage.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/sieve-manage.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/sieve-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/sieve-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sieve-mode.el --- Sieve code editing commands for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/sieve.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/sieve.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sieve.el --- Utilities to manage sieve scripts -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/smiley.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/smiley.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; smiley.el --- displaying smiley faces ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: news mail multimedia
--- a/lisp/gnus/smime.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/smime.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; smime.el --- S/MIME support library ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: SMIME X.509 PEM OpenSSL
--- a/lisp/gnus/spam-report.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/spam-report.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; spam-report.el --- Reporting spam -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ted Zlatanov <tzz@lifelogs.com>
--- a/lisp/gnus/spam-stat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/spam-stat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; spam-stat.el --- detecting spam based on statistics -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Keywords: network
--- a/lisp/gnus/spam-wash.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/spam-wash.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; spam-wash.el --- wash spam before analysis -;; Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Andrew Cohen <cohen@andy.bu.edu> ;; Keywords: mail
--- a/lisp/gnus/spam.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/spam.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; spam.el --- Identifying spam -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/gnus/starttls.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/starttls.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; starttls.el --- STARTTLS functions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/gnus/utf7.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/utf7.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jon K Hellan <hellan@acm.org> ;; Maintainer: bugs@gnus.org
--- a/lisp/gnus/webmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/webmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; webmail.el --- interface of web mail ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: hotmail netaddress my-deja netscape @@ -529,7 +529,7 @@ (widen))) (delete-region p (point-max)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -658,7 +658,7 @@ (setq p (point)))) (delete-region p (point-max)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -835,7 +835,7 @@ (setq mime (webmail-netaddress-single-part)) (widen)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -962,7 +962,7 @@ (setq mime (webmail-netaddress-single-part)) (widen)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n")
--- a/lisp/gnus/yenc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gnus/yenc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; yenc.el --- elisp native yenc decoder -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jesper Harder <harder@ifa.au.dk> ;; Keywords: yenc news
--- a/lisp/gs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/gs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; gs.el --- interface to Ghostscript ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/help-at-pt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/help-at-pt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; help-at-pt.el --- local help through the keyboard -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Luc Teirlinck <teirllm@auburn.edu> ;; Keywords: help
--- a/lisp/help-fns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/help-fns.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/help-macro.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/help-macro.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lynn Slater <lrs@indetech.com> ;; Maintainer: FSF
--- a/lisp/help-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/help-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/help.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/help.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/hex-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hex-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: data
--- a/lisp/hexl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hexl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> ;; Maintainer: FSF @@ -779,11 +779,11 @@ (defun hexl-printable-character (ch) "Return a displayable string for character CH." - (format "%c" (if hexl-iso - (if (or (< ch 32) (and (>= ch 127) (< ch 160))) + (format "%c" (if (equal hexl-iso "") + (if (or (< ch 32) (>= ch 127)) 46 ch) - (if (or (< ch 32) (>= ch 127)) + (if (or (< ch 32) (and (>= ch 127) (< ch 160))) 46 ch))))
--- a/lisp/hfy-cmap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hfy-cmap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hfy-cmap.el --- Fallback colour name -> rgb mapping for `htmlfontify' -;; Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2009, 2010 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify
--- a/lisp/hi-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hi-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David M. Koppelman <koppel@ece.lsu.edu> ;; Keywords: faces, minor-mode, matching, display
--- a/lisp/hilit-chg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hilit-chg.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Sharman <rsharman@pobox.com> ;; Keywords: faces
--- a/lisp/hippie-exp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hippie-exp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Anders Holst <aho@sans.kth.se> ;; Last change: 3 March 1998
--- a/lisp/hl-line.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/hl-line.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; hl-line.el --- highlight the current line ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: FSF
--- a/lisp/htmlfontify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/htmlfontify.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks -;; Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2009, 2010 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify
--- a/lisp/ibuf-ext.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ibuf-ext.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ibuf-ext.el --- extensions for ibuffer ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org>
--- a/lisp/ibuf-macs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ibuf-macs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ibuf-macs.el --- macros for ibuffer ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org>
--- a/lisp/ibuffer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ibuffer.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ibuffer.el --- operate on buffers like dired ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Colin Walters <walters@verbum.org> ;; Maintainer: John Paul Wallington <jpw@gnu.org> @@ -2641,7 +2641,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" "811ee3bd414f35c6a1966e64e9e597f1") +;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "4fb4f1a32cf4ecf4669a133a866f4a14") ;;; Generated autoloads from ibuf-ext.el (autoload 'ibuffer-auto-mode "ibuf-ext" "\
--- a/lisp/icomplete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/icomplete.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ken Manheimer <klm@i.am> ;; Maintainer: Ken Manheimer <klm@i.am>
--- a/lisp/ido.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ido.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ielm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ielm.el --- interaction mode for Emacs Lisp ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Smith <maa036@lancaster.ac.uk> ;; Maintainer: FSF
--- a/lisp/iimage.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/iimage.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; iimage.el --- Inline image minor mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: KOSEKI Yoshinori <kose@meadowy.org> ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org>
--- a/lisp/image-dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/image-dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; image-dired.el --- use dired to browse and manipulate your images ;; -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Version: 0.4.11 ;; Keywords: multimedia
--- a/lisp/image-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/image-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; image-file.el --- support for visiting image files ;; ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: multimedia
--- a/lisp/image-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/image-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; image-mode.el --- support for visiting image files ;; -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Richard Stallman <rms@gnu.org> ;; Keywords: multimedia
--- a/lisp/image.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/image.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; image.el --- image API ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: multimedia
--- a/lisp/imenu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/imenu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> ;; Lars Lindberg <lli@sypro.cap.se>
--- a/lisp/indent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/indent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; indent.el --- indentation commands for Emacs ;; Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/info-look.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/info-look.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/info-xref.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; info-xref.el --- check external references in an Info document -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Kevin Ryde <user42@zip.com.au>
--- a/lisp/info.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/info.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/informat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/informat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; informat.el --- info support functions package for Emacs ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help
--- a/lisp/international/ccl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/ccl.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; ccl.el --- CCL (Code Conversion Language) compiler ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/characters.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/characters.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/fontset.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/fontset.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003, 2006
--- a/lisp/international/isearch-x.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/isearch-x.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; isearch-x.el --- extended isearch handling commands -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/iso-ascii.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/iso-ascii.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/international/iso-cvt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/iso-cvt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> ;; Keywords: tex, iso, latin, i18n
--- a/lisp/international/iso-transl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/iso-transl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/international/ja-dic-cnv.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/ja-dic-cnv.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/ja-dic-utl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/ja-dic-utl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/kinsoku.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/kinsoku.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/kkc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/kkc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/latexenc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/latexenc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; latexenc.el --- guess correct coding system in LaTeX files -*-coding: iso-2022-7bit -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Arne J,Ax(Brgensen <arne@arnested.dk> ;; Keywords: mule, coding system, latex
--- a/lisp/international/latin1-disp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/latin1-disp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/international/mule-cmds.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/mule-cmds.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003 @@ -226,19 +226,22 @@ ;; and delimiter characters. Support function of ;; coding-system-from-name. (defun canonicalize-coding-system-name (name) - (if (string-match "^iso[-_ ]?[0-9]" name) - ;; "iso-8859-1" -> "8859-1", "iso-2022-jp" ->"2022-jp" - (setq name (substring name (1- (match-end 0))))) - (let ((idx (string-match "[-_ /]" name))) - ;; Delete "-", "_", " ", "/" but do distinguish "16-be" and "16be". - (while idx - (if (and (>= idx 2) - (eq (string-match "16-[lb]e$" name (- idx 2)) - (- idx 2))) - (setq idx (string-match "[-_ /]" name (match-end 0))) - (setq name (concat (substring name 0 idx) (substring name (1+ idx))) - idx (string-match "[-_ /]" name idx)))) - name)) + (if (string-match "^\\(ms\\|ibm\\|windows-\\)\\([0-9]+\\)$" name) + ;; "ms950", "ibm950", "windows-950" -> "cp950" + (concat "cp" (match-string 2 name)) + (if (string-match "^iso[-_ ]?[0-9]" name) + ;; "iso-8859-1" -> "8859-1", "iso-2022-jp" ->"2022-jp" + (setq name (substring name (1- (match-end 0))))) + (let ((idx (string-match "[-_ /]" name))) + ;; Delete "-", "_", " ", "/" but do distinguish "16-be" and "16be". + (while idx + (if (and (>= idx 2) + (eq (string-match "16-[lb]e$" name (- idx 2)) + (- idx 2))) + (setq idx (string-match "[-_ /]" name (match-end 0))) + (setq name (concat (substring name 0 idx) (substring name (1+ idx))) + idx (string-match "[-_ /]" name idx)))) + name))) (defun coding-system-from-name (name) "Return a coding system whose name matches with NAME (string or symbol)."
--- a/lisp/international/mule-conf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/mule-conf.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. -;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; 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 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule-diag.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/mule-diag.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/mule-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; mule-util.el --- utility functions for mulitilingual environment (mule) ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/mule.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/mule.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/ogonek.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/ogonek.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: W{\l}odek Bzyl ;; Ryszard Kubiak
--- a/lisp/international/quail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/quail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/international/robin.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/robin.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; robin.el --- yet another input method (smaller than quail) -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number: H15PRO110
--- a/lisp/international/titdic-cnv.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/titdic-cnv.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/international/ucs-normalize.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/ucs-normalize.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ucs-normalize.el --- Unicode normalization NFC/NFD/NFKD/NFKC -;; Copyright (C) 2009 +;; Copyright (C) 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Taichi Kawabata <kawabata.taichi@gmail.com>
--- a/lisp/international/utf-7.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/international/utf-7.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; utf-7.el --- utf-7 coding system -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/isearch.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/isearch.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
--- a/lisp/isearchb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/isearchb.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; isearchb --- a marriage between iswitchb and isearch -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/iswitchb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/iswitchb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> ;; Maintainer: Stephen Eglen <stephen@gnu.org>
--- a/lisp/jit-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/jit-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; jit-lock.el --- just-in-time fontification ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Keywords: faces files
--- a/lisp/jka-cmpr-hook.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/jka-cmpr-hook.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: jka@ece.cmu.edu (Jay K. Adams) ;; Maintainer: FSF
--- a/lisp/jka-compr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/jka-compr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: jka@ece.cmu.edu (Jay K. Adams) ;; Maintainer: FSF
--- a/lisp/json.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/json.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; json.el --- JavaScript Object Notation parser / generator -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Edward O'Connor <ted@oconnor.cx> ;; Version: 1.2
--- a/lisp/kermit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/kermit.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jeff Norden <jeff@colgate.csnet> ;; Maintainer: FSF
--- a/lisp/kmacro.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/kmacro.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; kmacro.el --- enhanced keyboard macros -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Kim F. Storm <storm@cua.dk>
--- a/lisp/language/burmese.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/burmese.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; burmese.el --- support for Burmese -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/cham.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/cham.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cham.el --- support for Cham -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/china-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/china-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1995, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/chinese.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/chinese.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/cyril-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/cyril-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; cyril-util.el --- utilities for Cyrillic scripts ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Cyrillic
--- a/lisp/language/cyrillic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/cyrillic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1998, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/czech.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/czech.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/lisp/language/english.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/english.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/ethio-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/ethio-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1998, 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 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2005, 2006
--- a/lisp/language/ethiopic.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/ethiopic.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/european.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/european.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/georgian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/georgian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/language/greek.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/greek.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/hanja-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/hanja-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hanja-util.el --- Korean Hanja util module -*- coding: utf-8 -*- -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jihyun Cho <jihyun.jo@gmail.com> ;; Keywords: multilingual, input method, Korean, Hanja
--- a/lisp/language/hebrew.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/hebrew.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/ind-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/ind-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org>
--- a/lisp/language/indian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/indian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/japan-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/japan-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/japanese.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/japanese.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/khmer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/khmer.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; khmer.el --- support for Khmer -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/korea-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/korea-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; korea-util.el --- utilities for Korean -;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 1999, 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 +;; 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/korean.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/korean.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/lao-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/lao-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/lao.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/lao.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 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 +;; 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/misc-lang.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/misc-lang.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/romanian.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/romanian.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation. ;; Author: Dan Nicolaescu <done@ece.arizona.edu>
--- a/lisp/language/sinhala.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/sinhala.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sinhala.el --- support for Sinhala -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/slovak.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/slovak.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation. ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>,
--- a/lisp/language/tai-viet.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/tai-viet.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,9 +1,9 @@ ;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2007, 2008, 2009 +;; Copyright (C) 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: multilingual, Tai Viet, i18n
--- a/lisp/language/thai-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/thai-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Thai, i18n
--- a/lisp/language/thai-word.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/thai-word.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; thai-word.el -- find Thai word boundaries -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/thai.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/thai.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; 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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: multilingual, Thai, i18n
--- a/lisp/language/tibet-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/tibet-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/language/tibetan.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/tibetan.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 +;; 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/tv-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/tv-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tv-util.el --- support for Tai Viet -*- coding: utf-8 -*- -;; Copyright (C) 2007, 2008, 2009 +;; Copyright (C) 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009
--- a/lisp/language/utf-8-lang.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/utf-8-lang.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/language/viet-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/viet-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/language/vietnamese.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/language/vietnamese.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1998, 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 +;; 2005, 2006, 2007, 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Copyright (C) 2003
--- a/lisp/ledit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ledit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ledit.el --- Emacs side of ledit interface ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: languages
--- a/lisp/linum.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/linum.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; linum.el --- display line numbers in the left margin -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Markus Triska <markus.triska@gmx.at> ;; Maintainer: FSF
--- a/lisp/loadhist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/loadhist.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/loadup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/loadup.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/locate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/locate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; locate.el --- interface to the locate command ;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Keywords: unix files
--- a/lisp/log-edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/log-edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs cvs commit log
--- a/lisp/log-view.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/log-view.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: rcs sccs cvs log version-control tools @@ -122,6 +122,9 @@ :group 'pcl-cvs :prefix "log-view-") +;; Needed because log-view-mode-map inherits from widget-keymap. (Bug#5311) +(require 'wid-edit) + (easy-mmode-defmap log-view-mode-map '(("z" . kill-this-buffer) ("q" . quit-window)
--- a/lisp/longlines.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/longlines.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; longlines.el --- automatically wrap long lines -*- coding:utf-8 -*- -;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> ;; Alex Schroeder <alex@gnu.org>
--- a/lisp/lpr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/lpr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: unix
--- a/lisp/ls-lisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ls-lisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/macros.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: abbrev
--- a/lisp/mail/binhex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/binhex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; binhex.el --- elisp native binhex decode ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: binhex news
--- a/lisp/mail/blessmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/blessmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/mail/footnote.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/footnote.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Steven L Baur <steve@xemacs.org> ;; Keywords: mail, news
--- a/lisp/mail/hashcash.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/hashcash.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hashcash.el --- Add hashcash payments to email -;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation +;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mail-extr.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@cs.bu.edu> ;; Maintainer: FSF
--- a/lisp/mail/mail-hist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mail-hist.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Created: March, 1994
--- a/lisp/mail/mail-utils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mail-utils.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mail-utils.el --- utility functions used both by rmail and rnews ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail, news
--- a/lisp/mail/mailabbrev.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mailabbrev.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org>
--- a/lisp/mail/mailalias.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mailalias.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/mailclient.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mailclient.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation ;; Author: David Reitter <david.reitter@gmail.com> ;; Keywords: mail
--- a/lisp/mail/mailheader.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mailheader.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mailheader.el --- mail header parsing, merging, formatting ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Erik Naggum <erik@naggum.no> ;; Keywords: tools, mail, news
--- a/lisp/mail/metamail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/metamail.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; metamail.el --- Metamail interface for GNU Emacs ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Keywords: mail, news, mime, multimedia
--- a/lisp/mail/mspools.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/mspools.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> ;; Maintainer: Stephen Eglen <stephen@gnu.org>
--- a/lisp/mail/reporter.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/reporter.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: 1993-1998 Barry A. Warsaw ;; Maintainer: FSF
--- a/lisp/mail/rfc2368.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rfc2368.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rfc2368.el --- support for rfc2368 ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sen Nagata <sen@eccosys.com> ;; Keywords: mail
--- a/lisp/mail/rfc822.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rfc822.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF
--- a/lisp/mail/rmail-spam-filter.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmail-spam-filter.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Keywords: email, spam, filter, rmail ;; Author: Eli Tziperman <eli AT deas.harvard.edu>
--- a/lisp/mail/rmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF @@ -4214,7 +4214,7 @@ ;;; Start of automatically extracted autoloads. ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" -;;;;;; "31f0128d57ee5aefe13ec6060a5c63cc") +;;;;;; "60db8013bf16d7999914a16cda435287") ;;; Generated autoloads from rmailedit.el (autoload 'rmail-edit-current-message "rmailedit" "\ @@ -4226,7 +4226,7 @@ ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" -;;;;;; "rmailkwd.el" "2e986921026eea971b49e91f53967f77") +;;;;;; "rmailkwd.el" "7027ce1ac922c0dd51262b641e4d42c1") ;;; Generated autoloads from rmailkwd.el (autoload 'rmail-add-label "rmailkwd" "\ @@ -4269,7 +4269,7 @@ ;;;*** -;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "04becfcbd937ebfb3020515f84e79d0a") +;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "d196de6dfb74fe87a3d02189096b795f") ;;; Generated autoloads from rmailmm.el (autoload 'rmail-mime "rmailmm" "\ @@ -4285,7 +4285,7 @@ ;;;*** ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "rmailmsc.el" -;;;;;; "de01c37c81339201034a01732b97f44e") +;;;;;; "b2a72d4e370f2d2b31b6f8f0794820e4") ;;; Generated autoloads from rmailmsc.el (autoload 'set-rmail-inbox-list "rmailmsc" "\ @@ -4301,7 +4301,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" "3f2b10b0272ea56cb604f29330d95fc4") +;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "5a3b5ee477d2fbf79d0c566d776a7fd4") ;;; Generated autoloads from rmailsort.el (autoload 'rmail-sort-by-date "rmailsort" "\ @@ -4360,7 +4360,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" "d7d82233836cae1295ffa85f7371f857") +;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "26b95919c7e1f8c5609ce7323aee77ae") ;;; Generated autoloads from rmailsum.el (autoload 'rmail-summary "rmailsum" "\ @@ -4408,7 +4408,7 @@ ;;;*** ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) -;;;;;; "undigest" "undigest.el" "b691540ddff5c394e9ebc3517051445f") +;;;;;; "undigest" "undigest.el" "8cf8a8ffa48eeddf0bde388fa8de1783") ;;; Generated autoloads from undigest.el (autoload 'undigestify-rmail-message "undigest" "\
--- a/lisp/mail/rmailedit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailedit.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailkwd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailkwd.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailmm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailmm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rmailmm.el --- MIME decoding and display stuff for RMAIL -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alexander Pohoyda ;; Alex Schroeder
--- a/lisp/mail/rmailmsc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailmsc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailout.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailout.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/rmailsort.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailsort.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rmailsort.el --- Rmail: sort messages ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Maintainer: FSF
--- a/lisp/mail/rmailsum.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/rmailsum.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/sendmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/sendmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/mail/smtpmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/smtpmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> ;; Maintainer: Simon Josefsson <simon@josefsson.org>
--- a/lisp/mail/supercite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/supercite.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/mail/uce.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/uce.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: stanislav shalunov <shalunov@mccme.ru> ;; Created: 10 Dec 1996
--- a/lisp/mail/undigest.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/undigest.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/unrmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/unrmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail
--- a/lisp/mail/uudecode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mail/uudecode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; uudecode.el -- elisp native uudecode ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> ;; Keywords: uudecode news
--- a/lisp/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/lisp/makesum.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/makesum.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; makesum.el --- generate key binding summary for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help
--- a/lisp/man.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/man.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw <bwarsaw@cen.com> ;; Maintainer: FSF
--- a/lisp/master.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/master.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org>
--- a/lisp/mb-depth.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mb-depth.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mb-depth.el --- Indicate minibuffer-depth in prompt ;; -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience
--- a/lisp/md4.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/md4.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; md4.el --- MD4 Message Digest Algorithm. -;; Copyright (C) 2001, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: MD4
--- a/lisp/menu-bar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/menu-bar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: RMS ;; Maintainer: FSF
--- a/lisp/mh-e/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -3230,7 +3230,7 @@ * ChangeLog.1: New file. Contains old ChangeLog. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/mh-e/ChangeLog.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/ChangeLog.1 Fri Jan 15 18:01:04 2010 +0100 @@ -11406,7 +11406,7 @@ (dist): Leave release in current directory. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/mh-e/mh-acros.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-acros.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-acros.el --- macros used in MH-E -;; Copyright (C) 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-alias.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-alias.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-buffers.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-buffers.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-comp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-comp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-compat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs -;; Copyright (C) 2006, 2007, 2008, 2009 +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-e.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-e.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-folder.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-folder.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-folder.el --- MH-Folder mode -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-funcs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-funcs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-gnus.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-gnus.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-identity.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-identity.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-identity.el --- multiple identify support for MH-E -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-inc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-inc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-junk.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-junk.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-junk.el --- MH-E interface to anti-spam measures -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>,
--- a/lisp/mh-e/mh-letter.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-letter.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-limit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-limit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-limit.el --- MH-E display limits -;; Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org>
--- a/lisp/mh-e/mh-mime.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-mime.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mh-mime.el --- MH-E MIME support ;; Copyright (C) 1993, 1995, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-print.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-print.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-print.el --- MH-E printing support -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jeffrey C Honig <jch@honig.net>
--- a/lisp/mh-e/mh-scan.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-scan.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-search.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-search.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mh-search --- MH-Search mode ;; Copyright (C) 1993, 1995, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-seq.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-seq.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mh-seq.el --- MH-E sequences support ;; Copyright (C) 1993, 1995, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-show.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-show.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-speed.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-speed.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-speed.el --- MH-E speedbar support -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-thread.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-thread.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-thread.el --- MH-E threading support -;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-tool-bar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-tool-bar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mh-tool-bar.el --- MH-E tool bar support -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>
--- a/lisp/mh-e/mh-utils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-utils.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/mh-e/mh-xface.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mh-e/mh-xface.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com>
--- a/lisp/midnight.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/midnight.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Sam Steingold <sds@usa.net> ;; Maintainer: Sam Steingold <sds@usa.net>
--- a/lisp/minibuf-eldef.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/minibuf-eldef.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience
--- a/lisp/minibuffer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/minibuffer.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; minibuffer.el --- Minibuffer completion functions -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/misc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/misc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: convenience
--- a/lisp/misearch.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/misearch.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; misearch.el --- isearch extensions for multi-buffer search -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Keywords: matching
--- a/lisp/mouse-copy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mouse-copy.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Heidemann <johnh@ISI.EDU> ;; Keywords: mouse
--- a/lisp/mouse-drag.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mouse-drag.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Heidemann <johnh@ISI.EDU> ;; Keywords: mouse
--- a/lisp/mouse-sel.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mouse-sel.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mouse-sel.el --- multi-click selection support for Emacs 19 ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Mike Williams <mdub@bigfoot.com> ;; Keywords: mouse
--- a/lisp/mouse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mouse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware, mouse
--- a/lisp/mpc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mpc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mpc.el --- A client for the Music Player Daemon -*- coding: utf-8 -*- -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: multimedia
--- a/lisp/msb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/msb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Lindberg <lars.lindberg@home.se> ;; Maintainer: FSF
--- a/lisp/mwheel.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/mwheel.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mwheel.el --- Wheel mouse support ;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: William M. Perry <wmperry@gnu.org> ;; Keywords: mouse
--- a/lisp/net/ange-ftp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/ange-ftp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
--- a/lisp/net/browse-url.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/browse-url.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; browse-url.el --- pass a URL to a WWW browser ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Denis Howe <dbh@doc.ic.ac.uk> ;; Maintainer: FSF
--- a/lisp/net/dbus.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/dbus.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; dbus.el --- Elisp bindings for D-Bus. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, hardware
--- a/lisp/net/dig.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/dig.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; dig.el --- Domain Name System dig interface ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: DNS BIND dig comm
--- a/lisp/net/dns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/dns.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; dns.el --- Domain Name Service lookups -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
--- a/lisp/net/eudc-bob.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudc-bob.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-export.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudc-export.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-hotlist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudc-hotlist.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudc-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; eudc.el --- Emacs Unified Directory Client ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-bbdb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudcb-bbdb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-ldap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudcb-ldap.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/eudcb-mab.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudcb-mab.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com>
--- a/lisp/net/eudcb-ph.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/eudcb-ph.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: Pavel Jan�k <Pavel@Janik.cz>
--- a/lisp/net/goto-addr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/goto-addr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric Ding <ericding@alum.mit.edu> ;; Maintainer: FSF
--- a/lisp/net/hmac-def.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/hmac-def.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hmac-def.el --- A macro for defining HMAC functions. -;; Copyright (C) 1999, 2001, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: HMAC, RFC 2104
--- a/lisp/net/hmac-md5.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/hmac-md5.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; hmac-md5.el --- Compute HMAC-MD5. -;; Copyright (C) 1999, 2001, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
--- a/lisp/net/imap-hash.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/imap-hash.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; imap-hash.el --- Hashtable-like interface to an IMAP mailbox -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: mail
--- a/lisp/net/imap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/imap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; imap.el --- imap library ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: mail
--- a/lisp/net/ldap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/ldap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; ldap.el --- client interface to LDAP for Emacs ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo <oscar@cpe.fr> ;; Maintainer: FSF
--- a/lisp/net/mairix.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/mairix.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mairix.el --- Mairix interface for Emacs -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Engster <dengste@eml.cc> ;; Keywords: mail searching
--- a/lisp/net/net-utils.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/net-utils.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; net-utils.el --- network functions ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Breton <pbreton@cs.umb.edu> ;; Created: Sun Mar 16 1997
--- a/lisp/net/netrc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/netrc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news
--- a/lisp/net/newst-backend.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newst-backend.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newst-backend.el --- Retrieval backend for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-plainview.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newst-plainview.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newst-plainview.el --- Single buffer frontend for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-reader.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newst-reader.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newst-reader.el --- Generic RSS reader functions. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-ticker.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newst-ticker.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; newst-ticker.el --- modeline ticker for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/newst-treeview.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newst-treeview.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newst-treeview.el --- Treeview frontend for newsticker. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newst-treeview.el
--- a/lisp/net/newsticker.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/newsticker.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newsticker.el --- A Newsticker for Emacs. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/lisp/net/ntlm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/ntlm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ntlm.el --- NTLM (NT LanManager) authentication support -;; Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: NTLM, SASL
--- a/lisp/net/quickurl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/quickurl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/net/rcirc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/rcirc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rcirc.el --- default, simple IRC client. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ryan Yeske ;; URL: http://www.nongnu.org/rcirc
--- a/lisp/net/rcompile.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/rcompile.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Albert <alon@milcse.rtsg.mot.com> ;; Maintainer: FSF
--- a/lisp/net/rlogin.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/rlogin.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rlogin.el --- remote login interface ;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/net/sasl-cram.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/sasl-cram.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Kenichi OKADA <okada@opaopa.org>
--- a/lisp/net/sasl-digest.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/sasl-digest.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sasl-digest.el --- DIGEST-MD5 module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Kenichi OKADA <okada@opaopa.org>
--- a/lisp/net/sasl-ntlm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/sasl-ntlm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sasl-ntlm.el --- NTLM (NT Lan Manager) module for the SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Taro Kawagishi <tarok@transpulse.org> ;; Keywords: SASL, NTLM
--- a/lisp/net/sasl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/sasl.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sasl.el --- SASL client framework -;; Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Keywords: SASL
--- a/lisp/net/snmp-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/snmp-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Paul D. Smith <psmith@BayNetworks.com> ;; Keywords: data
--- a/lisp/net/socks.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/socks.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; socks.el --- A Socks v5 Client for Emacs ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: William M. Perry <wmperry@gnu.org> ;; Dave Love <fx@gnu.org>
--- a/lisp/net/telnet.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/telnet.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: William F. Schelter ;; Maintainer: FSF
--- a/lisp/net/tls.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tls.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> ;; Keywords: comm, tls, gnutls, ssl
--- a/lisp/net/tramp-cache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-cache.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tramp-cache.el --- file information caching for Tramp ;; Copyright (C) 2000, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pittman <daniel@inanna.danann.net> ;; Michael Albinus <michael.albinus@gmx.de>
--- a/lisp/net/tramp-cmds.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-cmds.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-cmds.el --- Interactive commands for Tramp -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-compat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-compat.el --- Tramp compatibility functions -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-fish.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-fish.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-fish.el --- Tramp access functions for FISH protocol -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-ftp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-ftp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-gvfs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-gvfs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-gvfs.el --- Tramp access functions for GVFS daemon -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-gw.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-gw.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-gw.el --- Tramp utility functions for HTTP tunnels and SOCKS gateways -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-imap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-imap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tramp-imap.el --- Tramp interface to IMAP through imap.el -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: mail, comm
--- a/lisp/net/tramp-smb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-smb.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tramp-smb.el --- Tramp access functions for SMB servers ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes
--- a/lisp/net/tramp-uu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp-uu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tramp-uu.el --- uuencode in Lisp ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <kai.grossjohann@gmx.net> ;; Keywords: comm, terminals
--- a/lisp/net/tramp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/tramp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; (copyright statements below in code to be updated with the above notice) @@ -1843,7 +1843,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 +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. use strict; @@ -1885,7 +1885,7 @@ (defconst tramp-perl-decode "%s -e ' # This script contributed by Juanma Barranquero <lektu@terra.es>. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. use strict;
--- a/lisp/net/trampver.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/trampver.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;;; lisp/trampver.el. Generated from trampver.el.in by configure. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Kai Gro�johann <kai.grossjohann@gmx.net> ;; Keywords: comm, processes
--- a/lisp/net/webjump.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/webjump.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; webjump.el --- programmable Web hotlist ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Neil W. Van Dyke <nwv@acm.org> ;; Created: 09-Aug-1996
--- a/lisp/net/xesam.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/xesam.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; xesam.el --- Xesam interface to search engines. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: tools, hypermedia
--- a/lisp/net/zeroconf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/net/zeroconf.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; zeroconf.el --- Service browser using Avahi. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, hardware
--- a/lisp/newcomment.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/newcomment.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; newcomment.el --- (un)comment regions of buffers ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/novice.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/novice.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal, help
--- a/lisp/nxml/nxml-enc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-enc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-enc.el --- XML encoding auto-detection -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-glyph.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-glyph.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-glyph.el --- glyph-handling for nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-maint.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-maint.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-maint.el --- commands for maintainers of nxml-*.el -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-mode.el --- a new XML mode -;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-ns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-ns.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-ns.el --- XML namespace processing -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-outln.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-outln.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-outln.el --- outline support for nXML mode -;; Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-parse.el --- XML parser, sharing infrastructure with nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-rap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-rap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-rap.el --- low-level support for random access parsing for nXML mode -;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-uchnm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-uchnm.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-uchnm.el --- support for Unicode standard cha names in nxml-mode -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/nxml-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/nxml-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; nxml-util.el --- utility functions for nxml-*.el -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/rng-cmpct.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-cmpct.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-cmpct.el --- parsing of RELAX NG Compact Syntax schemas -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-dt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-dt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-dt.el --- datatype library interface for RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-loc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-loc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-loc.el --- locate the schema to use for validation -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-maint.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-maint.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-maint.el --- commands for RELAX NG maintainers -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-match.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-match.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-match.el --- matching of RELAX NG patterns against XML events -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-nxml.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-nxml.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-parse.el --- parse an XML file and validate it against a schema -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-pttrn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-pttrn.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-pttrn.el --- RELAX NG patterns -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-uri.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-uri.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-uri.el --- URI parsing and manipulation -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/rng-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-util.el --- utility functions for RELAX NG library -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-valid.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-valid.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-valid.el --- real-time validation of XML using RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/rng-xsd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/rng-xsd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rng-xsd.el --- W3C XML Schema datatypes library for RELAX NG -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, RelaxNG
--- a/lisp/nxml/xmltok.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/xmltok.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; xmltok.el --- XML tokenization -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML
--- a/lisp/nxml/xsd-regexp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/nxml/xsd-regexp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; xsd-regexp.el --- translate W3C XML Schema regexps to Emacs regexps -;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark ;; Keywords: XML, regexp
--- a/lisp/obsolete/awk-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/awk-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: unix, languages
--- a/lisp/obsolete/fast-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/fast-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/obsolete/iso-acc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/iso-acc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Johan Vromans ;; Maintainer: FSF
--- a/lisp/obsolete/iso-insert.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/iso-insert.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/obsolete/iso-swed.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/iso-swed.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/obsolete/keyswap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/keyswap.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals
--- a/lisp/obsolete/lazy-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/lazy-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF
--- a/lisp/obsolete/levents.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/levents.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/obsolete/lucid.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/lucid.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; lucid.el --- emulate some Lucid Emacs functions ;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations
--- a/lisp/obsolete/old-whitespace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/old-whitespace.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> ;; Keywords: convenience
--- a/lisp/obsolete/options.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/options.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; options.el --- edit Options command for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/obsolete/resume.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/resume.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@bucsf.bu.edu> ;; Adapted-By: ESR
--- a/lisp/obsolete/rnews.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/rnews.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rnews.el --- USENET news reader for GNU Emacs ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: news
--- a/lisp/obsolete/rnewspost.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/rnewspost.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs ;; Copyright (C) 1985, 1986, 1987, 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail, news
--- a/lisp/obsolete/scribe.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/scribe.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; scribe.el --- scribe mode, and its idiosyncratic commands ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: William Sommerfeld ;; (according to ack.texi)
--- a/lisp/obsolete/swedish.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/swedish.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; swedish.el --- miscellaneous functions for dealing with Swedish -;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Howard Gayle
--- a/lisp/obsolete/sym-comp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/sym-comp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; sym-comp.el --- mode-dependent symbol completion -;; Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: extensions
--- a/lisp/obsolete/vc-mcvs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/vc-mcvs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/obsolete/x-menu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/obsolete/x-menu.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; x-menu.el --- menu support for X ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/org/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,8 @@ +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten): + Fix typos in docstrings. + 2010-01-01 Juanma Barranquero <lekktu@gmail.com> * org.el (org-get-outline-path, org-speed-command-help): @@ -6266,7 +6271,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/org/org-agenda.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-agenda.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-agenda.el --- Dynamic task and appointment lists for Org -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-archive.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-archive.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-archive.el --- Archiving for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-ascii.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-ascii.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-ascii.el --- ASCII export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-attach.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-attach.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-attach.el --- Manage file attachments to org-mode tasks -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com> ;; Keywords: org data task
--- a/lisp/org/org-bbdb.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-bbdb.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>,
--- a/lisp/org/org-bibtex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-bibtex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-bibtex.el --- Org links to BibTeX entries ;; -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-clock.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-clock.el --- The time clocking code for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-colview.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-colview.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-colview.el --- Column View in Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-compat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-compat.el --- Compatibility code for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-crypt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-crypt.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-crypt.el --- Public key encryption for org-mode entries -;; Copyright (C) 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Filename: org-crypt.el
--- a/lisp/org/org-datetree.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-datetree.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-datetree.el --- Create date entries in a tree -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-docbook.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-docbook.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-docbook.el --- DocBook exporter for org-mode ;; -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el
--- a/lisp/org/org-exp-blocks.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-exp-blocks.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-exp-blocks.el --- pre-process blocks when exporting org files -;; Copyright (C) 2009 +;; Copyright (C) 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric Schulte
--- a/lisp/org/org-exp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-exp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-faces.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-faces.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-faces.el --- Face definitions for Org-mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-feed.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-feed.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-feed.el --- Add RSS feed items to Org files ;; -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-footnote.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-footnote.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-footnote.el --- Footnote support in Org and elsewhere ;; -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-freemind.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-freemind.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-freemind.el --- Export Org files to freemind -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-gnus.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-habit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-habit.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-habit.el --- The habit tracking code for Org-mode -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw at gnu dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-html.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-html.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-html.el --- HTML export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-icalendar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-icalendar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-icalendar.el --- iCalendar export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-id.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-id.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-id.el --- Global identifiers for Org-mode entries ;; -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-indent.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-indent.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; org-indent.el --- Dynamic indentation for Org-mode -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-info.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-info.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-inlinetask.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-inlinetask.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-inlinetask.el --- Tasks independent of outline hierarchy -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-install.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-install.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-irc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-irc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-irc.el --- Store links to IRC sessions ;; -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Philip Jackson <emacs@shellarchive.co.uk> ;; Keywords: erc, irc, link, org
--- a/lisp/org/org-jsinfo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-jsinfo.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-latex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-latex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-latex.el --- LaTeX exporter for org-mode ;; -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: org-latex.el
--- a/lisp/org/org-list.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-list.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-list.el --- Plain lists for Org-mode ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-mac-message.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-mac-message.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Christopher Suckling <suckling at gmail dot com>
--- a/lisp/org/org-macs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-macs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-macs.el --- Top-level definitions for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-mew.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-mew.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-mew.el --- Support for links to Mew messages from within Org-mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-mhe.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
--- a/lisp/org/org-mobile.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-mobile.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; org-mobile.el --- Code for asymmetric sync with a mobile device -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-mouse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-mouse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-mouse.el --- Better mouse support for org-mode -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-plot.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-plot.el --- Support for plotting from Org-mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Eric Schulte <schulte dot eric at gmail dot com> ;; Keywords: tables, plotting
--- a/lisp/org/org-protocol.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-protocol.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. ;; -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry <bzg AT altern DOT org> @@ -355,9 +355,9 @@ ret )) (defun org-protocol-flatten-greedy (param-list &optional strip-path replacement) - "Greedy handlers might recieve a list like this from emacsclient: + "Greedy handlers might receive a list like this from emacsclient: '( (\"/dir/org-protocol:/greedy:/~/path1\" (23 . 12)) (\"/dir/param\") -where \"/dir/\" is the absolute path to emacsclients working directory. This +where \"/dir/\" is the absolute path to emacsclients working directory. This function transforms it into a flat list utilizing `org-protocol-flatten' and transforms the elements of that list as follows: @@ -400,10 +400,10 @@ (defun org-protocol-flatten (l) - "Greedy handlers might recieve a list like this from emacsclient: + "Greedy handlers might receive a list like this from emacsclient: '( (\"/dir/org-protocol:/greedy:/~/path1\" (23 . 12)) (\"/dir/param\") -where \"/dir/\" is the absolute path to emacsclients working directory. This -function transforms it into a flat list." +where \"/dir/\" is the absolute path to emacsclients working directory. +This function transforms it into a flat list." (if (null l) () (if (listp l) (append (org-protocol-flatten (car l)) (org-protocol-flatten (cdr l)))
--- a/lisp/org/org-publish.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-publish.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ ;;; org-publish.el --- publish related org-mode files as a website -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 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-remember.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-remember.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-remember.el --- Fast note taking in Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-rmail.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-rmail.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-src.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-src.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-src.el --- Source code examples in Org ;; -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-table.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-table.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-table.el --- The table editor for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-timer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-timer.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-timer.el --- The relative timer code for Org-mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp
--- a/lisp/org/org-vm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-vm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org-w3m.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-w3m.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-wl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
--- a/lisp/org/org-xoxo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org-xoxo.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; org-xoxo.el --- XOXO export for Org-mode -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/org/org.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/org/org.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org>
--- a/lisp/outline.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/outline.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: outlines
--- a/lisp/paren.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/paren.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; paren.el --- highlight matching paren ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: rms@gnu.org ;; Maintainer: FSF
--- a/lisp/password-cache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/password-cache.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; password-cache.el --- Read passwords, possibly using a password cache. -;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/paths.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/paths.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal @@ -58,7 +58,7 @@ (list config-dir)) (unpruned-prefixes ;; Directory trees that may not exist at installation time, and - ;; so shouldn't be pruned based on existance. + ;; so shouldn't be pruned based on existence. '("/usr/local/")) (prefixes ;; Directory trees in which to look for info subdirectories
--- a/lisp/pcmpl-cvs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcmpl-cvs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org>
--- a/lisp/pcmpl-gnu.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcmpl-gnu.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/pcmpl-linux.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcmpl-linux.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/pcmpl-rpm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcmpl-rpm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/pcmpl-unix.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcmpl-unix.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pcmpl-unix.el --- standard UNIX completions ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/pcomplete.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcomplete.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pcomplete.el --- programmable completion ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Keywords: processes abbrev
--- a/lisp/pcvs-defs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcvs-defs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/pcvs-info.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcvs-info.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/pcvs-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcvs-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs
--- a/lisp/pcvs-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcvs-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: pcl-cvs
--- a/lisp/pcvs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pcvs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com ;; (Per Cederqvist) ceder@lysator.liu.se
--- a/lisp/pgg-def.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg-def.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pgg-def.el --- functions/macros for defining PGG functions ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/pgg-gpg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg-gpg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pgg-gpg.el --- GnuPG support for PGG. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Symmetric encryption and gpg-agent support added by:
--- a/lisp/pgg-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pgg-parse.el --- OpenPGP packet parsing ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/10/28
--- a/lisp/pgg-pgp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg-pgp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/pgg-pgp5.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg-pgp5.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pgg-pgp5.el --- PGP 5.* support for PGG. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Created: 1999/11/02
--- a/lisp/pgg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/pgg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pgg.el --- glue for the various PGP implementations. ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> ;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de>
--- a/lisp/play/5x5.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/5x5.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 5x5.el --- simple little puzzle game ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Pearson <davep@davep.org> ;; Maintainer: Dave Pearson <davep@davep.org>
--- a/lisp/play/animate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/animate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; animate.el --- make text dance ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Richard Stallman <rms@gnu.org> ;; Keywords: games
--- a/lisp/play/blackbox.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/blackbox.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/bruce.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;;; Decency Act snoops, if any. ;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/bubbles.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/bubbles.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; bubbles.el --- Puzzle game for Emacs. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; URL: http://ulf.epplejasper.de/
--- a/lisp/play/cookie1.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/cookie1.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/play/decipher.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/decipher.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers ;; ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> ;; Keywords: games
--- a/lisp/play/dissociate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/dissociate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; dissociate.el --- scramble text amusingly for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/doctor.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/doctor.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/dunnet.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/dunnet.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ron Schnell <ronnie@driver-aces.com> ;; Created: 25 Jul 1992
--- a/lisp/play/fortune.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/fortune.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; fortune.el --- use fortune to create signatures ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Holger Schauer <Holger.Schauer@gmx.de> ;; Keywords: games utils mail
--- a/lisp/play/gamegrid.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/gamegrid.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 1.02
--- a/lisp/play/gametree.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/gametree.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/gomoku.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Maintainer: FSF
--- a/lisp/play/handwrite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/handwrite.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) ;; Created: October 21 1996
--- a/lisp/play/landmark.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/landmark.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/life.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kyle Jones <kyleuunet.uu.net> ;; Maintainer: FSF
--- a/lisp/play/morse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/morse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> ;; Keywords: games
--- a/lisp/play/mpuz.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/mpuz.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; mpuz.el --- multiplication puzzle for GNU Emacs ;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/play/pong.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/pong.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; pong.el --- classical implementation of pong ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Benjamin Drieu <bdrieu@april.org> ;; Keywords: games
--- a/lisp/play/snake.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/snake.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; snake.el --- implementation of Snake for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Created: 1997-09-10
--- a/lisp/play/solitaire.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/solitaire.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; solitaire.el --- game of solitaire in Emacs Lisp ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> ;; Created: Fri afternoon, Jun 3, 1994
--- a/lisp/play/spook.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/spook.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: games
--- a/lisp/play/tetris.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/tetris.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tetris.el --- implementation of Tetris for Emacs ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Glynn Clements <glynn@sensei.co.uk> ;; Version: 2.01
--- a/lisp/play/yow.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/yow.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; yow.el --- quote random zippyisms ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Author: Richard Mlynarik
--- a/lisp/play/zone.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/play/zone.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; zone.el --- idle display hacks ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Victor Zandy <zandy@cs.wisc.edu> ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
--- a/lisp/printing.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/printing.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; printing.el --- printing utilities -;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/proced.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/proced.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; proced.el --- operate on system processes like dired -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> ;; Keywords: Processes, Unix
--- a/lisp/progmodes/ada-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ada-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rolf Ebert <ebert@inf.enst.fr> ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> @@ -229,11 +229,13 @@ (const ada-no-auto-case)) :group 'ada) -;; FIXME If this is not something required by the ada language, this -;; should be removed. (defcustom ada-clean-buffer-before-saving t "*Non-nil means remove trailing spaces and untabify the buffer before saving." :type 'boolean :group 'ada) +(make-obsolete-variable 'ada-clean-buffer-before-saving + "use the `write-file-functions' hook." + "23.2") + (defcustom ada-indent 3 "*Size of Ada indentation. @@ -672,7 +674,7 @@ (defvar ada-subprog-start-re (eval-when-compile - (concat "\\<" (regexp-opt '("accept" "entry" "function" "package" "procedure" + (concat "\\<" (regexp-opt '("accept" "entry" "function" "overriding" "package" "procedure" "protected" "task") t) "\\>")) "Regexp for the start of a subprogram.") @@ -719,7 +721,7 @@ (defconst ada-imenu-comment-re "\\([ \t]*--.*\\)?") (defconst ada-imenu-subprogram-menu-re - (concat "^[ \t]*\\(procedure\\|function\\)[ \t\n]+" + (concat "^[ \t]*\\(overriding[ \t]*\\)?\\(procedure\\|function\\)[ \t\n]+" "\\(\\(\\sw\\|_\\)+\\)[ \t\n]*\\([ \t\n]\\|([^)]+)" ada-imenu-comment-re "\\)[ \t\n]*" @@ -727,7 +729,7 @@ (defvar ada-imenu-generic-expression (list - (list nil ada-imenu-subprogram-menu-re 2) + (list nil ada-imenu-subprogram-menu-re 3) (list "*Specs*" (concat "^[ \t]*\\(procedure\\|function\\)[ \t\n]+\\(\\(\\sw\\|_\\)+\\)" @@ -1303,14 +1305,6 @@ (set-syntax-table ada-mode-syntax-table) - (if ada-clean-buffer-before-saving - (progn - ;; remove all spaces at the end of lines in the whole buffer. - (add-hook 'local-write-file-hooks 'delete-trailing-whitespace) - ;; convert all tabs to the correct number of spaces. - (add-hook 'local-write-file-hooks - (lambda () (untabify (point-min) (point-max)))))) - (set (make-local-variable 'skeleton-further-elements) '((< '(backward-delete-char-untabify (min ada-indent (current-column)))))) @@ -2483,7 +2477,7 @@ (list (progn (back-to-indentation) (point)) 'ada-indent)) (save-excursion (ada-goto-stmt-start) - (if (looking-at "\\<package\\|procedure\\|function\\>") + (if (looking-at "\\<overriding\\|package\\|procedure\\|function\\>") (list (progn (back-to-indentation) (point)) 0) (list (progn (back-to-indentation) (point)) 'ada-indent))))) @@ -2632,20 +2626,23 @@ (looking-at "\\<\\(package\\|function\\|procedure\\)\\>")) (save-excursion ;; Go up until we find either a generic section, or the end of the - ;; previous subprogram/package + ;; previous subprogram/package, or 'overriding' for this function/procedure (let (found) (while (and (not found) (ada-search-ignore-string-comment - "\\<\\(generic\\|end\\|begin\\|package\\|procedure\\|function\\)\\>" t)) + "\\<\\(generic\\|end\\|begin\\|overriding\\|package\\|procedure\\|function\\)\\>" t)) ;; avoid "with procedure"... in generic parts (save-excursion (forward-word -1) (setq found (not (looking-at "with")))))) - (if (looking-at "generic") - (list (progn (back-to-indentation) (point)) 0) - (ada-indent-on-previous-lines nil orgpoint orgpoint)))) + (cond + ((looking-at "\\<generic\\|overriding\\>") + (list (progn (back-to-indentation) (point)) 0)) + + (t + (ada-indent-on-previous-lines nil orgpoint orgpoint))))) ;;--------------------------------- ;; label @@ -4571,6 +4568,8 @@ (define-key ada-mode-extra-map "u" 'ada-prj-edit) + (define-key ada-mode-map "\C-xnd" 'ada-narrow-to-defun); override narrow-to-defun + ;; The templates, defined in ada-stmt.el (let ((map (make-sparse-keymap))) @@ -5063,7 +5062,7 @@ ;; Get the function name, but not the properties, or this changes ;; the face in the modeline on Emacs 21 - (setq func-name (match-string-no-properties 2)) + (setq func-name (match-string-no-properties 3)) (if (and (not (ada-in-comment-p)) (not (save-excursion (goto-char (match-end 0))
--- a/lisp/progmodes/ada-prj.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ada-prj.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
--- a/lisp/progmodes/ada-stmt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ada-stmt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Daniel Pfeiffer @@ -187,7 +187,7 @@ (define-skeleton ada-if - "Insert skeleton if statment, prompting for a boolean-expression." + "Insert skeleton if statement, prompting for a boolean-expression." "[condition]: " "if " str " then" \n > _ \n
--- a/lisp/progmodes/ada-xref.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ada-xref.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> ;; Rolf Ebert <ebert@inf.enst.fr> @@ -755,7 +755,7 @@ (let ((file (buffer-file-name nil))) (list ;; variable name alphabetical order - 'ada_project_path "" + 'ada_project_path (or (getenv "ADA_PROJECT_PATH") "") 'ada_project_path_sep ada-prj-ada-project-path-sep 'bind_opt ada-prj-default-bind-opt 'build_dir default-directory
--- a/lisp/progmodes/antlr-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/antlr-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Christoph.Wedler@sap.com ;; Keywords: languages, ANTLR, code generator
--- a/lisp/progmodes/asm-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/asm-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; asm-mode.el --- mode for editing assembler code -;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/progmodes/autoconf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/autoconf.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/bug-reference.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/bug-reference.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; bug-reference.el --- buttonize bug references -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Tom Tromey <tromey@redhat.com> ;; Created: 21 Mar 2007
--- a/lisp/progmodes/cap-words.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cap-words.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cap-words.el --- minor mode for motion in CapitalizedWordIdentifiers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/cc-align.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-align.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2004- Alan Mackenzie
--- a/lisp/progmodes/cc-awk.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-awk.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) ;; Maintainer: FSF
--- a/lisp/progmodes/cc-bytecomp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-bytecomp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Martin Stjernholm
--- a/lisp/progmodes/cc-cmds.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-cmds.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie
--- a/lisp/progmodes/cc-compat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-compat.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-defs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-defs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie @@ -1010,7 +1010,7 @@ `(c-clear-char-property-fun ,pos ',property)))) (defmacro c-clear-char-properties (from to property) - ;; Remove all the occurences of the given property in the given + ;; Remove all the occurrences of the given property in the given ;; region that has been put with `c-put-char-property'. PROPERTY is ;; assumed to be constant. ;; @@ -1035,7 +1035,7 @@ properties are assumed to be over individual characters, having been put there by c-put-char-property. POINT remains unchanged." (let ((place from) end-place) - (while ; loop round occurrances of (PROPERTY VALUE) + (while ; loop round occurrences of (PROPERTY VALUE) (progn (while ; loop round changes in PROPERTY till we find VALUE (and
--- a/lisp/progmodes/cc-engine.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-engine.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2001- Alan Mackenzie @@ -447,7 +447,7 @@ (c-put-char-property pos 'c-type value)) (defun c-clear-c-type-property (from to value) - ;; Remove all occurences of the c-type property that has the given + ;; Remove all occurrences of the c-type property that has the given ;; value in the region between FROM and TO. VALUE is assumed to not ;; be nil. ;; @@ -555,7 +555,7 @@ statements/declarations on the same level are considered, i.e. don't move into or out of sexps (not even normal expression parentheses). -If point is already at the earliest statment within braces or parens, +If point is already at the earliest statement within braces or parens, this function doesn't move back into any whitespace preceding it; it returns 'same in this case. @@ -605,7 +605,7 @@ ;; The bulk of this function is a pushdown automaton that looks at statement ;; boundaries and the tokens (such as "while") in c-opt-block-stmt-key. Its ;; purpose is to keep track of nested statements, ensuring that such - ;; statments are skipped over in their entirety (somewhat akin to what C-M-p + ;; statements are skipped over in their entirety (somewhat akin to what C-M-p ;; does with nested braces/brackets/parentheses). ;; ;; Note: The position of a boundary is the following token. @@ -4394,7 +4394,7 @@ ;; `c-decl-prefix-or-start-re' when that submatch matches. ;; o The start of each `c-decl-prefix-or-start-re' match when ;; submatch 1 doesn't match. - ;; o The first token after the end of each occurence of the + ;; o The first token after the end of each occurrence of the ;; `c-type' text property with the value `c-decl-end', provided ;; `c-type-decl-end-used' is set. ;;
--- a/lisp/progmodes/cc-fonts.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-fonts.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cc-fonts.el --- font lock support for CC Mode -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie ;; 2002- Martin Stjernholm @@ -1327,7 +1327,7 @@ ,@(when (c-lang-const c-recognize-<>-arglists) `(c-font-lock-<>-arglists)) - ;; The first two rules here mostly find occurences that + ;; The first two rules here mostly find occurrences that ;; `c-font-lock-declarations' has found already, but not ;; declarations containing blocks in the type (see note below). ;; It's also useful to fontify these everywhere to show e.g. when @@ -2117,7 +2117,7 @@ (defun c-find-invalid-doc-markup (regexp limit) ;; Used to fontify invalid markup in doc comments after the correct - ;; ones have been fontified: Find the first occurence of REGEXP + ;; ones have been fontified: Find the first occurrence of REGEXP ;; between the point and LIMIT that only is fontified with ;; `c-doc-face-name'. If a match is found then submatch 0 surrounds ;; the first char and t is returned, otherwise nil is returned.
--- a/lisp/progmodes/cc-langs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-langs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2002- Alan Mackenzie
--- a/lisp/progmodes/cc-menus.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-menus.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 1998- Martin Stjernholm
--- a/lisp/progmodes/cc-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2003- Alan Mackenzie
--- a/lisp/progmodes/cc-styles.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-styles.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2004- Alan Mackenzie
--- a/lisp/progmodes/cc-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cc-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: 2002- Alan Mackenzie
--- a/lisp/progmodes/cfengine.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cfengine.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cfengine.el --- mode for editing Cfengine files -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org>
--- a/lisp/progmodes/cmacexp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cmacexp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Francesco Potorti` <pot@gnu.org> ;; Adapted-By: ESR
--- a/lisp/progmodes/compile.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/compile.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Roland McGrath <roland@gnu.org>,
--- a/lisp/progmodes/cperl-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cperl-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ilya Zakharevich
--- a/lisp/progmodes/cpp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cpp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
--- a/lisp/progmodes/cwarn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/cwarn.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Anders Lindgren <andersl@andersl.com>
--- a/lisp/progmodes/dcl-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/dcl-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; dcl-mode.el --- major mode for editing DCL command files -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Odd Gripenstam <gripenstamol@decus.se>
--- a/lisp/progmodes/delphi.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/delphi.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: Ray Blaak <blaak@infomatch.com>, ;; Simon South <ssouth@member.fsf.org> @@ -1370,7 +1370,7 @@ ;; Indent in from the expression. (delphi-indent-of last-token delphi-indent-level)) - ;; No enclosing expression; use the previous statment's + ;; No enclosing expression; use the previous statement's ;; indent. ((delphi-previous-indent-of token)))))
--- a/lisp/progmodes/ebnf-abn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-abn.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-bnf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-bnf.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf-bnf.el --- parser for EBNF -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-dtd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-dtd.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-ebx.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-ebx.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-iso.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-iso.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf-iso.el --- parser for ISO EBNF -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-otz.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-otz.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf-otz.el --- syntactic chart OpTimiZer -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf-yac.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf-yac.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf-yac.el --- parser for Yacc/Bison -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebnf2ps.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebnf2ps.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/progmodes/ebrowse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ebrowse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation Inc. ;; Author: Gerd Moellmann <gerd@gnu.org>
--- a/lisp/progmodes/etags.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/etags.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>
--- a/lisp/progmodes/executable.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/executable.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: languages, unix
--- a/lisp/progmodes/f90.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/f90.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se> ;; Maintainer: Glenn Morris <rgm@gnu.org>
--- a/lisp/progmodes/flymake.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/flymake.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; flymake.el -- a universal on-the-fly syntax checker -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> @@ -643,7 +643,7 @@ (flymake-report-status "" "") ; PASSED (if (not flymake-check-was-interrupted) (flymake-report-fatal-status "CFGERR" - (format "Configuration error has occured while running %s" command)) + (format "Configuration error has occurred while running %s" command)) (flymake-report-status nil ""))) ; "STOPPED" (flymake-report-status (format "%d/%d" err-count warn-count) ""))))
--- a/lisp/progmodes/fortran.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/fortran.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Michael D. Prange <prange@erl.mit.edu>
--- a/lisp/progmodes/gdb-ui.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/gdb-ui.el Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ ;; Maintainer: FSF ;; Keywords: unix, tools -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -1814,7 +1814,7 @@ Field names are wrapped in double quotes and equal signs are replaced with semicolons. -If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from +If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from partial output. This is used to get rid of useless keys in lists in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and -break-info are examples of MI commands which issue such
--- a/lisp/progmodes/glasses.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/glasses.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; glasses.el --- make cantReadThis readable -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org>
--- a/lisp/progmodes/grep.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/grep.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org>
--- a/lisp/progmodes/gud.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/gud.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: FSF
--- a/lisp/progmodes/hideif.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/hideif.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; hideif.el --- hides selected code within ifdef ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Brian Marick ;; Daniel LaLiberte <liberte@holonexus.org>
--- a/lisp/progmodes/hideshow.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/hideshow.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <ttn@gnu.org> ;; Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/progmodes/icon.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/icon.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; icon.el --- mode for editing Icon code -;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Chris Smith <csmith@convex.com>
--- a/lisp/progmodes/idlw-complete-structtag.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/idlw-complete-structtag.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; idlw-complete-structtag.el --- Completion of structure tags. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl>
--- a/lisp/progmodes/idlw-help.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/idlw-help.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; idlw-help.el --- HTML Help code for IDLWAVE -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; ;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
--- a/lisp/progmodes/idlw-shell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/idlw-shell.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> ;; Carsten Dominik <dominik@astro.uva.nl>
--- a/lisp/progmodes/idlw-toolbar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/idlw-toolbar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl>
--- a/lisp/progmodes/idlwave.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/idlwave.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> ;; Carsten Dominik <dominik@science.uva.nl> @@ -4607,7 +4607,7 @@ (defun idlwave-shorten-syntax (syntax name &optional class) - ;; From a list of syntax statments, shorten with %s and group with "or" + ;; From a list of syntax statements, shorten with %s and group with "or" (let ((case-fold-search t)) (mapconcat (lambda (x)
--- a/lisp/progmodes/inf-lisp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/inf-lisp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu>
--- a/lisp/progmodes/js.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/js.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; js.el --- Major mode for editing JavaScript -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Karl Landstrom <karl.landstrom@brgeight.se> ;; Daniel Colascione <dan.colascione@gmail.com>
--- a/lisp/progmodes/ld-script.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ld-script.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ld-script.el --- GNU linker script editing mode for Emacs -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Masatake YAMATO<jet@gyve.org>
--- a/lisp/progmodes/m4-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/m4-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Andrew Csillag <drew_csillag@geocities.com>
--- a/lisp/progmodes/make-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/make-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Thomas Neumann <tom@smart.bo.open.de> ;; Eric S. Raymond <esr@snark.thyrsus.com>
--- a/lisp/progmodes/mantemp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/mantemp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Tom Houlder <thoulder@icor.fr>
--- a/lisp/progmodes/meta-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/meta-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>
--- a/lisp/progmodes/mixal-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/mixal-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; mixal-mode.el --- Major mode for the mix asm language. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com>
--- a/lisp/progmodes/octave-inf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/octave-inf.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
--- a/lisp/progmodes/octave-mod.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/octave-mod.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; octave-mod.el --- editing Octave source files under Emacs -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
--- a/lisp/progmodes/pascal.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/pascal.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Espen Skoglund <esk@gnu.org>
--- a/lisp/progmodes/perl-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/perl-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: William F. Mann ;; Maintainer: FSF
--- a/lisp/progmodes/prolog.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/prolog.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; prolog.el --- major mode for editing and running Prolog under Emacs ;; Copyright (C) 1986, 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Keywords: languages
--- a/lisp/progmodes/ps-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ps-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ps-mode.el --- PostScript mode for GNU Emacs -;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
--- a/lisp/progmodes/ruby-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/ruby-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Yukihiro Matsumoto
--- a/lisp/progmodes/scheme.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/scheme.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/sh-script.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Version: 2.0f
--- a/lisp/progmodes/simula.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/simula.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> ;; Maintainer: simula-mode@ifi.uio.no
--- a/lisp/progmodes/sql.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/sql.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> ;; Maintainer: Michael Mauger <mmaug@yahoo.com>
--- a/lisp/progmodes/subword.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/subword.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; subword.el --- Handling capitalized subwords in a nomenclature -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masatake YAMATO
--- a/lisp/progmodes/tcl.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/tcl.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Author: Tom Tromey <tromey@redhat.com>
--- a/lisp/progmodes/vera-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/vera-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Reto Zimmermann <reto@gnu.org> ;; Maintainer: Reto Zimmermann <reto@gnu.org>
--- a/lisp/progmodes/verilog-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/verilog-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael McNamara (mac@verilog.com) ;; http://www.verilog.com
--- a/lisp/progmodes/vhdl-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/vhdl-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Reto Zimmermann <reto@gnu.org>
--- a/lisp/progmodes/which-func.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/which-func.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/progmodes/xscheme.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: languages, lisp
--- a/lisp/ps-bdf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ps-bdf.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2009, 2010 ;; Free Software Foundation, Inc. ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 +;; 2008, 2009, 2010 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021
--- a/lisp/ps-def.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ps-def.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ps-def.el --- XEmacs and Emacs definitions for ps-print -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ps-mule.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ps-print.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) @@ -6656,7 +6656,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" "fba1322a48e0d8f2109629ea0c4dd734") +;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "9187df3473401876e0df4937c311fbaf") ;;; Generated autoloads from ps-mule.el (defvar ps-multibyte-buffer nil "\
--- a/lisp/ps-samp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ps-samp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ps-samp.el --- ps-print sample setup code -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) ;; Jacques Duthen (was <duthen@cegelec-red.fr>)
--- a/lisp/recentf.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/recentf.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; recentf.el --- setup a menu of recently opened files ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Created: July 19 1999
--- a/lisp/rect.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/rect.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Didier Verna <didier@xemacs.org> ;; Keywords: internal
--- a/lisp/register.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/register.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; register.el --- register commands for Emacs ;; Copyright (C) 1985, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/repeat.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/repeat.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Will Mengarini <seldon@eskimo.com> ;; Created: Mo 02 Mar 98
--- a/lisp/replace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/replace.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/reposition.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/reposition.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> ;; Created: Jan 1991
--- a/lisp/reveal.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/reveal.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; reveal.el --- Automatically reveal hidden text at point ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: outlines
--- a/lisp/rfn-eshadow.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/rfn-eshadow.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Miles Bader <miles@gnu.org> ;; Keywords: convenience minibuffer
--- a/lisp/rot13.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/rot13.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; rot13.el --- display a buffer in ROT13 ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/ruler-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ruler-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/s-region.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/s-region.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Keywords: terminals
--- a/lisp/savehist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/savehist.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; savehist.el --- Save minibuffer history. -;; Copyright (C) 1997, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Hrvoje Niksic <hniksic@xemacs.org>
--- a/lisp/saveplace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/saveplace.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; saveplace.el --- automatically save place in files ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Karl Fogel <kfogel@red-bean.com> ;; Maintainer: FSF
--- a/lisp/sb-image.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/sb-image.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; sb-image --- Image management for speedbar ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/scroll-all.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/scroll-all.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> ;; Keywords: scroll crisp brief lock
--- a/lisp/scroll-bar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/scroll-bar.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware
--- a/lisp/scroll-lock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/scroll-lock.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; scroll-lock.el --- Scroll lock scrolling. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> ;; Maintainer: FSF
--- a/lisp/select.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/select.el Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ ;; Keywords: internal ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Based partially on earlier release by Lucid. ;; This file is part of GNU Emacs.
--- a/lisp/server.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/server.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: William Sommerfeld <wesommer@athena.mit.edu>
--- a/lisp/ses.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/ses.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jonathan Yavner <jyavner@member.fsf.org>
--- a/lisp/sha1.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/sha1.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> ;; Keywords: SHA1, FIPS 180-1
--- a/lisp/shadowfile.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/shadowfile.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; shadowfile.el --- automatic file copying ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: comm files
--- a/lisp/shell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/shell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu> ;; Simon Marshall <simon@gnu.org>
--- a/lisp/simple.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/simple.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; 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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/skeleton.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/skeleton.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Maintainer: FSF
--- a/lisp/smerge-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/smerge-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: tools revision-control merge diff3 cvs conflict
--- a/lisp/sort.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/sort.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howie Kaye ;; Maintainer: FSF
--- a/lisp/soundex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/soundex.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; soundex.el --- implement Soundex algorithm ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> ;; Maintainer: FSF
--- a/lisp/speedbar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/speedbar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; speedbar --- quick access to files and tags in a frame ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools
--- a/lisp/startup.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/startup.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/strokes.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/strokes.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; strokes.el --- control Emacs through mouse strokes ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Bakhash <cadet@alum.mit.edu> ;; Maintainer: FSF
--- a/lisp/subr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/subr.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; subr.el --- basic lisp subroutines for Emacs ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/t-mouse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/t-mouse.el Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ ;; Maintainer: FSF ;; Keywords: mouse gpm linux -;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008, 2009 +;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/tabify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tabify.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tabify.el --- tab conversion commands for Emacs ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/talk.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/talk.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: comm, frames
--- a/lisp/tar-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tar-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com>
--- a/lisp/tempo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tempo.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tempo.el --- Flexible template insertion ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David K}gedal <davidk@lysator.liu.se> ;; Created: 16 Feb 1994
--- a/lisp/term.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/AT386.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals
--- a/lisp/term/README Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/lisp/term/common-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/common-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: terminals
--- a/lisp/term/internal.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/internal.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk>
--- a/lisp/term/iris-ansi.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/iris-ansi.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/term/news.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/news.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/ns-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/ns-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 1993, 1994, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Carl Edman
--- a/lisp/term/pc-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/pc-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Maintainer: FSF
--- a/lisp/term/rxvt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/rxvt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Eli Zaretskii
--- a/lisp/term/sun.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/sun.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; sun.el --- keybinding for standard default sunterm keys ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jeff Peck <peck@sun.com> ;; Keywords: terminals
--- a/lisp/term/sup-mouse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/sup-mouse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Wolfgang Rupprecht ;; Maintainer: FSF
--- a/lisp/term/tty-colors.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/tty-colors.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Maintainer: FSF
--- a/lisp/term/tvi970.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/tvi970.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tvi970.el --- terminal support for the Televideo 970 ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> ;; Keywords: terminals
--- a/lisp/term/vt100.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/vt100.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/w32-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/w32-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kevin Gallo ;; Keywords: terminals
--- a/lisp/term/w32console.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/w32console.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; w32console.el -- Setup w32 console keys and colors. -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/term/wyse50.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/wyse50.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, ;; Jim Blandy <jimb@occs.cs.oberlin.edu>
--- a/lisp/term/x-win.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/x-win.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals, i18n @@ -1197,7 +1197,7 @@ ;; We keep track of the last text selected here, so we can check the ;; current selection against it, and avoid passing back our own text ;; from x-cut-buffer-or-selection-value. We track all three -;; seperately in case another X application only sets one of them +;; separately in case another X application only sets one of them ;; (say the cut buffer) we aren't fooled by the PRIMARY or ;; CLIPBOARD selection staying the same. (defvar x-last-selected-text-clipboard nil
--- a/lisp/term/xterm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/term/xterm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals
--- a/lisp/terminal.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/terminal.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF
--- a/lisp/textmodes/artist.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/artist.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; artist.el --- draw ascii graphics with your mouse ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se>
--- a/lisp/textmodes/bib-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/bib-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Henry Kautz ;; (according to authors.el)
--- a/lisp/textmodes/bibtex-style.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/bibtex-style.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; bibtex-style.el --- Major mode for BibTeX Style files -;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: tex
--- a/lisp/textmodes/bibtex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/bibtex.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> @@ -2181,7 +2181,7 @@ (if (memq 'realign format) (bibtex-fill-entry))))) - ;; Unwindform: move point to location where error occured if possible + ;; Unwindform: move point to location where error occurred if possible (if error-field-name (let (bounds) (when (save-excursion
--- a/lisp/textmodes/conf-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/conf-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
--- a/lisp/textmodes/css-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/css-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; css-mode.el --- Major mode to edit CSS files -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: hypermedia
--- a/lisp/textmodes/dns-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/dns-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org>
--- a/lisp/textmodes/enriched.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/enriched.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> ;; Keywords: wp, faces
--- a/lisp/textmodes/fill.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/fill.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/flyspell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/flyspell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; flyspell.el --- on-the-fly spell checker ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> ;; Maintainer: FSF
--- a/lisp/textmodes/ispell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/ispell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ken Stevens <k.stevens@ieee.org> ;; Maintainer: Ken Stevens <k.stevens@ieee.org> @@ -407,7 +407,7 @@ (if (memq system-type '(windows-nt ms-dos)) "-Ei" "-i") "String of options to use when running the program in `ispell-grep-command'. Should probably be \"-i\" or \"-e\". -Some machines (like the NeXT) don't support \"-i\"" +Some machines (like the NeXT) don't support \"-i\"." :type 'string :group 'ispell) @@ -729,7 +729,7 @@ in English. This has the same effect as the command-line `-T' option. The buffer Major Mode controls Ispell's parsing in tex or nroff mode, but the dictionary can control the extended character mode. -Both defaults can be overruled in a buffer-local fashion. See +Both defaults can be overruled in a buffer-local fashion. See `ispell-parsing-keyword' for details on this. CHARACTER-SET used for languages with multibyte characters. @@ -744,7 +744,7 @@ "Command line option prefix to select UTF-8 if supported, nil otherwise. If UTF-8 if supported by spellchecker and is selectable from the command line this variable will contain \"--encoding=\" for aspell and \"-i \" for hunspell, -so UTF-8 or other mime charsets can be selected. That will be set for hunspell +so UTF-8 or other mime charsets can be selected. That will be set for hunspell >=1.1.6 or aspell >= 0.60 in `ispell-check-version'. For aspell non-nil means to try to automatically find aspell dictionaries. @@ -752,9 +752,9 @@ this would require some extra guessing in `ispell-aspell-find-dictionary'.") (defvar ispell-aspell-supports-utf8 nil - "Non nil if aspell has consistent command line UTF-8 support. Obsolete. + "Non nil if aspell has consistent command line UTF-8 support. Obsolete. ispell.el and flyspell.el will use for this purpose the more generic -variable `ispell-encoding8-command' for both aspell and hunspell. Is left +variable `ispell-encoding8-command' for both aspell and hunspell. Is left here just for backwards compatibility.") (make-obsolete-variable 'ispell-aspell-supports-utf8 @@ -1048,7 +1048,7 @@ ;; Set params according to the selected spellchecker (defvar ispell-last-program-name nil - "Last value of `ispell-program-name'. Internal use.") + "Last value of `ispell-program-name'. Internal use.") (defvar ispell-initialize-spellchecker-hook nil "Normal hook run on spellchecker initialization. @@ -1956,7 +1956,7 @@ ;; If the user types C-g, or generates some other ;; non-character event (such as a frame switch ;; event), stop ispell. As a special exception, - ;; ignore mouse events occuring in the same frame. + ;; ignore mouse events occurring in the same frame. (while (and input-valid (not (characterp char))) (setq char (read-key)) (setq input-valid @@ -2184,7 +2184,7 @@ `a': Accept word for this session. `A': Accept word and place in `buffer-local dictionary'. `r': Replace word with typed-in value. Rechecked. -`R': Replace word with typed-in value. Query-replaced in buffer. Rechecked. +`R': Replace word with typed-in value. Query-replaced in buffer. Rechecked. `?': Show these commands. `x': Exit spelling buffer. Move cursor to original point. `X': Exit spelling buffer. Leaves cursor at the current point, and permits @@ -2216,7 +2216,7 @@ `a': Accept word for this session. `A': Accept word and place in `buffer-local dictionary'. `r': Replace word with typed-in value. Rechecked. -`R': Replace word with typed-in value. Query-replaced in buffer. Rechecked. +`R': Replace word with typed-in value. Query-replaced in buffer. Rechecked. `?': Show these commands. `x': Exit spelling buffer. Move cursor to original point. `X': Exit spelling buffer. Leaves cursor at the current point, and permits
--- a/lisp/textmodes/makeinfo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/makeinfo.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; makeinfo.el --- run makeinfo conveniently ;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: FSF
--- a/lisp/textmodes/nroff-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/nroff-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/page-ext.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/page-ext.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Robert J. Chassell <bob@gnu.org> ;; (according to ack.texi)
--- a/lisp/textmodes/page.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/page.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; page.el --- page motion commands for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp convenience
--- a/lisp/textmodes/paragraphs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/paragraphs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/picture.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/picture.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF
--- a/lisp/textmodes/po.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/po.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Authors: Fran�ois Pinard <pinard@iro.umontreal.ca>, ;; Greg McGary <gkm@magilla.cichlid.com>,
--- a/lisp/textmodes/refbib.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/refbib.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Henry Kautz <kautz@research.att.com> ;; Maintainer: FSF
--- a/lisp/textmodes/refer.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/refer.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> ;; Maintainer: Gernot Heiser <gernot@acm.org>
--- a/lisp/textmodes/refill.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/refill.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: Miles Bader <miles@gnu.org>
--- a/lisp/textmodes/reftex-auc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-auc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-cite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-cite.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-dcr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-dcr.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-global.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-global.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-index.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-index.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; reftex-index.el --- index support with RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-ref.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-ref.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-sel.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-sel.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; reftex-sel.el --- the selection modes for RefTeX ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-toc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-toc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; reftex-toc.el --- RefTeX's table of contents mode ;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/reftex.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/reftex.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> ;; Maintainer: auctex-devel@gnu.org
--- a/lisp/textmodes/remember.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/remember.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 29 Mar 1999
--- a/lisp/textmodes/rst.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/rst.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; rst.el --- Mode for viewing and editing reStructuredText-documents. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Authors: Martin Blais <blais@furius.ca>,
--- a/lisp/textmodes/sgml-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/sgml-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: James Clark <jjc@jclark.com> ;; Maintainer: FSF
--- a/lisp/textmodes/spell.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/spell.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; spell.el --- spelling correction interface for Emacs ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp, unix
--- a/lisp/textmodes/table.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/table.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Keywords: wp, convenience ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
--- a/lisp/textmodes/tex-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/tex-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/textmodes/texinfmt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/texinfmt.el Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> ;; Keywords: maint, tex, docs
--- a/lisp/textmodes/texinfo.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/texinfo.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Robert J. Chassell
--- a/lisp/textmodes/texnfo-upd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/texnfo-upd.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: bug-texinfo@gnu.org
--- a/lisp/textmodes/text-mode.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/text-mode.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/textmodes/tildify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/tildify.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org> ;; Version: 4.5
--- a/lisp/textmodes/two-column.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/two-column.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Adapted-By: ESR, Daniel Pfeiffer
--- a/lisp/textmodes/underline.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/textmodes/underline.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: wp
--- a/lisp/thingatpt.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/thingatpt.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
--- a/lisp/thumbs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/thumbs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; thumbs.el --- Thumbnails previewer for images files -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> ;; Maintainer: FSF
--- a/lisp/time-stamp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/time-stamp.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/time.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/time.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF
--- a/lisp/timezone.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/timezone.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Masanobu Umeda ;; Maintainer: umerin@mse.kyutech.ac.jp
--- a/lisp/tmm.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tmm.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> ;; Maintainer: FSF
--- a/lisp/tool-bar.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tool-bar.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tool-bar.el --- setting up the tool bar ;; ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Dave Love <fx@gnu.org> ;; Keywords: mouse frames
--- a/lisp/tooltip.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tooltip.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; tooltip.el --- show tooltip windows ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@acm.org> ;; Keywords: help c mouse tools
--- a/lisp/tree-widget.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tree-widget.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tree-widget.el --- Tree widget -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>
--- a/lisp/tutorial.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/tutorial.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; tutorial.el --- tutorial for Emacs -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal
--- a/lisp/type-break.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/type-break.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: Noah Friedman <friedman@splode.com>
--- a/lisp/uniquify.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/uniquify.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dick King <king@reasoning.com> ;; Maintainer: FSF
--- a/lisp/url/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -2189,7 +2189,7 @@ ;; End: Copyright (C) 1999, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lisp/url/url-about.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-about.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-about.el --- Show internal URLs -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-auth.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-auth.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-auth.el --- Uniform Resource Locator authorization modules ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-cache.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-cache.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-cache.el --- Uniform Resource Locator retrieval tool ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-cid.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-cid.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-cid.el --- Content-ID URL loader -;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-cookie.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-cookie.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-cookie.el --- Netscape Cookie support ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-dav.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-dav.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-dav.el --- WebDAV support -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org>
--- a/lisp/url/url-dired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-dired.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-dired.el --- URL Dired minor mode ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, files
--- a/lisp/url/url-expand.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-expand.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-expand.el --- expand-file-name for URLs -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-file.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-file.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-file.el --- File retrieval code ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ftp.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-ftp.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-ftp.el --- FTP wrapper ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-gw.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-gw.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-gw.el --- Gateway munging for URL loading -;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org>
--- a/lisp/url/url-handlers.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-handlers.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-history.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-history.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-http.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-http.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-http.el --- HTTP retrieval routines ;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes
--- a/lisp/url/url-imap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-imap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-imap.el --- IMAP retrieval routines -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson <jas@pdc.kth.se> ;; Keywords: comm, data, processes
--- a/lisp/url/url-irc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-irc.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-irc.el --- IRC URL interface ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ldap.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-ldap.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code -;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-mailto.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-mailto.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-methods.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-methods.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-methods.el --- Load URL schemes as needed ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-misc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-misc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-news.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-news.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-nfs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-nfs.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-nfs.el --- NFS URL interface ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-ns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-ns.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-parse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-parse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url-parse.el --- Uniform Resource Locator parser ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes
--- a/lisp/url/url-privacy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-privacy.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-proxy.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-proxy.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; url-proxy.el --- Proxy server support -;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url-util.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-util.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes
--- a/lisp/url/url-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/url/url.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/url/url.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; url.el --- Uniform Resource Locator retrieval tool ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Keywords: comm, data, processes, hypermedia
--- a/lisp/userlock.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/userlock.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal
--- a/lisp/vc-annotate.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-annotate.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; vc-annotate.el --- VC Annotate Support ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> ;; Maintainer: FSF
--- a/lisp/vc-arch.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-arch.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-arch.el --- VC backend for the Arch version-control system -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) @@ -213,7 +213,7 @@ 'names)))) (defun vc-arch-root (file) - "Return the root directory of a Arch project, if any." + "Return the root directory of an Arch project, if any." (or (vc-file-getprop file 'arch-root) ;; Check the =tagging-method, in case someone naively manually ;; creates a {arch} directory somewhere.
--- a/lisp/vc-bzr.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-bzr.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-bzr.el --- VC backend for the bzr revision control system -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Riccardo Murri <riccardo.murri@gmail.com> @@ -363,8 +363,9 @@ (let ((l-c-parent-dir (match-string 1))) (when (and (memq system-type '(ms-dos windows-nt)) (string-match-p "^/[[:alpha:]]:" l-c-parent-dir)) - ;;; On Windows, file:// URLs often have three slashes, - ;;; so we must remove the remaining one (bug#5345) + ;;; The non-Windows code takes a shortcut by using the host/path + ;;; separator slash as the start of the absolute path. That + ;;; does not work on Windows, so we must remove it (bug#5345) (setq l-c-parent-dir (substring l-c-parent-dir 1))) (setq branch-format-file (expand-file-name vc-bzr-admin-branch-format-file
--- a/lisp/vc-cvs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-cvs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
--- a/lisp/vc-dav.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-dav.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-dav.el --- vc.el support for WebDAV -;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> ;; Maintainer: Bill Perry <wmperry@gnu.org>
--- a/lisp/vc-dir.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-dir.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-dir.el --- Directory status display under VC -;; Copyright (C) 2007, 2008, 2009 +;; Copyright (C) 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
--- a/lisp/vc-dispatcher.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-dispatcher.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-dispatcher.el -- generic command-dispatcher facility. -;; Copyright (C) 2008, 2009 +;; Copyright (C) 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see below for full credits)
--- a/lisp/vc-git.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-git.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-git.el --- VC backend for the git version control system -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Alexandre Julliard <julliard@winehq.org> ;; Keywords: tools
--- a/lisp/vc-hg.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-hg.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-hg.el --- VC backend for the mercurial version control system -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ivan Kanis ;; Keywords: tools
--- a/lisp/vc-hooks.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-hooks.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc-mtn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-mtn.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-mtn.el --- VC backend for Monotone -;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords:
--- a/lisp/vc-rcs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-rcs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc-sccs.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-sccs.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits)
--- a/lisp/vc-svn.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc-svn.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; vc-svn.el --- non-resident support for Subversion version-control -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) @@ -487,13 +487,13 @@ ;; subsequent commits. At least that's what the ;; vc-cvs.el code does. "-rHEAD:0")) - (when limit (list "-l" (format "%s" limit)))))) + (when limit (list "--limit" (format "%s" limit)))))) ;; Dump log for the entire directory. (apply 'vc-svn-command buffer 0 nil "log" (append (list (if start-revision (format "-r%s" start-revision) "-rHEAD:0")) - (when limit (list "-l" (format "%s" limit))))))))) + (when limit (list "--limit" (format "%s" limit))))))))) (defun vc-svn-diff (files &optional oldvers newvers buffer) "Get a difference report using SVN between two revisions of fileset FILES."
--- a/lisp/vc.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vc.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: FSF (see below for full credits)
--- a/lisp/vcursor.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vcursor.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> ;; Maintainer: FSF
--- a/lisp/view.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/view.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: Inge Frick <inge@nada.kth.se>
--- a/lisp/vt-control.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vt-control.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; vt-control.el --- Common VTxxx control functions ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
--- a/lisp/vt100-led.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/vt100-led.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Howard Gayle ;; Maintainer: FSF
--- a/lisp/w32-fns.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/w32-fns.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; w32-fns.el --- Lisp routines for Windows NT ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Geoff Voelker <voelker@cs.washington.edu> ;; Keywords: internal
--- a/lisp/w32-vars.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/w32-vars.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; w32-vars.el --- MS-Windows specific user options -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jason Rumney <jasonr@gnu.org>
--- a/lisp/wdired.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/wdired.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; wdired.el --- Rename files editing their names in dired buffers -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Filename: wdired.el
--- a/lisp/whitespace.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/whitespace.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
--- a/lisp/wid-browse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/wid-browse.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; wid-browse.el --- functions for browsing widgets ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: extensions
--- a/lisp/wid-edit.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/wid-edit.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Maintainer: FSF @@ -875,7 +875,8 @@ (define-key map [(control ?m)] 'widget-button-press) map) "Keymap containing useful binding for buffers containing widgets. -Recommended as a parent keymap for modes using widgets.") +Recommended as a parent keymap for modes using widgets. +Note that such modes will need to require wid-edit.") (defvar widget-global-map global-map "Keymap used for events a widget does not handle itself.")
--- a/lisp/widget.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/widget.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, extensions, faces, hypermedia
--- a/lisp/windmove.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/windmove.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; windmove.el --- directional window-selection routines ;; ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Hovav Shacham (hovav@cs.stanford.edu) ;; Created: 17 October 1998
--- a/lisp/window.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/window.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Maintainer: FSF @@ -77,9 +77,9 @@ The return value does not include the mode line or the header line, if any. If a line at the bottom of the window is only -partially visible, that line is included in the return value. If -you do not want to include a partially visible bottom line in the -return value, use `window-text-height' instead." +partially visible, that line is included in the return value. +If you do not want to include a partially visible bottom line +in the return value, use `window-text-height' instead." (or window (setq window (selected-window))) (if (window-minibuffer-p window) (window-height window) @@ -785,7 +785,7 @@ (defcustom pop-up-frames nil "Whether `display-buffer' should make a separate frame. -If nil, never make a seperate frame. +If nil, never make a separate frame. If the value is `graphic-only', make a separate frame on graphic displays only. Any other non-nil value means always make a separate frame." @@ -1006,7 +1006,7 @@ (not (eq window (selected-window))) ;; Don't resize minibuffer windows. (not (window-minibuffer-p (selected-window))) - (> (window-height (selected-window)) (window-height window)) + (> (window-height (selected-window)) (window-height window)) (eq (window-frame window) (window-frame (selected-window))) (let ((sel-edges (window-edges (selected-window))) (win-edges (window-edges window)))
--- a/lisp/winner.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/winner.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; winner.el --- Restore old window configurations ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation. Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation. Inc. ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> ;; Created: 27 Feb 1997
--- a/lisp/woman.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/woman.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2009, 2010 Free Software Foundation, Inc. ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> ;; Maintainer: FSF
--- a/lisp/x-dnd.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/x-dnd.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; x-dnd.el --- drag and drop support for X. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
--- a/lisp/xml.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/xml.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ ;;; xml.el --- XML parser ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> ;; Maintainer: Mark A. Hershberger <mah@everybody.org>
--- a/lisp/xt-mouse.el Tue Jan 12 09:12:52 2010 +0100 +++ b/lisp/xt-mouse.el Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: mouse, terminals
--- a/lwlib/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1388,7 +1388,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/lwlib/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # Copyright (C) 1992, 1993 Lucid, Inc. # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of the Lucid Widget Library. #
--- a/lwlib/lwlib-Xaw.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib-Xaw.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-Xlw.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib-Xlw.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-Xm.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib-Xm.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,7 @@ /* The lwlib interface to Motif widgets. Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-int.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib-int.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Copyright (C) 1992 Lucid, Inc. -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib-utils.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib-utils.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/lwlib.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/lwlib.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Copyright (C) 1992, 1993 Lucid, Inc. Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenu.c Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/xlwmenu.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenu.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/xlwmenu.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/lwlib/xlwmenuP.h Tue Jan 12 09:12:52 2010 +0100 +++ b/lwlib/xlwmenuP.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library.
--- a/make-dist Tue Jan 12 09:12:52 2010 +0100 +++ b/make-dist Fri Jan 15 18:01:04 2010 +0100 @@ -7,7 +7,7 @@ #### you should make sure that this script will include it. # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs. #
--- a/msdos/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -762,7 +762,7 @@ ;; End: Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/msdos/INSTALL Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/INSTALL Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/mainmake Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/mainmake Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/msdos/mainmake.v2 Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/mainmake.v2 Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/msdos/sed1.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed1.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed1v2.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed1v2.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed2.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2v2.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed2v2.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed2x.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed2x.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed3.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed3.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed3v2.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed3v2.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed4.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed4.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed5x.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed5x.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sed6.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sed6.inp Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedalloc.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sedalloc.inp Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ # Configuration script for SYSTEM_MALLOC/REL_ALLOC in src/config.h # ---------------------------------------------------------------------- # -# Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedleim.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sedleim.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/msdos/sedlisp.inp Tue Jan 12 09:12:52 2010 +0100 +++ b/msdos/sedlisp.inp Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ # ---------------------------------------------------------------------- # # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Emacs. #
--- a/nextstep/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/nextstep/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -171,7 +171,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nextstep/INSTALL Tue Jan 12 09:12:52 2010 +0100 +++ b/nextstep/INSTALL Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/nextstep/README Tue Jan 12 09:12:52 2010 +0100 +++ b/nextstep/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-13 Martin Rudalics <rudalics@gmx.at> + + * emacsclient.rc: Fix format of "LegalCopyright" value. + 2009-12-28 Juanma Barranquero <lekktu@gmail.com> * INSTALL: Remove obsolete notes about line endings, and fix some typos. @@ -1744,7 +1748,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/INSTALL Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/INSTALL Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ Building and Installing Emacs on Windows NT/2K/XP and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/nt/README Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/README Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 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/addpm.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/addpm.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/addsection.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/addsection.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Add an uninitialized data section to an executable. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/cmdproxy.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/cmdproxy.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/config.nt Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/configure.bat Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/configure.bat Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ rem ---------------------------------------------------------------------- rem Configuration script for MS Windows 95/98/Me and NT/2000/XP rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, -rem 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +rem 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/ddeclient.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/ddeclient.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Simple client interface to DDE servers. Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/emacs.rc Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/emacs.rc Fri Jan 15 18:01:04 2010 +0100 @@ -27,7 +27,7 @@ VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "23, 1, 91, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "23, 1, 91, 0\0"
--- a/nt/emacsclient.rc Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/emacsclient.rc Fri Jan 15 18:01:04 2010 +0100 @@ -25,7 +25,7 @@ VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "23, 1, 91, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "23, 1, 91, 0\0"
--- a/nt/envadd.bat Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/envadd.bat Fri Jan 15 18:01:04 2010 +0100 @@ -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 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/gmake.defs Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/gmake.defs Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2008, 2009, 2010 Free Software Foundation, Inc. # # Top level makefile for building GNU Emacs on Windows NT #
--- a/nt/multi-install-info.bat Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/multi-install-info.bat Fri Jan 15 18:01:04 2010 +0100 @@ -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 +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs.
--- a/nt/nmake.defs Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/nmake.defs Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/nt/paths.h Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/paths.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/preprep.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/preprep.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Pro-process emacs.exe for profiling by MSVC. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/nt/runemacs.c Tue Jan 12 09:12:52 2010 +0100 +++ b/nt/runemacs.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/oldXMenu/Activate.c Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/Activate.c Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ #include "copyright.h" /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify
--- a/oldXMenu/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -487,7 +487,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/oldXMenu/Create.c Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/Create.c Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ /* Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/FindSel.c Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/Internal.c Fri Jan 15 18:01:04 2010 +0100 @@ -4,7 +4,7 @@ /* Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -15,7 +15,7 @@ ## without express or implied warranty. -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ## Free Software Foundation, Inc. ## This program is free software: you can redistribute it and/or modify
--- a/oldXMenu/insque.c Tue Jan 12 09:12:52 2010 +0100 +++ b/oldXMenu/insque.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 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/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,77 @@ +2010-01-15 Kenichi Handa <handa@m17n.org> + + * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed. + +2010-01-15 Chong Yidong <cyd@stupidchicken.com> + + * nsterm.m (Qnone): Define. + + * nsfns.m (Qnone): Move definition to nsterm.m. + +2010-01-14 Kenichi Handa <handa@m17n.org> + + * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding + systems. + +2010-01-14 Kenichi Handa <handa@m17n.org> + + Make auto-composition work on all buffers even if they are + fundamental mode. + + * composite.c (Vauto_composition_mode): New variable. + (composition_compute_stop_pos): Check Vauto_composition_mode + instead of Vauto_composition_function. + (composition_adjust_point, Ffind_composition_internal): Likewise. + (syms_of_composite): Declare Lisp variable + "auto-composition-mode" here. + +2010-01-13 Chong Yidong <cyd@stupidchicken.com> + + * xterm.c (x_term_init): Avoid garbage-collecting the new terminal + during call to vendor-specific-keysyms (Bug#5365). + +2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * keyboard.c (input_available_signal) [SYNC_INPUT]: + Call SIGNAL_THREAD_CHECK (Bug#5333). + + * atimer.c (alarm_signal_handler) [!SYNC_INPUT]: + Call SIGNAL_THREAD_CHECK. + +2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca> + + Try to fix bug#5314. This is probably not the final word, tho. + * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify + recent-auto-save-p as a side-effect. + * buffer.h (BUF_AUTOSAVE_MODIFF): New macro. + * buffer.c (Fkill_buffer, reset_buffer): + * editfns.c (Fsubst_char_in_region): + * fileio.c (Finsert_file_contents, Fdo_auto_save) + (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it. + +2010-01-13 Kenichi Handa <handa@m17n.org> + + Display buffer name, etc. in mode line by composing correctly. + + * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if + STRING is not nil. + (display_mode_element): Adjust for the change of + decode_mode_spec and display_line. + (decode_mode_spec): Change arg MULTIBYTE to STRING. + (display_string): Handle the case that STRING is non-null and + LISP_STRING is not nil. + + * xterm.c (x_draw_composite_glyph_string_foreground): + Pay attention to s->face->overstrike. + + * composite.c (composition_reseat_it): Don't check PT if STRING is + non nil. + +2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * keyboard.c (read_char): Don't apply previous change when current + buffer is unchanged by command execution. + 2010-01-12 Jan Dj辰rv <jan.h.d@swipnet.se> * keyboard.c (read_char): Return after executing from special map. @@ -102,8 +176,8 @@ (x_set_window_size): ... to here. bug #2568. * gtkutil.c (xg_clear_under_internal_border): New function. - (xg_frame_resized, xg_frame_set_char_size): Call - xg_clear_under_internal_border. + (xg_frame_resized, xg_frame_set_char_size): + Call xg_clear_under_internal_border. (xg_update_scrollbar_pos): Clear under old scroll bar position. 2010-01-05 Chong Yidong <cyd@stupidchicken.com> @@ -227,8 +301,8 @@ and atimer.h. (minibuf.o): Depend on systime.h and coding.h. Don't depend on dispextern.h explicitly. - (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't - depend explicitly on dispextern.h and composite.h. + (print.o): Depend on termhooks.h, coding.h, and ccl.h. + Don't depend explicitly on dispextern.h and composite.h. (process.o): Depend on character.h, xgselect.h, and sysselect.h. (regex.o): Don't depend on charset.h. (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h. @@ -407,8 +481,8 @@ 2009-12-04 Eli Zaretskii <eliz@gnu.org> - * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete - unused enumeration value. + * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: + Delete unused enumeration value. 2009-12-03 Eli Zaretskii <eliz@gnu.org> @@ -539,8 +613,8 @@ 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> - * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove - ignored second argument. All callers changed. + * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): + Remove ignored second argument. All callers changed. * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR) (RE_STRING_CHAR_AND_LENGTH): Likewise. * xdisp.c (string_char_and_length): Likewise.
--- a/src/ChangeLog.1 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.1 Fri Jan 15 18:01:04 2010 +0100 @@ -3522,7 +3522,7 @@ while minibuffer is selected. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.10 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.10 Fri Jan 15 18:01:04 2010 +0100 @@ -27917,7 +27917,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.2 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.2 Fri Jan 15 18:01:04 2010 +0100 @@ -4772,7 +4772,7 @@ See ChangeLog.1 for earlier changes. Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.3 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.3 Fri Jan 15 18:01:04 2010 +0100 @@ -4776,7 +4776,7 @@ New struct face with associated typedef FACE declared, along with accessing macros. - * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or + * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or `face_list' elements. Do copy new `max_ascent' frame element. * dispnew.c (scroll_frame_lines): All references to frame elements @@ -16507,7 +16507,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.4 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.4 Fri Jan 15 18:01:04 2010 +0100 @@ -6907,7 +6907,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.5 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.5 Fri Jan 15 18:01:04 2010 +0100 @@ -7148,7 +7148,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.6 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.6 Fri Jan 15 18:01:04 2010 +0100 @@ -5354,7 +5354,7 @@ See ChangeLog.5 for earlier changes. - Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.7 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.7 Fri Jan 15 18:01:04 2010 +0100 @@ -11092,7 +11092,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.8 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.8 Fri Jan 15 18:01:04 2010 +0100 @@ -11848,7 +11848,7 @@ * w32fns.c (w32_strict_fontnames): New variable. (Fx_create_frame): Formatting fix. - (w32_load_system_font): Keep trying to load non-existant font + (w32_load_system_font): Keep trying to load non-existent font if w32_strict_fontnames is nil. Formatting fix. (syms_of_w32fns): Add w32-strict-fontnames. @@ -13983,7 +13983,7 @@ See ChangeLog.7 for earlier changes. - Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ChangeLog.9 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ChangeLog.9 Fri Jan 15 18:01:04 2010 +0100 @@ -834,7 +834,7 @@ 2001-10-02 Miles Bader <miles@gnu.org> * textprop.c (Fnext_char_property_change) - (Fprevious_char_property_change): Remove reference to non-existant + (Fprevious_char_property_change): Remove reference to non-existent argument OBJECT from doc-string. 2001-10-01 Gerd Moellmann <gerd@gnu.org> @@ -13294,7 +13294,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/Makefile.in Tue Jan 12 09:12:52 2010 +0100 +++ b/src/Makefile.in Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ # Makefile for GNU Emacs. # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/src/README Tue Jan 12 09:12:52 2010 +0100 +++ b/src/README Fri Jan 15 18:01:04 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions.
--- a/src/alloc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/alloc.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Storage allocation and gc 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 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/atimer.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/atimer.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Asynchronous timers. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -410,6 +410,10 @@ alarm_signal_handler (signo) int signo; { +#ifndef SYNC_INPUT + SIGNAL_THREAD_CHECK (signo); +#endif + pending_atimers = 1; #ifdef SYNC_INPUT pending_signals = 1;
--- a/src/atimer.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/atimer.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Asynchronous timers. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/blockinput.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/blockinput.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/buffer.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/buffer.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* 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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -704,7 +704,7 @@ b->clip_changed = 0; b->prevent_redisplay_optimizations_p = 1; b->backed_up = Qnil; - b->auto_save_modified = 0; + BUF_AUTOSAVE_MODIFF (b) = 0; b->auto_save_failure_time = -1; b->auto_save_file_name = Qnil; b->read_only = Qnil; @@ -1132,7 +1132,25 @@ } #endif /* CLASH_DETECTION */ - SAVE_MODIFF = NILP (flag) ? MODIFF : 0; + /* Here we have a problem. SAVE_MODIFF is used here to encode + buffer-modified-p (as SAVE_MODIFF<MODIFF) as well as + recent-auto-save-p (as SAVE_MODIFF<auto_save_modified). So if we + modify SAVE_MODIFF to affect one, we may affect the other + as well. + E.g. if FLAG is nil we need to set SAVE_MODIFF to MODIFF, but + if SAVE_MODIFF<auto_save_modified that means we risk changing + recent-auto-save-p from t to nil. + Vice versa, if FLAG is non-nil and SAVE_MODIFF>=auto_save_modified + we risk changing recent-auto-save-p from nil to t. */ + SAVE_MODIFF = (NILP (flag) + /* FIXME: This unavoidably sets recent-auto-save-p to nil. */ + ? MODIFF + /* Let's try to preserve recent-auto-save-p. */ + : SAVE_MODIFF < MODIFF ? SAVE_MODIFF + /* If SAVE_MODIFF == auto_save_modified == MODIFF, + we can either decrease SAVE_MODIFF and auto_save_modified + or increase MODIFF. */ + : MODIFF++); /* Set update_mode_lines only if buffer is displayed in some window. Packages like jit-lock or lazy-lock preserve a buffer's modified @@ -1541,8 +1559,8 @@ /* Delete any auto-save file, if we saved it in this session. But not if the buffer is modified. */ if (STRINGP (b->auto_save_file_name) - && b->auto_save_modified != 0 - && BUF_SAVE_MODIFF (b) < b->auto_save_modified + && BUF_AUTOSAVE_MODIFF (b) != 0 + && BUF_SAVE_MODIFF (b) < BUF_AUTOSAVE_MODIFF (b) && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) && NILP (Fsymbol_value (intern ("auto-save-visited-file-name")))) {
--- a/src/buffer.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/buffer.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -158,6 +158,10 @@ /* Overlay modification count. */ #define BUF_OVERLAY_MODIFF(buf) ((buf)->text->overlay_modiff) +/* Modification count as of last auto-save. */ +/* FIXME: should we move this into ->text->auto_save_modiff? */ +#define BUF_AUTOSAVE_MODIFF(buf) ((buf)->auto_save_modified) + /* Interval tree of buffer. */ #define BUF_INTERVALS(buf) ((buf)->text->intervals)
--- a/src/bytecode.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/bytecode.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/callint.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/callint.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/callproc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/callproc.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/casefiddle.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/casefiddle.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/casetab.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/casetab.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. Author: Howard Gayle
--- a/src/category.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/category.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* GNU Emacs routines to deal with category tables. - Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 1998, 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/category.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/category.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/ccl.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ccl.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* CCL (Code Conversion Language) interpreter. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/ccl.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ccl.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/character.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/character.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/character.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/character.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/charset.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/charset.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Basic character set support. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021
--- a/src/charset.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/charset.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Header for charset handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021
--- a/src/chartab.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/chartab.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* chartab.c -- char-table support - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/cm.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/cm.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Cursor motion subroutines for GNU Emacs. Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/cm.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Cursor motion calculation definitions for GNU Emacs Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/cmds.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/cmds.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/coding.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/coding.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Coding system handler (conversion, detection, etc). Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003 @@ -3239,9 +3239,13 @@ int i = 1; while (src < src_end) { + src_base = src; ONE_MORE_BYTE (c); if (c < 0xA0) - break; + { + src = src_base; + break; + } i++; }
--- a/src/coding.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/coding.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Header for coding system handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003
--- a/src/commands.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/commands.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Definitions needed by most editing commands. Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/composite.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/composite.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Composite sequence support. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006 @@ -157,6 +157,7 @@ Lisp_Object Vcompose_chars_after_function; Lisp_Object Qauto_composed; +Lisp_Object Vauto_composition_mode; Lisp_Object Vauto_composition_function; Lisp_Object Qauto_composition_function; Lisp_Object Vcomposition_function_table; @@ -1039,7 +1040,7 @@ if (NILP (string) && PT > charpos && PT < endpos) cmp_it->stop_pos = PT; if (NILP (current_buffer->enable_multibyte_characters) - || ! FUNCTIONP (Vauto_composition_function)) + || NILP (Vauto_composition_mode)) return; if (bytepos < 0) { @@ -1104,7 +1105,7 @@ struct face *face; Lisp_Object string; { - if (charpos < PT && PT < endpos) + if (NILP (string) && charpos < PT && PT < endpos) endpos = PT; if (cmp_it->ch == -2) @@ -1478,7 +1479,7 @@ } if (NILP (current_buffer->enable_multibyte_characters) - || ! FUNCTIONP (Vauto_composition_function)) + || NILP (Vauto_composition_mode)) return new_pt; /* Next check the automatic composition. */ @@ -1661,7 +1662,7 @@ if (!find_composition (from, to, &start, &end, &prop, string)) { if (!NILP (current_buffer->enable_multibyte_characters) - && FUNCTIONP (Vauto_composition_function) + && ! NILP (Vauto_composition_mode) && find_automatic_composition (from, to, &start, &end, &gstring, string)) return list3 (make_number (start), make_number (end), gstring); @@ -1788,6 +1789,11 @@ Qauto_composition_function = intern_c_string ("auto-composition-function"); staticpro (&Qauto_composition_function); + DEFVAR_LISP ("auto-composition-mode", &Vauto_composition_mode, + doc: /* Non-nil if Auto-Composition mode is enabled. +Use the command `auto-composition-mode' to change this variable. */); + Vauto_composition_mode = Qt; + DEFVAR_LISP ("auto-composition-function", &Vauto_composition_function, doc: /* Function to call to compose characters automatically. This function is called from the display routine with four arguments:
--- a/src/composite.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/composite.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Header for composite sequence handler. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 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 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/config.in Tue Jan 12 09:12:52 2010 +0100 +++ b/src/config.in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/data.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/data.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dbusbind.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dbusbind.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Elisp bindings for D-Bus. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dired.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dired.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dispextern.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dispextern.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dispnew.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dispnew.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/disptab.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/disptab.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Things for GLYPHS and glyph tables. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/doc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/doc.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/doprnt.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/doprnt.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dosfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dosfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/dosfns.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/dosfns.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ecrt0.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ecrt0.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* C code startup routine. Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/editfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/editfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Lisp functions pertaining to editing. Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2870,8 +2870,8 @@ { if (MODIFF - 1 == SAVE_MODIFF) SAVE_MODIFF++; - if (MODIFF - 1 == current_buffer->auto_save_modified) - current_buffer->auto_save_modified++; + if (MODIFF - 1 == BUF_AUTOSAVE_MODIFF (current_buffer)) + BUF_AUTOSAVE_MODIFF (current_buffer)++; } /* The before-change-function may have moved the gap
--- a/src/emacs-icon.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/emacs-icon.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* XPM */ /* Emacs icon -Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
--- a/src/emacs.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/emacs.c Fri Jan 15 18:01:04 2010 +0100 @@ -157,7 +157,7 @@ extern void *malloc_get_state (); /* From glibc, a routine that overwrites the malloc internal state. */ extern int malloc_set_state (); -/* Non-zero if the MALLOC_CHECK_ enviroment variable was set while +/* Non-zero if the MALLOC_CHECK_ environment variable was set while dumping. Used to work around a bug in glibc's malloc. */ int malloc_using_checking; #endif
--- a/src/epaths.in Tue Jan 12 09:12:52 2010 +0100 +++ b/src/epaths.in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/eval.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/eval.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/fileio.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/fileio.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -4097,7 +4097,7 @@ } SAVE_MODIFF = MODIFF; - current_buffer->auto_save_modified = MODIFF; + BUF_AUTOSAVE_MODIFF (current_buffer) = MODIFF; XSETFASTINT (current_buffer->save_length, Z - BEG); #ifdef CLASH_DETECTION if (NILP (handler)) @@ -5307,7 +5307,7 @@ and file changed since last real save. */ if (STRINGP (b->auto_save_file_name) && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) - && b->auto_save_modified < BUF_MODIFF (b) + && BUF_AUTOSAVE_MODIFF (b) < BUF_MODIFF (b) /* -1 means we've turned off autosaving for a while--see below. */ && XINT (b->save_length) >= 0 && (do_handled_files @@ -5349,7 +5349,7 @@ message1 ("Auto-saving..."); internal_condition_case (auto_save_1, Qt, auto_save_error); auto_saved++; - b->auto_save_modified = BUF_MODIFF (b); + BUF_AUTOSAVE_MODIFF (b) = BUF_MODIFF (b); XSETFASTINT (current_buffer->save_length, Z - BEG); set_buffer_internal (old); @@ -5394,7 +5394,9 @@ No auto-save file will be written until the buffer changes again. */) () { - current_buffer->auto_save_modified = MODIFF; + /* FIXME: This should not be called in indirect buffers, since + they're not autosaved. */ + BUF_AUTOSAVE_MODIFF (current_buffer) = MODIFF; XSETFASTINT (current_buffer->save_length, Z - BEG); current_buffer->auto_save_failure_time = -1; return Qnil; @@ -5417,7 +5419,9 @@ then any auto-save counts as "recent". */) () { - return (SAVE_MODIFF < current_buffer->auto_save_modified) ? Qt : Qnil; + /* FIXME: maybe we should return nil for indirect buffers since + they're never autosaved. */ + return (SAVE_MODIFF < BUF_AUTOSAVE_MODIFF (current_buffer) ? Qt : Qnil); } /* Reading and completing file names */
--- a/src/filelock.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/filelock.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/filemode.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/filemode.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 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 Tue Jan 12 09:12:52 2010 +0100 +++ b/src/firstfile.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/floatfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/floatfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Wolfgang Rupprecht (according to ack.texi)
--- a/src/fns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/fns.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Random utility Lisp functions. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/font.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/font.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* font.c -- "Font" primitives. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/font.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/font.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* font.h -- Interface definition for font handling. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/fontset.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/fontset.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Fontset handler. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/fontset.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/fontset.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,8 +1,8 @@ /* Header for fontset handler. Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 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 + 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H14PRO021 Copyright (C) 2003, 2006
--- a/src/frame.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/frame.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Generic frame functions. Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/frame.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/frame.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/fringe.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/fringe.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ftfont.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ftfont.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* ftfont.c -- FreeType font driver. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/ftfont.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ftfont.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* ftfont.h -- Interface definition for Freetype font backend. - Copyright (C) 2007, 2008, 2009 + Copyright (C) 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009
--- a/src/ftxfont.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ftxfont.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* ftxfont.c -- FreeType font driver on X (without using XFT). - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/getpagesize.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/getpagesize.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/gtkutil.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/gtkutil.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions for creating and updating GTK widgets. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/gtkutil.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/gtkutil.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Definitions and headers for GTK widgets. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/image.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/image.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Functions for image support on window system. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/indent.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/indent.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/indent.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/indent.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Definitions for interface to indent.c Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/insdel.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/insdel.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/intervals.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/intervals.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Code for doing intervals. Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/intervals.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/intervals.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Definitions and global variables for intervals. Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keyboard.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/keyboard.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3155,6 +3155,7 @@ if (!NILP (tem)) { + struct buffer *prev_buffer = current_buffer; #if 0 /* This shouldn't be necessary anymore. --lorentey */ int was_locked = single_kboard; int count = SPECPDL_INDEX (); @@ -3178,10 +3179,16 @@ unbind_to (count, Qnil); #endif - /* The command may have changed the keymaps. Pretend there is input - in another keyboard and return. This will recalculate keymaps. */ - c = make_number (-2); - goto exit; + if (current_buffer != prev_buffer) + { + /* The command may have changed the keymaps. Pretend there + is input in another keyboard and return. This will + recalculate keymaps. */ + c = make_number (-2); + goto exit; + } + else + goto retry; } /* Handle things that only apply to characters. */ @@ -7506,11 +7513,11 @@ signal (signo, input_available_signal); #endif /* USG */ + SIGNAL_THREAD_CHECK (signo); + #ifdef SYNC_INPUT interrupt_input_pending = 1; pending_signals = 1; -#else - SIGNAL_THREAD_CHECK (signo); #endif if (input_available_clear_time)
--- a/src/keyboard.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/keyboard.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Declarations useful when processing input. Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keymap.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/keymap.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/keymap.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/keymap.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Functions to manipulate keymaps. Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/lastfile.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/lastfile.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/lisp.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/lisp.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Fundamental definitions for GNU Emacs Lisp interpreter. Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/lread.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/lread.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Lisp parsing and input streams. Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/alpha.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/alpha.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Machine description file for the alpha chip. Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Rainer Schoepf (according to authors.el)
--- a/src/m/amdx86-64.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/amdx86-64.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* machine description file for AMD x86-64. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/arm.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/arm.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Machine description file for ARM-based non-RISCiX machines. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/hp800.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/hp800.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file for hp9000 series 800 machines. Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ia64.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/ia64.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file for the IA-64 architecture. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by David Mosberger <davidm@hpl.hp.com> This file is part of GNU Emacs.
--- a/src/m/ibmrs6000.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/ibmrs6000.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* R2 AIX machine/system dependent defines Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ibms390.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/ibms390.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file template. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/ibms390x.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/ibms390x.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* machine description file for IBM S390 in 64-bit mode - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/intel386.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/intel386.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Machine description file for intel 386. Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/iris4d.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/iris4d.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/m68k.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/m68k.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Machine description file for generic Motorola 68k. Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/macppc.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/macppc.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file For the powerpc Macintosh. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/mips.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/mips.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* m- file for Mips machines. Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/sparc.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/sparc.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file for Sun 4 SPARC. Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/template.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/template.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file template. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/m/vax.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/m/vax.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* machine description file for vax. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/macros.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/macros.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Keyboard macros. Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/macros.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/macros.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Definitions for keyboard macro interpretation in GNU Emacs. Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/makefile.w32-in Tue Jan 12 09:12:52 2010 +0100 +++ b/src/makefile.w32-in Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.
--- a/src/marker.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/marker.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Markers: examining, setting and deleting. Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/mem-limits.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/mem-limits.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/menu.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/menu.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/menu.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/menu.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions to manipulate menus. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/minibuf.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/minibuf.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/msdos.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/msdos.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/msdos.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/msdos.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* MS-DOS specific C utilities, interface. Copyright (C) 1993, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsfns.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsfns.m Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions for the NeXT/Open/GNUstep and MacOSX window system. - Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009 + Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -80,8 +80,8 @@ extern Lisp_Object Qunderline, Qundefined; extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth; extern Lisp_Object Qunsplittable, Qmenu_bar_lines, Qbuffer_predicate, Qtitle; - -Lisp_Object Qnone; +extern Lisp_Object Qnone; + Lisp_Object Qbuffered; Lisp_Object Qfontsize; @@ -2606,8 +2606,6 @@ { int i; - Qnone = intern ("none"); - staticpro (&Qnone); Qfontsize = intern ("fontsize"); staticpro (&Qfontsize);
--- a/src/nsfont.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsfont.m Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsgui.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsgui.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Definitions and headers for communication on the NeXT/Open/GNUstep API. - Copyright (C) 1995, 2005, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsimage.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsimage.m Fri Jan 15 18:01:04 2010 +0100 @@ -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 + Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsmenu.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsmenu.m Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep and MacOSX Cocoa menu and toolbar module. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsselect.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsselect.m Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep / MacOSX Cocoa selection processing for emacs. - Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009 + Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsterm.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsterm.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Definitions and headers for communication with NeXT/Open/GNUstep API. - Copyright (C) 1989, 1993, 2005, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/nsterm.m Tue Jan 12 09:12:52 2010 +0100 +++ b/src/nsterm.m Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* NeXT/Open/GNUstep / MacOSX communication module. - Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009 + Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -141,8 +141,7 @@ Lisp_Object ns_input_spi_name, ns_input_spi_arg; Lisp_Object Vx_toolkit_scroll_bars; static Lisp_Object Qmodifier_value; -/* TODO: unsure why these defined in term files, anyway we need in keymap.c */ -Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper; +Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper, Qnone; extern Lisp_Object Qcursor_color, Qcursor_type, Qns; /* Specifies which emacs modifier should be generated when NS receives @@ -6151,6 +6150,7 @@ DEFSYM (Qmeta, "meta"); DEFSYM (Qsuper, "super"); DEFSYM (Qcontrol, "control"); + DEFSYM (Qnone, "none"); Fput (Qalt, Qmodifier_value, make_number (alt_modifier)); Fput (Qhyper, Qmodifier_value, make_number (hyper_modifier)); Fput (Qmeta, Qmodifier_value, make_number (meta_modifier));
--- a/src/prefix-args.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/prefix-args.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* prefix-args.c - echo each argument, prefixed by a string. Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/print.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/print.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/process.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/process.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/process.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/process.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/puresize.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/puresize.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/ralloc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/ralloc.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Block-relocating memory allocator. Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/regex.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/regex.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
--- a/src/regex.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/regex.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
--- a/src/region-cache.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/region-cache.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/region-cache.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/region-cache.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/aix4-2.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/aix4-2.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/bsd-common.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/bsd-common.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/cygwin.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/cygwin.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* System description header file for Cygwin. Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/darwin.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/darwin.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* System description header file for Darwin (Mac OS X). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/freebsd.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/freebsd.h Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ This file describes the parameters that system description files should define or not. Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Shawn M. Carey
--- a/src/s/gnu-linux.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/gnu-linux.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/gnu.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/gnu.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/hpux10-20.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/hpux10-20.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* System description file for hpux version 10.20. Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/irix6-5.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/irix6-5.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/lynxos.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/lynxos.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Definitions file for GNU Emacs running on LynxOS-3.0.1 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/ms-w32.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/ms-w32.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* System description file for Windows NT. Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/msdos.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/msdos.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* System description file for MS-DOS Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/netbsd.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/netbsd.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* s/ file for netbsd system. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/sol2-3.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/sol2-3.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Definitions file for GNU Emacs running on Solaris 2.3. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/template.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/template.h Fri Jan 15 18:01:04 2010 +0100 @@ -2,7 +2,7 @@ This file describes the parameters that system description files should define or not. Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/usg5-4-2.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/usg5-4-2.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* s/ file for System V release 4.2. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/s/usg5-4.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/s/usg5-4.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/scroll.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/scroll.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/search.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/search.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sheap.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/sheap.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sound.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/sound.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* sound.c -- sound support. Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syntax.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/syntax.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syntax.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/syntax.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sysdep.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/sysdep.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/sysselect.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/sysselect.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syssignal.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/syssignal.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* syssignal.h - System-dependent definitions for signals. Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/systime.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/systime.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* systime.h - System-dependent definitions for time manipulations. Copyright (C) 1993, 1994, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/systty.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/systty.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* systty.h - System-dependent definitions for terminals. Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/syswait.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/syswait.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/term.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/term.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termchar.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/termchar.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Flags and parameters describing terminal's characteristics. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termhooks.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/termhooks.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/terminal.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/terminal.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions related to terminal devices. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/terminfo.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/terminfo.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Interface from Emacs to terminfo. Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/termopts.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/termopts.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/textprop.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/textprop.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/undo.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/undo.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* undo handling for GNU Emacs. Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexaix.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexaix.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Dump an executable image. Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexalpha.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexalpha.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Unexec for DEC alpha. Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Rainer Schoepf <schoepf@sc.ZIB-Berlin.DE>
--- a/src/unexcw.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexcw.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* unexec() support for Cygwin; complete rewrite of xemacs Cygwin unexec() code - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexec.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexec.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexelf.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexelf.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexmacosx.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexmacosx.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/unexw32.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/unexw32.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* unexec for GNU Emacs on Windows NT. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/vm-limit.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/vm-limit.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Functions for memory limit warnings. Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w16select.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w16select.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32.h Fri Jan 15 18:01:04 2010 +0100 @@ -3,7 +3,7 @@ /* Support routines for the NT version of Emacs. Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32console.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32console.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32fns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32fns.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32font.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32font.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Font backend for the Microsoft W32 API. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32font.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32font.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Shared GDI and Uniscribe Font backend declarations for the W32 API. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32gui.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32gui.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32heap.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32heap.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32heap.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32heap.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32inevt.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32inevt.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32inevt.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32inevt.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32menu.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32menu.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32proc.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32proc.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32reg.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32reg.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32select.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32select.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* Selection processing for Emacs on the Microsoft W32 API. Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32term.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32term.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +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 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32term.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32term.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/w32uniscribe.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32uniscribe.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Font backend for the Microsoft W32 Uniscribe API. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -22,7 +22,7 @@ Windows 2000, though most users of older systems will have it since it installs with Internet Explorer 5.0 and other software. We only enable the feature if it is available, so there is no chance - of calling non-existant functions. */ + of calling non-existent functions. */ #undef _WIN32_WINNT #define _WIN32_WINNT 0x500 #include <windows.h>
--- a/src/w32xfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/w32xfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widget.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/widget.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* The emacs frame widget. Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widget.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/widget.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* The emacs frame widget public header file. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/widgetprv.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/widgetprv.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* The emacs frame widget private header file. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/window.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/window.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/window.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/window.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xdisp.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xdisp.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,7 +1,7 @@ /* Display generation from window structure and buffer text. Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -953,7 +953,8 @@ static int display_mode_line P_ ((struct window *, enum face_id, Lisp_Object)); static int display_mode_element P_ ((struct it *, int, int, int, Lisp_Object, Lisp_Object, int)); static int store_mode_line_string P_ ((char *, Lisp_Object, int, int, int, Lisp_Object)); -static char *decode_mode_spec P_ ((struct window *, int, int, int, int *)); +static char *decode_mode_spec P_ ((struct window *, int, int, int, + Lisp_Object *)); static void display_menu_bar P_ ((struct window *)); static int display_count_lines P_ ((int, int, int, int, int *)); static int display_string P_ ((unsigned char *, Lisp_Object, Lisp_Object, @@ -5607,6 +5608,9 @@ it->dp = XCHAR_TABLE (Vstandard_display_table); it->stop_charpos = charpos; + if (s == NULL && it->multibyte_p) + composition_compute_stop_pos (&it->cmp_it, charpos, -1, it->end_charpos, + it->string); CHECK_IT (it); } @@ -5634,11 +5638,11 @@ /* Return 1 iff a character at CHARPOS (and BYTEPOS) is composed (possibly with the following characters). */ -#define CHAR_COMPOSED_P(IT,CHARPOS,BYTEPOS) \ +#define CHAR_COMPOSED_P(IT,CHARPOS,BYTEPOS,END_CHARPOS) \ ((IT)->cmp_it.id >= 0 \ || ((IT)->cmp_it.stop_pos == (CHARPOS) \ && composition_reseat_it (&(IT)->cmp_it, CHARPOS, BYTEPOS, \ - (IT)->end_charpos, (IT)->w, \ + END_CHARPOS, (IT)->w, \ FACE_FROM_ID ((IT)->f, (IT)->face_id), \ (IT)->string))) @@ -6296,7 +6300,7 @@ return 0; } else if (CHAR_COMPOSED_P (it, IT_STRING_CHARPOS (*it), - IT_STRING_BYTEPOS (*it)) + IT_STRING_BYTEPOS (*it), SCHARS (it->string)) && next_element_from_composition (it)) { return 1; @@ -6332,7 +6336,7 @@ CHARPOS (position) = BYTEPOS (position) = -1; } else if (CHAR_COMPOSED_P (it, IT_STRING_CHARPOS (*it), - IT_STRING_BYTEPOS (*it)) + IT_STRING_BYTEPOS (*it), it->string_nchars) && next_element_from_composition (it)) { return 1; @@ -6519,7 +6523,8 @@ && IT_CHARPOS (*it) >= it->redisplay_end_trigger_charpos) run_redisplay_end_trigger_hook (it); - if (CHAR_COMPOSED_P (it, IT_CHARPOS (*it), IT_BYTEPOS (*it)) + if (CHAR_COMPOSED_P (it, IT_CHARPOS (*it), IT_BYTEPOS (*it), + it->end_charpos) && next_element_from_composition (it)) { return 1; @@ -17576,13 +17581,14 @@ int multibyte; int bytepos, charpos; unsigned char *spec; + Lisp_Object string; bytepos = percent_position; charpos = (STRING_MULTIBYTE (elt) ? string_byte_to_char (elt, bytepos) : bytepos); - spec - = decode_mode_spec (it->w, c, field, prec, &multibyte); + spec = decode_mode_spec (it->w, c, field, prec, &string); + multibyte = STRINGP (string) && STRING_MULTIBYTE (string); switch (mode_line_target) { @@ -17604,7 +17610,7 @@ int nglyphs_before, nwritten; nglyphs_before = it->glyph_row->used[TEXT_AREA]; - nwritten = display_string (spec, Qnil, elt, + nwritten = display_string (spec, string, elt, charpos, 0, it, field, prec, 0, multibyte); @@ -18267,8 +18273,8 @@ /* Return a string for the output of a mode line %-spec for window W, generated by character C. PRECISION >= 0 means don't return a string longer than that value. FIELD_WIDTH > 0 means pad the - string returned with spaces to that value. Return 1 in *MULTIBYTE - if the result is multibyte text. + string returned with spaces to that value. Return a Lisp string in + *STRING if the resulting string is taken from that Lisp string. Note we operate on the current buffer for most purposes, the exception being w->base_line_pos. */ @@ -18276,11 +18282,11 @@ static char lots_of_dashes[] = "--------------------------------------------------------------------------------------------------------------------------------------------"; static char * -decode_mode_spec (w, c, field_width, precision, multibyte) +decode_mode_spec (w, c, field_width, precision, string) struct window *w; register int c; int field_width, precision; - int *multibyte; + Lisp_Object *string; { Lisp_Object obj; struct frame *f = XFRAME (WINDOW_FRAME (w)); @@ -18288,7 +18294,7 @@ struct buffer *b = current_buffer; obj = Qnil; - *multibyte = 0; + *string = Qnil; switch (c) { @@ -18682,7 +18688,7 @@ if (STRINGP (obj)) { - *multibyte = STRING_MULTIBYTE (obj); + *string = obj; return (char *) SDATA (obj); } else @@ -18803,7 +18809,10 @@ /* Display a NUL-terminated string, starting with index START. If STRING is non-null, display that C string. Otherwise, the Lisp - string LISP_STRING is displayed. + string LISP_STRING is displayed. There's a case that STRING is + non-null and LISP_STRING is not nil. It means STRING is a string + data of LISP_STRING. In that case, we display LISP_STRING while + ignoring its text properties. If FACE_STRING is not nil, FACE_STRING_POS is a position in FACE_STRING. Display STRING or LISP_STRING with the face at @@ -18853,8 +18862,12 @@ /* Initialize the iterator IT for iteration over STRING beginning with index START. */ - reseat_to_string (it, string, lisp_string, start, + reseat_to_string (it, NILP (lisp_string) ? string : NULL, lisp_string, start, precision, field_width, multibyte); + if (string && STRINGP (lisp_string)) + /* LISP_STRING is the one returned by decode_mode_spec. We should + ignore its text properties. */ + it->stop_charpos = -1; /* If displaying STRING, set up the face of the iterator from LISP_STRING, if that's given. */
--- a/src/xfaces.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xfaces.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* xfaces.c -- "Face" primitives. Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xfont.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xfont.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* xfont.c -- X core font driver. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/xftfont.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xftfont.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* xftfont.c -- XFT font driver. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. - Copyright (C) 2006, 2007, 2008, 2009 + 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
--- a/src/xgselect.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xgselect.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Function for handling the GLib event loop. - Copyright (C) 2009 + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xgselect.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xgselect.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Header for xg_select. - Copyright (C) 2009 + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xmenu.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xmenu.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xrdb.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xrdb.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Author: Joseph Arceneaux Created: 4/90
--- a/src/xselect.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xselect.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsettings.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xsettings.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions for handle font changes dynamically. - Copyright (C) 2009 + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsettings.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xsettings.h Fri Jan 15 18:01:04 2010 +0100 @@ -1,5 +1,5 @@ /* Functions for handle font changes dynamically. - Copyright (C) 2009 + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xsmfns.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xsmfns.c Fri Jan 15 18:01:04 2010 +0100 @@ -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 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/src/xterm.c Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xterm.c Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ /* 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 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -1378,19 +1378,27 @@ if (j < i) { font->driver->draw (s, j, i, x, y, 0); + if (s->face->overstrike) + font->driver->draw (s, j, i, x + 1, y, 0); x += width; } xoff = LGLYPH_XOFF (glyph); yoff = LGLYPH_YOFF (glyph); wadjust = LGLYPH_WADJUST (glyph); font->driver->draw (s, i, i + 1, x + xoff, y + yoff, 0); + if (s->face->overstrike) + font->driver->draw (s, i, i + 1, x + xoff + 1, y + yoff, 0); x += wadjust; j = i + 1; width = 0; } } if (j < i) - font->driver->draw (s, j, i, x, y, 0); + { + font->driver->draw (s, j, i, x, y, 0); + if (s->face->overstrike) + font->driver->draw (s, j, i, x + 1, y, 0); + } } } @@ -10210,13 +10218,16 @@ if (!EQ (XSYMBOL (Qvendor_specific_keysyms)->function, Qunbound)) { char *vendor = ServerVendor (dpy); - /* Temporarily hide the partially initialized terminal */ + /* Temporarily hide the partially initialized terminal, + but make sure it doesn't get garbage collected. */ + int count = inhibit_garbage_collection (); terminal_list = terminal->next_terminal; UNBLOCK_INPUT; terminal->kboard->Vsystem_key_alist = call1 (Qvendor_specific_keysyms, vendor ? build_string (vendor) : empty_unibyte_string); BLOCK_INPUT; + unbind_to (count, Qnil); terminal->next_terminal = terminal_list; terminal_list = terminal; }
--- a/src/xterm.h Tue Jan 12 09:12:52 2010 +0100 +++ b/src/xterm.h Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/test/ChangeLog Tue Jan 12 09:12:52 2010 +0100 +++ b/test/ChangeLog Fri Jan 15 18:01:04 2010 +0100 @@ -1,3 +1,9 @@ +2010-01-14 Juanma Barranquero <lekktu@gmail.com> + + * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test): + * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list) + (semantic-ia-utest-buffer-refs): Fix typos in docstrings. + 2009-12-18 Ulf Jasper <ulf.jasper@web.de> * icalendar-testsuite.el @@ -88,7 +94,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.
--- a/test/bytecomp-testsuite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/bytecomp-testsuite.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; bytecomp-testsuite.el -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> ;; Created: November 2008
--- a/test/cedet/cedet-utests.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/cedet/cedet-utests.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -236,7 +236,7 @@ (defun cedet-utest-log-shutdown (title &optional errorcondition) "Shut-down a larger test suite. TITLE is the section that is done. -ERRORCONDITION is some error that may have occured durinig testing." +ERRORCONDITION is some error that may have occurred during testing." (let ((endtime (current-time)) ) (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) @@ -466,7 +466,7 @@ (defun pulse-test (&optional no-error) "Test the lightening function for pulsing a line. -When optional NO-ERROR Don't throw an error if we can't run tests." +When optional NO-ERROR don't throw an error if we can't run tests." (interactive) (if (or (not pulse-flag) (not (pulse-available-p))) (if no-error
--- a/test/cedet/semantic-ia-utest.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/cedet/semantic-ia-utest.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic-ia-utest.el --- Analyzer unit tests -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -54,7 +54,7 @@ "List of files with analyzer completion test points.") (defvar semantic-ia-utest-error-log-list nil - "List of errors occuring during a run.") + "List of errors occurring during a run.") ;;;###autoload (defun semantic-ia-utest (&optional arg) @@ -211,7 +211,7 @@ )) (defun semantic-ia-utest-buffer-refs () - "Run a analyze-refs unit-test pass in the current buffer." + "Run an analyze-refs unit-test pass in the current buffer." (let* ((idx 1) (regex-p nil)
--- a/test/cedet/semantic-tests.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/cedet/semantic-tests.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Miscellaneous Semantic tests. -;;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/test/cedet/semantic-utest-c.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/cedet/semantic-utest-c.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic-utest-c.el --- C based parsing tests. -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com>
--- a/test/cedet/semantic-utest.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/cedet/semantic-utest.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Tests for semantic's parsing system. -;;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org>
--- a/test/icalendar-testsuite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/icalendar-testsuite.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;; icalendar-testsuite.el --- Test suite for icalendar.el -;; Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Created: March 2005
--- a/test/newsticker-testsuite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/newsticker-testsuite.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; newsticker-testsuite.el --- Test suite for newsticker. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de>
--- a/test/redisplay-testsuite.el Tue Jan 12 09:12:52 2010 +0100 +++ b/test/redisplay-testsuite.el Fri Jan 15 18:01:04 2010 +0100 @@ -1,6 +1,6 @@ ;;; redisplay-testsuite.el --- Test suite for redisplay. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal
--- a/update-subdirs Tue Jan 12 09:12:52 2010 +0100 +++ b/update-subdirs Fri Jan 15 18:01:04 2010 +0100 @@ -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 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GNU Emacs.