Now on revision 111408. ------------------------------------------------------------ revno: 111408 [merge] committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 18:37:57 -0800 message: Merge from emacs-24; up to r111123 diff: === modified file 'configure.ac' --- configure.ac 2013-01-02 16:13:04 +0000 +++ configure.ac 2013-01-03 02:37:57 +0000 @@ -4406,7 +4406,7 @@ AH_TOP([/* GNU Emacs site configuration template file. -Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2012 +Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2013-01-02 19:02:05 +0000 +++ doc/lispref/ChangeLog 2013-01-03 02:37:57 +0000 @@ -1,3 +1,12 @@ +2013-01-03 Glenn Morris + + * processes.texi (System Processes): + * syntax.texi (Syntax Table Functions): Tweak some line breaks. + + * searching.texi (Replacing Match): Fix xref. + + * elisp.texi (DATE): Bump to Jan 2013. + 2013-01-02 Glenn Morris * customize.texi (Common Keywords, Type Keywords): === modified file 'doc/lispref/elisp.texi' --- doc/lispref/elisp.texi 2013-01-02 16:13:04 +0000 +++ doc/lispref/elisp.texi 2013-01-03 02:37:57 +0000 @@ -56,7 +56,7 @@ @c (See comments for EDITION in emacs.texi) @set VERSION 3.1 @include emacsver.texi -@set DATE May 2012 +@set DATE January 2013 @c in general, keep the following line commented out, unless doing a @c copy of this manual that will be published. The manual should go === modified file 'doc/lispref/processes.texi' --- doc/lispref/processes.texi 2013-01-01 09:11:05 +0000 +++ doc/lispref/processes.texi 2013-01-03 02:23:39 +0000 @@ -1804,12 +1804,12 @@ @item start The time when the process was started, in the same -@w{@code{(@var{high} @var{low} @var{microsec} @var{picosec})}} format used by -@code{current-time} and by @code{file-attributes}. +@code{(@var{high} @var{low} @var{microsec} @var{picosec})} format used by +@code{file-attributes} and @code{current-time}. @item etime -The time elapsed since the process started, in the @w{@code{(@var{high} -@var{low} @var{microsec} @var{picosec})}} format. +The time elapsed since the process started, in the format @code{(@var{high} +@var{low} @var{microsec} @var{picosec})}. @item vsize The virtual memory size of the process, measured in kilobytes. === modified file 'doc/lispref/searching.texi' --- doc/lispref/searching.texi 2013-01-01 09:11:05 +0000 +++ doc/lispref/searching.texi 2013-01-03 02:15:57 +0000 @@ -1325,7 +1325,7 @@ @item @samp{\?} This stands for itself (for compatibility with @code{replace-regexp} -and related commands; @pxref{Regexp Replacement,,, emacs, The GNU +and related commands; @pxref{Regexp Replace,,, emacs, The GNU Emacs Manual}). @end table === modified file 'doc/lispref/syntax.texi' --- doc/lispref/syntax.texi 2013-01-01 09:11:05 +0000 +++ doc/lispref/syntax.texi 2013-01-03 02:23:39 +0000 @@ -478,17 +478,17 @@ @end group @group -;; Forward slash characters have punctuation syntax. Note that this -;; @code{char-syntax} call does not reveal that it is also part of -;; comment-start and -end sequences. +;; Forward slash characters have punctuation syntax. +;; Note that this @code{char-syntax} call does not reveal +;; that it is also part of comment-start and -end sequences. (string (char-syntax ?/)) @result{} "." @end group @group -;; Open parenthesis characters have open parenthesis syntax. Note -;; that this @code{char-syntax} call does not reveal that it has a -;; matching character, @samp{)}. +;; Open parenthesis characters have open parenthesis syntax. +;; Note that this @code{char-syntax} call does not reveal that +;; it has a matching character, @samp{)}. (string (char-syntax ?\()) @result{} "(" @end group === modified file 'doc/man/ebrowse.1' --- doc/man/ebrowse.1 2012-01-19 07:21:25 +0000 +++ doc/man/ebrowse.1 2013-01-03 01:35:49 +0000 @@ -85,7 +85,7 @@ Copyright .if t \(co .if n (C) -2008-2012 Free Software Foundation, Inc. +2008-2013 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 === modified file 'doc/man/emacs.1' --- doc/man/emacs.1 2012-12-21 19:32:43 +0000 +++ doc/man/emacs.1 2013-01-03 02:37:57 +0000 @@ -642,7 +642,7 @@ Copyright .if t \(co .if n (C) -1995, 1999-2012 Free Software Foundation, Inc. +1995, 1999-2013 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 === modified file 'doc/man/etags.1' --- doc/man/etags.1 2012-12-02 01:47:56 +0000 +++ doc/man/etags.1 2013-01-03 02:37:57 +0000 @@ -268,7 +268,7 @@ Copyright .if t \(co .if n (C) -1992, 1999, 2001-2012 Free Software Foundation, Inc. +1992, 1999, 2001-2013 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 === modified file 'doc/man/grep-changelog.1' --- doc/man/grep-changelog.1 2012-01-19 07:21:25 +0000 +++ doc/man/grep-changelog.1 2013-01-03 01:35:49 +0000 @@ -62,7 +62,7 @@ Copyright .if t \(co .if n (C) -2008-2012 Free Software Foundation, Inc. +2008-2013 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 === modified file 'doc/misc/wisent.texi' --- doc/misc/wisent.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/wisent.texi 2013-01-03 02:37:57 +0000 @@ -23,7 +23,7 @@ @c %**end of header @copying -Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012 +Copyright @copyright{} 1988--1993, 1995, 1998--2004, 2007, 2012--2013 Free Software Foundation, Inc. @c Since we are both GNU manuals, we do not need to ack each other here. === modified file 'etc/refcards/calccard.pdf' Binary files etc/refcards/calccard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/calccard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/cs-dired-ref.pdf' Binary files etc/refcards/cs-dired-ref.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/cs-dired-ref.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/cs-refcard.pdf' Binary files etc/refcards/cs-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/cs-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/de-refcard.pdf' Binary files etc/refcards/de-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/de-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/dired-ref.pdf' Binary files etc/refcards/dired-ref.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/dired-ref.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/emacsver.tex' --- etc/refcards/emacsver.tex 2012-09-17 07:22:17 +0000 +++ etc/refcards/emacsver.tex 2013-01-03 01:35:49 +0000 @@ -1,4 +1,4 @@ %% This file is not generated by configure, because then the provided %% pdf files would always appear out-of-date. \def\versionemacs{24} % major version of emacs -\def\year{2012} % latest copyright year +\def\year{2013} % latest copyright year === modified file 'etc/refcards/fr-dired-ref.pdf' Binary files etc/refcards/fr-dired-ref.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/fr-dired-ref.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/fr-refcard.pdf' Binary files etc/refcards/fr-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/fr-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/gnus-booklet.pdf' Binary files etc/refcards/gnus-booklet.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/gnus-booklet.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/gnus-refcard.pdf' Binary files etc/refcards/gnus-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/gnus-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/orgcard.pdf' Binary files etc/refcards/orgcard.pdf 2012-10-26 14:42:05 +0000 and etc/refcards/orgcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/pl-refcard.pdf' Binary files etc/refcards/pl-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/pl-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/pt-br-refcard.pdf' Binary files etc/refcards/pt-br-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/pt-br-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/refcard.pdf' Binary files etc/refcards/refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/ru-refcard.pdf' Binary files etc/refcards/ru-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/ru-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/ru-refcard.tex' --- etc/refcards/ru-refcard.tex 2013-01-01 09:11:05 +0000 +++ etc/refcards/ru-refcard.tex 2013-01-03 01:35:49 +0000 @@ -22,7 +22,7 @@ \setlength{\ColThreeWidth}{25mm} \newcommand{\versionemacs}[0]{24} % version of Emacs this is for -\newcommand{\cyear}[0]{2012} % copyright year +\newcommand{\cyear}[0]{2013} % copyright year \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. === modified file 'etc/refcards/sk-dired-ref.pdf' Binary files etc/refcards/sk-dired-ref.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/sk-dired-ref.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'etc/refcards/sk-refcard.pdf' Binary files etc/refcards/sk-refcard.pdf 2012-04-30 07:46:03 +0000 and etc/refcards/sk-refcard.pdf 2013-01-03 02:11:33 +0000 differ === modified file 'lib-src/rcs2log' --- lib-src/rcs2log 2013-01-01 09:11:05 +0000 +++ lib-src/rcs2log 2013-01-03 01:35:49 +0000 @@ -20,7 +20,7 @@ # along with this program. If not, see . -Copyright='Copyright (C) 2012 Free Software Foundation, Inc. +Copyright='Copyright (C) 2013 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2013-01-03 00:38:32 +0000 +++ lisp/ChangeLog 2013-01-03 02:37:57 +0000 @@ -1,3 +1,11 @@ +2013-01-03 Glenn Morris + + * subr.el (eval-after-load): Don't purecopy the form, so that it + can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331) + + * emacs-lisp/byte-run.el (defun): Place cl declarations + after any interactive spec. (Bug#13265) + 2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as === modified file 'lisp/calc/README' --- lisp/calc/README 2013-01-02 16:13:04 +0000 +++ lisp/calc/README 2013-01-03 02:37:57 +0000 @@ -5,7 +5,7 @@ This directory contains Calc, an advanced desk calculator for GNU Emacs. -"Calc" Copyright (C) 1990-1993, 2001-2012 Free Software Foundation, Inc. +"Calc" Copyright (C) 1990-1993, 2001-2013 Free Software Foundation, Inc. Written by: Dave Gillespie === modified file 'lisp/cedet/semantic/imenu.el' --- lisp/cedet/semantic/imenu.el 2012-01-19 07:21:25 +0000 +++ lisp/cedet/semantic/imenu.el 2013-01-03 01:35:49 +0000 @@ -1,6 +1,6 @@ ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator -;;; Copyright (C) 2000-2005, 2007-2008, 2010-2012 +;;; Copyright (C) 2000-2005, 2007-2008, 2010-2013 ;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam === modified file 'lisp/emacs-lisp/byte-run.el' --- lisp/emacs-lisp/byte-run.el 2013-01-02 16:13:04 +0000 +++ lisp/emacs-lisp/byte-run.el 2013-01-03 02:37:57 +0000 @@ -199,7 +199,13 @@ (memq (car x) ;C.f. cl-do-proclaim. '(special inline notinline optimize warn))) (push (list 'declare x) - (if (stringp docstring) (cdr body) body)) + (if (stringp docstring) + (if (eq (car-safe (cadr body)) 'interactive) + (cddr body) + (cdr body)) + (if (eq (car-safe (car body)) 'interactive) + (cdr body) + body))) nil) (t (message "Warning: Unknown defun property `%S' in %S" (car x) name))))) === modified file 'lisp/net/tramp-sh.el' --- lisp/net/tramp-sh.el 2013-01-02 16:13:04 +0000 +++ lisp/net/tramp-sh.el 2013-01-03 02:37:57 +0000 @@ -805,7 +805,7 @@ (defconst tramp-perl-encode "%s -e ' # This script contributed by Juanma Barranquero . -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. use strict; my %%trans = do { @@ -843,7 +843,7 @@ (defconst tramp-perl-decode "%s -e ' # This script contributed by Juanma Barranquero . -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. use strict; my %%trans = do { === modified file 'lisp/org/org-html.el' --- lisp/org/org-html.el 2013-01-01 09:11:05 +0000 +++ lisp/org/org-html.el 2013-01-03 01:46:47 +0000 @@ -104,7 +104,7 @@ @licstart The following is the entire license notice for the JavaScript code in this tag. -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU @@ -351,7 +351,7 @@ @licstart The following is the entire license notice for the JavaScript code below. -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code below is free software: you can redistribute it and/or modify it under the terms of the GNU === modified file 'lisp/org/org-jsinfo.el' --- lisp/org/org-jsinfo.el 2013-01-01 09:11:05 +0000 +++ lisp/org/org-jsinfo.el 2013-01-03 01:46:47 +0000 @@ -141,7 +141,7 @@ @licstart The following is the entire license notice for the JavaScript code in this tag. -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU === modified file 'lisp/subr.el' --- lisp/subr.el 2013-01-02 16:13:04 +0000 +++ lisp/subr.el 2013-01-03 02:37:57 +0000 @@ -1867,7 +1867,7 @@ ,form))) ;; Add FORM to the element unless it's already there. (unless (member form (cdr elt)) - (nconc elt (purecopy (list form))))))) + (nconc elt (list form)))))) (defvar after-load-functions nil "Special hook run after loading a file. === modified file 'msdos/README' --- msdos/README 2013-01-01 09:11:05 +0000 +++ msdos/README 2013-01-03 01:49:08 +0000 @@ -10,7 +10,7 @@ Windows 3.X. Since these are binary files, their copyright notice is reproduced here: -# Copyright (C) 1993, 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 1993, 2002-2013 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # === modified file 'msdos/depfiles.bat' --- msdos/depfiles.bat 2012-01-05 09:46:05 +0000 +++ msdos/depfiles.bat 2013-01-03 01:35:49 +0000 @@ -1,7 +1,7 @@ @echo off rem ---------------------------------------------------------------------- rem Auxiliary script for MSDOS, run by ../config.bat -rem Copyright (C) 2011-2012 Free Software Foundation, Inc. +rem Copyright (C) 2011-2013 Free Software Foundation, Inc. rem This file is part of GNU Emacs. === modified file 'msdos/sed2v2.inp' --- msdos/sed2v2.inp 2013-01-02 16:13:04 +0000 +++ msdos/sed2v2.inp 2013-01-03 02:37:57 +0000 @@ -31,7 +31,7 @@ #ifndef MSDOS\ #define MSDOS\ #endif -/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2012 Free Software Foundation, Inc."/ +/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."/ /^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'! /^#undef DOS_NT *$/s/^.*$/#define DOS_NT/ /^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/ === modified file 'nt/config.nt' --- nt/config.nt 2013-01-02 16:13:04 +0000 +++ nt/config.nt 2013-01-03 02:37:57 +0000 @@ -78,7 +78,7 @@ #undef CLASH_DETECTION /* Short copyright string for this version of Emacs. */ -#define COPYRIGHT "Copyright (C) 2012 Free Software Foundation, Inc." +#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc." /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems. === modified file 'nt/configure.bat' --- nt/configure.bat 2012-10-17 19:02:44 +0000 +++ nt/configure.bat 2013-01-03 01:35:49 +0000 @@ -1,7 +1,7 @@ @echo off rem ---------------------------------------------------------------------- rem Configuration script for MS Windows operating systems -rem Copyright (C) 1999-2012 Free Software Foundation, Inc. +rem Copyright (C) 1999-2013 Free Software Foundation, Inc. rem This file is part of GNU Emacs. === modified file 'nt/emacs.rc' --- nt/emacs.rc 2012-12-21 19:32:43 +0000 +++ nt/emacs.rc 2013-01-03 02:37:57 +0000 @@ -31,7 +31,7 @@ VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "24, 3, 50, 0\0" === modified file 'nt/emacsclient.rc' --- nt/emacsclient.rc 2012-12-21 19:32:43 +0000 +++ nt/emacsclient.rc 2013-01-03 02:37:57 +0000 @@ -25,7 +25,7 @@ VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "24, 3, 50, 0\0" === modified file 'nt/icons/README' --- nt/icons/README 2013-01-01 09:11:05 +0000 +++ nt/icons/README 2013-01-03 01:46:47 +0000 @@ -8,7 +8,7 @@ File: emacs22.ico Author: Andrew Zhilin -Copyright (C) 2005-2012 Free Software Foundation, Inc. +Copyright (C) 2005-2013 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) @@ -17,7 +17,7 @@ gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico gnu7.ico gnu8.ico gnu9.ico Author: Rob Davenport -Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) === modified file 'src/fns.c' --- src/fns.c 2012-12-21 19:32:43 +0000 +++ src/fns.c 2013-01-03 02:37:57 +0000 @@ -1,6 +1,6 @@ /* Random utility Lisp functions. - Copyright (C) 1985-1987, 1993-1995, 1997-2012 - Free Software Foundation, Inc. + +Copyright (C) 1985-1987, 1993-1995, 1997-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. ------------------------------------------------------------ revno: 111407 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 18:36:29 -0800 message: * check-doc-strings: Update for CVS->bzr, moved lispref/ directory. (Now it actually runs. Whether or not it does anything useful is another matter...) diff: === modified file 'admin/ChangeLog' --- admin/ChangeLog 2013-01-03 02:29:46 +0000 +++ admin/ChangeLog 2013-01-03 02:36:29 +0000 @@ -1,5 +1,7 @@ 2013-01-03 Glenn Morris + * check-doc-strings: Update for CVS->bzr, moved lispref/ directory. + * emacs-pretesters, make-announcement, make-changelog-diff: Remove files. === modified file 'admin/check-doc-strings' --- admin/check-doc-strings 2011-01-15 23:16:57 +0000 +++ admin/check-doc-strings 2013-01-03 02:36:29 +0000 @@ -17,7 +17,7 @@ This program is in the public domain.\n"; die $usage if @ARGV; -die $usage unless -r "src/alloc.c" && -d "CVS" && -d "lisp"; +die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp"; my %texi_funtype; my %texi_arglist; @@ -197,10 +197,8 @@ Show_details $show_details, $function, "@parms", $docstring; } -my $lisprefdir; -if (-d "man/lispref") { $lisprefdir = "man/lispref"; } -elsif (-d "lispref") { $lisprefdir = "lispref"; } -else { die "Can't find lispref texi directory.\n"; } +my $lisprefdir = "doc/lispref"; +die "Can't find lispref texi directory.\n" unless -d $lisprefdir; open (FIND, "find $lisprefdir -name '*.texi' -print |") or die; while (my $file = ) { ------------------------------------------------------------ revno: 111406 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 18:31:36 -0800 message: Remove some deleted files diff: === modified file 'admin/README' --- admin/README 2013-01-01 09:11:05 +0000 +++ admin/README 2013-01-03 02:31:36 +0000 @@ -24,10 +24,6 @@ Utilities for setting version numbers and alike. -** make-announcement, make-changelog-diff - -Scripts used to prepare release announcements. - * Scripts that can be used to build and test Emacs. ------------------------------------------------------------ revno: 111405 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 18:29:46 -0800 message: Remove some old admin/ files (eg make-changelog-diff hasn't been updated since CVS days) diff: === modified file 'admin/ChangeLog' --- admin/ChangeLog 2013-01-03 01:56:56 +0000 +++ admin/ChangeLog 2013-01-03 02:29:46 +0000 @@ -1,6 +1,7 @@ 2013-01-03 Glenn Morris - * emacs-pretesters: Remove file. + * emacs-pretesters, make-announcement, make-changelog-diff: + Remove files. 2012-12-14 Paul Eggert === removed file 'admin/make-announcement' --- admin/make-announcement 2013-01-01 09:11:05 +0000 +++ admin/make-announcement 1970-01-01 00:00:00 +0000 @@ -1,87 +0,0 @@ -#! /bin/bash - -## Copyright (C) 2002-2013 Free Software Foundation, Inc. - -## Author: Francesco Potorti` - -## This file is part of GNU Emacs. - -## GNU Emacs is free software: you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 3 of the License, or -## (at your option) any later version. - -## GNU Emacs is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. - -## You should have received a copy of the GNU General Public License -## along with GNU Emacs. If not, see . - - -### Code: - -if [ $# -ne 2 ]; then - echo "usage: $0 " >&2 - exit 1 -fi - -if [ ! -f INSTALL -o ! -f configure -o ! -d lib-src ]; then - echo "this script should be run in the emacs root directory" >&2 - exit 2 -fi - -OLD=$1 -NEW=$2 -outfile=emacs-$NEW.announce -oldtag=EMACS_PRETEST_$(echo $OLD|tr . _) -newtag=EMACS_PRETEST_$(echo $NEW|tr . _) - -if [ -f $outfile ]; then - echo "$outfile exists" - echo -n "interrupt to abort, ENTER to overwrite "; read answer -fi - -echo -n "tag name for OLD emacs version $OLD [$oldtag]: "; read answer -if [ "$answer" ]; then oldtag=$answer; fi - -echo -n "tag name for NEW emacs version $NEW [$newtag]: "; read answer -if [ "$answer" ]; then newtag=$answer; fi - -exec > $outfile - -cat < - -Please report results from compiling and running the pretest to -. Your feedback is necessary for us -to know on which platforms the pretest has been tried. - -If you have the tars from the previous pretest, and you have the -\`xdelta' utility, you can instead download the much smaller - - - -You can use a command like - - $ xdelta patch XDELTA PREVIOUS-TAR CURRENT-TAR - -to generate the new tar from the old one, where XDELTA is the xdelta -file you downloaded, PREVIOUS-TAR is the tar file from the previous -pretest, and CURRENT-TAR is the name of the tar file you downloaded. - -Information about xdelta can be found on the GNU ftp site, in -/non-gnu/xdelta.README. - -Changes since $OLD - -EOF - -make-changelog-diff $oldtag $newtag - -echo " announcement created in $outfile" >&2 - === removed file 'admin/make-changelog-diff' --- admin/make-changelog-diff 2011-01-15 23:16:57 +0000 +++ admin/make-changelog-diff 1970-01-01 00:00:00 +0000 @@ -1,29 +0,0 @@ -#! /bin/bash - -## Author: Francesco Potorti` - -if [ $# -ne 2 ]; then - echo "usage: $0 TAG1 TAG2" >&2 - exit 1 -fi - -if [ ! -f INSTALL -o ! -f configure -o ! -d lib-src ]; then - echo "this script should be run in the emacs root directory" >&2 - exit 2 -fi - -cvs -q diff -b -r $1 -r $2 $(find -name ChangeLog|sort) | - sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \ - -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' | - sed -n -e "/^======$/ { - N - N - h - d - } - H - s/.*// - x - s/^\n// - p" - ------------------------------------------------------------ revno: 111404 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 18:04:31 -0800 message: Misc updates for admin/make-tarball.txt diff: === modified file 'admin/make-tarball.txt' --- admin/make-tarball.txt 2012-12-23 02:41:17 +0000 +++ admin/make-tarball.txt 2013-01-03 02:04:31 +0000 @@ -4,6 +4,9 @@ For each step, check for possible errors. +0. Decide on versions of automake and autoconf, and ensure you will + have them available for the duration of the release process. + 1. `bzr update' (for a bound branch), or `bzr pull'. bzr status # check for locally modified files @@ -11,13 +14,13 @@ make sure that the later tagged version will bootstrap, should it be necessary to check it out. -3. Regenerate Emacs' etc/AUTHORS file (M-x load-file RET - lisp/emacs-lisp/authors.el RET, then M-x authors RET, then save - the *Authors* buffer). This may require fixing syntactically - incorrect ChangeLog entries beforehand. +3. Regenerate the etc/AUTHORS file: + M-: (require 'authors) RET, M-x authors RET, save the *Authors* buffer. + If there are errors that relate to syntactically incorrect + ChangeLog entries, consider fixing them and repeating. 4. Set the version number (M-x load-file RET admin/admin.el RET, then - M-x set-version RET). For a release, add released change log + M-x set-version RET). For a release, add released ChangeLog entries (M-x add-release-logs RET). For a pretest, start at version .90. After .99, use .990 (so that @@ -46,9 +49,7 @@ something like `find . | sort' in a clean bzr tree, and compare the results against the new tar contents. -8. xdelta delta emacs-OLD.tar.gz emacs-NEW.tar.gz emacs-OLD-NEW.xdelta - -9. tar -zxf emacs-NEW.tar.gz; cd emacs-NEW +8. tar -zxf emacs-NEW.tar.gz; cd emacs-NEW ./configure && make && make -n install Use `script' or M-x compile to save the compilation log in compile-NEW.log and compare it against an old one. The easiest way @@ -56,7 +57,7 @@ number of the old Emacs to __, do the same with the new log and do M-x ediff. Especially check that Info files aren't built. -10. cd EMACS_ROOT_DIR; bzr tag TAG +9. cd EMACS_ROOT_DIR; bzr tag TAG TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release. Shortly before the release, cut the version branch also, and open @@ -64,11 +65,11 @@ be sent to the emacs-diffs mailing list (by default, the list normally only gets commits to the trunk). -11. Now you should upload the files to the GNU ftp server. In order to +10. Now you should upload the files to the GNU ftp server. In order to do that, you must be registered as an Emacs maintainer and have your GPG key acknowledged by the ftp people. For instructions, see http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html - You can use the gnupload script to upload each FILE, like this: + You can use the gnulib script "gnupload" to upload each FILE, like this: gnupload --to alpha.gnu.org:emacs/pretest FILE (for a pretest) gnupload --to ftp.gnu.org:emacs FILE (for a release) @@ -84,16 +85,17 @@ For a pretest, place the files in /incoming/alpha instead, so that they appear on ftp://alpha.gnu.org/. - For a release, upload a bz2 tarfile as well; this can save a lot + For a release, upload xz and bz2 tarfiles as well; this can save a lot of bandwidth. -12. After five minutes, verify that the files are visible at +11. After five minutes, verify that the files are visible at ftp://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, at ftp://ftp.gnu.org/gnu/emacs/ for a release. -13. For a pretest, announce it on emacs-devel and BCC the pretesters. - For a release, announce it on info-gnu@gnu.org, - info-gnu-emacs@gnu.org, and emacs-devel. +12. For a pretest, announce it on emacs-devel and info-gnu-emacs@gnu.org. + For a release, also announce it on info-gnu@gnu.org. (Probably + bcc the info- addresses to make it less likely that people will + followup on those lists.) -14. For a release, update the Emacs homepage in the web repository. +13. For a release, update the Emacs homepage in the web repository. Also add the new NEWS file as NEWS.xx.y. ------------------------------------------------------------ revno: 111403 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 17:56:56 -0800 message: * admin/emacs-pretesters: Remove file. diff: === modified file 'admin/ChangeLog' --- admin/ChangeLog 2013-01-02 16:13:04 +0000 +++ admin/ChangeLog 2013-01-03 01:56:56 +0000 @@ -1,3 +1,7 @@ +2013-01-03 Glenn Morris + + * emacs-pretesters: Remove file. + 2012-12-14 Paul Eggert Fix permissions bugs with setgid directories etc. (Bug#13125) === removed file 'admin/emacs-pretesters' --- admin/emacs-pretesters 2011-01-15 23:16:57 +0000 +++ admin/emacs-pretesters 1970-01-01 00:00:00 +0000 @@ -1,217 +0,0 @@ -Here are the guidelines for being an Emacs pretester. -If you would like to do this, say so, and I'll add you to -the pretest list. - - - Information for Emacs Pretesters - -The purpose of Emacs pretesting is to verify that the new Emacs -distribution, about to be released, works properly on your system *with -no change whatever*, when installed following the precise -recommendations that come with the Emacs distribution. - -Here are some guidelines on how to do pretesting so as to make it -helpful. All of them follow from common sense together with the -nature of the purpose and the situation. - -Please save this file, and reread it when a new series of pretests -starts. - -* Get the pretest from gnu/emacs/pretest/emacs-MM.0.NN.tar.gz -on alpha.gnu.org. - -* After a few days of testing, if there are no problems, please report -that Emacs works for you and what configuration you are testing it on. - -* If you want to communicate with other pretesters, send mail to -emacs-pretesters@gnu.org. I don't use that mailing list when I send -to you because I've found that mailing lists tend to amplify random -noise into long discussions or even arguments, and that can waste a -lot of time. But when you have a reason to ask other pretesters for -help, you can do it that way. - -* It is absolutely vital that you report even the smallest change or -departure from the standard sources and procedure. - -Otherwise, you are not testing the same program that we asked you to -test. Testing a different program is usually of no use whatever. It -can even cause trouble, if you fail to tell us that you tested some -other program instead of what we are about to release. We might think -that Emacs works, when in fact it has not even been tried, and might -have a glaring fault. - -* Don't use a site-load.el file or a site-init.el file when you pretest. -Using either of those files means you are not testing Emacs as a typical -site would use it. - -Actually, it does no harm to test Emacs with such customizations *as -well as* testing it "out of the box". Anything you do that could find -a bug is useful, as long as you make sure we know exactly what you -did. The important point is that testing with local changes is no -substitute for testing Emacs exactly as it is distributed. - -* Even changing the compilation options counts as a change in the -program. The Emacs sources specify which compilation options to use. -Some of them are specified in makefiles, and some in machine-specific -configuration files. They also give you ways to override this--but if -you do, then you are not testing what ordinary users will do. -Therefore, when pretesting, it is vital to test with the default -compilation options. - -(Testing with a different set of options can be useful *in addition*, -but not *instead of* the default options.) - -* The machine and system configuration files of Emacs are parts of -Emacs. So when you test Emacs, you need to do it with the -configuration files that come with Emacs. - -If Emacs does not come with configuration files for a certain machine, -and you test it with configuration files that don't come with Emacs, -this is effectively changing Emacs. Because the crucial fact about -the planned release is that, without changes, it doesn't work on that -machine. - -To make Emacs work on that machine, we would need to install new -configuration files. That is not out of the question, since it is -safe--it certainly won't break any other machines that already work. -But you will have to rush in the legal papers to give the FSF -permission to use such a large piece of text. - -* Look in the etc/MACHINES file. - -The etc/MACHINES file says which configuration files to use for your -machine, so use the ones that are recommended. If you guess, you might -guess wrong and encounter spurious difficulties. What's more, if you -don't follow etc/MACHINES then you aren't helping to test that its -recommendations are valid. - -The etc/MACHINES file may describe other things that you need to do -to make Emacs work on your machine. If so, you should follow these -recommendations also, for the same reason. - -* Send your problem reports to bug-gnu-emacs@gnu.org. - -Sometimes we won't know what to do about a system-dependent issue, and -we may need people to say what happens if you try a certain thing on a -certain system. When this happens, we'll send out a query. - -* Don't delay sending information. - -When you test on a system and encounter no problems, please report it -right away. That way, we will know that someone has tested Emacs on -that kind of system. - -Please don't wait for several days "to see if it really works before -you say anything." Tell us right away that Emacs seems basically to -work; then, if you notice a problem a few days later, tell us -immediately about that when you see it. - -It is okay if you double check things before reporting a problem, such -as to see if you can easily fix it. But don't wait very long. A good -rule to use in pretesting is always to report every problem on the -same day you encounter it, even if that means you can't find a -solution before you report the problem. - -I'd much rather hear about a problem today and a solution tomorrow -than get both of them tomorrow at the same time. - -* Make each bug report self-contained. - -If you refer back to another message, whether from you or from someone -else, then it will be necessary for anyone who wants to investigate -the bug to find the other message. This may be difficult, it is -probably time-consuming. - -To help save our time, simply copy the relevant parts of any previous -messages into your own bug report. - -In particular, if we ask you for more information because a bug report -was incomplete, it is best to send me the *entire* collection of -relevant information, all together. If you send just the additional -information, that makes extra work for us. There is even a risk that -we won't remember what question you are sending the answer to. - -* When you encounter a bug that manifests itself as a Lisp error, -try setting debug-on-error to t and making the bug happen again. -Then you will get a Lisp backtrace. Including that in your bug report -is very useful. - -* For advice on debugging, see etc/DEBUG. - -* Debugging optimized code is possible, if you compile with GCC, but -in some cases the optimized code can be confusing. If you are not -accustomed to that, recompile Emacs without -O. One way to do this is - - make clean - make CFLAGS=-g - -* Configure tries to figure out what kind of system you have by -compiling and linking programs which calls various functions and looks -at whether that succeeds. The file config.log contains any messages -produced by compilers while running configure, to aid debugging if -configure makes a mistake. But note that config.cache reads: - -# Giving --cache-file=/dev/null disables caching, for debugging configure. - -or more simply, - -rm config.cache -./configure - -* Don't try changing Emacs *in any way* during pretest unless it fails -to work unchanged. - -* Always be precise when talking about changes you have made. Show -things rather than describing them. Use exact filenames (relative to -the main directory of the distribution), not partial ones. For -example, say "I changed Makefile" rather than "I changed the -makefile". Instead of saying "I defined the MUMBLE macro", send a -diff. - -* Always use `diff -c' to make diffs. If you don't include context, it -may be hard for us to figure out where you propose to make the -changes. So we might ignore your patch. - -* When you write a fix, keep in mind that we can't install a change -that *might* break other systems without the risk that it will fail to -work and therefore require an additional cycle of pretesting. - -People often suggest fixing a problem by changing config.h or -src/Makefile to do something special that a particular system needs. -Sometimes it is totally obvious that such changes would break Emacs -for almost all users. We can't possibly make a change like that. All -we can do is ask you to find a fix that is safe to install. - -Sometimes people send fixes that *might* be an improvement in -general--but it is hard to be sure of this. I can install such -changes some of the time, but not during pretest, when I am trying to -get a new version to work reliably as quickly as possible. - -The safest changes for us to install are changes to the s- and m- -files. At least those can't break other systems. - -Another safe kind of change is one that uses a conditional to make -sure it will apply only to a particular kind of system. Ordinarily, -that is a bad way to solve a problem, and I would want to find a -cleaner alternative. But the virtue of safety can make it superior at -pretest time. - -* Don't suggest changes during pretest to add features or make -something cleaner. Every change risks introducing a bug, so I won't -install a change during pretest unless it is *necessary*. - -* If you would like to suggest changes for purposes other than fixing -user-visible bugs, don't wait till pretest time. Instead, send them -after we have made a release that proves to be stable. That is the -easiest time to consider such suggestions. If you send them at -pretest time, we will have to defer them till later, and that might -mean we forget all about them. - -* In some cases, if you don't follow these guidelines, your -information might still be useful, but we would have to do more work -to make use of it. That might cause it to fall by the wayside. - -Local Variables: -mode: text -End: - ------------------------------------------------------------ revno: 111402 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 16:38:32 -0800 message: Remove duplicate merged ChangeLog entries diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2013-01-02 19:02:05 +0000 +++ lisp/ChangeLog 2013-01-03 00:38:32 +0000 @@ -22,16 +22,6 @@ * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string. -2013-01-02 Fabián Ezequiel Gallina - - * progmodes/python.el: Support other commands triggering - python-indent-line so indentation cycling continues to work. - (python-indent-trigger-commands): New defcustom. - (python-indent-line): Use it. - - * progmodes/python.el (python-shell-send-region): Add blank lines - for non sent code so backtraces remain correct. - 2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if ------------------------------------------------------------ revno: 111401 committer: Glenn Morris branch nick: trunk timestamp: Wed 2013-01-02 11:02:05 -0800 message: Correct dates of merged ChangeLog entries diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2013-01-02 16:13:04 +0000 +++ doc/lispref/ChangeLog 2013-01-02 19:02:05 +0000 @@ -1,4 +1,4 @@ -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * customize.texi (Common Keywords, Type Keywords): Replace "active field" with "button". (Bug#13310) === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2013-01-02 16:13:04 +0000 +++ lisp/ChangeLog 2013-01-02 19:02:05 +0000 @@ -1,10 +1,10 @@ -2012-12-31 Andreas Schwab +2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as defun. Don't check for DECL if DOCSTRING isn't a string. (defun): Likewise. -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete. (Bug#13293) @@ -12,29 +12,27 @@ * files.el (parse-colon-path): Doc fix. (Bug#12351) Return nil for empty path elements. (Bug#13296) -2012-12-31 Fabián Ezequiel Gallina +2013-01-02 Fabián Ezequiel Gallina * progmodes/python.el (python-nav-end-of-statement): Rewrite in order to improve efficiency (Based on Daniel Colascione's patch). (Bug#13182) -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string. -2012-12-31 Fabián Ezequiel Gallina +2013-01-02 Fabián Ezequiel Gallina * progmodes/python.el: Support other commands triggering python-indent-line so indentation cycling continues to work. (python-indent-trigger-commands): New defcustom. (python-indent-line): Use it. -2012-12-31 Fabián Ezequiel Gallina - * progmodes/python.el (python-shell-send-region): Add blank lines for non sent code so backtraces remain correct. -2012-12-31 Andreas Schwab +2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if neither DOCSTRING nor DECL was given. (Bug#13316) === modified file 'src/ChangeLog' --- src/ChangeLog 2013-01-02 16:13:04 +0000 +++ src/ChangeLog 2013-01-02 19:02:05 +0000 @@ -1,4 +1,4 @@ -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * keymap.c (Fkey_description): Doc fix. (Bug#13323) ------------------------------------------------------------ revno: 111400 committer: Paul Eggert branch nick: trunk timestamp: Wed 2013-01-02 08:37:04 -0800 message: Merge from gnulib. diff: === modified file 'ChangeLog' --- ChangeLog 2013-01-02 16:13:04 +0000 +++ ChangeLog 2013-01-02 16:37:04 +0000 @@ -1,3 +1,8 @@ +2013-01-02 Paul Eggert + + Merge from gnulib, incorporating copyright-date changes and: + 2012-12-31 dup2: work around cygwin bug + 2012-12-30 Jan Djärv * configure.ac: Check for GtkHandlebox. === modified file 'build-aux/snippet/warn-on-use.h' --- build-aux/snippet/warn-on-use.h 2012-11-30 18:25:59 +0000 +++ build-aux/snippet/warn-on-use.h 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* A C macro for emitting warnings if a function is used. - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 === modified file 'doc/misc/texinfo.tex' --- doc/misc/texinfo.tex 2012-11-12 03:10:51 +0000 +++ doc/misc/texinfo.tex 2013-01-02 16:37:04 +0000 @@ -3,11 +3,11 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2012-11-08.11} +\def\texinfoversion{2013-01-01.15} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -% 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. % % This texinfo.tex file is free software: you can redistribute it and/or % modify it under the terms of the GNU General Public License as @@ -24,7 +24,8 @@ % % As a special exception, when this file is read by TeX when processing % a Texinfo source document, you may use the result without -% restriction. (This has been our intent since Texinfo was invented.) +% restriction. This Exception is an additional permission under section 7 +% of the GNU General Public License, version 3 ("GPLv3"). % % Please try the latest version of texinfo.tex before submitting bug % reports; you can get the latest version from: === modified file 'lib/at-func.c' --- lib/at-func.c 2012-11-14 04:55:41 +0000 +++ lib/at-func.c 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* Define at-style functions like fstatat, unlinkat, fchownat, etc. - Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2013 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 === modified file 'lib/close-stream.c' --- lib/close-stream.c 2012-11-03 18:54:17 +0000 +++ lib/close-stream.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Close a stream, with nicer error checking than fclose's. - Copyright (C) 1998-2002, 2004, 2006-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2002, 2004, 2006-2013 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 === modified file 'lib/dup2.c' --- lib/dup2.c 2012-05-26 23:14:36 +0000 +++ lib/dup2.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Duplicate an open file descriptor to a specified file descriptor. - Copyright (C) 1999, 2004-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1999, 2004-2007, 2009-2013 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 @@ -95,7 +95,10 @@ # ifdef F_GETFL /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF. On Cygwin 1.5.x, dup2 (1, 1) returns 0. + On Cygwin 1.7.17, dup2 (1, -1) dumps core. On Haiku, dup2 (fd, fd) mistakenly clears FD_CLOEXEC. */ + if (desired_fd < 0) + fd = desired_fd; if (fd == desired_fd) return fcntl (fd, F_GETFL) == -1 ? -1 : fd; # endif === modified file 'lib/euidaccess.c' --- lib/euidaccess.c 2012-11-14 04:55:41 +0000 +++ lib/euidaccess.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* euidaccess -- check if effective user id can access file - Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2012 Free + Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. === modified file 'lib/faccessat.c' --- lib/faccessat.c 2012-11-14 04:55:41 +0000 +++ lib/faccessat.c 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* Check the access rights of a file relative to an open directory. - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 === modified file 'lib/fcntl.in.h' --- lib/fcntl.in.h 2012-11-14 05:29:54 +0000 +++ lib/fcntl.in.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Like , but with non-working flags defined to 0. - Copyright (C) 2006-2012 Free Software Foundation, Inc. + Copyright (C) 2006-2013 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 === modified file 'lib/filemode.c' --- lib/filemode.c 2012-12-24 06:24:08 +0000 +++ lib/filemode.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* filemode.c -- make a string describing file modes - Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2012 Free + Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify === modified file 'lib/fpending.c' --- lib/fpending.c 2012-11-03 18:54:17 +0000 +++ lib/fpending.c 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* fpending.c -- return the number of pending output bytes on a stream - Copyright (C) 2000, 2004, 2006-2007, 2009-2012 Free Software Foundation, + Copyright (C) 2000, 2004, 2006-2007, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify === modified file 'lib/fpending.h' --- lib/fpending.h 2012-11-03 18:54:17 +0000 +++ lib/fpending.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009-2012 Free Software Foundation, + Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify === modified file 'lib/getgroups.c' --- lib/getgroups.c 2012-11-14 04:55:41 +0000 +++ lib/getgroups.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* provide consistent interface to getgroups for systems that don't allow N==0 - Copyright (C) 1996, 1999, 2003, 2006-2012 Free Software Foundation, Inc. + Copyright (C) 1996, 1999, 2003, 2006-2013 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 === modified file 'lib/gnulib.mk' --- lib/gnulib.mk 2012-12-08 17:19:51 +0000 +++ lib/gnulib.mk 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ ## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'lib/group-member.c' --- lib/group-member.c 2012-11-14 04:55:41 +0000 +++ lib/group-member.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* group-member.c -- determine whether group id is in calling user's group list - Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2012 Free Software + Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify === modified file 'lib/lstat.c' --- lib/lstat.c 2012-11-30 18:25:59 +0000 +++ lib/lstat.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Work around a bug of lstat on some systems - Copyright (C) 1997-2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2006, 2008-2013 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 === modified file 'lib/md5.c' --- lib/md5.c 2012-11-30 18:25:59 +0000 +++ lib/md5.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* Functions to compute MD5 message digest of files or memory blocks. according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2012 Free Software + Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. === modified file 'lib/putenv.c' --- lib/putenv.c 2012-12-08 17:19:51 +0000 +++ lib/putenv.c 2013-01-02 16:37:04 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2012 Free Software +/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2013 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C === modified file 'lib/root-uid.h' --- lib/root-uid.h 2012-11-14 04:55:41 +0000 +++ lib/root-uid.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* The user ID that always has appropriate privileges in the POSIX sense. - Copyright 2012 Free Software Foundation, Inc. + Copyright 2012-2013 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 === modified file 'lib/sha1.c' --- lib/sha1.c 2012-11-30 18:25:59 +0000 +++ lib/sha1.c 2013-01-02 16:37:04 +0000 @@ -1,7 +1,7 @@ /* sha1.c - Functions to compute SHA1 message digest of files or memory blocks according to the NIST specification FIPS-180-1. - Copyright (C) 2000-2001, 2003-2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2001, 2003-2006, 2008-2013 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 the === modified file 'lib/sha256.c' --- lib/sha256.c 2012-11-30 18:25:59 +0000 +++ lib/sha256.c 2013-01-02 16:37:04 +0000 @@ -1,7 +1,7 @@ /* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or memory blocks according to the NIST specification FIPS-180-2. - Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2013 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 === modified file 'lib/sha512.c' --- lib/sha512.c 2012-11-30 18:25:59 +0000 +++ lib/sha512.c 2013-01-02 16:37:04 +0000 @@ -1,7 +1,7 @@ /* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or memory blocks according to the NIST specification FIPS-180-2. - Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2013 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 === modified file 'lib/sig2str.c' --- lib/sig2str.c 2012-12-08 02:30:51 +0000 +++ lib/sig2str.c 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* sig2str.c -- convert between signal names and numbers - Copyright (C) 2002, 2004, 2006, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2006, 2009-2013 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 === modified file 'lib/sig2str.h' --- lib/sig2str.h 2012-12-08 02:30:51 +0000 +++ lib/sig2str.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* sig2str.h -- convert between signal names and numbers - Copyright (C) 2002, 2005, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2009-2013 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 === modified file 'lib/stat.c' --- lib/stat.c 2012-11-30 18:25:59 +0000 +++ lib/stat.c 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* Work around platform bugs in stat. - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 === modified file 'lib/stdio.in.h' --- lib/stdio.in.h 2012-11-30 18:25:59 +0000 +++ lib/stdio.in.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* A GNU-like . - Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2004, 2007-2013 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 === modified file 'lib/sys_stat.in.h' --- lib/sys_stat.in.h 2012-12-24 06:24:08 +0000 +++ lib/sys_stat.in.h 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* Provide a more complete sys/stat header file. - Copyright (C) 2005-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 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 === modified file 'lib/unistd.in.h' --- lib/unistd.in.h 2012-11-30 18:25:59 +0000 +++ lib/unistd.in.h 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ /* Substitute for and wrapper around . - Copyright (C) 2003-2012 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 === modified file 'lib/unsetenv.c' --- lib/unsetenv.c 2012-12-08 17:19:51 +0000 +++ lib/unsetenv.c 2013-01-02 16:37:04 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1995-2002, 2005-2012 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995-2002, 2005-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify === modified file 'lib/xalloc-oversized.h' --- lib/xalloc-oversized.h 2012-11-14 04:55:41 +0000 +++ lib/xalloc-oversized.h 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ /* xalloc-oversized.h -- memory allocation size checking - Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc. + Copyright (C) 1990-2000, 2003-2004, 2006-2013 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 === modified file 'm4/c-strtod.m4' --- m4/c-strtod.m4 2012-11-30 18:25:59 +0000 +++ m4/c-strtod.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # c-strtod.m4 serial 15 -# Copyright (C) 2004-2006, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2006, 2009-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. === modified file 'm4/close-stream.m4' --- m4/close-stream.m4 2012-11-03 18:54:17 +0000 +++ m4/close-stream.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ #serial 4 -dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/dup2.m4' --- m4/dup2.m4 2012-05-26 23:14:36 +0000 +++ m4/dup2.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ -#serial 18 -dnl Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation, Inc. +#serial 19 +dnl Copyright (C) 2002, 2005, 2007, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -39,6 +39,9 @@ /* Many gnulib modules require POSIX conformance of EBADF. */ if (dup2 (2, 1000000) == -1 && errno != EBADF) result |= 16; + /* Flush out a cygwin core dump. */ + if (dup2 (2, -1) != -1 || errno != EBADF) + result |= 32; return result; ]) ], === modified file 'm4/euidaccess.m4' --- m4/euidaccess.m4 2012-11-14 04:55:41 +0000 +++ m4/euidaccess.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # euidaccess.m4 serial 15 -dnl Copyright (C) 2002-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/extern-inline.m4' --- m4/extern-inline.m4 2012-12-11 18:18:13 +0000 +++ m4/extern-inline.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ dnl 'extern inline' a la ISO C99. -dnl Copyright 2012 Free Software Foundation, Inc. +dnl Copyright 2012-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/faccessat.m4' --- m4/faccessat.m4 2012-11-14 04:55:41 +0000 +++ m4/faccessat.m4 2013-01-02 16:37:04 +0000 @@ -1,7 +1,7 @@ # serial 6 # See if we need to provide faccessat replacement. -dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/fcntl_h.m4' --- m4/fcntl_h.m4 2012-11-14 04:55:41 +0000 +++ m4/fcntl_h.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # serial 15 # Configure fcntl.h. -dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/fpending.m4' --- m4/fpending.m4 2012-11-03 18:54:17 +0000 +++ m4/fpending.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # serial 19 -# Copyright (C) 2000-2001, 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2001, 2004-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. === modified file 'm4/getgroups.m4' --- m4/getgroups.m4 2012-11-14 04:55:41 +0000 +++ m4/getgroups.m4 2013-01-02 16:37:04 +0000 @@ -3,7 +3,7 @@ dnl From Jim Meyering. dnl A wrapper around AC_FUNC_GETGROUPS. -# Copyright (C) 1996-1997, 1999-2004, 2008-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-1997, 1999-2004, 2008-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, === modified file 'm4/gnulib-common.m4' --- m4/gnulib-common.m4 2012-12-24 06:24:08 +0000 +++ m4/gnulib-common.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # gnulib-common.m4 serial 33 -dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/gnulib-comp.m4' --- m4/gnulib-comp.m4 2012-12-08 17:19:51 +0000 +++ m4/gnulib-comp.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # DO NOT EDIT! GENERATED AUTOMATICALLY! -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'm4/group-member.m4' --- m4/group-member.m4 2012-11-14 04:55:41 +0000 +++ m4/group-member.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # serial 14 -# Copyright (C) 1999-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2001, 2003-2007, 2009-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, === modified file 'm4/lstat.m4' --- m4/lstat.m4 2012-11-30 18:25:59 +0000 +++ m4/lstat.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # serial 26 -# Copyright (C) 1997-2001, 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2001, 2003-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, === modified file 'm4/md5.m4' --- m4/md5.m4 2012-11-30 18:25:59 +0000 +++ m4/md5.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # md5.m4 serial 13 -dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/putenv.m4' --- m4/putenv.m4 2012-12-08 17:19:51 +0000 +++ m4/putenv.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # putenv.m4 serial 19 -dnl Copyright (C) 2002-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/setenv.m4' --- m4/setenv.m4 2012-12-08 17:19:51 +0000 +++ m4/setenv.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # setenv.m4 serial 26 -dnl Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2004, 2006-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sha1.m4' --- m4/sha1.m4 2012-11-30 18:25:59 +0000 +++ m4/sha1.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # sha1.m4 serial 11 -dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sha256.m4' --- m4/sha256.m4 2012-11-30 18:25:59 +0000 +++ m4/sha256.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # sha256.m4 serial 6 -dnl Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sha512.m4' --- m4/sha512.m4 2012-11-30 18:25:59 +0000 +++ m4/sha512.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # sha512.m4 serial 7 -dnl Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sig2str.m4' --- m4/sig2str.m4 2012-12-08 02:30:51 +0000 +++ m4/sig2str.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # serial 7 -dnl Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2005-2006, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/stat.m4' --- m4/stat.m4 2012-11-30 18:25:59 +0000 +++ m4/stat.m4 2013-01-02 16:37:04 +0000 @@ -1,6 +1,6 @@ # serial 11 -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, === modified file 'm4/stdio_h.m4' --- m4/stdio_h.m4 2012-11-30 18:25:59 +0000 +++ m4/stdio_h.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # stdio_h.m4 serial 43 -dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sys_socket_h.m4' --- m4/sys_socket_h.m4 2012-11-30 18:25:59 +0000 +++ m4/sys_socket_h.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # sys_socket_h.m4 serial 23 -dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/sys_stat_h.m4' --- m4/sys_stat_h.m4 2012-11-30 18:25:59 +0000 +++ m4/sys_stat_h.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # sys_stat_h.m4 serial 28 -*- Autoconf -*- -dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. === modified file 'm4/unistd_h.m4' --- m4/unistd_h.m4 2012-11-30 18:25:59 +0000 +++ m4/unistd_h.m4 2013-01-02 16:37:04 +0000 @@ -1,5 +1,5 @@ # unistd_h.m4 serial 66 -dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. ------------------------------------------------------------ revno: 111399 committer: Paul Eggert branch nick: trunk timestamp: Wed 2013-01-02 08:30:50 -0800 message: Update copyright dates to 2013. diff: === modified file 'etc/themes/leuven-theme.el' --- etc/themes/leuven-theme.el 2012-12-06 22:44:05 +0000 +++ etc/themes/leuven-theme.el 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ ;;; leuven-theme.el --- Emacs custom theme -;; Copyright (C) 2003-2012 Free Software Foundation, Inc. +;; Copyright (C) 2003-2013 Free Software Foundation, Inc. ;; Time-stamp: <2012-12-05 Wed 10:47> ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> === modified file 'lisp/emacs-lisp/nadvice.el' --- lisp/emacs-lisp/nadvice.el 2012-11-20 04:24:09 +0000 +++ lisp/emacs-lisp/nadvice.el 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ ;;; nadvice.el --- Light-weight advice primitives for Elisp functions -*- lexical-binding: t -*- -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Stefan Monnier ;; Keywords: extensions, lisp, tools === modified file 'lisp/net/tramp-adb.el' --- lisp/net/tramp-adb.el 2012-12-31 15:29:23 +0000 +++ lisp/net/tramp-adb.el 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ ;;; tramp-adb.el --- Functions for calling Android Debug Bridge from Tramp -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Juergen Hoetzel ;; Keywords: comm, processes === modified file 'nt/inc/sys/wait.h' --- nt/inc/sys/wait.h 2012-11-17 16:46:45 +0000 +++ nt/inc/sys/wait.h 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ /* A limited emulation of sys/wait.h on Posix systems. -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'src/inotify.c' --- src/inotify.c 2012-12-11 16:29:13 +0000 +++ src/inotify.c 2013-01-02 16:30:50 +0000 @@ -1,7 +1,6 @@ /* Inotify support for Emacs -Copyright (C) 2012 - Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'src/w32notify.c' --- src/w32notify.c 2012-12-11 18:09:55 +0000 +++ src/w32notify.c 2013-01-02 16:30:50 +0000 @@ -1,5 +1,5 @@ /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'test/automated/advice-tests.el' --- test/automated/advice-tests.el 2012-11-20 04:24:09 +0000 +++ test/automated/advice-tests.el 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ ;;; advice-tests.el --- Test suite for the new advice thingy. -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. === modified file 'test/automated/inotify-test.el' --- test/automated/inotify-test.el 2012-12-10 11:17:21 +0000 +++ test/automated/inotify-test.el 2013-01-02 16:30:50 +0000 @@ -1,6 +1,6 @@ ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Rüdiger Sonderfeld ;; Keywords: internal ------------------------------------------------------------ revno: 111398 [merge] committer: Paul Eggert branch nick: trunk timestamp: Wed 2013-01-02 08:13:04 -0800 message: Merge from emacs-24; up to r111114 diff: === modified file 'ChangeLog' --- ChangeLog 2012-12-30 19:34:25 +0000 +++ ChangeLog 2013-01-02 16:13:04 +0000 @@ -11867,7 +11867,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'GNUmakefile' --- GNUmakefile 2012-01-05 09:46:05 +0000 +++ GNUmakefile 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # Build Emacs from a fresh tarball or version-control checkout. -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # === modified file 'INSTALL' --- INSTALL 2012-09-10 01:03:27 +0000 +++ INSTALL 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ GNU Emacs Installation Guide -Copyright (C) 1992, 1994, 1996-1997, 2000-2012 +Copyright (C) 1992, 1994, 1996-1997, 2000-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'INSTALL.BZR' --- INSTALL.BZR 2012-08-07 17:02:30 +0000 +++ INSTALL.BZR 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'Makefile.in' --- Makefile.in 2012-12-21 19:32:43 +0000 +++ Makefile.in 2013-01-02 16:13:04 +0000 @@ -2,7 +2,7 @@ # DIST: make most of the changes to this file you might want, so try # DIST: that first. -# Copyright (C) 1992-2012 Free Software Foundation, Inc. +# Copyright (C) 1992-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'README' --- README 2012-12-21 19:32:43 +0000 +++ README 2013-01-02 16:13:04 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'admin/ChangeLog' --- admin/ChangeLog 2012-12-14 18:59:00 +0000 +++ admin/ChangeLog 2013-01-02 16:13:04 +0000 @@ -1665,7 +1665,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'admin/README' --- admin/README 2012-01-19 07:21:25 +0000 +++ admin/README 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'admin/admin.el' --- admin/admin.el 2012-11-03 19:19:05 +0000 +++ admin/admin.el 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ ;;; admin.el --- utilities for Emacs administration -;; Copyright (C) 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 2001-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. === modified file 'admin/alloc-colors.c' --- admin/alloc-colors.c 2012-01-19 07:21:25 +0000 +++ admin/alloc-colors.c 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ /* Allocate X colors. Used for testing with dense colormaps. -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'admin/build-configs' --- admin/build-configs 2012-01-19 07:21:25 +0000 +++ admin/build-configs 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Build Emacs in several different configurations. -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'admin/bzrmerge.el' --- admin/bzrmerge.el 2012-08-28 19:26:41 +0000 +++ admin/bzrmerge.el 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; bzrmerge.el --- help merge one Emacs bzr branch to another -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2013 Free Software Foundation, Inc. ;; Author: Stefan Monnier ;; Keywords: maint === modified file 'admin/charsets/mapfiles/README' --- admin/charsets/mapfiles/README 2012-01-19 07:21:25 +0000 +++ admin/charsets/mapfiles/README 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2009-2012 Free Software Foundation, Inc. +Copyright (C) 2009-2013 Free Software Foundation, Inc. Copyright (C) 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 === modified file 'admin/cus-test.el' --- admin/cus-test.el 2012-01-19 07:21:25 +0000 +++ admin/cus-test.el 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; cus-test.el --- tests for custom types and load problems -;; Copyright (C) 1998, 2000, 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 1998, 2000, 2002-2013 Free Software Foundation, Inc. ;; Author: Markus Rost ;; Maintainer: Markus Rost === modified file 'admin/diff-tar-files' --- admin/diff-tar-files 2012-01-19 07:21:25 +0000 +++ admin/diff-tar-files 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'admin/grammars/c.by' --- admin/grammars/c.by 2012-10-01 18:10:29 +0000 +++ admin/grammars/c.by 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ ;;; c.by -- LL grammar for C/C++ language specification -;; Copyright (C) 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam ;; David Ponce === modified file 'admin/grammars/grammar.wy' --- admin/grammars/grammar.wy 2012-10-01 18:10:29 +0000 +++ admin/grammars/grammar.wy 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars ;; -;; Copyright (C) 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 2002-2013 Free Software Foundation, Inc. ;; ;; Author: David Ponce ;; Maintainer: David Ponce === modified file 'admin/grammars/java-tags.wy' --- admin/grammars/java-tags.wy 2012-10-01 18:10:29 +0000 +++ admin/grammars/java-tags.wy 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; java-tags.wy -- Semantic LALR grammar for Java -;; Copyright (C) 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 2002-2013 Free Software Foundation, Inc. ;; ;; Author: David Ponce ;; Maintainer: David Ponce === modified file 'admin/grammars/js.wy' --- admin/grammars/js.wy 2012-10-01 18:10:29 +0000 +++ admin/grammars/js.wy 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; javascript-jv.wy -- LALR grammar for Javascript -;; Copyright (C) 2005-2012 Free Software Foundation, Inc. +;; Copyright (C) 2005-2013 Free Software Foundation, Inc. ;; Copyright (C) 1998-2011 Ecma International. ;; Author: Joakim Verona === modified file 'admin/grammars/make.by' --- admin/grammars/make.by 2012-10-01 18:10:29 +0000 +++ admin/grammars/make.by 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; make.by -- BY notation for Makefiles. -;; Copyright (C) 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam ;; David Ponce === modified file 'admin/grammars/python.wy' --- admin/grammars/python.wy 2012-10-01 18:10:29 +0000 +++ admin/grammars/python.wy 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; python.wy -- LALR grammar for Python -;; Copyright (C) 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 2002-2013 Free Software Foundation, Inc. ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, ;; 2009, 2010 Python Software Foundation; All Rights Reserved === modified file 'admin/grammars/scheme.by' --- admin/grammars/scheme.by 2012-10-01 18:10:29 +0000 +++ admin/grammars/scheme.by 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; scheme.by -- Scheme BNF language specification -;; Copyright (C) 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 2001-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. === modified file 'admin/grammars/srecode-template.wy' --- admin/grammars/srecode-template.wy 2012-10-05 05:57:24 +0000 +++ admin/grammars/srecode-template.wy 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ;;; srecode-template.wy --- Semantic Recoder Template parser -;; Copyright (C) 2005-2012 Free Software Foundation, Inc. +;; Copyright (C) 2005-2013 Free Software Foundation, Inc. ;; Author: Eric Ludlam ;; Keywords: syntax === modified file 'admin/make-announcement' --- admin/make-announcement 2012-01-19 07:21:25 +0000 +++ admin/make-announcement 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #! /bin/bash -## Copyright (C) 2002-2012 Free Software Foundation, Inc. +## Copyright (C) 2002-2013 Free Software Foundation, Inc. ## Author: Francesco Potorti` === modified file 'admin/make-emacs' --- admin/make-emacs 2012-06-13 13:40:48 +0000 +++ admin/make-emacs 2013-01-01 09:11:05 +0000 @@ -2,7 +2,7 @@ # Build Emacs with various options for profiling, debugging, # with and without warnings enabled etc. -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'admin/merge-gnulib' --- admin/merge-gnulib 2012-12-08 17:19:51 +0000 +++ admin/merge-gnulib 2013-01-02 16:13:04 +0000 @@ -4,7 +4,7 @@ # # admin/merge-gnulib -# Copyright 2012 Free Software Foundation, Inc. +# Copyright 2012-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'admin/notes/copyright' --- admin/notes/copyright 2012-11-23 07:48:43 +0000 +++ admin/notes/copyright 2013-01-02 16:13:04 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2007-2012 Free Software Foundation, Inc. +Copyright (C) 2007-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'admin/notes/font-backend' --- admin/notes/font-backend 2012-01-19 07:21:25 +0000 +++ admin/notes/font-backend 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'admin/notes/lel-TODO' --- admin/notes/lel-TODO 2012-01-30 08:32:06 +0000 +++ admin/notes/lel-TODO 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ Some lisp/emacs-lisp/ Features and Where They Are Documented -Copyright (C) 2007-2012 Free Software Foundation, Inc. +Copyright (C) 2007-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'admin/notes/multi-tty' --- admin/notes/multi-tty 2012-07-12 23:56:39 +0000 +++ admin/notes/multi-tty 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ -*- coding: utf-8; mode: text; -*- -Copyright (C) 2007-2012 Free Software Foundation, Inc. +Copyright (C) 2007-2013 Free Software Foundation, Inc. See the end of the file for license conditions. From README.multi-tty in the multi-tty branch. === modified file 'admin/notes/unicode' --- admin/notes/unicode 2012-03-01 07:34:52 +0000 +++ admin/notes/unicode 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ -*-mode: text; coding: latin-1;-*- -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Problems, fixmes and other unicode-related issues === modified file 'admin/nt/README-UNDUMP.W32' --- admin/nt/README-UNDUMP.W32 2012-01-19 07:21:25 +0000 +++ admin/nt/README-UNDUMP.W32 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Emacs for Windows === modified file 'admin/nt/README-ftp-server' --- admin/nt/README-ftp-server 2012-01-19 07:21:25 +0000 +++ admin/nt/README-ftp-server 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Precompiled Distributions of === modified file 'admin/quick-install-emacs' --- admin/quick-install-emacs 2012-07-09 04:52:49 +0000 +++ admin/quick-install-emacs 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ #!/bin/sh ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly -## Copyright (C) 2001-2012 Free Software Foundation, Inc. +## Copyright (C) 2001-2013 Free Software Foundation, Inc. ## Author: Miles Bader === modified file 'admin/unidata/Makefile.in' --- admin/unidata/Makefile.in 2012-04-10 07:18:02 +0000 +++ admin/unidata/Makefile.in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # Makefile -- Makefile to generate character property tables. -# Copyright (C) 2012 Free Software Foundation, Inc. +# Copyright (C) 2012-2013 Free Software Foundation, Inc. # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) === modified file 'autogen.sh' --- autogen.sh 2012-09-17 22:35:28 +0000 +++ autogen.sh 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ #!/bin/sh ### autogen.sh - tool to help build Emacs from a bzr checkout -## Copyright (C) 2011-2012 Free Software Foundation, Inc. +## Copyright (C) 2011-2013 Free Software Foundation, Inc. ## Author: Glenn Morris === modified file 'autogen/configure' --- autogen/configure 2012-12-31 11:17:37 +0000 +++ autogen/configure 2013-01-02 16:13:04 +0000 @@ -16102,7 +16102,7 @@ version=$PACKAGE_VERSION -copyright="Copyright (C) 2012 Free Software Foundation, Inc." +copyright="Copyright (C) 2013 Free Software Foundation, Inc." cat >>confdefs.h <<_ACEOF #define COPYRIGHT "$copyright" === modified file 'autogen/update_autogen' --- autogen/update_autogen 2012-07-09 04:52:49 +0000 +++ autogen/update_autogen 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ #!/bin/bash ### update_autogen - update the generated files in Emacs autogen/ directory -## Copyright (C) 2011-2012 Free Software Foundation, Inc. +## Copyright (C) 2011-2013 Free Software Foundation, Inc. ## Author: Glenn Morris === modified file 'build-aux/move-if-change' --- build-aux/move-if-change 2012-05-26 23:14:36 +0000 +++ build-aux/move-if-change 2013-01-01 09:11:05 +0000 @@ -8,7 +8,7 @@ # If you change this file with Emacs, please let the write hook # do its job. Otherwise, update this string manually. -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 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 === modified file 'build-aux/snippet/arg-nonnull.h' --- build-aux/snippet/arg-nonnull.h 2012-05-26 23:14:36 +0000 +++ build-aux/snippet/arg-nonnull.h 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 === modified file 'build-aux/snippet/c++defs.h' --- build-aux/snippet/c++defs.h 2012-05-26 23:14:36 +0000 +++ build-aux/snippet/c++defs.h 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ /* C++ compatible function declaration macros. - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 === modified file 'build-aux/update-subdirs' --- build-aux/update-subdirs 2012-05-21 20:40:55 +0000 +++ build-aux/update-subdirs 2013-01-01 09:11:05 +0000 @@ -1,8 +1,8 @@ #!/bin/sh # Write into $1/subdirs.el a list of subdirs of directory $1. -# Copyright (C) 1994-1995, 1997, 1999, 2001-2012 -# Free Software Foundation, Inc. +# Copyright (C) 1994-1995, 1997, 1999, 2001-2013 Free Software +# Foundation, Inc. # This file is part of GNU Emacs. === modified file 'config.bat' --- config.bat 2012-11-03 13:48:33 +0000 +++ config.bat 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @echo off rem ---------------------------------------------------------------------- rem Configuration script for MSDOS -rem Copyright (C) 1994-1999, 2001-2012 Free Software Foundation, Inc. +rem Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. rem This file is part of GNU Emacs. === modified file 'configure.ac' --- configure.ac 2012-12-30 19:34:25 +0000 +++ configure.ac 2013-01-02 16:13:04 +0000 @@ -4,7 +4,7 @@ dnl in the directory containing this script. dnl If you changed any AC_DEFINES, also run autoheader. dnl -dnl Copyright (C) 1994-1996, 1999-2012 Free Software Foundation, Inc. +dnl Copyright (C) 1994-1996, 1999-2013 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl @@ -4041,7 +4041,7 @@ version=$PACKAGE_VERSION -copyright="Copyright (C) 2012 Free Software Foundation, Inc." +copyright="Copyright (C) 2013 Free Software Foundation, Inc." AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], [Short copyright string for this version of Emacs.]) AC_SUBST(copyright) === modified file 'doc/emacs/ChangeLog' --- doc/emacs/ChangeLog 2012-12-21 19:32:43 +0000 +++ doc/emacs/ChangeLog 2013-01-02 16:13:04 +0000 @@ -9713,7 +9713,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/emacs/Makefile.in' --- doc/emacs/Makefile.in 2012-06-21 07:34:27 +0000 +++ doc/emacs/Makefile.in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #### Makefile for the Emacs Manual -# Copyright (C) 1994, 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/emacs/abbrevs.texi' --- doc/emacs/abbrevs.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/abbrevs.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Abbrevs @chapter Abbrevs === modified file 'doc/emacs/ack.texi' --- doc/emacs/ack.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/ack.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*- coding: iso-latin-1 -*- @c This is part of the Emacs manual. -@c Copyright (C) 1994-1997, 1999-2012 Free Software Foundation, Inc. +@c Copyright (C) 1994-1997, 1999-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @node Acknowledgments === modified file 'doc/emacs/anti.texi' --- doc/emacs/anti.texi 2012-06-17 05:13:40 +0000 +++ doc/emacs/anti.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2005-2012 Free Software Foundation, Inc. +@c Copyright (C) 2005-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Antinews === modified file 'doc/emacs/arevert-xtra.texi' --- doc/emacs/arevert-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/arevert-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/basic.texi' --- doc/emacs/basic.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/basic.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Basic @chapter Basic Editing Commands === modified file 'doc/emacs/buffers.texi' --- doc/emacs/buffers.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/buffers.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Buffers @chapter Using Multiple Buffers === modified file 'doc/emacs/building.texi' --- doc/emacs/building.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/building.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Building @chapter Compiling and Testing Programs === modified file 'doc/emacs/cal-xtra.texi' --- doc/emacs/cal-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/cal-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/calendar.texi' --- doc/emacs/calendar.texi 2012-12-22 16:25:40 +0000 +++ doc/emacs/calendar.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Calendar/Diary @chapter The Calendar and the Diary === modified file 'doc/emacs/cmdargs.texi' --- doc/emacs/cmdargs.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/cmdargs.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation @appendix Command Line Arguments for Emacs Invocation === modified file 'doc/emacs/commands.texi' --- doc/emacs/commands.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/commands.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Characters, Keys and Commands === modified file 'doc/emacs/custom.texi' --- doc/emacs/custom.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/custom.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Customization @chapter Customization === modified file 'doc/emacs/dired-xtra.texi' --- doc/emacs/dired-xtra.texi 2012-02-16 07:15:27 +0000 +++ doc/emacs/dired-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/dired.texi' --- doc/emacs/dired.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/dired.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Dired @chapter Dired, the Directory Editor === modified file 'doc/emacs/display.texi' --- doc/emacs/display.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/display.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Display === modified file 'doc/emacs/emacs-xtra.texi' --- doc/emacs/emacs-xtra.texi 2012-12-22 16:25:40 +0000 +++ doc/emacs/emacs-xtra.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ @copying This manual describes specialized features of Emacs. -Copyright @copyright{} 2004--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/emacs/emacs.texi' --- doc/emacs/emacs.texi 2012-12-22 16:25:40 +0000 +++ doc/emacs/emacs.texi 2013-01-01 09:11:05 +0000 @@ -26,7 +26,7 @@ @end ifnottex updated for Emacs version @value{EMACSVER}. -Copyright @copyright{} 1985--1987, 1993--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1985--1987, 1993--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/emacs/emerge-xtra.texi' --- doc/emacs/emerge-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/emerge-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/entering.texi' --- doc/emacs/entering.texi 2012-09-30 09:18:38 +0000 +++ doc/emacs/entering.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Entering and Exiting Emacs === modified file 'doc/emacs/files.texi' --- doc/emacs/files.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/files.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Files @chapter File Handling === modified file 'doc/emacs/fixit.texi' --- doc/emacs/fixit.texi 2012-06-29 06:28:37 +0000 +++ doc/emacs/fixit.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Fixit @chapter Commands for Fixing Typos === modified file 'doc/emacs/fortran-xtra.texi' --- doc/emacs/fortran-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/fortran-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/frames.texi' --- doc/emacs/frames.texi 2012-12-21 03:04:38 +0000 +++ doc/emacs/frames.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Frames @chapter Frames and Graphical Displays === modified file 'doc/emacs/glossary.texi' --- doc/emacs/glossary.texi 2012-12-22 16:25:40 +0000 +++ doc/emacs/glossary.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Glossary @unnumbered Glossary === modified file 'doc/emacs/gnu.texi' --- doc/emacs/gnu.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/gnu.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ -@c Copyright (C) 1985-1987, 1993, 1995, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993, 1995, 2001-2013 Free Software +@c 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 === modified file 'doc/emacs/help.texi' --- doc/emacs/help.texi 2012-09-30 09:18:38 +0000 +++ doc/emacs/help.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Help @chapter Help === modified file 'doc/emacs/indent.texi' --- doc/emacs/indent.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/indent.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Indentation @chapter Indentation === modified file 'doc/emacs/killing.texi' --- doc/emacs/killing.texi 2012-12-08 03:25:28 +0000 +++ doc/emacs/killing.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Killing === modified file 'doc/emacs/kmacro.texi' --- doc/emacs/kmacro.texi 2012-10-23 02:23:39 +0000 +++ doc/emacs/kmacro.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Keyboard Macros @chapter Keyboard Macros === modified file 'doc/emacs/m-x.texi' --- doc/emacs/m-x.texi 2012-05-27 01:25:06 +0000 +++ doc/emacs/m-x.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node M-x @chapter Running Commands by Name === modified file 'doc/emacs/macos.texi' --- doc/emacs/macos.texi 2012-05-27 01:25:06 +0000 +++ doc/emacs/macos.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2000-2012 Free Software Foundation, Inc. +@c Copyright (C) 2000-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mac OS / GNUstep @appendix Emacs and Mac OS / GNUstep === modified file 'doc/emacs/maintaining.texi' --- doc/emacs/maintaining.texi 2012-12-27 08:21:08 +0000 +++ doc/emacs/maintaining.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Maintaining @chapter Maintaining Large Programs === modified file 'doc/emacs/makefile.w32-in' --- doc/emacs/makefile.w32-in 2012-05-04 06:45:03 +0000 +++ doc/emacs/makefile.w32-in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Manual -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/emacs/mark.texi' --- doc/emacs/mark.texi 2012-11-17 06:38:05 +0000 +++ doc/emacs/mark.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mark @chapter The Mark and the Region === modified file 'doc/emacs/mini.texi' --- doc/emacs/mini.texi 2012-11-07 20:43:38 +0000 +++ doc/emacs/mini.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Minibuffer @chapter The Minibuffer === modified file 'doc/emacs/misc.texi' --- doc/emacs/misc.texi 2012-12-15 12:10:12 +0000 +++ doc/emacs/misc.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Miscellaneous Commands === modified file 'doc/emacs/modes.texi' --- doc/emacs/modes.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/modes.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Modes @chapter Major and Minor Modes === modified file 'doc/emacs/msdog-xtra.texi' --- doc/emacs/msdog-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/msdog-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/msdog.texi' --- doc/emacs/msdog.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/msdog.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Microsoft Windows @appendix Emacs and Microsoft Windows/MS-DOS === modified file 'doc/emacs/mule.texi' --- doc/emacs/mule.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/mule.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1997, 1999-2012 Free Software Foundation, Inc. +@c Copyright (C) 1997, 1999-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node International @chapter International Character Set Support === modified file 'doc/emacs/package.texi' --- doc/emacs/package.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/package.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Packages @chapter Emacs Lisp Packages === modified file 'doc/emacs/picture-xtra.texi' --- doc/emacs/picture-xtra.texi 2012-04-26 00:31:47 +0000 +++ doc/emacs/picture-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/emacs/programs.texi' --- doc/emacs/programs.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/programs.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Programs @chapter Editing Programs === modified file 'doc/emacs/regs.texi' --- doc/emacs/regs.texi 2012-09-08 20:09:06 +0000 +++ doc/emacs/regs.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Registers @chapter Registers === modified file 'doc/emacs/rmail.texi' --- doc/emacs/rmail.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/rmail.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Rmail @chapter Reading Mail with Rmail === modified file 'doc/emacs/screen.texi' --- doc/emacs/screen.texi 2012-10-27 11:06:08 +0000 +++ doc/emacs/screen.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Screen @chapter The Organization of the Screen === modified file 'doc/emacs/search.texi' --- doc/emacs/search.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/search.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Search @chapter Searching and Replacement === modified file 'doc/emacs/sending.texi' --- doc/emacs/sending.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/sending.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Sending Mail @chapter Sending Mail === modified file 'doc/emacs/text.texi' --- doc/emacs/text.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/text.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Text @chapter Commands for Human Languages === modified file 'doc/emacs/trouble.texi' --- doc/emacs/trouble.texi 2012-12-06 06:17:10 +0000 +++ doc/emacs/trouble.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Dealing with Common Problems === modified file 'doc/emacs/vc-xtra.texi' --- doc/emacs/vc-xtra.texi 2012-02-28 08:17:21 +0000 +++ doc/emacs/vc-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included in emacs-xtra.texi when producing the printed === modified file 'doc/emacs/vc1-xtra.texi' --- doc/emacs/vc1-xtra.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/vc1-xtra.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in vc-xtra.texi (when producing the === modified file 'doc/emacs/windows.texi' --- doc/emacs/windows.texi 2012-12-05 22:27:56 +0000 +++ doc/emacs/windows.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Windows @chapter Multiple Windows === modified file 'doc/emacs/xresources.texi' --- doc/emacs/xresources.texi 2012-12-22 16:25:40 +0000 +++ doc/emacs/xresources.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1987, 1993-1995, 1997, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1987, 1993-1995, 1997, 2001-2013 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. @node X Resources @appendix X Options and Resources === modified file 'doc/lispintro/ChangeLog' --- doc/lispintro/ChangeLog 2012-12-22 19:09:52 +0000 +++ doc/lispintro/ChangeLog 2013-01-02 16:13:04 +0000 @@ -568,7 +568,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/lispintro/Makefile.in' --- doc/lispintro/Makefile.in 2012-12-22 18:51:00 +0000 +++ doc/lispintro/Makefile.in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #### Makefile for the Emacs Lisp Introduction manual -# Copyright (C) 1994-1999, 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/lispintro/README' --- doc/lispintro/README 2012-01-19 07:21:25 +0000 +++ doc/lispintro/README 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'doc/lispintro/cons-1.eps' --- doc/lispintro/cons-1.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-1.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:26:58 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/cons-2.eps' --- doc/lispintro/cons-2.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-2.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:26:39 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/cons-2a.eps' --- doc/lispintro/cons-2a.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-2a.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Tue Mar 14 15:09:30 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/cons-3.eps' --- doc/lispintro/cons-3.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-3.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:25:41 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/cons-4.eps' --- doc/lispintro/cons-4.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-4.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:25:06 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/cons-5.eps' --- doc/lispintro/cons-5.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/cons-5.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:27:28 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/drawers.eps' --- doc/lispintro/drawers.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/drawers.eps 2013-01-01 09:11:05 +0000 @@ -9,7 +9,7 @@ %%EndComments %%BeginProlog -% Copyright (C) 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/emacs-lisp-intro.texi' --- doc/lispintro/emacs-lisp-intro.texi 2012-12-22 19:09:52 +0000 +++ doc/lispintro/emacs-lisp-intro.texi 2013-01-02 16:13:04 +0000 @@ -228,7 +228,7 @@ @sp 1 Edition @value{edition-number}, @value{update-date} @sp 1 -Copyright @copyright{} 1990--1995, 1997, 2001--2012 Free Software +Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software Foundation, Inc. @sp 1 === modified file 'doc/lispintro/lambda-1.eps' --- doc/lispintro/lambda-1.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/lambda-1.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:31:53 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/lambda-2.eps' --- doc/lispintro/lambda-2.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/lambda-2.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:33:09 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/lambda-3.eps' --- doc/lispintro/lambda-3.eps 2012-01-19 07:21:25 +0000 +++ doc/lispintro/lambda-3.eps 2013-01-01 09:11:05 +0000 @@ -4,7 +4,7 @@ %%CreationDate: Wed Mar 8 14:33:49 1995 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu) -% Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +% Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. % % This file is part of GNU Emacs. % === modified file 'doc/lispintro/makefile.w32-in' --- doc/lispintro/makefile.w32-in 2012-05-04 06:45:03 +0000 +++ doc/lispintro/makefile.w32-in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-12-30 18:09:01 +0000 +++ doc/lispref/ChangeLog 2013-01-02 16:13:04 +0000 @@ -1,3 +1,11 @@ +2012-12-31 Glenn Morris + + * customize.texi (Common Keywords, Type Keywords): + Replace "active field" with "button". (Bug#13310) + + * customize.texi (Common Keywords): Add xref. (Bug#13311) + * tips.texi (Library Headers): Add cindex. + 2012-12-30 Wolfgang Jenkner * functions.texi (Declare Form): @@ -11918,7 +11926,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1998-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/lispref/Makefile.in' --- doc/lispref/Makefile.in 2012-06-21 07:34:27 +0000 +++ doc/lispref/Makefile.in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # Makefile for the GNU Emacs Lisp Reference Manual. -# Copyright (C) 1990-1996, 1998-2012 Free Software Foundation, Inc. +# Copyright (C) 1990-1996, 1998-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/lispref/README' --- doc/lispref/README 2012-03-02 03:01:40 +0000 +++ doc/lispref/README 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. -*- outline -*- +Copyright (C) 2001-2013 Free Software Foundation, Inc. -*- outline -*- See the end of the file for license conditions. === modified file 'doc/lispref/abbrevs.texi' --- doc/lispref/abbrevs.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/abbrevs.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 1999, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Abbrevs @chapter Abbrevs and Abbrev Expansion === modified file 'doc/lispref/advice.texi' --- doc/lispref/advice.texi 2012-05-27 01:34:14 +0000 +++ doc/lispref/advice.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1998-1999, 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Advising Functions @chapter Advising Emacs Lisp Functions === modified file 'doc/lispref/anti.texi' --- doc/lispref/anti.texi 2012-10-27 05:03:52 +0000 +++ doc/lispref/anti.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999, 2002-2012 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2002-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c This node must have no pointers. === modified file 'doc/lispref/back.texi' --- doc/lispref/back.texi 2012-01-19 07:21:25 +0000 +++ doc/lispref/back.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c @c %**start of header === modified file 'doc/lispref/backups.texi' --- doc/lispref/backups.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/backups.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1999, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Backups and Auto-Saving @chapter Backups and Auto-Saving === modified file 'doc/lispref/buffers.texi' --- doc/lispref/buffers.texi 2012-12-22 16:25:40 +0000 +++ doc/lispref/buffers.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Buffers @chapter Buffers === modified file 'doc/lispref/commands.texi' --- doc/lispref/commands.texi 2012-12-22 16:25:40 +0000 +++ doc/lispref/commands.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Command Loop @chapter Command Loop === modified file 'doc/lispref/compile.texi' --- doc/lispref/compile.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/compile.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Byte Compilation @chapter Byte Compilation === modified file 'doc/lispref/control.texi' --- doc/lispref/control.texi 2012-12-13 05:29:15 +0000 +++ doc/lispref/control.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Control Structures @chapter Control Structures === modified file 'doc/lispref/customize.texi' --- doc/lispref/customize.texi 2012-12-21 19:32:43 +0000 +++ doc/lispref/customize.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1997-2012 Free Software Foundation, Inc. +@c Copyright (C) 1997-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Customization @chapter Customization Settings @@ -77,7 +77,7 @@ @item :link @var{link-data} @kindex link@r{, customization keyword} Include an external link after the documentation string for this item. -This is a sentence containing an active field which references some +This is a sentence containing a button that references some other documentation. There are several alternatives you can use for @var{link-data}: @@ -101,7 +101,7 @@ @item (emacs-commentary-link @var{library}) Link to the commentary section of a library; @var{library} is a string -which specifies the library name. +which specifies the library name. @xref{Library Headers}. @item (emacs-library-link @var{library}) Link to an Emacs Lisp library file; @var{library} is a string which @@ -1082,8 +1082,7 @@ @item %h Like @samp{%d}, but if the documentation string is more than one line, -add an active field to control whether to show all of it or just the -first line. +add a button to control whether to show all of it or just the first line. @item %t Substitute the tag here. You specify the tag with the @code{:tag} === modified file 'doc/lispref/debugging.texi' --- doc/lispref/debugging.texi 2012-11-21 14:14:42 +0000 +++ doc/lispref/debugging.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Debugging @chapter Debugging Lisp Programs === modified file 'doc/lispref/display.texi' --- doc/lispref/display.texi 2012-12-06 06:17:10 +0000 +++ doc/lispref/display.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Display @chapter Emacs Display === modified file 'doc/lispref/edebug.texi' --- doc/lispref/edebug.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/edebug.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @comment -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1992-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1992-1994, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @c This file can also be used by an independent Edebug User === modified file 'doc/lispref/elisp.texi' --- doc/lispref/elisp.texi 2012-12-22 19:09:52 +0000 +++ doc/lispref/elisp.texi 2013-01-02 16:13:04 +0000 @@ -98,7 +98,7 @@ @end ifnottex corresponding to Emacs version @value{EMACSVER}. -Copyright @copyright{} 1990--1996, 1998--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/lispref/errors.texi' --- doc/lispref/errors.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/errors.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1993, 1999, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Standard Errors @appendix Standard Errors === modified file 'doc/lispref/eval.texi' --- doc/lispref/eval.texi 2012-10-31 20:54:19 +0000 +++ doc/lispref/eval.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 1998, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 1998, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Evaluation @chapter Evaluation === modified file 'doc/lispref/files.texi' --- doc/lispref/files.texi 2012-12-29 14:32:36 +0000 +++ doc/lispref/files.texi 2013-01-02 16:13:04 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Files @chapter Files === modified file 'doc/lispref/frames.texi' --- doc/lispref/frames.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/frames.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Frames @chapter Frames === modified file 'doc/lispref/functions.texi' --- doc/lispref/functions.texi 2012-12-29 08:23:21 +0000 +++ doc/lispref/functions.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Functions @chapter Functions === modified file 'doc/lispref/hash.texi' --- doc/lispref/hash.texi 2012-05-27 01:34:14 +0000 +++ doc/lispref/hash.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Hash Tables @chapter Hash Tables === modified file 'doc/lispref/help.texi' --- doc/lispref/help.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/help.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Documentation @chapter Documentation === modified file 'doc/lispref/hooks.texi' --- doc/lispref/hooks.texi 2012-10-27 05:03:52 +0000 +++ doc/lispref/hooks.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1993, 1998, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1993, 1998, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Standard Hooks @appendix Standard Hooks === modified file 'doc/lispref/internals.texi' --- doc/lispref/internals.texi 2012-12-11 00:13:44 +0000 +++ doc/lispref/internals.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1993, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node GNU Emacs Internals @appendix GNU Emacs Internals === modified file 'doc/lispref/intro.texi' --- doc/lispref/intro.texi 2012-12-29 08:23:21 +0000 +++ doc/lispref/intro.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-coding: iso-latin-1-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Introduction === modified file 'doc/lispref/keymaps.texi' --- doc/lispref/keymaps.texi 2012-12-06 06:17:10 +0000 +++ doc/lispref/keymaps.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 1998-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 1998-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Keymaps @chapter Keymaps === modified file 'doc/lispref/lay-flat.texi' --- doc/lispref/lay-flat.texi 2012-01-19 07:21:25 +0000 +++ doc/lispref/lay-flat.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @c @comment %**start of header === modified file 'doc/lispref/lists.texi' --- doc/lispref/lists.texi 2012-12-05 03:52:08 +0000 +++ doc/lispref/lists.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Lists @chapter Lists === modified file 'doc/lispref/loading.texi' --- doc/lispref/loading.texi 2012-12-06 06:17:10 +0000 +++ doc/lispref/loading.texi 2013-01-02 16:13:04 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Loading @chapter Loading === modified file 'doc/lispref/macros.texi' --- doc/lispref/macros.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/macros.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Macros @chapter Macros === modified file 'doc/lispref/makefile.w32-in' --- doc/lispref/makefile.w32-in 2012-05-04 06:45:03 +0000 +++ doc/lispref/makefile.w32-in 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/lispref/maps.texi' --- doc/lispref/maps.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/maps.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1993, 1999, 2001-2013 Free Software Foundation, +@c Inc. @c See the file elisp.texi for copying conditions. @node Standard Keymaps @appendix Standard Keymaps === modified file 'doc/lispref/markers.texi' --- doc/lispref/markers.texi 2012-10-27 05:03:52 +0000 +++ doc/lispref/markers.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Markers @chapter Markers === modified file 'doc/lispref/minibuf.texi' --- doc/lispref/minibuf.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/minibuf.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Minibuffers @chapter Minibuffers === modified file 'doc/lispref/modes.texi' --- doc/lispref/modes.texi 2012-12-21 07:56:47 +0000 +++ doc/lispref/modes.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Modes @chapter Major and Minor Modes === modified file 'doc/lispref/nonascii.texi' --- doc/lispref/nonascii.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/nonascii.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1998-1999, 2001-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Non-ASCII Characters @chapter Non-@acronym{ASCII} Characters === modified file 'doc/lispref/numbers.texi' --- doc/lispref/numbers.texi 2012-12-22 16:25:40 +0000 +++ doc/lispref/numbers.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Numbers @chapter Numbers === modified file 'doc/lispref/objects.texi' --- doc/lispref/objects.texi 2012-12-22 16:25:40 +0000 +++ doc/lispref/objects.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Lisp Data Types @chapter Lisp Data Types === modified file 'doc/lispref/os.texi' --- doc/lispref/os.texi 2012-12-22 19:09:52 +0000 +++ doc/lispref/os.texi 2013-01-02 16:13:04 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node System Interface @chapter Operating System Interface === modified file 'doc/lispref/package.texi' --- doc/lispref/package.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/package.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2010-2012 Free Software Foundation, Inc. +@c Copyright (C) 2010-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Packaging @chapter Preparing Lisp code for distribution === modified file 'doc/lispref/positions.texi' --- doc/lispref/positions.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/positions.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Positions @chapter Positions === modified file 'doc/lispref/processes.texi' --- doc/lispref/processes.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/processes.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Processes @chapter Processes === modified file 'doc/lispref/searching.texi' --- doc/lispref/searching.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/searching.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Searching and Matching @chapter Searching and Matching === modified file 'doc/lispref/sequences.texi' --- doc/lispref/sequences.texi 2012-12-02 09:14:16 +0000 +++ doc/lispref/sequences.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Sequences Arrays Vectors @chapter Sequences, Arrays, and Vectors === modified file 'doc/lispref/streams.texi' --- doc/lispref/streams.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/streams.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Read and Print @chapter Reading and Printing Lisp Objects === modified file 'doc/lispref/strings.texi' --- doc/lispref/strings.texi 2012-12-15 13:44:41 +0000 +++ doc/lispref/strings.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Strings and Characters @chapter Strings and Characters === modified file 'doc/lispref/symbols.texi' --- doc/lispref/symbols.texi 2012-12-07 02:37:20 +0000 +++ doc/lispref/symbols.texi 2013-01-02 16:13:04 +0000 @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Symbols @chapter Symbols === modified file 'doc/lispref/syntax.texi' --- doc/lispref/syntax.texi 2012-12-29 08:23:21 +0000 +++ doc/lispref/syntax.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Syntax Tables @chapter Syntax Tables === modified file 'doc/lispref/text.texi' --- doc/lispref/text.texi 2012-12-05 22:27:56 +0000 +++ doc/lispref/text.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Text @chapter Text === modified file 'doc/lispref/tips.texi' --- doc/lispref/tips.texi 2012-12-19 19:51:40 +0000 +++ doc/lispref/tips.texi 2013-01-02 16:13:04 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Tips @appendix Tips and Conventions @@ -934,7 +934,7 @@ @group ;;; foo.el --- Support for the Foo programming language -;; Copyright (C) 2010-2012 Your Name +;; Copyright (C) 2010-2013 Your Name @end group ;; Author: Your Name @@ -1066,6 +1066,7 @@ library file. These should be separated from anything else by blank lines. Here is a table of them: +@cindex commentary, in a Lisp library @table @samp @item ;;; Commentary: This begins introductory comments that explain how the library works. === modified file 'doc/lispref/two-volume-cross-refs.txt' --- doc/lispref/two-volume-cross-refs.txt 2012-01-19 07:21:25 +0000 +++ doc/lispref/two-volume-cross-refs.txt 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See end for copying conditions. Two Volume Cross References === modified file 'doc/lispref/two-volume.make' --- doc/lispref/two-volume.make 2012-05-09 03:11:41 +0000 +++ doc/lispref/two-volume.make 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2012 Free Software Foundation, Inc. +# Copyright (C) 2007-2013 Free Software Foundation, Inc. # See end for copying conditions. # although it would be nice to use tex rather than pdftex to avoid === modified file 'doc/lispref/variables.texi' --- doc/lispref/variables.texi 2012-12-29 08:23:21 +0000 +++ doc/lispref/variables.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-2013 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Variables @chapter Variables === modified file 'doc/lispref/windows.texi' --- doc/lispref/windows.texi 2012-12-22 19:09:52 +0000 +++ doc/lispref/windows.texi 2013-01-02 16:13:04 +0000 @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software +@c Foundation, Inc. @c See the file elisp.texi for copying conditions. @node Windows @chapter Windows === modified file 'doc/man/ChangeLog' --- doc/man/ChangeLog 2012-12-02 01:47:56 +0000 +++ doc/man/ChangeLog 2013-01-02 16:13:04 +0000 @@ -144,7 +144,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2013-01-02 02:54:33 +0000 +++ doc/misc/ChangeLog 2013-01-02 16:13:04 +0000 @@ -9912,7 +9912,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'doc/misc/Makefile.in' --- doc/misc/Makefile.in 2012-12-22 19:09:52 +0000 +++ doc/misc/Makefile.in 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ #### Makefile for documentation other than the Emacs manual. -# Copyright (C) 1994, 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/misc/ada-mode.texi' --- doc/misc/ada-mode.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/ada-mode.texi 2013-01-02 16:13:04 +0000 @@ -3,7 +3,7 @@ @settitle Ada Mode @copying -Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/auth.texi' --- doc/misc/auth.texi 2012-12-22 21:12:07 +0000 +++ doc/misc/auth.texi 2013-01-01 09:11:05 +0000 @@ -10,7 +10,7 @@ @copying This file describes the Emacs auth-source library. -Copyright @copyright{} 2008--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/autotype.texi' --- doc/misc/autotype.texi 2012-12-22 21:01:50 +0000 +++ doc/misc/autotype.texi 2013-01-01 09:11:05 +0000 @@ -10,7 +10,7 @@ @c @cindex autotypist @copying -Copyright @copyright{} 1994--1995, 1999, 2001--2012 +Copyright @copyright{} 1994--1995, 1999, 2001--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/bovine.texi' --- doc/misc/bovine.texi 2012-12-22 21:15:44 +0000 +++ doc/misc/bovine.texi 2013-01-01 09:11:05 +0000 @@ -23,7 +23,7 @@ @c %**end of header @copying -Copyright @copyright{} 1999--2004, 2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2004, 2012--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/calc.texi' --- doc/misc/calc.texi 2013-01-02 02:54:33 +0000 +++ doc/misc/calc.texi 2013-01-02 16:13:04 +0000 @@ -94,7 +94,7 @@ GNU Emacs @value{EMACSVER}. @end ifnotinfo -Copyright @copyright{} 1990--1991, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1990--1991, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/cc-mode.texi' --- doc/misc/cc-mode.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/cc-mode.texi 2013-01-01 09:11:05 +0000 @@ -156,7 +156,7 @@ @copying This manual is for CC Mode in Emacs. -Copyright @copyright{} 1995--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/cl.texi 2013-01-02 16:13:04 +0000 @@ -6,7 +6,7 @@ @copying This file documents the GNU Emacs Common Lisp emulation package. -Copyright @copyright{} 1993, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/dbus.texi' --- doc/misc/dbus.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/dbus.texi 2013-01-01 09:11:05 +0000 @@ -9,7 +9,7 @@ @syncodeindex fn cp @copying -Copyright @copyright{} 2007--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/dired-x.texi' --- doc/misc/dired-x.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/dired-x.texi 2013-01-01 09:11:05 +0000 @@ -19,7 +19,7 @@ @comment %**end of header (This is for running Texinfo on a region.) @copying -Copyright @copyright{} 1994--1995, 1999, 2001--2012 +Copyright @copyright{} 1994--1995, 1999, 2001--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/ebrowse.texi' --- doc/misc/ebrowse.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/ebrowse.texi 2013-01-02 16:13:04 +0000 @@ -10,7 +10,7 @@ @copying This file documents Ebrowse, a C++ class browser for GNU Emacs. -Copyright @copyright{} 2000--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2000--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/ede.texi' --- doc/misc/ede.texi 2012-12-22 21:01:50 +0000 +++ doc/misc/ede.texi 2013-01-01 09:11:05 +0000 @@ -5,7 +5,7 @@ @copying This file describes EDE, the Emacs Development Environment. -Copyright @copyright{} 1998--2001, 2004--2005, 2008--2012 +Copyright @copyright{} 1998--2001, 2004--2005, 2008--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/ediff.texi' --- doc/misc/ediff.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/ediff.texi 2013-01-02 16:13:04 +0000 @@ -25,7 +25,7 @@ This file documents Ediff, a comprehensive visual interface to Unix diff and patch utilities. -Copyright @copyright{} 1995--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/edt.texi' --- doc/misc/edt.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/edt.texi 2013-01-01 09:11:05 +0000 @@ -5,7 +5,7 @@ @copying This file documents the EDT emulation package for Emacs. -Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2012 +Copyright @copyright{} 1986, 1992, 1994--1995, 1999--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/eieio.texi' --- doc/misc/eieio.texi 2012-12-22 21:01:50 +0000 +++ doc/misc/eieio.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ @copying This manual documents EIEIO, an object framework for Emacs Lisp. -Copyright @copyright{} 2007--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/emacs-gnutls.texi' --- doc/misc/emacs-gnutls.texi 2012-12-21 19:01:24 +0000 +++ doc/misc/emacs-gnutls.texi 2013-01-01 09:11:05 +0000 @@ -8,7 +8,7 @@ @copying This file describes the Emacs GnuTLS integration. -Copyright @copyright{} 2012 Free Software Foundation, Inc. +Copyright @copyright{} 2012--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/emacs-mime.texi' --- doc/misc/emacs-mime.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/emacs-mime.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ @copying This file documents the Emacs MIME interface functionality. -Copyright @copyright{} 1998--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1998--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/epa.texi' --- doc/misc/epa.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/epa.texi 2013-01-01 09:11:05 +0000 @@ -9,7 +9,7 @@ @copying This file describes EasyPG Assistant @value{VERSION}. -Copyright @copyright{} 2007--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/erc.texi' --- doc/misc/erc.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/erc.texi 2013-01-02 16:13:04 +0000 @@ -9,7 +9,7 @@ @copying This manual is for ERC as distributed with Emacs @value{EMACSVER}. -Copyright @copyright{} 2005--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2005--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/ert.texi' --- doc/misc/ert.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/ert.texi 2013-01-02 16:13:04 +0000 @@ -10,7 +10,7 @@ @end direntry @copying -Copyright @copyright{} 2008, 2010--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2008, 2010--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/eshell.texi' --- doc/misc/eshell.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/eshell.texi 2013-01-02 16:13:04 +0000 @@ -8,7 +8,7 @@ @copying This manual is for Eshell, the Emacs shell. -Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/eudc.texi' --- doc/misc/eudc.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/eudc.texi 2013-01-02 16:13:04 +0000 @@ -12,7 +12,7 @@ directory servers using various protocols such as LDAP or the CCSO white pages directory system (PH/QI) -Copyright @copyright{} 1998, 2000--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1998, 2000--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/faq.texi' --- doc/misc/faq.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/faq.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ @c appreciate a notice if you do). @copying -Copyright @copyright{} 2001--2012 Free Software Foundation, Inc.@* +Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.@* Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000 Reuven M. Lerner@* Copyright @copyright{} 1992, 1993 Steven Byrnes@* === modified file 'doc/misc/flymake.texi' --- doc/misc/flymake.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/flymake.texi 2013-01-01 09:11:05 +0000 @@ -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--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/forms.texi' --- doc/misc/forms.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/forms.texi 2013-01-01 09:11:05 +0000 @@ -18,7 +18,7 @@ @copying This file documents Forms mode, a form-editing major mode for GNU Emacs. -Copyright @copyright{} 1989, 1997, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1989, 1997, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/gnus-coding.texi' --- doc/misc/gnus-coding.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/gnus-coding.texi 2013-01-01 09:11:05 +0000 @@ -7,7 +7,7 @@ @syncodeindex pg cp @copying -Copyright @copyright{} 2004--2005, 2007--2012 Free Software +Copyright @copyright{} 2004--2005, 2007--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/gnus-faq.texi' --- doc/misc/gnus-faq.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/gnus-faq.texi 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ @c \input texinfo @c -*-texinfo-*- @c Uncomment 1st line before texing this file alone. @c %**start of header -@c Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc. @c @setfilename gnus-faq.info @settitle Frequently Asked Questions === modified file 'doc/misc/gnus-news.el' --- doc/misc/gnus-news.el 2012-01-19 07:21:25 +0000 +++ doc/misc/gnus-news.el 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2013 Free Software Foundation, Inc. ;; Author: Reiner Steib ;; Keywords: tools @@ -26,7 +26,7 @@ (defvar gnus-news-header-disclaimer "GNUS NEWS -- history of user-visible changes. -Copyright (C) 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1999-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org. === modified file 'doc/misc/gnus-news.texi' --- doc/misc/gnus-news.texi 2012-02-28 08:17:21 +0000 +++ doc/misc/gnus-news.texi 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- -@c Copyright (C) 2004-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004-2013 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 === modified file 'doc/misc/gnus.texi' --- doc/misc/gnus.texi 2012-12-25 12:00:26 +0000 +++ doc/misc/gnus.texi 2013-01-02 16:13:04 +0000 @@ -11,7 +11,7 @@ @documentencoding UTF-8 @copying -Copyright @copyright{} 1995--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/idlwave.texi' --- doc/misc/idlwave.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/idlwave.texi 2013-01-02 16:13:04 +0000 @@ -22,7 +22,7 @@ This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE @value{VERSION}. -Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/info.texi' --- doc/misc/info.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/info.texi 2013-01-01 09:11:05 +0000 @@ -14,7 +14,7 @@ This file describes how to use Info, the on-line, menu-driven GNU documentation system. -Copyright @copyright{} 1989, 1992, 1996--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1989, 1992, 1996--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/mairix-el.texi' --- doc/misc/mairix-el.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/mairix-el.texi 2013-01-01 09:11:05 +0000 @@ -6,7 +6,7 @@ @documentencoding ISO-8859-1 @copying -Copyright @copyright{} 2008--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/makefile.w32-in' --- doc/misc/makefile.w32-in 2012-12-22 19:09:52 +0000 +++ doc/misc/makefile.w32-in 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for documentation other than the Emacs manual. -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. === modified file 'doc/misc/message.texi' --- doc/misc/message.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/message.texi 2013-01-01 09:11:05 +0000 @@ -10,7 +10,7 @@ @copying This file documents Message, the Emacs message composition mode. -Copyright @copyright{} 1996--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1996--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/mh-e.texi' --- doc/misc/mh-e.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/mh-e.texi 2013-01-02 16:13:04 +0000 @@ -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--2003, 2005--2012 Free Software +Copyright @copyright{} 1995, 2001--2003, 2005--2013 Free Software Foundation, Inc. @c This dual license has been agreed upon by the FSF. === modified file 'doc/misc/newsticker.texi' --- doc/misc/newsticker.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/newsticker.texi 2013-01-01 09:11:05 +0000 @@ -13,7 +13,7 @@ This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). @noindent -Copyright @copyright{} 2004--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/nxml-mode.texi' --- doc/misc/nxml-mode.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/nxml-mode.texi 2013-01-01 09:11:05 +0000 @@ -8,7 +8,7 @@ This manual documents nXML mode, an Emacs major mode for editing XML with RELAX NG support. -Copyright @copyright{} 2007--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/org.texi' --- doc/misc/org.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/org.texi 2013-01-02 16:13:04 +0000 @@ -262,7 +262,7 @@ @copying This manual is for Org version @value{VERSION}. -Copyright @copyright{} 2004--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2004--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/pcl-cvs.texi' --- doc/misc/pcl-cvs.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/pcl-cvs.texi 2013-01-02 16:13:04 +0000 @@ -6,7 +6,7 @@ @c %**end of header @copying -Copyright @copyright{} 1991--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1991--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/pgg.texi' --- doc/misc/pgg.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/pgg.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ This file describes PGG @value{VERSION}, an Emacs interface to various PGP implementations. -Copyright @copyright{} 2001, 2003--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2001, 2003--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/rcirc.texi' --- doc/misc/rcirc.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/rcirc.texi 2013-01-02 16:13:04 +0000 @@ -5,7 +5,7 @@ @c %**end of header @copying -Copyright @copyright{} 2006--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2006--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/reftex.texi' --- doc/misc/reftex.texi 2012-12-22 20:29:16 +0000 +++ doc/misc/reftex.texi 2013-01-02 16:13:04 +0000 @@ -45,7 +45,7 @@ to do labels, references, citations and indices for LaTeX documents with Emacs. -Copyright @copyright{} 1997--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1997--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/remember.texi' --- doc/misc/remember.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/remember.texi 2013-01-02 16:13:04 +0000 @@ -8,7 +8,7 @@ @copying This manual is for Remember Mode, version 1.9 -Copyright @copyright{} 2001, 2004--2005, 2007--2012 +Copyright @copyright{} 2001, 2004--2005, 2007--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/sasl.texi' --- doc/misc/sasl.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/sasl.texi 2013-01-01 09:11:05 +0000 @@ -10,7 +10,7 @@ @copying This file describes the Emacs SASL library, version @value{VERSION}. -Copyright @copyright{} 2000, 2004--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2004--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/sc.texi' --- doc/misc/sc.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/sc.texi 2013-01-01 09:11:05 +0000 @@ -14,7 +14,7 @@ This document describes Supercite, an Emacs package for citing and attributing replies to mail and news messages. -Copyright @copyright{} 1993, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/sem-user.texi' --- doc/misc/sem-user.texi 2012-12-18 08:32:46 +0000 +++ doc/misc/sem-user.texi 2013-01-01 09:11:05 +0000 @@ -1,5 +1,6 @@ @c This is part of the Semantic manual. -@c Copyright (C) 1999-2005, 2007, 2009-2012 Free Software Foundation, Inc. +@c Copyright (C) 1999-2005, 2007, 2009-2013 Free Software Foundation, +@c Inc. @c See file semantic.texi for copying conditions. You can begin using @semantic{} by enabling Semantic mode, a global === modified file 'doc/misc/semantic.texi' --- doc/misc/semantic.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/semantic.texi 2013-01-01 09:11:05 +0000 @@ -24,7 +24,7 @@ @copying This manual documents the Semantic library and utilities. -Copyright @copyright{} 1999--2005, 2007, 2009--2012 Free Software +Copyright @copyright{} 1999--2005, 2007, 2009--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/ses.texi' --- doc/misc/ses.texi 2012-12-22 20:32:55 +0000 +++ doc/misc/ses.texi 2013-01-02 16:13:04 +0000 @@ -11,7 +11,7 @@ @copying This file documents @acronym{SES}: the Simple Emacs Spreadsheet. -Copyright @copyright{} 2002--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2002--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/sieve.texi' --- doc/misc/sieve.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/sieve.texi 2013-01-01 09:11:05 +0000 @@ -11,7 +11,7 @@ @copying This file documents the Emacs Sieve package, for server-side mail filtering. -Copyright @copyright{} 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/smtpmail.texi' --- doc/misc/smtpmail.texi 2012-12-22 16:25:40 +0000 +++ doc/misc/smtpmail.texi 2013-01-01 09:11:05 +0000 @@ -3,7 +3,7 @@ @settitle Emacs SMTP Library @syncodeindex vr fn @copying -Copyright @copyright{} 2003--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2003--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/speedbar.texi' --- doc/misc/speedbar.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/speedbar.texi 2013-01-02 16:13:04 +0000 @@ -4,7 +4,7 @@ @syncodeindex fn cp @copying -Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/srecode.texi' --- doc/misc/srecode.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/srecode.texi 2013-01-02 16:13:04 +0000 @@ -15,7 +15,7 @@ @c %**end of header @copying -Copyright @copyright{} 2007--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/tramp.texi' --- doc/misc/tramp.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/tramp.texi 2013-01-02 16:13:04 +0000 @@ -37,7 +37,7 @@ @end macro @copying -Copyright @copyright{} 1999--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/trampver.texi' --- doc/misc/trampver.texi 2012-11-21 04:47:55 +0000 +++ doc/misc/trampver.texi 2013-01-02 16:13:04 +0000 @@ -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-2012 Free Software Foundation, Inc. +@c Copyright (C) 2003-2013 Free Software Foundation, Inc. @c See file doclicense.texi for copying conditions. @c In the Tramp CVS, the version number is auto-frobbed from === modified file 'doc/misc/url.texi' --- doc/misc/url.texi 2012-12-22 19:09:52 +0000 +++ doc/misc/url.texi 2013-01-02 16:13:04 +0000 @@ -20,7 +20,7 @@ @copying This is the manual for the @code{url} Emacs Lisp library. -Copyright @copyright{} 1993--1999, 2002, 2004--2012 Free Software +Copyright @copyright{} 1993--1999, 2002, 2004--2013 Free Software Foundation, Inc. @quotation === modified file 'doc/misc/vip.texi' --- doc/misc/vip.texi 2012-12-22 19:49:54 +0000 +++ doc/misc/vip.texi 2013-01-02 16:13:04 +0000 @@ -3,7 +3,7 @@ @settitle VIP @copying -Copyright @copyright{} 1987, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/viper.texi' --- doc/misc/viper.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/viper.texi 2013-01-02 16:13:04 +0000 @@ -7,7 +7,7 @@ @setfilename ../../info/viper @copying -Copyright @copyright{} 1995--1997, 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/widget.texi' --- doc/misc/widget.texi 2012-12-27 08:21:08 +0000 +++ doc/misc/widget.texi 2013-01-02 16:13:04 +0000 @@ -8,7 +8,7 @@ @c %**end of header @copying -Copyright @copyright{} 2000--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2000--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'doc/misc/woman.texi' --- doc/misc/woman.texi 2012-12-22 19:42:36 +0000 +++ doc/misc/woman.texi 2013-01-02 16:13:04 +0000 @@ -14,7 +14,7 @@ This file documents WoMan: A program to browse Unix manual pages `W.O. (without) man'. -Copyright @copyright{} 2001--2012 Free Software Foundation, Inc. +Copyright @copyright{} 2001--2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document === modified file 'etc/CONTRIBUTE' --- etc/CONTRIBUTE 2012-04-20 07:49:19 +0000 +++ etc/CONTRIBUTE 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2006-2012 Free Software Foundation, Inc. +Copyright (C) 2006-2013 Free Software Foundation, Inc. See end for license conditions. === modified file 'etc/ChangeLog' --- etc/ChangeLog 2012-12-23 14:46:37 +0000 +++ etc/ChangeLog 2013-01-02 16:13:04 +0000 @@ -5956,7 +5956,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'etc/DEBUG' --- etc/DEBUG 2012-01-19 07:21:25 +0000 +++ etc/DEBUG 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ Debugging GNU Emacs -Copyright (C) 1985, 2000-2012 Free Software Foundation, Inc. +Copyright (C) 1985, 2000-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/DISTRIB' --- etc/DISTRIB 2012-01-19 07:21:25 +0000 +++ etc/DISTRIB 2013-01-01 09:11:05 +0000 @@ -1,7 +1,8 @@ -*- text -*- GNU Emacs availability information -Copyright (C) 1986-1993, 1995, 1998, 2000-2012 Free Software Foundation, Inc. +Copyright (C) 1986-1993, 1995, 1998, 2000-2013 Free Software Foundation, +Inc. See the end of the file for license conditions. === modified file 'etc/ERC-NEWS' --- etc/ERC-NEWS 2012-11-08 04:20:00 +0000 +++ etc/ERC-NEWS 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ERC NEWS -*- outline -*- -Copyright (C) 2006-2012 Free Software Foundation, Inc. +Copyright (C) 2006-2013 Free Software Foundation, Inc. See the end of the file for license conditions. * For changes after ERC 5.3, see the main Emacs NEWS file === modified file 'etc/ETAGS.EBNF' --- etc/ETAGS.EBNF 2012-01-19 07:21:25 +0000 +++ etc/ETAGS.EBNF 2013-01-01 09:11:05 +0000 @@ -94,7 +94,7 @@ ===================== end of discussion of tag names ===================== -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. COPYING PERMISSIONS: === modified file 'etc/ETAGS.README' --- etc/ETAGS.README 2012-01-19 07:21:25 +0000 +++ etc/ETAGS.README 2013-01-01 09:11:05 +0000 @@ -28,8 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2012 - Free Software Foundation, Inc. +Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2013 Free Software +Foundation, Inc. This file is not considered part of GNU Emacs. === modified file 'etc/GNU' --- etc/GNU 2012-01-19 07:21:25 +0000 +++ etc/GNU 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 1985, 1993, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1985, 1993, 2001-2013 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 === modified file 'etc/GNUS-NEWS' --- etc/GNUS-NEWS 2012-11-09 08:11:23 +0000 +++ etc/GNUS-NEWS 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNUS NEWS -- history of user-visible changes. -Copyright (C) 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1999-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org. === modified file 'etc/HELLO' --- etc/HELLO 2012-03-16 23:20:37 +0000 +++ etc/HELLO 2013-01-01 09:11:05 +0000 @@ -73,7 +73,7 @@ -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. === modified file 'etc/MACHINES' --- etc/MACHINES 2012-07-31 07:09:39 +0000 +++ etc/MACHINES 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ Emacs machines list -Copyright (C) 1989-1990, 1992-1993, 1998, 2001-2012 - Free Software Foundation, Inc. +Copyright (C) 1989-1990, 1992-1993, 1998, 2001-2013 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. === modified file 'etc/MAILINGLISTS' --- etc/MAILINGLISTS 2012-01-19 07:21:25 +0000 +++ etc/MAILINGLISTS 2013-01-01 09:11:05 +0000 @@ -318,7 +318,7 @@ fill-column: 72 End: -Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this file, to deal in the file without restriction, including === modified file 'etc/MH-E-NEWS' --- etc/MH-E-NEWS 2012-11-25 18:25:34 +0000 +++ etc/MH-E-NEWS 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ * COPYRIGHT -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. * Changes in MH-E 8.4 === modified file 'etc/MORE.STUFF' --- etc/MORE.STUFF 2012-05-18 06:31:25 +0000 +++ etc/MORE.STUFF 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ More Neat Stuff for your Emacs -Copyright (C) 1993, 1999, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1993, 1999, 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. The easiest way to add more features to your Emacs is to use the command === modified file 'etc/NEWS' --- etc/NEWS 2012-12-30 18:09:01 +0000 +++ etc/NEWS 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2010-2012 Free Software Foundation, Inc. +Copyright (C) 2010-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. === modified file 'etc/NEWS.1-17' --- etc/NEWS.1-17 2012-01-19 07:21:25 +0000 +++ etc/NEWS.1-17 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986 -Copyright (C) 1985-1986, 2006-2012 Free Software Foundation, Inc. +Copyright (C) 1985-1986, 2006-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/NEWS.18' --- etc/NEWS.18 2012-01-19 07:21:25 +0000 +++ etc/NEWS.18 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988 -Copyright (C) 1988, 2006-2012 Free Software Foundation, Inc. +Copyright (C) 1988, 2006-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/NEWS.19' --- etc/NEWS.19 2012-01-19 07:21:25 +0000 +++ etc/NEWS.19 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 1992. -Copyright (C) 1993-1995, 2001, 2006-2012 Free Software Foundation, Inc. +Copyright (C) 1993-1995, 2001, 2006-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/NEWS.20' --- etc/NEWS.20 2012-01-19 07:21:25 +0000 +++ etc/NEWS.20 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 -Copyright (C) 1999-2001, 2006-2012 Free Software Foundation, Inc. +Copyright (C) 1999-2001, 2006-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/NEWS.21' --- etc/NEWS.21 2012-01-19 07:21:25 +0000 +++ etc/NEWS.21 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 -Copyright (C) 2000-2012 Free Software Foundation, Inc. +Copyright (C) 2000-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/NEWS.22' --- etc/NEWS.22 2012-01-19 07:21:25 +0000 +++ etc/NEWS.22 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. === modified file 'etc/NEWS.23' --- etc/NEWS.23 2012-01-19 07:21:25 +0000 +++ etc/NEWS.23 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2007-2012 Free Software Foundation, Inc. +Copyright (C) 2007-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. === modified file 'etc/NEXTSTEP' --- etc/NEXTSTEP 2012-01-05 09:46:05 +0000 +++ etc/NEXTSTEP 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2008-2012 Free Software Foundation, Inc. +Copyright (C) 2008-2013 Free Software Foundation, Inc. See the end of the file for license conditions. This file contains information about GNU Emacs on "Nextstep" platforms. === modified file 'etc/ORG-NEWS' --- etc/ORG-NEWS 2012-10-05 05:57:24 +0000 +++ etc/ORG-NEWS 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ ORG NEWS -- history of user-visible changes. -*- org -*- -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Org bug reports to emacs-orgmode@gnu.org. === modified file 'etc/PROBLEMS' --- etc/PROBLEMS 2012-08-08 16:07:24 +0000 +++ etc/PROBLEMS 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@ Known Problems with GNU Emacs -Copyright (C) 1987-1989, 1993-1999, 2001-2012 - Free Software Foundation, Inc. +Copyright (C) 1987-1989, 1993-1999, 2001-2013 Free Software Foundation, +Inc. See the end of the file for license conditions. === modified file 'etc/README' --- etc/README 2012-01-19 07:21:25 +0000 +++ etc/README 2013-01-01 09:11:05 +0000 @@ -9,5 +9,5 @@ File: emacs.icon Author: Sun Microsystems, Inc - Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) === modified file 'etc/TERMS' --- etc/TERMS 2012-01-19 07:21:25 +0000 +++ etc/TERMS 2013-01-01 09:11:05 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1999, 2001-2013 Free Software Foundation, Inc. See the end of the file for copying permissions. This file describes what you must or might want to do to termcap entries === modified file 'etc/TODO' --- etc/TODO 2012-12-23 14:46:37 +0000 +++ etc/TODO 2013-01-02 16:13:04 +0000 @@ -1,6 +1,6 @@ Emacs TODO List -*-outline-*- -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. See the end of the file for license conditions. === modified file 'etc/charsets/README' --- etc/charsets/README 2012-01-19 07:21:25 +0000 +++ etc/charsets/README 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # README file for charset mapping files in this directory. -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 === modified file 'etc/compilation.txt' --- etc/compilation.txt 2012-10-14 07:40:05 +0000 +++ etc/compilation.txt 2013-01-01 09:11:05 +0000 @@ -577,7 +577,7 @@ Compilation finished at Thu Jul 21 15:02:15 -Copyright (C) 2004-2012 Free Software Foundation, Inc. +Copyright (C) 2004-2013 Free Software Foundation, Inc. COPYING PERMISSIONS: === modified file 'etc/edt-user.el' --- etc/edt-user.el 2012-01-19 07:21:25 +0000 +++ etc/edt-user.el 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation -;; Copyright (C) 1986, 1992-1993, 2000-2012 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1992-1993, 2000-2013 Free Software Foundation, +;; Inc. ;; Author: Kevin Gallagher ;; Maintainer: Kevin Gallagher === modified file 'etc/emacs-buffer.gdb' --- etc/emacs-buffer.gdb 2012-07-26 08:12:03 +0000 +++ etc/emacs-buffer.gdb 2013-01-01 09:11:05 +0000 @@ -1,6 +1,6 @@ # emacs-buffer.gdb --- gdb macros for recovering buffers from emacs coredumps -# Copyright (C) 2005-2012 Free Software Foundation, Inc. +# Copyright (C) 2005-2013 Free Software Foundation, Inc. # Maintainer: Noah Friedman # Created: 2005-04-28 === modified file 'etc/enriched.doc' --- etc/enriched.doc 2012-01-19 07:21:25 +0000 +++ etc/enriched.doc 2013-01-01 09:11:05 +0000 @@ -256,7 +256,7 @@ -Copyright (C) 1995, 1997, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. COPYING PERMISSIONS: === modified file 'etc/forms/forms-d2.el' --- etc/forms/forms-d2.el 2012-05-07 22:53:17 +0000 +++ etc/forms/forms-d2.el 2013-01-01 09:11:05 +0000 @@ -1,6 +1,7 @@ ;;; forms-d2.el --- demo forms-mode -;; Copyright (C) 1991, 1994-1997, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1994-1997, 2001-2013 Free Software Foundation, +;; Inc. ;; Author: Johan Vromans ;; Created: 1989 === modified file 'etc/gnus-tut.txt' --- etc/gnus-tut.txt 2012-01-19 07:21:25 +0000 +++ etc/gnus-tut.txt 2013-01-01 09:11:05 +0000 @@ -24,7 +24,7 @@ Ingebrigtsen. If you have a WWW browser, you can investigate to your heart's delight at . -;; Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news === modified file 'etc/grep.txt' --- etc/grep.txt 2012-01-19 07:21:25 +0000 +++ etc/grep.txt 2013-01-01 09:11:05 +0000 @@ -84,7 +84,7 @@ -Copyright (C) 2005-2012 Free Software Foundation, Inc. +Copyright (C) 2005-2013 Free Software Foundation, Inc. COPYING PERMISSIONS: === modified file 'etc/images/README' --- etc/images/README 2012-01-19 07:21:25 +0000 +++ etc/images/README 2013-01-01 09:11:05 +0000 @@ -19,23 +19,23 @@ * The following icons are part of Emacs. All are licensed under the GNU General Public License version 3 (see COPYING) or later. The xpm and svg files contain copyright and license information, but - it is reproduced here for convenience. + it is reproduced here for convenience. File: mh-logo.xpm Author: Satyaki Das - Copyright (C) 2003-2012 Free Software Foundation, Inc. + Copyright (C) 2003-2013 Free Software Foundation, Inc. Files: splash.pbm, splash.xpm, gnus.pbm Author: Luis Fernandes - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. Files: splash.png, splash.svg Author: Francesc Rocher - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. Files: checked.xpm, unchecked.xpm Author: Chong Yidong - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. * The following icons are from GTK+ 2.x. They are not part of Emacs, but === modified file 'etc/images/checked.xpm' --- etc/images/checked.xpm 2012-01-05 09:46:05 +0000 +++ etc/images/checked.xpm 2013-01-01 09:11:05 +0000 @@ -1,5 +1,5 @@ /* XPM */ -/* Copyright (C) 2010-2012 Free Software Foundation, Inc. +/* Copyright (C) 2010-2013 Free Software Foundation, Inc. * * Author: Chong Yidong * === modified file 'etc/images/custom/README' --- etc/images/custom/README 2012-01-19 07:21:25 +0000 +++ etc/images/custom/README 2013-01-01 09:11:05 +0000 @@ -6,5 +6,5 @@ Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm Author: Juri Linkov -Copyright (C) 2008-2012 Free Software Foundation, Inc. +Copyright (C) 2008-2013 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) === modified file 'etc/images/ezimage/README' --- etc/images/ezimage/README 2012-01-19 07:21:25 +0000 +++ etc/images/ezimage/README 2013-01-01 09:11:05 +0000 @@ -7,5 +7,5 @@ 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-2012 Free Software Foundation, Inc. +Copyright (C) 1999-2013 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) === modified file 'etc/images/gnus/README' --- etc/images/gnus/README 2012-01-19 07:21:25 +0000 +++ etc/images/gnus/README 2013-01-01 09:11:05 +0000 @@ -7,7 +7,7 @@ Files: important.xpm, unimportant.xpm Author: Simon Josefsson -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 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 @@ -21,11 +21,11 @@ unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm uu-post.pbm uu-post.xpm Author: Luis Fernandes -Copyright (C) 2001-2012 Free Software Foundation, Inc. +Copyright (C) 2001-2013 Free Software Foundation, Inc. Files: gnus.png, gnus.svg Author: Francesc Rocher - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. * The following icons are from GNOME 2.x. They are not part of Emacs, === modified file 'etc/images/gnus/gnus.svg' --- etc/images/gnus/gnus.svg 2012-01-19 07:21:25 +0000 +++ etc/images/gnus/gnus.svg 2013-01-01 09:11:05 +0000 @@ -1,7 +1,7 @@