Update copyright notices for 2013.

This commit is contained in:
Paul Eggert 2013-01-01 09:11:05 +00:00
parent 5cebef2d18
commit ab422c4d68
2227 changed files with 2604 additions and 2452 deletions

View file

@ -11670,7 +11670,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; 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. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
# Build Emacs from a fresh tarball or version-control checkout. # 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. # This file is part of GNU Emacs.
# #

View file

@ -1,5 +1,5 @@
GNU Emacs Installation Guide GNU Emacs Installation Guide
Copyright (C) 1992, 1994, 1996-1997, 2000-2012 Copyright (C) 1992, 1994, 1996-1997, 2000-2013
Free Software Foundation, Inc. Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.

View file

@ -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. See the end of the file for license conditions.

View file

@ -2,7 +2,7 @@
# DIST: make most of the changes to this file you might want, so try # DIST: make most of the changes to this file you might want, so try
# DIST: that first. # 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. # This file is part of GNU Emacs.

2
README
View file

@ -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. See the end of the file for license conditions.

View file

@ -1591,7 +1591,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 2001-2012 Free Software Foundation, Inc. Copyright (C) 2001-2013 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -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. See the end of the file for license conditions.

View file

@ -1,6 +1,6 @@
;;; admin.el --- utilities for Emacs administration ;;; 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. ;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Allocate X colors. Used for testing with dense colormaps. /* 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. This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#! /usr/bin/perl #! /usr/bin/perl
# Build Emacs in several different configurations. # 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. # This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; bzrmerge.el --- help merge one Emacs bzr branch to another ;;; 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 <monnier@iro.umontreal.ca> ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords: maint ;; Keywords: maint

View file

@ -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 Copyright (C) 2009, 2010, 2011
National Institute of Advanced Industrial Science and Technology (AIST) National Institute of Advanced Industrial Science and Technology (AIST)
Registration Number H13PRO009 Registration Number H13PRO009

View file

@ -1,6 +1,6 @@
;;; cus-test.el --- tests for custom types and load problems ;;; 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 <markus.rost@mathematik.uni-regensburg.de> ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
;; Maintainer: Markus Rost <rost@math.ohio-state.edu> ;; Maintainer: Markus Rost <rost@math.ohio-state.edu>

View file

@ -1,6 +1,6 @@
#! /bin/sh #! /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. # This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
;;; c.by -- LL grammar for C/C++ language specification ;;; 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 <zappo@gnu.org> ;; Author: Eric M. Ludlam <zappo@gnu.org>
;; David Ponce <david@dponce.com> ;; David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars ;;; 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 <david@dponce.com> ;; Author: David Ponce <david@dponce.com>
;; Maintainer: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; java-tags.wy -- Semantic LALR grammar for Java ;;; 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 <david@dponce.com> ;; Author: David Ponce <david@dponce.com>
;; Maintainer: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; javascript-jv.wy -- LALR grammar for Javascript ;;; 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. ;; Copyright (C) 1998-2011 Ecma International.
;; Author: Joakim Verona ;; Author: Joakim Verona

View file

@ -1,6 +1,6 @@
;;; make.by -- BY notation for Makefiles. ;;; 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 <zappo@gnu.org> ;; Author: Eric M. Ludlam <zappo@gnu.org>
;; David Ponce <david@dponce.com> ;; David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; python.wy -- LALR grammar for Python ;;; 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, ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009, 2010 Python Software Foundation; All Rights Reserved ;; 2009, 2010 Python Software Foundation; All Rights Reserved

View file

@ -1,6 +1,6 @@
;;; scheme.by -- Scheme BNF language specification ;;; 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. ;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; srecode-template.wy --- Semantic Recoder Template parser ;;; 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 <zappo@gnu.org> ;; Author: Eric Ludlam <zappo@gnu.org>
;; Keywords: syntax ;; Keywords: syntax

View file

@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
## Copyright (C) 2002-2012 Free Software Foundation, Inc. ## Copyright (C) 2002-2013 Free Software Foundation, Inc.
## Author: Francesco Potorti` <pot@gnu.org> ## Author: Francesco Potorti` <pot@gnu.org>

View file

@ -2,7 +2,7 @@
# Build Emacs with various options for profiling, debugging, # Build Emacs with various options for profiling, debugging,
# with and without warnings enabled etc. # 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. # This file is part of GNU Emacs.

View file

@ -4,7 +4,7 @@
# #
# admin/merge-gnulib # admin/merge-gnulib
# Copyright 2012 Free Software Foundation, Inc. # Copyright 2012-2013 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -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. See the end of the file for license conditions.

View file

@ -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. See the end of the file for license conditions.

View file

@ -1,6 +1,6 @@
Some lisp/emacs-lisp/ Features and Where They Are Documented 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. See the end of the file for license conditions.

View file

@ -1,6 +1,6 @@
-*- coding: utf-8; mode: text; -*- -*- 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. See the end of the file for license conditions.
From README.multi-tty in the multi-tty branch. From README.multi-tty in the multi-tty branch.

View file

@ -1,6 +1,6 @@
-*-mode: text; coding: latin-1;-*- -*-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. See the end of the file for license conditions.
Problems, fixmes and other unicode-related issues Problems, fixmes and other unicode-related issues

View file

@ -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. See the end of the file for license conditions.
Emacs for Windows Emacs for Windows

View file

@ -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. See the end of the file for license conditions.
Precompiled Distributions of Precompiled Distributions of

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
### quick-install-emacs --- do a halfway-decent job of installing emacs quickly ### 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 <miles@gnu.org> ## Author: Miles Bader <miles@gnu.org>

View file

@ -1,6 +1,6 @@
# Makefile -- Makefile to generate character property tables. # 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 # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
# National Institute of Advanced Industrial Science and Technology (AIST) # National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
### autogen.sh - tool to help build Emacs from a bzr checkout ### 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 <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
### update_autogen - update the generated files in Emacs autogen/ directory ### 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 <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>

View file

@ -8,7 +8,7 @@ VERSION='2012-01-06 07:23'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # 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 # 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 # it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/* A C macro for declaring that specific arguments must not be NULL. /* 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 This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published under the terms of the GNU General Public License as published

View file

@ -1,5 +1,5 @@
/* C++ compatible function declaration macros. /* 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 This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published under the terms of the GNU General Public License as published

View file

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
# Write into $1/subdirs.el a list of subdirs of directory $1. # Write into $1/subdirs.el a list of subdirs of directory $1.
# Copyright (C) 1994-1995, 1997, 1999, 2001-2012 # Copyright (C) 1994-1995, 1997, 1999, 2001-2013 Free Software
# Free Software Foundation, Inc. # Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
@echo off @echo off
rem ---------------------------------------------------------------------- rem ----------------------------------------------------------------------
rem Configuration script for MSDOS 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. rem This file is part of GNU Emacs.

View file

@ -4,7 +4,7 @@ dnl autoconf
dnl in the directory containing this script. dnl in the directory containing this script.
dnl If you changed any AC_DEFINES, also run autoheader. dnl If you changed any AC_DEFINES, also run autoheader.
dnl 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
dnl This file is part of GNU Emacs. dnl This file is part of GNU Emacs.
dnl dnl
@ -4087,7 +4087,7 @@ fi
version=$PACKAGE_VERSION version=$PACKAGE_VERSION
copyright="Copyright (C) 2012 Free Software Foundation, Inc." copyright="Copyright (C) 2013 Free Software Foundation, Inc."
AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
[Short copyright string for this version of Emacs.]) [Short copyright string for this version of Emacs.])
AC_SUBST(copyright) AC_SUBST(copyright)

View file

@ -9687,7 +9687,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; 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. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
#### Makefile for the Emacs Manual #### 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. # This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Abbrevs @node Abbrevs
@chapter Abbrevs @chapter Abbrevs

View file

@ -1,6 +1,6 @@
@c -*- coding: iso-latin-1 -*- @c -*- coding: iso-latin-1 -*-
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@node Acknowledgments @node Acknowledgments

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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. @c See file emacs.texi for copying conditions.
@node Antinews @node Antinews

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Basic @node Basic
@chapter Basic Editing Commands @chapter Basic Editing Commands

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Buffers @node Buffers
@chapter Using Multiple Buffers @chapter Using Multiple Buffers

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Building @node Building
@chapter Compiling and Testing Programs @chapter Compiling and Testing Programs

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- @c This is part of the Emacs manual. -*- coding: iso-latin-1 -*-
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Calendar/Diary @node Calendar/Diary
@chapter The Calendar and the Diary @chapter The Calendar and the Diary

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Emacs Invocation @node Emacs Invocation
@appendix Command Line Arguments for Emacs Invocation @appendix Command Line Arguments for Emacs Invocation

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@iftex @iftex
@chapter Characters, Keys and Commands @chapter Characters, Keys and Commands

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Customization @node Customization
@chapter Customization @chapter Customization

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Dired @node Dired
@chapter Dired, the Directory Editor @chapter Dired, the Directory Editor

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Display @node Display

View file

@ -11,7 +11,7 @@
@copying @copying
This manual describes specialized features of Emacs. This manual describes specialized features of Emacs.
Copyright @copyright{} 2004--2012 Free Software Foundation, Inc. Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
@quotation @quotation
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document

View file

@ -26,7 +26,7 @@ This is the @cite{GNU Emacs Manual},
@end ifnottex @end ifnottex
updated for Emacs version @value{EMACSVER}. 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 @quotation
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@iftex @iftex
@chapter Entering and Exiting Emacs @chapter Entering and Exiting Emacs

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Files @node Files
@chapter File Handling @chapter File Handling

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Fixit @node Fixit
@chapter Commands for Fixing Typos @chapter Commands for Fixing Typos

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Frames @node Frames
@chapter Frames and Graphical Displays @chapter Frames and Graphical Displays

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Glossary @node Glossary
@unnumbered Glossary @unnumbered Glossary

View file

@ -1,5 +1,5 @@
@c Copyright (C) 1985-1987, 1993, 1995, 2001-2012 @c Copyright (C) 1985-1987, 1993, 1995, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c @c
@c Permission is granted to anyone to make or distribute verbatim copies @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 @c of this document, in any medium, provided that the copyright notice and

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Help @node Help
@chapter Help @chapter Help

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Indentation @node Indentation
@chapter Indentation @chapter Indentation

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Killing @node Killing

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Keyboard Macros @node Keyboard Macros
@chapter Keyboard Macros @chapter Keyboard Macros

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node M-x @node M-x
@chapter Running Commands by Name @chapter Running Commands by Name

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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. @c See file emacs.texi for copying conditions.
@node Mac OS / GNUstep @node Mac OS / GNUstep
@appendix Emacs and Mac OS / GNUstep @appendix Emacs and Mac OS / GNUstep

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Maintaining @node Maintaining
@chapter Maintaining Large Programs @chapter Maintaining Large Programs

View file

@ -1,6 +1,6 @@
#### -*- Makefile -*- for the Emacs Manual #### -*- 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. # This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Mark @node Mark
@chapter The Mark and the Region @chapter The Mark and the Region

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Minibuffer @node Minibuffer
@chapter The Minibuffer @chapter The Minibuffer

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@iftex @iftex
@chapter Miscellaneous Commands @chapter Miscellaneous Commands

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Modes @node Modes
@chapter Major and Minor Modes @chapter Major and Minor Modes

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Microsoft Windows @node Microsoft Windows
@appendix Emacs and Microsoft Windows/MS-DOS @appendix Emacs and Microsoft Windows/MS-DOS

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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. @c See file emacs.texi for copying conditions.
@node International @node International
@chapter International Character Set Support @chapter International Character Set Support

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Packages @node Packages
@chapter Emacs Lisp Packages @chapter Emacs Lisp Packages

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Programs @node Programs
@chapter Editing Programs @chapter Editing Programs

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Registers @node Registers
@chapter Registers @chapter Registers

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Rmail @node Rmail
@chapter Reading Mail with Rmail @chapter Reading Mail with Rmail

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Screen @node Screen
@chapter The Organization of the Screen @chapter The Organization of the Screen

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Search @node Search
@chapter Searching and Replacement @chapter Searching and Replacement

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Sending Mail @node Sending Mail
@chapter Sending Mail @chapter Sending Mail

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Text @node Text
@chapter Commands for Human Languages @chapter Commands for Human Languages

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@iftex @iftex
@chapter Dealing with Common Problems @chapter Dealing with Common Problems

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included in emacs-xtra.texi when producing the printed @c This file is included in emacs-xtra.texi when producing the printed

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @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 See file emacs.texi for copying conditions.
@c @c
@c This file is included either in vc-xtra.texi (when producing the @c This file is included either in vc-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Windows @node Windows
@chapter Multiple Windows @chapter Multiple Windows

View file

@ -1,6 +1,6 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1987, 1993-1995, 1997, 2001-2012 @c Copyright (C) 1987, 1993-1995, 1997, 2001-2013 Free Software
@c Free Software Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node X Resources @node X Resources
@appendix X Options and Resources @appendix X Options and Resources

View file

@ -551,7 +551,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 2001-2012 Free Software Foundation, Inc. Copyright (C) 2001-2013 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

Some files were not shown because too many files have changed in this diff Show more