diff options
1564 files changed, 2022 insertions, 1793 deletions
| @@ -6810,7 +6810,7 @@ | |||
| 6810 | ;; End: | 6810 | ;; End: |
| 6811 | 6811 | ||
| 6812 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 6812 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 6813 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6813 | 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6814 | 6814 | ||
| 6815 | This file is part of GNU Emacs. | 6815 | This file is part of GNU Emacs. |
| 6816 | 6816 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs Installation Guide | 1 | GNU Emacs Installation Guide |
| 2 | Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | 6 | ||
diff --git a/INSTALL.CVS b/INSTALL.CVS index efd8618ca46..2342f596de2 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/Makefile.in b/Makefile.in index 32dfc0fa2a0..5f804542d4e 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | # DIST: that first. | 3 | # DIST: that first. |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 6 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 7 | # Free Software Foundation, Inc. | ||
| 7 | 8 | ||
| 8 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 9 | 10 | ||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/ChangeLog b/admin/ChangeLog index 90984764650..9dff071be3d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -484,7 +484,7 @@ | |||
| 484 | ;; End: | 484 | ;; End: |
| 485 | 485 | ||
| 486 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 486 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 487 | 2007 Free Software Foundation, Inc. | 487 | 2007, 2008 Free Software Foundation, Inc. |
| 488 | 488 | ||
| 489 | This file is part of GNU Emacs. | 489 | This file is part of GNU Emacs. |
| 490 | 490 | ||
diff --git a/admin/README b/admin/README index 2c07f40b52f..9180a5938ac 100644 --- a/admin/README +++ b/admin/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 22447643e5e..b0d4893181c 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/admin/build-configs b/admin/build-configs index f36a05ca701..66c4f4d71b9 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/admin/cus-test.el b/admin/cus-test.el index ac0c7b37909..96fae1f70e4 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems | 1 | ;;; cus-test.el --- tests for custom types and load problems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 18d95451751..0d142768bfc 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/admin/make-announcement b/admin/make-announcement index 1c7b4574fea..b98dce5030d 100755 --- a/admin/make-announcement +++ b/admin/make-announcement | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/bash | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ## Free Software Foundation, Inc. | 4 | ## Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Francesco Potorti` <pot@gnu.org> | 6 | ## Author: Francesco Potorti` <pot@gnu.org> |
diff --git a/admin/make-emacs b/admin/make-emacs index 94bf2092a8b..f54bc481cfa 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/admin/notes/copyright b/admin/notes/copyright index aac2328b7f4..975caef3b30 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2007 Free Software Foundation, Inc. | 1 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index db9446db36e..4cd1da6c316 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | 2 | ||
| 3 | rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | rem Free Software Foundation, Inc. | 4 | rem Free Software Foundation, Inc. |
| 5 | rem | 5 | rem |
| 6 | rem Cannot use brackets in andrewi's email below because | 6 | rem Cannot use brackets in andrewi's email below because |
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index e451cfcb2aa..e4e77a14f2c 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly | 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ## Free Software Foundation, Inc. | 5 | ## Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ## Author: Miles Bader <miles@gnu.org> | 7 | ## Author: Miles Bader <miles@gnu.org> |
diff --git a/admin/revdiff b/admin/revdiff index d9ea41782ba..9e47a1eba2c 100755 --- a/admin/revdiff +++ b/admin/revdiff | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/config.bat b/config.bat index 117aff2681a..93a721bf3b2 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MSDOS | 3 | rem Configuration script for MSDOS |
| 4 | rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 | 4 | rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 |
| 5 | rem 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | rem 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/configure.in b/configure.in index 9e219369f07..5eb2eeaafe6 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -4,7 +4,7 @@ dnl autoconf | |||
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | dnl | 5 | dnl |
| 6 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, | 6 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, |
| 7 | dnl 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 7 | dnl 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | dnl | 8 | dnl |
| 9 | dnl This file is part of GNU Emacs. | 9 | dnl This file is part of GNU Emacs. |
| 10 | dnl | 10 | dnl |
| @@ -2661,8 +2661,8 @@ fi | |||
| 2661 | 2661 | ||
| 2662 | 2662 | ||
| 2663 | AH_TOP([/* GNU Emacs site configuration template file. | 2663 | AH_TOP([/* GNU Emacs site configuration template file. |
| 2664 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 | 2664 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, |
| 2665 | Free Software Foundation, Inc. | 2665 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 2666 | 2666 | ||
| 2667 | This file is part of GNU Emacs. | 2667 | This file is part of GNU Emacs. |
| 2668 | 2668 | ||
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 36517337173..63c64f01df0 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -264,7 +264,7 @@ | |||
| 264 | ;; End: | 264 | ;; End: |
| 265 | 265 | ||
| 266 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 266 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 267 | 2006, 2007 Free Software Foundation, Inc. | 267 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 268 | 268 | ||
| 269 | This file is part of GNU Emacs. | 269 | This file is part of GNU Emacs. |
| 270 | 270 | ||
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index 5ace5337971..1ce6a558110 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #### Makefile for the Emacs Lisp Introduction manual | 1 | #### Makefile for the Emacs Lisp Introduction manual |
| 2 | 2 | ||
| 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 4 | # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/doc/lispintro/Makefile.old b/doc/lispintro/Makefile.old index 0b4e1a82df7..a0a5cd99832 100644 --- a/doc/lispintro/Makefile.old +++ b/doc/lispintro/Makefile.old | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | 1 | # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am |
| 2 | 2 | ||
| 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 4 | # 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | # This Makefile.in is free software; the Free Software Foundation | 5 | # This Makefile.in is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
| 7 | # with or without modifications, as long as this notice is preserved. | 7 | # with or without modifications, as long as this notice is preserved. |
diff --git a/doc/lispintro/README b/doc/lispintro/README index 5edd38af3ee..b6a8528448b 100644 --- a/doc/lispintro/README +++ b/doc/lispintro/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/doc/lispintro/cons-1.eps b/doc/lispintro/cons-1.eps index 95a74dcf298..eb144dfba27 100644 --- a/doc/lispintro/cons-1.eps +++ b/doc/lispintro/cons-1.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/cons-2.eps b/doc/lispintro/cons-2.eps index b8537d28ea8..1f93b4afb11 100644 --- a/doc/lispintro/cons-2.eps +++ b/doc/lispintro/cons-2.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/cons-2a.eps b/doc/lispintro/cons-2a.eps index 1ec78c46f0b..0c1df6805a8 100644 --- a/doc/lispintro/cons-2a.eps +++ b/doc/lispintro/cons-2a.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/cons-3.eps b/doc/lispintro/cons-3.eps index 795fa2b18f4..c469c463712 100644 --- a/doc/lispintro/cons-3.eps +++ b/doc/lispintro/cons-3.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/cons-4.eps b/doc/lispintro/cons-4.eps index 68b0a296c36..a7433372168 100644 --- a/doc/lispintro/cons-4.eps +++ b/doc/lispintro/cons-4.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/cons-5.eps b/doc/lispintro/cons-5.eps index e03815a4403..26ee898134a 100644 --- a/doc/lispintro/cons-5.eps +++ b/doc/lispintro/cons-5.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/drawers.eps b/doc/lispintro/drawers.eps index 0e5a222ae45..72f6adecf69 100644 --- a/doc/lispintro/drawers.eps +++ b/doc/lispintro/drawers.eps | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | %%EndComments | 9 | %%EndComments |
| 10 | %%BeginProlog | 10 | %%BeginProlog |
| 11 | 11 | ||
| 12 | % Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 12 | % Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 13 | % Free Software Foundation, Inc. | 13 | % Free Software Foundation, Inc. |
| 14 | % | 14 | % |
| 15 | % This file is part of GNU Emacs. | 15 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index e632b3d6788..85e86ce3a36 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -215,7 +215,7 @@ people who are not programmers. | |||
| 215 | Edition @value{edition-number}, @value{update-date} | 215 | Edition @value{edition-number}, @value{update-date} |
| 216 | @sp 1 | 216 | @sp 1 |
| 217 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, | 217 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, |
| 218 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 218 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 219 | @sp 1 | 219 | @sp 1 |
| 220 | 220 | ||
| 221 | @iftex | 221 | @iftex |
diff --git a/doc/lispintro/lambda-1.eps b/doc/lispintro/lambda-1.eps index 5b1b5d04299..55a50ab7d04 100644 --- a/doc/lispintro/lambda-1.eps +++ b/doc/lispintro/lambda-1.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/lambda-2.eps b/doc/lispintro/lambda-2.eps index 6288283abce..76990074e9a 100644 --- a/doc/lispintro/lambda-2.eps +++ b/doc/lispintro/lambda-2.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/lambda-3.eps b/doc/lispintro/lambda-3.eps index 26f7d5d9644..1e7dd130d67 100644 --- a/doc/lispintro/lambda-3.eps +++ b/doc/lispintro/lambda-3.eps | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 | 7 | % Due to bugs in Transcript, the 'PS-Adobe-' stuff is omitted from line 1 |
| 8 | % | 8 | % |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | % Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | % Free Software Foundation, Inc. | 11 | % Free Software Foundation, Inc. |
| 12 | % | 12 | % |
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
diff --git a/doc/lispintro/makefile.w32-in b/doc/lispintro/makefile.w32-in index ea0f790f212..8d22c821ac2 100644 --- a/doc/lispintro/makefile.w32-in +++ b/doc/lispintro/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. | 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 07b14085f1b..91b43eddaab 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -7,6 +7,16 @@ | |||
| 7 | 7 | ||
| 8 | * os.texi (System Environment): Remove mention for Masscomp. | 8 | * os.texi (System Environment): Remove mention for Masscomp. |
| 9 | 9 | ||
| 10 | 2008-01-04 Richard Stallman <rms@gnu.org> | ||
| 11 | |||
| 12 | * display.texi (Faces): Don't talk about internal face vector as arg | ||
| 13 | to facep. | ||
| 14 | |||
| 15 | * customize.texi (Type Keywords): Fix previous change. | ||
| 16 | |||
| 17 | * text.texi (Links and Mouse-1): Fix xref for commands.texi change. | ||
| 18 | * elisp.texi (Top): Fix menu for commands.texi change. | ||
| 19 | |||
| 10 | 2007-12-30 Richard Stallman <rms@gnu.org> | 20 | 2007-12-30 Richard Stallman <rms@gnu.org> |
| 11 | 21 | ||
| 12 | * commands.texi (Accessing Mouse): Renamed from Accessing Events. | 22 | * commands.texi (Accessing Mouse): Renamed from Accessing Events. |
| @@ -6489,7 +6499,7 @@ | |||
| 6489 | ;; End: | 6499 | ;; End: |
| 6490 | 6500 | ||
| 6491 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 6501 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6492 | 2005, 2006, 2007 Free Software Foundation, Inc. | 6502 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6493 | 6503 | ||
| 6494 | This file is part of GNU Emacs. | 6504 | This file is part of GNU Emacs. |
| 6495 | 6505 | ||
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 12dd1c86632..04464c5c680 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | # Makefile for the GNU Emacs Lisp Reference Manual. | 1 | # Makefile for the GNU Emacs Lisp Reference Manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, | 3 | # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, |
| 4 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | # Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/doc/lispref/README b/doc/lispref/README index c5d4c8acc77..b110c8feda0 100644 --- a/doc/lispref/README +++ b/doc/lispref/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index 8415bdca2be..686934ab760 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999, 2001, 2002, 2003, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999, 2001, 2002, 2003, |
| 4 | @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/abbrevs | 6 | @setfilename ../../info/abbrevs |
| 7 | @node Abbrevs, Processes, Syntax Tables, Top | 7 | @node Abbrevs, Processes, Syntax Tables, Top |
diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index 168135ef794..35cb4eb338c 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/advising | 6 | @setfilename ../../info/advising |
| 7 | @node Advising Functions, Debugging, Byte Compilation, Top | 7 | @node Advising Functions, Debugging, Byte Compilation, Top |
diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi index 1ec0c5ef327..e8ae077e237 100644 --- a/doc/lispref/anti.texi +++ b/doc/lispref/anti.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1999, 2002, 2003, 2004, 2005, | 3 | @c Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 4 | @c 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | 6 | ||
| 7 | @c This node must have no pointers. | 7 | @c This node must have no pointers. |
diff --git a/doc/lispref/back.texi b/doc/lispref/back.texi index 19559eab9c1..a9613c8fc01 100644 --- a/doc/lispref/back.texi +++ b/doc/lispref/back.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input /home/gd/gnu/doc/texinfo.tex @c -*-texinfo-*- | 1 | \input /home/gd/gnu/doc/texinfo.tex @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @c | 6 | @c |
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index 7268d01e9ee..c710ac190bc 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, |
| 4 | @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/backups | 6 | @setfilename ../../info/backups |
| 7 | @node Backups and Auto-Saving, Buffers, Files, Top | 7 | @node Backups and Auto-Saving, Buffers, Files, Top |
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 2d7faccf241..0085f2cca77 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/buffers | 6 | @setfilename ../../info/buffers |
| 7 | @node Buffers, Windows, Backups and Auto-Saving, Top | 7 | @node Buffers, Windows, Backups and Auto-Saving, Top |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index aef7e4d9a43..45435e2eb03 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/commands | 6 | @setfilename ../../info/commands |
| 7 | @node Command Loop, Keymaps, Minibuffers, Top | 7 | @node Command Loop, Keymaps, Minibuffers, Top |
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 292c52a6dfa..7e3a641109f 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/compile | 6 | @setfilename ../../info/compile |
| 7 | @node Byte Compilation, Advising Functions, Loading, Top | 7 | @node Byte Compilation, Advising Functions, Loading, Top |
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index db88a74487d..1ff1f89cff2 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/control | 6 | @setfilename ../../info/control |
| 7 | @node Control Structures, Variables, Evaluation, Top | 7 | @node Control Structures, Variables, Evaluation, Top |
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index d971d5b6db2..f5f8565b912 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/customize | 6 | @setfilename ../../info/customize |
| 7 | @node Customization, Loading, Macros, Top | 7 | @node Customization, Loading, Macros, Top |
| @@ -1128,9 +1128,6 @@ current value is valid for the widget. Otherwise, it should return | |||
| 1128 | the widget containing the invalid data, and set that widget's | 1128 | the widget containing the invalid data, and set that widget's |
| 1129 | @code{:error} property to a string explaining the error. | 1129 | @code{:error} property to a string explaining the error. |
| 1130 | 1130 | ||
| 1131 | In many cases you can use the function @code{widget-children-validate} | ||
| 1132 | for this job; it tests that all children of @var{widget} are valid. | ||
| 1133 | |||
| 1134 | @ignore | 1131 | @ignore |
| 1135 | @item :indent @var{columns} | 1132 | @item :indent @var{columns} |
| 1136 | Indent this item by @var{columns} columns. The indentation is used for | 1133 | Indent this item by @var{columns} columns. The indentation is used for |
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 4c4cb92914d..1ade99f5479 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2001, 2002, 2003, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2001, 2002, 2003, |
| 4 | @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/debugging | 6 | @setfilename ../../info/debugging |
| 7 | @node Debugging, Read and Print, Advising Functions, Top | 7 | @node Debugging, Read and Print, Advising Functions, Top |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 165636006d3..b56d24da64e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/display | 6 | @setfilename ../../info/display |
| 7 | @node Display, System Interface, Processes, Top | 7 | @node Display, System Interface, Processes, Top |
| @@ -1744,8 +1744,7 @@ faces in Lisp programs by the symbols that name them. | |||
| 1744 | 1744 | ||
| 1745 | @defun facep object | 1745 | @defun facep object |
| 1746 | This function returns @code{t} if @var{object} is a face name string | 1746 | This function returns @code{t} if @var{object} is a face name string |
| 1747 | or symbol (or if it is a vector of the kind used internally to record | 1747 | or symbol. It returns @code{nil} otherwise. |
| 1748 | face data). It returns @code{nil} otherwise. | ||
| 1749 | @end defun | 1748 | @end defun |
| 1750 | 1749 | ||
| 1751 | Each face name is meaningful for all frames, and by default it has the | 1750 | Each face name is meaningful for all frames, and by default it has the |
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 4be030896c5..0ce455386d1 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @comment -*-texinfo-*- | 1 | @comment -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1992, 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1992, 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | 6 | ||
| 7 | @c This file can also be used by an independent Edebug User | 7 | @c This file can also be used by an independent Edebug User |
diff --git a/doc/lispref/elisp-covers.texi b/doc/lispref/elisp-covers.texi index 4b9693dece7..e0162329f51 100644 --- a/doc/lispref/elisp-covers.texi +++ b/doc/lispref/elisp-covers.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @c | 6 | @c |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 695144738fc..5272ddc9847 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -44,7 +44,7 @@ This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* | |||
| 44 | corresponding to Emacs version @value{EMACSVER}. | 44 | corresponding to Emacs version @value{EMACSVER}. |
| 45 | 45 | ||
| 46 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, | 46 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
| 47 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software | 47 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software |
| 48 | Foundation, Inc. | 48 | Foundation, Inc. |
| 49 | 49 | ||
| 50 | @quotation | 50 | @quotation |
| @@ -674,7 +674,8 @@ Input Events | |||
| 674 | * Misc Events:: Other events the system can generate. | 674 | * Misc Events:: Other events the system can generate. |
| 675 | * Event Examples:: Examples of the lists for mouse events. | 675 | * Event Examples:: Examples of the lists for mouse events. |
| 676 | * Classifying Events:: Finding the modifier keys in an event symbol. | 676 | * Classifying Events:: Finding the modifier keys in an event symbol. |
| 677 | * Accessing Events:: Functions to extract info from events. | 677 | * Accessing Mouse:: Functions to extract info from mouse events. |
| 678 | * Accessing Scroll:: Functions to get info from scroll bar events. | ||
| 678 | * Strings of Events:: Special considerations for putting | 679 | * Strings of Events:: Special considerations for putting |
| 679 | keyboard character events in a string. | 680 | keyboard character events in a string. |
| 680 | 681 | ||
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 0be31ce3846..2f5e2285a57 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/errors | 6 | @setfilename ../../info/errors |
| 7 | @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top | 7 | @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top |
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index f4d164ec3a2..e6ec489f568 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 2001, 2002, 2003, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 2001, 2002, 2003, |
| 4 | @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/eval | 6 | @setfilename ../../info/eval |
| 7 | @node Evaluation, Control Structures, Symbols, Top | 7 | @node Evaluation, Control Structures, Symbols, Top |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 419f109e0a8..a77f5387a28 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/files | 6 | @setfilename ../../info/files |
| 7 | @node Files, Backups and Auto-Saving, Documentation, Top | 7 | @node Files, Backups and Auto-Saving, Documentation, Top |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ab9a6e8291c..b11822344bd 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/frames | 6 | @setfilename ../../info/frames |
| 7 | @node Frames, Positions, Windows, Top | 7 | @node Frames, Positions, Windows, Top |
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 3767e778cf7..40a3d3ec38b 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/functions | 6 | @setfilename ../../info/functions |
| 7 | @node Functions, Macros, Variables, Top | 7 | @node Functions, Macros, Variables, Top |
diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi index 3f0297e28ca..96b6631ac6a 100644 --- a/doc/lispref/hash.texi +++ b/doc/lispref/hash.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 3 | @c Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 4 | @c 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/hash | 6 | @setfilename ../../info/hash |
| 7 | @node Hash Tables, Symbols, Sequences Arrays Vectors, Top | 7 | @node Hash Tables, Symbols, Sequences Arrays Vectors, Top |
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 1454e5ab95e..f68248f5e1c 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/help | 6 | @setfilename ../../info/help |
| 7 | @node Documentation, Files, Modes, Top | 7 | @node Documentation, Files, Modes, Top |
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 3f7f4b4d8bb..bdab188b566 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/hooks | 6 | @setfilename ../../info/hooks |
| 7 | @node Standard Hooks, Index, Standard Keymaps, Top | 7 | @node Standard Hooks, Index, Standard Keymaps, Top |
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index d0b03fb5305..79c961ba4b5 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 1999, 2001, 2002, 2003, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 1999, 2001, 2002, 2003, |
| 4 | @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/internals | 6 | @setfilename ../../info/internals |
| 7 | @node GNU Emacs Internals, Standard Errors, Tips, Top | 7 | @node GNU Emacs Internals, Standard Errors, Tips, Top |
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index c759fba03f9..951de292922 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/intro | 6 | @setfilename ../../info/intro |
| 7 | 7 | ||
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index bdcc0a5a6d6..7f3c7a466c9 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/keymaps | 6 | @setfilename ../../info/keymaps |
| 7 | @node Keymaps, Modes, Command Loop, Top | 7 | @node Keymaps, Modes, Command Loop, Top |
diff --git a/doc/lispref/lay-flat.texi b/doc/lispref/lay-flat.texi index 1677058d7ca..15ab5ff43bf 100644 --- a/doc/lispref/lay-flat.texi +++ b/doc/lispref/lay-flat.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | @c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @c | 6 | @c |
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 5c8b552991b..b0a3bebd391 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/lists | 6 | @setfilename ../../info/lists |
| 7 | @node Lists, Sequences Arrays Vectors, Strings and Characters, Top | 7 | @node Lists, Sequences Arrays Vectors, Strings and Characters, Top |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 06f9b6bc016..cf7373c8edd 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/loading | 6 | @setfilename ../../info/loading |
| 7 | @node Loading, Byte Compilation, Customization, Top | 7 | @node Loading, Byte Compilation, Customization, Top |
diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi index 5248e7b1497..57711987a75 100644 --- a/doc/lispref/locals.texi +++ b/doc/lispref/locals.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/locals | 6 | @setfilename ../../info/locals |
| 7 | @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top | 7 | @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top |
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 81477bb2eff..d8bf11022f2 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/macros | 6 | @setfilename ../../info/macros |
| 7 | @node Macros, Customization, Functions, Top | 7 | @node Macros, Customization, Functions, Top |
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 720f91c10a3..381d389cae3 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. | 1 | # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 2e370f91238..44e299a7cf4 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/maps | 6 | @setfilename ../../info/maps |
| 7 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top | 7 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top |
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 6efc0b893d1..6a02a95e038 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/markers | 6 | @setfilename ../../info/markers |
| 7 | @node Markers, Text, Positions, Top | 7 | @node Markers, Text, Positions, Top |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index f85ca96db9f..2b435a2ca16 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/minibuf | 6 | @setfilename ../../info/minibuf |
| 7 | @node Minibuffers, Command Loop, Read and Print, Top | 7 | @node Minibuffers, Command Loop, Read and Print, Top |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index efaccc2556d..38e93b2033e 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/modes | 6 | @setfilename ../../info/modes |
| 7 | @node Modes, Documentation, Keymaps, Top | 7 | @node Modes, Documentation, Keymaps, Top |
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 16f70f57b9d..0e98667d829 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/characters | 6 | @setfilename ../../info/characters |
| 7 | @node Non-ASCII Characters, Searching and Matching, Text, Top | 7 | @node Non-ASCII Characters, Searching and Matching, Text, Top |
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 91945967f22..d86e698cc21 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/numbers | 6 | @setfilename ../../info/numbers |
| 7 | @node Numbers, Strings and Characters, Lisp Data Types, Top | 7 | @node Numbers, Strings and Characters, Lisp Data Types, Top |
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 64c79d63162..b68e2d60fc3 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/objects | 6 | @setfilename ../../info/objects |
| 7 | @node Lisp Data Types, Numbers, Introduction, Top | 7 | @node Lisp Data Types, Numbers, Introduction, Top |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index d23ff1b2269..0519e7dfa30 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/os | 6 | @setfilename ../../info/os |
| 7 | @node System Interface, Antinews, Display, Top | 7 | @node System Interface, Antinews, Display, Top |
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 3e1d79acad8..2729b66e746 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/positions | 6 | @setfilename ../../info/positions |
| 7 | @node Positions, Markers, Frames, Top | 7 | @node Positions, Markers, Frames, Top |
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 28e41a09973..e7b1699ef27 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/processes | 6 | @setfilename ../../info/processes |
| 7 | @node Processes, Display, Abbrevs, Top | 7 | @node Processes, Display, Abbrevs, Top |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 559f93ef8e3..9b54aa18b08 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/searching | 6 | @setfilename ../../info/searching |
| 7 | @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top | 7 | @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top |
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 8b25350d869..df4ac951748 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/sequences | 6 | @setfilename ../../info/sequences |
| 7 | @node Sequences Arrays Vectors, Hash Tables, Lists, Top | 7 | @node Sequences Arrays Vectors, Hash Tables, Lists, Top |
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index ada6376305f..af0a0321ab8 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/streams | 6 | @setfilename ../../info/streams |
| 7 | @node Read and Print, Minibuffers, Debugging, Top | 7 | @node Read and Print, Minibuffers, Debugging, Top |
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index f119b3ab84b..20884461b8c 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/strings | 6 | @setfilename ../../info/strings |
| 7 | @node Strings and Characters, Lists, Numbers, Top | 7 | @node Strings and Characters, Lists, Numbers, Top |
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 08f7d7f1ca1..edb111eb098 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/symbols | 6 | @setfilename ../../info/symbols |
| 7 | @node Symbols, Evaluation, Hash Tables, Top | 7 | @node Symbols, Evaluation, Hash Tables, Top |
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 83f6856c65b..36907dd6d28 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/syntax | 6 | @setfilename ../../info/syntax |
| 7 | @node Syntax Tables, Abbrevs, Searching and Matching, Top | 7 | @node Syntax Tables, Abbrevs, Searching and Matching, Top |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5b935bc6e23..0a43781bc05 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/text | 6 | @setfilename ../../info/text |
| 7 | @node Text, Non-ASCII Characters, Markers, Top | 7 | @node Text, Non-ASCII Characters, Markers, Top |
| @@ -2990,31 +2990,28 @@ time you want to specify a particular attribute for certain text. | |||
| 2990 | @xref{Face Attributes}. | 2990 | @xref{Face Attributes}. |
| 2991 | 2991 | ||
| 2992 | @item | 2992 | @item |
| 2993 | A cons cell with the form @code{(foreground-color . @var{color-name})} or | 2993 | A cons cell with the form @code{(foreground-color . @var{color-name})} |
| 2994 | @code{(background-color . @var{color-name})}. These elements specify | 2994 | or @code{(background-color . @var{color-name})}. These are older, |
| 2995 | just the foreground color or just the background color. @xref{Color | 2995 | deprecated equivalents for @code{(:foreground @var{color-name})} and |
| 2996 | Names}, for the supported forms of @var{color-name}. | 2996 | @code{(:background @var{color-name})}. Please convert code that uses |
| 2997 | 2997 | them. | |
| 2998 | A cons cell of @code{(foreground-color . @var{color-name})} is equivalent to | ||
| 2999 | specifying @code{(:foreground @var{color-name})}; likewise for the | ||
| 3000 | background. | ||
| 3001 | @end itemize | 2998 | @end itemize |
| 3002 | 2999 | ||
| 3003 | You can use Font Lock Mode (@pxref{Font Lock Mode}), to dynamically | 3000 | It works to use the latter two forms directly as the value |
| 3004 | update @code{face} properties based on the contents of the text. | 3001 | of the @code{face} property. |
| 3002 | |||
| 3003 | Font Lock mode (@pxref{Font Lock Mode}) works in most buffers by | ||
| 3004 | dynamically updating the @code{face} property of characters based on | ||
| 3005 | the context. | ||
| 3005 | 3006 | ||
| 3006 | @item font-lock-face | 3007 | @item font-lock-face |
| 3007 | @kindex font-lock-face @r{(text property)} | 3008 | @kindex font-lock-face @r{(text property)} |
| 3008 | The @code{font-lock-face} property is the same in all respects as the | 3009 | The @code{font-lock-face} property is equivalent to the @code{face} |
| 3009 | @code{face} property, but its state of activation is controlled by | 3010 | property when Font Lock mode is enabled. When Font Lock mode is disabled, |
| 3010 | @code{font-lock-mode}. This can be advantageous for special buffers | 3011 | @code{font-lock-face} has no effect. |
| 3011 | which are not intended to be user-editable, or for static areas of | ||
| 3012 | text which are always fontified in the same way. | ||
| 3013 | @xref{Precalculated Fontification}. | ||
| 3014 | 3012 | ||
| 3015 | Strictly speaking, @code{font-lock-face} is not a built-in text | 3013 | The @code{font-lock-mode} property is useful for special modes that |
| 3016 | property; rather, it is implemented in Font Lock mode using | 3014 | implement their own highlighting. @xref{Precalculated Fontification}. |
| 3017 | @code{char-property-alias-alist}. @xref{Examining Properties}. | ||
| 3018 | 3015 | ||
| 3019 | This property is new in Emacs 22.1. | 3016 | This property is new in Emacs 22.1. |
| 3020 | 3017 | ||
| @@ -3634,7 +3631,7 @@ a @key{Mouse-1} click shall be translated to @key{RET}: | |||
| 3634 | @defun mouse-on-link-p pos | 3631 | @defun mouse-on-link-p pos |
| 3635 | This function returns non-@code{nil} if position @var{pos} in the | 3632 | This function returns non-@code{nil} if position @var{pos} in the |
| 3636 | current buffer is on a link. @var{pos} can also be a mouse event | 3633 | current buffer is on a link. @var{pos} can also be a mouse event |
| 3637 | location, as returned by @code{event-start} (@pxref{Accessing Events}). | 3634 | location, as returned by @code{event-start} (@pxref{Accessing Mouse}). |
| 3638 | @end defun | 3635 | @end defun |
| 3639 | 3636 | ||
| 3640 | @node Fields | 3637 | @node Fields |
diff --git a/doc/lispref/tindex.pl b/doc/lispref/tindex.pl index 89bbe5f5f6f..83a1df94d1a 100755 --- a/doc/lispref/tindex.pl +++ b/doc/lispref/tindex.pl | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 3 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | # 2006, 2007 Free Software Foundation, Inc. | 4 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | # | 7 | # |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index f16749a214d..e8023edcd5d 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2001, 2002, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2001, 2002, |
| 4 | @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/tips | 6 | @setfilename ../../info/tips |
| 7 | @node Tips, GNU Emacs Internals, GPL, Top | 7 | @node Tips, GNU Emacs Internals, GPL, Top |
diff --git a/doc/lispref/two-volume-cross-refs.txt b/doc/lispref/two-volume-cross-refs.txt index 6e40920cf66..f77aff098b8 100644 --- a/doc/lispref/two-volume-cross-refs.txt +++ b/doc/lispref/two-volume-cross-refs.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See end for copying conditions. | 3 | See end for copying conditions. |
| 4 | 4 | ||
diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make index b2550576825..bf245570134 100644 --- a/doc/lispref/two-volume.make +++ b/doc/lispref/two-volume.make | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright 2007 Free Software Foundation, Inc. | 1 | # Copyright 2007, 2008 Free Software Foundation, Inc. |
| 2 | # See end for copying conditions. | 2 | # See end for copying conditions. |
| 3 | 3 | ||
| 4 | # although it would be nice to use tex rather than pdftex to avoid | 4 | # although it would be nice to use tex rather than pdftex to avoid |
diff --git a/doc/lispref/two.el b/doc/lispref/two.el index baade844463..388ceedde5b 100644 --- a/doc/lispref/two.el +++ b/doc/lispref/two.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; Auxiliary functions for preparing a two volume manual. | 1 | ;; Auxiliary functions for preparing a two volume manual. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; --rjc 30mar92 | 6 | ;; --rjc 30mar92 |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index aee7d4f8be3..1dd2a57945b 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, |
| 4 | @c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/variables | 6 | @setfilename ../../info/variables |
| 7 | @node Variables, Functions, Control Structures, Top | 7 | @node Variables, Functions, Control Structures, Top |
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 5784ed0b19b..111737d7daa 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This file is used for printing the GNU Emacs Lisp Reference Manual | 2 | @c This file is used for printing the GNU Emacs Lisp Reference Manual |
| 3 | @c in two volumes. It is a modified version of elisp.texi. | 3 | @c in two volumes. It is a modified version of elisp.texi. |
| 4 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 4 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 5 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | @c %**start of header | 6 | @c %**start of header |
| 7 | @setfilename elisp | 7 | @setfilename elisp |
| 8 | @settitle GNU Emacs Lisp Reference Manual: Volume 1 | 8 | @settitle GNU Emacs Lisp Reference Manual: Volume 1 |
| @@ -67,7 +67,7 @@ This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* | |||
| 67 | corresponding to Emacs version @value{EMACSVER}. | 67 | corresponding to Emacs version @value{EMACSVER}. |
| 68 | 68 | ||
| 69 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, | 69 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
| 70 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software | 70 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software |
| 71 | Foundation, Inc. | 71 | Foundation, Inc. |
| 72 | 72 | ||
| 73 | @quotation | 73 | @quotation |
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index c27f004e16f..e7cafedf061 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c This file is used for printing the GNU Emacs Lisp Reference Manual | 2 | @c This file is used for printing the GNU Emacs Lisp Reference Manual |
| 3 | @c in two volumes. It is a modified version of elisp.texi. | 3 | @c in two volumes. It is a modified version of elisp.texi. |
| 4 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 4 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 5 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | @c %**start of header | 6 | @c %**start of header |
| 7 | @setfilename elisp | 7 | @setfilename elisp |
| 8 | @settitle GNU Emacs Lisp Reference Manual: Volume 2 | 8 | @settitle GNU Emacs Lisp Reference Manual: Volume 2 |
| @@ -67,7 +67,7 @@ This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* | |||
| 67 | corresponding to Emacs version @value{EMACSVER}. | 67 | corresponding to Emacs version @value{EMACSVER}. |
| 68 | 68 | ||
| 69 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, | 69 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
| 70 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software | 70 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software |
| 71 | Foundation, Inc. | 71 | Foundation, Inc. |
| 72 | 72 | ||
| 73 | @quotation | 73 | @quotation |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 9a49401485e..1ead275e8d4 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, |
| 4 | @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/windows | 6 | @setfilename ../../info/windows |
| 7 | @node Windows, Frames, Buffers, Top | 7 | @node Windows, Frames, Buffers, Top |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 0bbb20f82bd..104fb0bfc79 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | '\" t | 1 | '\" t |
| 2 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | .\" 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | .\" 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | .\" | 4 | .\" |
| 5 | .\" This file is part of GNU Emacs. | 5 | .\" This file is part of GNU Emacs. |
| 6 | .\" | 6 | .\" |
| @@ -734,7 +734,7 @@ Copyright | |||
| 734 | .if t \(co | 734 | .if t \(co |
| 735 | .if n (C) | 735 | .if n (C) |
| 736 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 736 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 737 | 2006, 2007 Free Software Foundation, Inc. | 737 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 738 | .PP | 738 | .PP |
| 739 | Permission is granted to make and distribute verbatim copies of this | 739 | Permission is granted to make and distribute verbatim copies of this |
| 740 | document provided the copyright notice and this permission notice are | 740 | document provided the copyright notice and this permission notice are |
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index 897cd0b881a..f39f391d6c1 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, | 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, |
| 2 | .\" 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | .\" 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | .\" See section COPYING for conditions for redistribution | 3 | .\" See section COPYING for conditions for redistribution |
| 4 | .TH etags 1 "23nov2001" "GNU Tools" "GNU Tools" | 4 | .TH etags 1 "23nov2001" "GNU Tools" "GNU Tools" |
| 5 | .de BP | 5 | .de BP |
| @@ -264,7 +264,7 @@ Stallman. | |||
| 264 | Copyright | 264 | Copyright |
| 265 | .if t \(co | 265 | .if t \(co |
| 266 | .if n (c) | 266 | .if n (c) |
| 267 | 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 267 | 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 268 | .PP | 268 | .PP |
| 269 | Permission is granted to make and distribute verbatim copies of this | 269 | Permission is granted to make and distribute verbatim copies of this |
| 270 | document provided the copyright notice and this permission notice are | 270 | document provided the copyright notice and this permission notice are |
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 8daf73ffa1a..07165a98de1 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 1 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 2 | See end for license conditions. | 2 | See end for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index dd708234182..ef3b8ccd927 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-01-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calccard.tex, cs-dired-ref.tex, cs-refcard.tex, cs-survival.tex: | ||
| 4 | * de-refcard.tex, dired-ref.tex, fr-drdref.tex, fr-refcard.tex: | ||
| 5 | * fr-survival.tex, gnus-refcard.tex, orgcard.tex, pl-refcard.tex: | ||
| 6 | * pt-br-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex: | ||
| 7 | * sk-refcard.tex, sk-survival.tex, survival.tex, vipcard.tex: | ||
| 8 | * viperCard.tex: Update printed copyright year to 2008. | ||
| 9 | |||
| 1 | 2008-01-08 Kevin Ryde <user42@zip.com.au> | 10 | 2008-01-08 Kevin Ryde <user42@zip.com.au> |
| 2 | 11 | ||
| 3 | * compilation.txt (perl): Add a "during global destruction" sample. | 12 | * compilation.txt (perl): Add a "during global destruction" sample. |
| @@ -4005,7 +4014,8 @@ | |||
| 4005 | ;; End: | 4014 | ;; End: |
| 4006 | 4015 | ||
| 4007 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 4016 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 |
| 4008 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4017 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4018 | Free Software Foundation, Inc. | ||
| 4009 | 4019 | ||
| 4010 | This file is part of GNU Emacs. | 4020 | This file is part of GNU Emacs. |
| 4011 | 4021 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | Debugging GNU Emacs | 1 | Debugging GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | 7 | ||
diff --git a/etc/DISTRIB b/etc/DISTRIB index 945205df29f..0e1c91f0383 100644 --- a/etc/DISTRIB +++ b/etc/DISTRIB | |||
| @@ -5,7 +5,7 @@ the USA, see http://www.gnu.org/order/order.html. | |||
| 5 | GNU Emacs availability information, October 2000 | 5 | GNU Emacs availability information, October 2000 |
| 6 | 6 | ||
| 7 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, | 7 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, |
| 8 | 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 8 | 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 9 | Free Software Foundation, Inc. | 9 | Free Software Foundation, Inc. |
| 10 | See the end of the file for license conditions. | 10 | See the end of the file for license conditions. |
| 11 | 11 | ||
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index 2d2e0d8164c..450b1cdcf83 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ERC NEWS -*- outline -*- | 1 | ERC NEWS -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | * Changes in ERC 5.3 | 6 | * Changes in ERC 5.3 |
diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 002747a630a..9f69a7492bc 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF | |||
| @@ -94,7 +94,7 @@ those. | |||
| 94 | 94 | ||
| 95 | ===================== end of discussion of tag names ===================== | 95 | ===================== end of discussion of tag names ===================== |
| 96 | 96 | ||
| 97 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 97 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 98 | Free Software Foundation, Inc. | 98 | Free Software Foundation, Inc. |
| 99 | 99 | ||
| 100 | COPYING PERMISSIONS: | 100 | COPYING PERMISSIONS: |
diff --git a/etc/ETAGS.README b/etc/ETAGS.README index e05735f03c1..ed3aa2fe16a 100644 --- a/etc/ETAGS.README +++ b/etc/ETAGS.README | |||
| @@ -29,7 +29,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, | 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, |
| 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 33 | Free Software Foundation, Inc. | 33 | Free Software Foundation, Inc. |
| 34 | 34 | ||
| 35 | This file is not considered part of GNU Emacs. | 35 | This file is not considered part of GNU Emacs. |
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 1985, 1993, 2001, 2002, 2003, 2004, | 1 | Copyright (C) 1985, 1993, 2001, 2002, 2003, 2004, |
| 2 | 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Permission is granted to anyone to make or distribute verbatim copies | 4 | Permission is granted to anyone to make or distribute verbatim copies |
| 5 | of this document, in any medium, provided that the copyright notice and | 5 | of this document, in any medium, provided that the copyright notice and |
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS index f7817bafb6a..ee36984393d 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | GNUS NEWS -- history of user-visible changes. | 1 | GNUS NEWS -- history of user-visible changes. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | Please send Gnus bug reports to bugs@gnus.org. | 7 | Please send Gnus bug reports to bugs@gnus.org. |
| @@ -63,7 +63,7 @@ Korean ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B | |||
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 66 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 67 | Free Software Foundation, Inc. | 67 | Free Software Foundation, Inc. |
| 68 | 68 | ||
| 69 | This file is part of GNU Emacs. | 69 | This file is part of GNU Emacs. |
diff --git a/etc/MACHINES b/etc/MACHINES index a4ce691ba17..66a55ff6363 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Emacs machines list | 1 | Emacs machines list |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | This is a list of the status of GNU Emacs on various machines and systems. | 7 | This is a list of the status of GNU Emacs on various machines and systems. |
diff --git a/etc/MAILINGLISTS b/etc/MAILINGLISTS index b0b6208239c..f0642553d98 100644 --- a/etc/MAILINGLISTS +++ b/etc/MAILINGLISTS | |||
| @@ -318,7 +318,7 @@ mode: outline | |||
| 318 | fill-column: 72 | 318 | fill-column: 72 |
| 319 | End: | 319 | End: |
| 320 | 320 | ||
| 321 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 321 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 322 | Free Software Foundation, Inc. | 322 | Free Software Foundation, Inc. |
| 323 | 323 | ||
| 324 | Permission is hereby granted, free of charge, to any person obtaining | 324 | Permission is hereby granted, free of charge, to any person obtaining |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 65ccc760076..a5a400427ee 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | * COPYRIGHT | 1 | * COPYRIGHT |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index b10fafa5334..2882cde1230 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | More Neat Stuff for your Emacs | 1 | More Neat Stuff for your Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index 7bc30e5d228..21f4c340809 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986 | 1 | GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986 |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1986, 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 1985, 1986, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | 6 | ||
diff --git a/etc/NEWS.18 b/etc/NEWS.18 index 8038e052e7b..d0c67c5ec51 100644 --- a/etc/NEWS.18 +++ b/etc/NEWS.18 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988 | 1 | GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988 |
| 2 | 2 | ||
| 3 | Copyright (C) 1988, 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | 6 | ||
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 08573703c04..2284e8e6a32 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 1992. | 1 | GNU Emacs NEWS -- history of user-visible changes. 1992. |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 5 | 6 | ||
| 6 | 7 | ||
diff --git a/etc/NEWS.20 b/etc/NEWS.20 index 0c9e7d4948c..86ce7d97004 100644 --- a/etc/NEWS.20 +++ b/etc/NEWS.20 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 | 1 | GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2006, 2007 | 3 | Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index a4c42a6479a..e9b2b96c313 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 | 1 | GNU Emacs NEWS -- history of user-visible changes. 2006-05-31 |
| 2 | 2 | ||
| 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 824da8932ed..049c565ff6f 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. | 1 | GNU Emacs NEWS -- history of user-visible changes. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 1b4277b55dd..d3b3bba7515 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 1 | Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 2 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
diff --git a/etc/README b/etc/README index e18da7f381a..ea843095c25 100644 --- a/etc/README +++ b/etc/README | |||
| @@ -12,6 +12,6 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 12 | 12 | ||
| 13 | File: emacs.icon | 13 | File: emacs.icon |
| 14 | Author: Sun Microsystems, Inc | 14 | Author: Sun Microsystems, Inc |
| 15 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 15 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 16 | Free Software Foundation, Inc. | 16 | Free Software Foundation, Inc. |
| 17 | License: GNU General Public License version 3 or later (see COPYING) | 17 | License: GNU General Public License version 3 or later (see COPYING) |
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for copying permissions. | 3 | See the end of the file for copying permissions. |
| 4 | 4 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | Emacs TODO List -*-outline-*- | 1 | Emacs TODO List -*-outline-*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/etc/compilation.txt b/etc/compilation.txt index 17c7f9dbc24..08c55c648e7 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -438,7 +438,7 @@ Compilation finished at Thu Jul 21 15:02:15 | |||
| 438 | Compilation segmentation fault at Thu Jul 13 10:55:49 | 438 | Compilation segmentation fault at Thu Jul 13 10:55:49 |
| 439 | 439 | ||
| 440 | 440 | ||
| 441 | Copyright (C) 2004, 2005, 2006, 2007 | 441 | Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 442 | Free Software Foundation, Inc. | 442 | Free Software Foundation, Inc. |
| 443 | 443 | ||
| 444 | COPYING PERMISSIONS: | 444 | COPYING PERMISSIONS: |
diff --git a/etc/edt-user.doc b/etc/edt-user.doc index d4aaab8b492..2403bd3e5b9 100644 --- a/etc/edt-user.doc +++ b/etc/edt-user.doc | |||
| @@ -3,7 +3,7 @@ File: edt-user.doc --- EDT Emulation User Instructions | |||
| 3 | For GNU Emacs 19 | 3 | For GNU Emacs 19 |
| 4 | 4 | ||
| 5 | Copyright (C) 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | Copyright (C) 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 8 | Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 9 | Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 9 | Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| @@ -824,7 +824,7 @@ G-C-\: Split Window | FNDNXT | Yank | CUT | | |||
| 824 | ;;; For GNU Emacs 19 and Above | 824 | ;;; For GNU Emacs 19 and Above |
| 825 | ;;; | 825 | ;;; |
| 826 | ;; Copyright (C) 1986, 1992, 1993, 2000, 2001, 2002, 2003, 2004, 2005, | 826 | ;; Copyright (C) 1986, 1992, 1993, 2000, 2001, 2002, 2003, 2004, 2005, |
| 827 | ;; 2006, 2007 Free Software Foundation, Inc. | 827 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 828 | 828 | ||
| 829 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 829 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> |
| 830 | ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> | 830 | ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> |
diff --git a/etc/emacs-buffer.gdb b/etc/emacs-buffer.gdb index 76586e2aff7..cb64005e14a 100644 --- a/etc/emacs-buffer.gdb +++ b/etc/emacs-buffer.gdb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # emacs-buffer.gdb --- gdb macros for recovering buffers from emacs coredumps | 1 | # emacs-buffer.gdb --- gdb macros for recovering buffers from emacs coredumps |
| 2 | 2 | ||
| 3 | # Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Maintainer: Noah Friedman <friedman@splode.com> | 5 | # Maintainer: Noah Friedman <friedman@splode.com> |
| 6 | # Status: Works with Emacs 22.0.51.1 (prerelease) as of 2006-01-12. | 6 | # Status: Works with Emacs 22.0.51.1 (prerelease) as of 2006-01-12. |
diff --git a/etc/emacs.bash b/etc/emacs.bash index 79ce7840d93..82e487c16f4 100644 --- a/etc/emacs.bash +++ b/etc/emacs.bash | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### emacs.bash --- contact/resume an existing Emacs, or start a new one | 1 | ### emacs.bash --- contact/resume an existing Emacs, or start a new one |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ## Free Software Foundation, Inc. | 4 | ## Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Noah Friedman | 6 | ## Author: Noah Friedman |
diff --git a/etc/emacs2.py b/etc/emacs2.py index b48689508e6..7f0e44e3af2 100644 --- a/etc/emacs2.py +++ b/etc/emacs2.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | """Definitions used by commands sent to inferior Python in python.el.""" | 1 | """Definitions used by commands sent to inferior Python in python.el.""" |
| 2 | 2 | ||
| 3 | # Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # Author: Dave Love <fx@gnu.org> | 4 | # Author: Dave Love <fx@gnu.org> |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/etc/enriched.doc b/etc/enriched.doc index 50dcf0bdac4..be8f8989a2f 100644 --- a/etc/enriched.doc +++ b/etc/enriched.doc | |||
| @@ -256,7 +256,7 @@ bug reports are welcome.</indent> | |||
| 256 | 256 | ||
| 257 | 257 | ||
| 258 | 258 | ||
| 259 | Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 259 | Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 260 | Free Software Foundation, Inc. | 260 | Free Software Foundation, Inc. |
| 261 | 261 | ||
| 262 | COPYING PERMISSIONS: | 262 | COPYING PERMISSIONS: |
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt index 9e7ff793d73..9a8dbfcc961 100644 --- a/etc/gnus-tut.txt +++ b/etc/gnus-tut.txt | |||
| @@ -25,7 +25,7 @@ Ingebrigtsen. If you have a WWW browser, you can investigate to your | |||
| 25 | heart's delight at <URL:http://www.ifi.uio.no/~larsi/larsi.html>. | 25 | heart's delight at <URL:http://www.ifi.uio.no/~larsi/larsi.html>. |
| 26 | 26 | ||
| 27 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 27 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 28 | ;; 2006, 2007 Free Software Foundation, Inc. | 28 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 29 | 29 | ||
| 30 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 30 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 31 | ;; Keywords: news | 31 | ;; Keywords: news |
diff --git a/etc/grep.txt b/etc/grep.txt index b653f13cf67..c6765850c16 100644 --- a/etc/grep.txt +++ b/etc/grep.txt | |||
| @@ -84,7 +84,7 @@ grep -nH -e "xyzxyz" ../info/* | |||
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | 86 | ||
| 87 | Copyright (C) 2005, 2006, 2007 | 87 | Copyright (C) 2005, 2006, 2007, 2008 |
| 88 | Free Software Foundation, Inc. | 88 | Free Software Foundation, Inc. |
| 89 | 89 | ||
| 90 | COPYING PERMISSIONS: | 90 | COPYING PERMISSIONS: |
diff --git a/etc/images/README b/etc/images/README index b36e1e97f02..34b882bcd07 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -20,7 +20,8 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 20 | 20 | ||
| 21 | File: mh-logo.xpm | 21 | File: mh-logo.xpm |
| 22 | Author: Satyaki Das | 22 | Author: Satyaki Das |
| 23 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 23 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 24 | Free Software Foundation, Inc. | ||
| 24 | License: GNU General Public License version 3 or later (see COPYING) | 25 | License: GNU General Public License version 3 or later (see COPYING) |
| 25 | 26 | ||
| 26 | The files splash.xpm, splash8.xpm contain copyright and license | 27 | The files splash.xpm, splash8.xpm contain copyright and license |
diff --git a/etc/images/ezimage/README b/etc/images/ezimage/README index 694e2abd2e1..ccc678dcac8 100644 --- a/etc/images/ezimage/README +++ b/etc/images/ezimage/README | |||
| @@ -7,6 +7,6 @@ Files: bits.xpm bitsbang.xpm box-minus.xpm box-plus.xpm | |||
| 7 | tag-gt.xpm tag-minus.xpm tag-plus.xpm tag-type.xpm tag-v.xpm | 7 | tag-gt.xpm tag-minus.xpm tag-plus.xpm tag-type.xpm tag-v.xpm |
| 8 | tag.xpm unlock.xpm | 8 | tag.xpm unlock.xpm |
| 9 | Author: Eric M. Ludlam | 9 | Author: Eric M. Ludlam |
| 10 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 10 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11 | Free Software Foundation, Inc. | 11 | Free Software Foundation, Inc. |
| 12 | License: GNU General Public License version 3 or later (see COPYING) | 12 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/gnus/README b/etc/images/gnus/README index e4e7d523772..c0ed4f72552 100644 --- a/etc/images/gnus/README +++ b/etc/images/gnus/README | |||
| @@ -2,7 +2,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | Files: important.xpm, unimportant.xpm | 3 | Files: important.xpm, unimportant.xpm |
| 4 | Author: Simon Josefsson <simon@josefsson.org> | 4 | Author: Simon Josefsson <simon@josefsson.org> |
| 5 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | Free Software Foundation, Inc. | 6 | Free Software Foundation, Inc. |
| 7 | License: GNU General Public License version 3 or later (see COPYING) | 7 | License: GNU General Public License version 3 or later (see COPYING) |
| 8 | 8 | ||
| @@ -18,7 +18,7 @@ Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm | |||
| 18 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm | 18 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm |
| 19 | uu-post.pbm uu-post.xpm | 19 | uu-post.pbm uu-post.xpm |
| 20 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 20 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 21 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 21 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 22 | Free Software Foundation, Inc. | 22 | Free Software Foundation, Inc. |
| 23 | License: GNU General Public License version 3 or later (see COPYING) | 23 | License: GNU General Public License version 3 or later (see COPYING) |
| 24 | 24 | ||
diff --git a/etc/images/gud/README b/etc/images/gud/README index 6ed677eebce..8c85cc56354 100644 --- a/etc/images/gud/README +++ b/etc/images/gud/README | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | 1 | COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES |
| 2 | 2 | ||
| 3 | The following icons were created by Nick Roberts <nickrob@snap.net.nz>. | 3 | The following icons were created by Nick Roberts <nickrob@snap.net.nz>. |
| 4 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | License: GNU General Public License version 3 or later (see COPYING) | 6 | License: GNU General Public License version 3 or later (see COPYING) |
| 7 | 7 | ||
| @@ -31,7 +31,7 @@ their copyright assignment included the icons. | |||
| 31 | The following icons are converted from the Insight Windows style icon | 31 | The following icons are converted from the Insight Windows style icon |
| 32 | set in src/gdb/gdbtk/library/images2. | 32 | set in src/gdb/gdbtk/library/images2. |
| 33 | 33 | ||
| 34 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 34 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 35 | Free Software Foundation, Inc. | 35 | Free Software Foundation, Inc. |
| 36 | License: GNU General Public License version 3 or later (see COPYING) | 36 | License: GNU General Public License version 3 or later (see COPYING) |
| 37 | 37 | ||
diff --git a/etc/images/icons/README b/etc/images/icons/README index 6aaa4da87d9..1fcf871a5b2 100644 --- a/etc/images/icons/README +++ b/etc/images/icons/README | |||
| @@ -2,7 +2,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | Files: hicolor/16x16/apps/emacs.png hicolor/24x24/apps/emacs.png hicolor/32x32/apps/emacs.png hicolor/48x48/apps/emacs.png | 3 | Files: hicolor/16x16/apps/emacs.png hicolor/24x24/apps/emacs.png hicolor/32x32/apps/emacs.png hicolor/48x48/apps/emacs.png |
| 4 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> | 4 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> |
| 5 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | License: GNU General Public License version 3 or later (see COPYING) | 6 | License: GNU General Public License version 3 or later (see COPYING) |
| 7 | 7 | ||
| 8 | Files: emacs16_mac.png emacs24_mac.png emacs32_mac.png emacs48_mac.png | 8 | Files: emacs16_mac.png emacs24_mac.png emacs32_mac.png emacs48_mac.png |
diff --git a/etc/images/smilies/README b/etc/images/smilies/README index e865f959e01..0b6143d3044 100644 --- a/etc/images/smilies/README +++ b/etc/images/smilies/README | |||
| @@ -3,6 +3,6 @@ Files: blink.pbm blink.xpm braindamaged.xpm cry.xpm dead.xpm evil.xpm | |||
| 3 | sad.xpm smile.pbm smile.xpm wry.pbm wry.xpm | 3 | sad.xpm smile.pbm smile.xpm wry.pbm wry.xpm |
| 4 | Authors: Reiner Steib, Simon Josefsson, Kai Grossjohann, Alex | 4 | Authors: Reiner Steib, Simon Josefsson, Kai Grossjohann, Alex |
| 5 | Schroeder, Oliver Scholz, Per Abrahamsen, Kim F. Storm. | 5 | Schroeder, Oliver Scholz, Per Abrahamsen, Kim F. Storm. |
| 6 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 6 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 7 | Free Software Foundation, Inc. | 7 | Free Software Foundation, Inc. |
| 8 | License: GNU General Public License version 3 or later (see COPYING) | 8 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/splash.xpm b/etc/images/splash.xpm index 741deeac31c..64eb931f826 100644 --- a/etc/images/splash.xpm +++ b/etc/images/splash.xpm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Gnu Emacs Logo | 2 | /* Gnu Emacs Logo |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | * Free Software Foundation, Inc. | 5 | * Free Software Foundation, Inc. |
| 6 | * | 6 | * |
| 7 | * Author: Luis Fernandes <elf@ee.ryerson.ca> | 7 | * Author: Luis Fernandes <elf@ee.ryerson.ca> |
diff --git a/etc/images/splash8.xpm b/etc/images/splash8.xpm index 1c209585739..2e909ce67a1 100644 --- a/etc/images/splash8.xpm +++ b/etc/images/splash8.xpm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Gnu Emacs Logo for color depth 8 | 2 | /* Gnu Emacs Logo for color depth 8 |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | * Free Software Foundation, Inc. | 5 | * Free Software Foundation, Inc. |
| 6 | * | 6 | * |
| 7 | * Author: Luis Fernandes <elf@ee.ryerson.ca> | 7 | * Author: Luis Fernandes <elf@ee.ryerson.ca> |
diff --git a/etc/images/tree-widget/default/README b/etc/images/tree-widget/default/README index d8cc1c6efbb..c6bfe03cd6e 100644 --- a/etc/images/tree-widget/default/README +++ b/etc/images/tree-widget/default/README | |||
| @@ -5,5 +5,5 @@ Files: close.png close.xpm empty.png empty.xpm end-guide.png end-guide.xpm | |||
| 5 | no-guide.png no-guide.xpm no-handle.png no-handle.xpm open.png | 5 | no-guide.png no-guide.xpm no-handle.png no-handle.xpm open.png |
| 6 | open.xpm | 6 | open.xpm |
| 7 | Author: David Ponce <david.ponce@wanadoo.fr> | 7 | Author: David Ponce <david.ponce@wanadoo.fr> |
| 8 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | License: GNU General Public License version 3 or later (see COPYING) | 9 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/tree-widget/folder/README b/etc/images/tree-widget/folder/README index e611050b088..ec0eaa51290 100644 --- a/etc/images/tree-widget/folder/README +++ b/etc/images/tree-widget/folder/README | |||
| @@ -5,5 +5,5 @@ Files: close.png close.xpm empty.png empty.xpm end-guide.png | |||
| 5 | leaf.png leaf.xpm no-guide.png no-guide.xpm no-handle.png | 5 | leaf.png leaf.xpm no-guide.png no-guide.xpm no-handle.png |
| 6 | no-handle.xpm open.png open.xpm | 6 | no-handle.xpm open.png open.xpm |
| 7 | Author: David Ponce <david.ponce@wanadoo.fr> | 7 | Author: David Ponce <david.ponce@wanadoo.fr> |
| 8 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | License: GNU General Public License version 3 or later (see COPYING) | 9 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/ps-prin0.ps b/etc/ps-prin0.ps index 97c396993cd..b537be33eb0 100644 --- a/etc/ps-prin0.ps +++ b/etc/ps-prin0.ps | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % === BEGIN ps-print prologue 0 | 1 | % === BEGIN ps-print prologue 0 |
| 2 | % version: 6.0 | 2 | % version: 6.0 |
| 3 | 3 | ||
| 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | % Free Software Foundation, Inc. | 5 | % Free Software Foundation, Inc. |
| 6 | % | 6 | % |
| 7 | % This file is part of GNU Emacs. | 7 | % This file is part of GNU Emacs. |
diff --git a/etc/ps-prin1.ps b/etc/ps-prin1.ps index 15fe022ed76..36e0efeb0c8 100644 --- a/etc/ps-prin1.ps +++ b/etc/ps-prin1.ps | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % === BEGIN ps-print prologue 1 | 1 | % === BEGIN ps-print prologue 1 |
| 2 | % version: 6.1 | 2 | % version: 6.1 |
| 3 | 3 | ||
| 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | % Free Software Foundation, Inc. | 5 | % Free Software Foundation, Inc. |
| 6 | % | 6 | % |
| 7 | % This file is part of GNU Emacs. | 7 | % This file is part of GNU Emacs. |
diff --git a/etc/refcards/calccard.tex b/etc/refcards/calccard.tex index 12cbd4a686b..2970ee08f0c 100644 --- a/etc/refcards/calccard.tex +++ b/etc/refcards/calccard.tex | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi | 21 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi |
| 22 | 22 | ||
| 23 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, | 23 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, |
| 24 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 24 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 25 | 25 | ||
| 26 | % This file is part of GNU Emacs. | 26 | % This file is part of GNU Emacs. |
| 27 | 27 | ||
| @@ -67,7 +67,7 @@ | |||
| 67 | % Internet: gildea@stop.mail-abuse.org | 67 | % Internet: gildea@stop.mail-abuse.org |
| 68 | 68 | ||
| 69 | \def\versionnumber{2.1} | 69 | \def\versionnumber{2.1} |
| 70 | \def\year{2007} % latest copyright year | 70 | \def\year{2008} % latest copyright year |
| 71 | \def\version{v\versionnumber} | 71 | \def\version{v\versionnumber} |
| 72 | 72 | ||
| 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/cs-dired-ref.tex b/etc/refcards/cs-dired-ref.tex index 913e0112699..3a955bf6545 100644 --- a/etc/refcards/cs-dired-ref.tex +++ b/etc/refcards/cs-dired-ref.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | % 2006, 2007 Free Software Foundation, Inc. | 3 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % Czech hyphenation rules applied | 5 | % Czech hyphenation rules applied |
| 6 | \chyph | 6 | \chyph |
| @@ -56,7 +56,7 @@ | |||
| 56 | 56 | ||
| 57 | \def\versionnumber{0.1} | 57 | \def\versionnumber{0.1} |
| 58 | \def\versionemacs{22} | 58 | \def\versionemacs{22} |
| 59 | \def\year{2007} % latest copyright year | 59 | \def\year{2008} % latest copyright year |
| 60 | \def\version{May 2006\ v\versionnumber} | 60 | \def\version{May 2006\ v\versionnumber} |
| 61 | 61 | ||
| 62 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 62 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/cs-refcard.tex b/etc/refcards/cs-refcard.tex index 7d87a182603..d29c6169852 100644 --- a/etc/refcards/cs-refcard.tex +++ b/etc/refcards/cs-refcard.tex | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | % Nothing else needs to be changed. | 20 | % Nothing else needs to be changed. |
| 21 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 21 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 22 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 22 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 23 | 23 | ||
| 24 | % This file is part of GNU Emacs. | 24 | % This file is part of GNU Emacs. |
| 25 | 25 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | \def\versionnumber{2.2} | 75 | \def\versionnumber{2.2} |
| 76 | \def\versionemacs{22} | 76 | \def\versionemacs{22} |
| 77 | \def\versionyear{2006} % latest update | 77 | \def\versionyear{2006} % latest update |
| 78 | \def\year{2007} % latest copyright year | 78 | \def\year{2008} % latest copyright year |
| 79 | 79 | ||
| 80 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 80 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 81 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 81 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/cs-survival.tex b/etc/refcards/cs-survival.tex index f19c8ddf228..a4c7248a1d0 100644 --- a/etc/refcards/cs-survival.tex +++ b/etc/refcards/cs-survival.tex | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | \pdflayout=(0) | 28 | \pdflayout=(0) |
| 29 | 29 | ||
| 30 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 30 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 31 | % 2006, 2007 Free Software Foundation, Inc. | 31 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 32 | 32 | ||
| 33 | % This file is part of GNU Emacs. | 33 | % This file is part of GNU Emacs. |
| 34 | 34 | ||
| @@ -58,7 +58,7 @@ | |||
| 58 | \def\versionnumber{1.0} | 58 | \def\versionnumber{1.0} |
| 59 | \def\versionemacs{21} | 59 | \def\versionemacs{21} |
| 60 | \def\versiondate{duben 2000} % latest update | 60 | \def\versiondate{duben 2000} % latest update |
| 61 | \def\year{2007} % latest copyright year | 61 | \def\year{2008} % latest copyright year |
| 62 | 62 | ||
| 63 | \def\copyrightnotice{\penalty-1\vfill | 63 | \def\copyrightnotice{\penalty-1\vfill |
| 64 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 64 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/refcards/de-refcard.tex b/etc/refcards/de-refcard.tex index 6199a0249ec..6cfbd08f649 100644 --- a/etc/refcards/de-refcard.tex +++ b/etc/refcards/de-refcard.tex | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | % Nothing else needs to be changed below this line. | 25 | % Nothing else needs to be changed below this line. |
| 26 | % Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, | 26 | % Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, |
| 27 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 27 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 28 | 28 | ||
| 29 | % This file is part of GNU Emacs. | 29 | % This file is part of GNU Emacs. |
| 30 | 30 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | \def\versionnumber{2.3} | 75 | \def\versionnumber{2.3} |
| 76 | \def\versionyear{2006} % latest update | 76 | \def\versionyear{2006} % latest update |
| 77 | \def\versionemacs{22} | 77 | \def\versionemacs{22} |
| 78 | \def\year{2007} % latest copyright year | 78 | \def\year{2008} % latest copyright year |
| 79 | 79 | ||
| 80 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 80 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 81 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 81 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/dired-ref.tex b/etc/refcards/dired-ref.tex index 3a76c6894cb..e633bb50428 100644 --- a/etc/refcards/dired-ref.tex +++ b/etc/refcards/dired-ref.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % This file is part of GNU Emacs. | 5 | % This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | \def\versionnumber{0.1} | 50 | \def\versionnumber{0.1} |
| 51 | \def\year{2007} % latest copyright year | 51 | \def\year{2008} % latest copyright year |
| 52 | \def\version{May 2006\ v\versionnumber} | 52 | \def\version{May 2006\ v\versionnumber} |
| 53 | 53 | ||
| 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/fr-dired-ref.tex b/etc/refcards/fr-dired-ref.tex index 0e082c8bdd2..43e773090ff 100644 --- a/etc/refcards/fr-dired-ref.tex +++ b/etc/refcards/fr-dired-ref.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | % 2006, 2007 Free Software Foundation, Inc. | 3 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % This file is part of GNU Emacs. | 5 | % This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | \def\versionnumber{0.1} | 50 | \def\versionnumber{0.1} |
| 51 | \def\year{2007} % latest copyright year | 51 | \def\year{2008} % latest copyright year |
| 52 | \def\version{Mai 2006\ v\versionnumber} | 52 | \def\version{Mai 2006\ v\versionnumber} |
| 53 | 53 | ||
| 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/fr-refcard.tex b/etc/refcards/fr-refcard.tex index b8264c94412..f310e89220f 100644 --- a/etc/refcards/fr-refcard.tex +++ b/etc/refcards/fr-refcard.tex | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | % Nothing else needs to be changed below this line. | 16 | % Nothing else needs to be changed below this line. |
| 17 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 17 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 18 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 18 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | % This file is part of GNU Emacs. | 20 | % This file is part of GNU Emacs. |
| 21 | 21 | ||
| @@ -67,7 +67,7 @@ | |||
| 67 | \def\versionnumber{2.3} | 67 | \def\versionnumber{2.3} |
| 68 | \def\versionemacs{22} | 68 | \def\versionemacs{22} |
| 69 | \def\versionyear{2007} % latest update | 69 | \def\versionyear{2007} % latest update |
| 70 | \def\year{2007} % latest copyright year | 70 | \def\year{2008} % latest copyright year |
| 71 | 71 | ||
| 72 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 72 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 73 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 73 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/fr-survival.tex b/etc/refcards/fr-survival.tex index 2a1190b51f4..add709816fe 100644 --- a/etc/refcards/fr-survival.tex +++ b/etc/refcards/fr-survival.tex | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | \pdflayout=(0) | 29 | \pdflayout=(0) |
| 30 | 30 | ||
| 31 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 31 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 32 | % 2006, 2007 Free Software Foundation, Inc. | 32 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 33 | 33 | ||
| 34 | % This file is part of GNU Emacs. | 34 | % This file is part of GNU Emacs. |
| 35 | 35 | ||
| @@ -53,7 +53,7 @@ | |||
| 53 | \def\versionnumber{1.0} | 53 | \def\versionnumber{1.0} |
| 54 | \def\versionemacs{21} | 54 | \def\versionemacs{21} |
| 55 | \def\versiondate{Avril 2000} % latest update | 55 | \def\versiondate{Avril 2000} % latest update |
| 56 | \def\year{2007} % latest copyright year | 56 | \def\year{2008} % latest copyright year |
| 57 | 57 | ||
| 58 | \def\copyrightnotice{\penalty-1\vfill | 58 | \def\copyrightnotice{\penalty-1\vfill |
| 59 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 59 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/refcards/gnus-logo.eps b/etc/refcards/gnus-logo.eps index 861414e52ee..b12ff3def7a 100644 --- a/etc/refcards/gnus-logo.eps +++ b/etc/refcards/gnus-logo.eps | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | %!PS-Adobe-2.0 EPSF-2.0 | 1 | %!PS-Adobe-2.0 EPSF-2.0 |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | % Free Software Foundation, Inc. | 3 | % Free Software Foundation, Inc. |
| 4 | % | 4 | % |
| 5 | % Author: Luis Fernandes <elf@ee.ryerson.ca> | 5 | % Author: Luis Fernandes <elf@ee.ryerson.ca> |
diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex index d5002b20ac2..767b614ccef 100644 --- a/etc/refcards/gnus-refcard.tex +++ b/etc/refcards/gnus-refcard.tex | |||
| @@ -121,7 +121,7 @@ | |||
| 121 | \newcommand{\Copyright}{% | 121 | \newcommand{\Copyright}{% |
| 122 | \begin{center} | 122 | \begin{center} |
| 123 | Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, | 123 | Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, |
| 124 | 2005, 2006, 2007 Free Software Foundation, Inc.\\* | 124 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc.\\* |
| 125 | \end{center} | 125 | \end{center} |
| 126 | 126 | ||
| 127 | Permission is granted to make and distribute copies of this reference | 127 | Permission is granted to make and distribute copies of this reference |
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 95cd63b04c2..014f4655289 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{5.03} | 2 | \def\orgversionnumber{5.03} |
| 3 | \def\versionyear{2007} % latest update | 3 | \def\versionyear{2007} % latest update |
| 4 | \def\year{2007} % latest copyright year | 4 | \def\year{2008} % latest copyright year |
| 5 | 5 | % | |
| 6 | %**start of header | 6 | %**start of header |
| 7 | \newcount\columnsperpage | 7 | \newcount\columnsperpage |
| 8 | \newcount\letterpaper | 8 | \newcount\letterpaper |
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | % Nothing else needs to be changed below this line. | 26 | % Nothing else needs to be changed below this line. |
| 27 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 27 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 28 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 28 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 29 | 29 | ||
| 30 | % This file is part of GNU Emacs. | 30 | % This file is part of GNU Emacs. |
| 31 | 31 | ||
diff --git a/etc/refcards/pl-refcard.tex b/etc/refcards/pl-refcard.tex index f9e478f6467..79300163908 100644 --- a/etc/refcards/pl-refcard.tex +++ b/etc/refcards/pl-refcard.tex | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | 40 | ||
| 41 | % Nothing else needs to be changed. | 41 | % Nothing else needs to be changed. |
| 42 | % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 42 | % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 43 | % 2006, 2007 Free Software Foundation, Inc. | 43 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 44 | 44 | ||
| 45 | % This file is part of GNU Emacs. | 45 | % This file is part of GNU Emacs. |
| 46 | 46 | ||
| @@ -83,7 +83,7 @@ | |||
| 83 | \def\versionnumber{1.2} | 83 | \def\versionnumber{1.2} |
| 84 | \def\versionemacs{22} | 84 | \def\versionemacs{22} |
| 85 | \def\versiondate{czerwiec 2006} % latest update | 85 | \def\versiondate{czerwiec 2006} % latest update |
| 86 | \def\year{2007} % latest copyright year | 86 | \def\year{2008} % latest copyright year |
| 87 | 87 | ||
| 88 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 88 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 89 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 89 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/pt-br-refcard.tex b/etc/refcards/pt-br-refcard.tex index 2531af624b2..33b19216f9b 100644 --- a/etc/refcards/pt-br-refcard.tex +++ b/etc/refcards/pt-br-refcard.tex | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | % Nothing else needs to be changed below this line. | 22 | % Nothing else needs to be changed below this line. |
| 23 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 23 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 24 | % 2006, 2007 Free Software Foundation, Inc. | 24 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 25 | 25 | ||
| 26 | % This file is part of GNU Emacs. | 26 | % This file is part of GNU Emacs. |
| 27 | 27 | ||
| @@ -77,7 +77,7 @@ | |||
| 77 | \def\versionnumber{2.3} | 77 | \def\versionnumber{2.3} |
| 78 | \def\versionyear{2006} % latest update | 78 | \def\versionyear{2006} % latest update |
| 79 | \def\versionemacs{22} | 79 | \def\versionemacs{22} |
| 80 | \def\year{2007} % latest copyright year | 80 | \def\year{2008} % latest copyright year |
| 81 | 81 | ||
| 82 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 82 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 83 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 83 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex index 0e12bf57ac6..8e4d1634941 100644 --- a/etc/refcards/refcard.tex +++ b/etc/refcards/refcard.tex | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | % Nothing else needs to be changed below this line. | 22 | % Nothing else needs to be changed below this line. |
| 23 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 23 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 24 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 24 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 25 | 25 | ||
| 26 | % This file is part of GNU Emacs. | 26 | % This file is part of GNU Emacs. |
| 27 | 27 | ||
| @@ -72,7 +72,7 @@ | |||
| 72 | \def\versionnumber{2.3} % version of this manual | 72 | \def\versionnumber{2.3} % version of this manual |
| 73 | \def\versionyear{2007} % year manual was updated | 73 | \def\versionyear{2007} % year manual was updated |
| 74 | \def\versionemacs{22} % version of emacs this manual is for | 74 | \def\versionemacs{22} % version of emacs this manual is for |
| 75 | \def\year{2007} % copyright year | 75 | \def\year{2008} % copyright year |
| 76 | 76 | ||
| 77 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 77 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 78 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 78 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex index 16f9538857a..ee072b81637 100644 --- a/etc/refcards/ru-refcard.tex +++ b/etc/refcards/ru-refcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005, | 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 2 | % 2006, 2007 Free Software Foundation, Inc. | 2 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | \documentclass[10pt]{article} | 4 | \documentclass[10pt]{article} |
| 5 | \usepackage{multicol,tabularx} | 5 | \usepackage{multicol,tabularx} |
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | \newcommand{\versionnumber}[0]{2.3} | 22 | \newcommand{\versionnumber}[0]{2.3} |
| 23 | \newcommand{\versionemacs}[0]{22} | 23 | \newcommand{\versionemacs}[0]{22} |
| 24 | \newcommand{\nyear}[0]{2007} | 24 | \newcommand{\nyear}[0]{2008} |
| 25 | 25 | ||
| 26 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill | 26 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill |
| 27 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. | 27 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/sk-dired-ref.tex b/etc/refcards/sk-dired-ref.tex index 4767ad7de75..1507259f2b8 100644 --- a/etc/refcards/sk-dired-ref.tex +++ b/etc/refcards/sk-dired-ref.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | % 2006, 2007 Free Software Foundation, Inc. | 3 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % Slovak hyphenation rules applied | 5 | % Slovak hyphenation rules applied |
| 6 | \shyph | 6 | \shyph |
| @@ -57,7 +57,7 @@ | |||
| 57 | 57 | ||
| 58 | \def\versionnumber{0.1} | 58 | \def\versionnumber{0.1} |
| 59 | \def\versionemacs{22} | 59 | \def\versionemacs{22} |
| 60 | \def\year{2007} | 60 | \def\year{2008} |
| 61 | \def\version{May 2006\ v\versionnumber} | 61 | \def\version{May 2006\ v\versionnumber} |
| 62 | 62 | ||
| 63 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 63 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/sk-refcard.tex b/etc/refcards/sk-refcard.tex index e51a1872d9b..b673232e3d8 100644 --- a/etc/refcards/sk-refcard.tex +++ b/etc/refcards/sk-refcard.tex | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | % Nothing else needs to be changed. | 20 | % Nothing else needs to be changed. |
| 21 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 21 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 22 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 22 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 23 | 23 | ||
| 24 | % This file is part of GNU Emacs. | 24 | % This file is part of GNU Emacs. |
| 25 | 25 | ||
| @@ -77,7 +77,7 @@ | |||
| 77 | \def\versionnumber{2.2} | 77 | \def\versionnumber{2.2} |
| 78 | \def\versionemacs{21} | 78 | \def\versionemacs{21} |
| 79 | \def\versionyear{2006} % last update | 79 | \def\versionyear{2006} % last update |
| 80 | \def\year{2007} % latest copyright year | 80 | \def\year{2008} % latest copyright year |
| 81 | 81 | ||
| 82 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 82 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 83 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 83 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcards/sk-survival.tex b/etc/refcards/sk-survival.tex index d936c6da393..bdd0375e5ce 100644 --- a/etc/refcards/sk-survival.tex +++ b/etc/refcards/sk-survival.tex | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | \pdflayout=(0) | 28 | \pdflayout=(0) |
| 29 | 29 | ||
| 30 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 30 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 31 | % 2006, 2007 Free Software Foundation, Inc. | 31 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 32 | 32 | ||
| 33 | % This file is part of GNU Emacs. | 33 | % This file is part of GNU Emacs. |
| 34 | 34 | ||
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | \def\versionnumber{1.0} | 59 | \def\versionnumber{1.0} |
| 60 | \def\versionemacs{21} | 60 | \def\versionemacs{21} |
| 61 | \def\year{2007} % latest copyright year | 61 | \def\year{2008} % latest copyright year |
| 62 | 62 | ||
| 63 | \def\copyrightnotice{\penalty-1\vfill | 63 | \def\copyrightnotice{\penalty-1\vfill |
| 64 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 64 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/refcards/survival.tex b/etc/refcards/survival.tex index 75072f7b4e8..3706e2348ca 100644 --- a/etc/refcards/survival.tex +++ b/etc/refcards/survival.tex | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | \pdflayout=(1) | 29 | \pdflayout=(1) |
| 30 | 30 | ||
| 31 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 31 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 32 | % 2006, 2007 Free Software Foundation, Inc. | 32 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 33 | 33 | ||
| 34 | % This file is part of GNU Emacs. | 34 | % This file is part of GNU Emacs. |
| 35 | 35 | ||
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | \def\versionnumber{1.0} | 51 | \def\versionnumber{1.0} |
| 52 | \def\versionemacs{21} | 52 | \def\versionemacs{21} |
| 53 | \def\year{2007} % latest copyright year | 53 | \def\year{2008} % latest copyright year |
| 54 | 54 | ||
| 55 | \def\copyrightnotice{\penalty-1\vfill | 55 | \def\copyrightnotice{\penalty-1\vfill |
| 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/refcards/vipcard.tex b/etc/refcards/vipcard.tex index 09fc583eb4a..ab57dd6b736 100644 --- a/etc/refcards/vipcard.tex +++ b/etc/refcards/vipcard.tex | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | % Nothing else needs to be changed. | 16 | % Nothing else needs to be changed. |
| 17 | % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 17 | % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 18 | % 2006, 2007 Free Software Foundation, Inc. | 18 | % 2006, 2007, 2008 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | % This file is part of GNU Emacs. | 20 | % This file is part of GNU Emacs. |
| 21 | 21 | ||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | \def\versionnumber{1.2} | 64 | \def\versionnumber{1.2} |
| 65 | \def\year{2007} | 65 | \def\year{2008} |
| 66 | \def\version{September 2006\ v\versionnumber} | 66 | \def\version{September 2006\ v\versionnumber} |
| 67 | 67 | ||
| 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/refcards/viperCard.tex b/etc/refcards/viperCard.tex index b672ce9ebc8..9db150e9c0c 100644 --- a/etc/refcards/viperCard.tex +++ b/etc/refcards/viperCard.tex | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | % Nothing else needs to be changed. | 16 | % Nothing else needs to be changed. |
| 17 | % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, | 17 | % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, |
| 18 | % 2005, 2006, 2007 Free Software Foundation, Inc. | 18 | % 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | % This file is part of GNU Emacs. | 20 | % This file is part of GNU Emacs. |
| 21 | 21 | ||
| @@ -69,7 +69,7 @@ | |||
| 69 | 69 | ||
| 70 | 70 | ||
| 71 | \def\versionnumber{3.0} | 71 | \def\versionnumber{3.0} |
| 72 | \def\year{2007} | 72 | \def\year{2008} |
| 73 | \def\version{August 2006 v\versionnumber} | 73 | \def\version{August 2006 v\versionnumber} |
| 74 | 74 | ||
| 75 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 75 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/ses-example.ses b/etc/ses-example.ses index 9ae2e879f6f..fc3f47fa36b 100644 --- a/etc/ses-example.ses +++ b/etc/ses-example.ses | |||
| @@ -205,7 +205,7 @@ Sales summary - Acme fundraising | |||
| 205 | ;;; ses--symbolic-formulas: (("Eastern area") ("West-district") ("North&South") ("Other")) | 205 | ;;; ses--symbolic-formulas: (("Eastern area") ("West-district") ("North&South") ("Other")) |
| 206 | ;;; End: | 206 | ;;; End: |
| 207 | 207 | ||
| 208 | ;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 208 | ;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 209 | ;;; Free Software Foundation, Inc. | 209 | ;;; Free Software Foundation, Inc. |
| 210 | 210 | ||
| 211 | ;;; COPYING PERMISSIONS: | 211 | ;;; COPYING PERMISSIONS: |
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index eaa97619763..2e31bee81b2 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -1105,7 +1105,7 @@ This version of the tutorial is a part of GNU Emacs. It is copyrighted | |||
| 1105 | and comes with permission to distribute copies on certain conditions: | 1105 | and comes with permission to distribute copies on certain conditions: |
| 1106 | 1106 | ||
| 1107 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1107 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1108 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1108 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1109 | 1109 | ||
| 1110 | This file is part of GNU Emacs. | 1110 | This file is part of GNU Emacs. |
| 1111 | 1111 | ||
diff --git a/etc/tutorials/TUTORIAL.bg b/etc/tutorials/TUTORIAL.bg index cc8b2c5b2c5..5b299ac5896 100644 --- a/etc/tutorials/TUTORIAL.bg +++ b/etc/tutorials/TUTORIAL.bg | |||
| @@ -1170,7 +1170,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1170 | comes with permission to distribute copies on certain conditions: | 1170 | comes with permission to distribute copies on certain conditions: |
| 1171 | 1171 | ||
| 1172 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1172 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1173 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1173 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1174 | 1174 | ||
| 1175 | Permission is granted to anyone to make or distribute verbatim copies | 1175 | Permission is granted to anyone to make or distribute verbatim copies |
| 1176 | of this document as received, in any medium, provided that the | 1176 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn index 5e318e8ff90..8332850d97c 100644 --- a/etc/tutorials/TUTORIAL.cn +++ b/etc/tutorials/TUTORIAL.cn | |||
| @@ -987,7 +987,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 987 | comes with permission to distribute copies on certain conditions: | 987 | comes with permission to distribute copies on certain conditions: |
| 988 | 988 | ||
| 989 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 989 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 990 | 2005, 2006, 2007 Free Software Foundation, Inc. | 990 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 991 | 991 | ||
| 992 | Permission is granted to anyone to make or distribute verbatim copies | 992 | Permission is granted to anyone to make or distribute verbatim copies |
| 993 | of this document as received, in any medium, provided that the | 993 | of this document as received, in any medium, provided that the |
| @@ -1013,7 +1013,7 @@ GNU Emacs to your friends. Help stamp out software obstructionism | |||
| 1013 | ±¾ÆªÎĵµÓë GNU Emacs Ò»ÑùÓµÓаæÈ¨£¬²¢ÔÊÐíÔÚÏÂÁÐÌõ¼þµÄÔ¼ÊøÏ·¢ÐÐÆä¿½±´£º | 1013 | ±¾ÆªÎĵµÓë GNU Emacs Ò»ÑùÓµÓаæÈ¨£¬²¢ÔÊÐíÔÚÏÂÁÐÌõ¼þµÄÔ¼ÊøÏ·¢ÐÐÆä¿½±´£º |
| 1014 | 1014 | ||
| 1015 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | 1015 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, |
| 1016 | 2007 Free Software Foundation, Inc. | 1016 | 2007, 2008 Free Software Foundation, Inc. |
| 1017 | 1017 | ||
| 1018 | ±¾ÎĵµÔÊÐíÔÚ²»±ä¸üÎĵµÄÚÈݵÄÇé¿öÏÂÓÉÈκÎÈË·¢²¼ÔÚÈκÎýÌåÉÏ£¬Í¬Ê±±ØÐë | 1018 | ±¾ÎĵµÔÊÐíÔÚ²»±ä¸üÎĵµÄÚÈݵÄÇé¿öÏÂÓÉÈκÎÈË·¢²¼ÔÚÈκÎýÌåÉÏ£¬Í¬Ê±±ØÐë |
| 1019 | ÍêÕû±£Áô°æÈ¨ºÍÐí¿ÉÉùÃ÷£¬ÇÒÐè¸øÓèÊÜÖÚÓë·¢ÐÐÕßÍêÈ«ÏàͬµÄ¡¢Èç±¾ÉùÃ÷ËùÔÊ | 1019 | ÍêÕû±£Áô°æÈ¨ºÍÐí¿ÉÉùÃ÷£¬ÇÒÐè¸øÓèÊÜÖÚÓë·¢ÐÐÕßÍêÈ«ÏàͬµÄ¡¢Èç±¾ÉùÃ÷ËùÔÊ |
diff --git a/etc/tutorials/TUTORIAL.cs b/etc/tutorials/TUTORIAL.cs index fc4650d0fa2..50342a5e1a8 100644 --- a/etc/tutorials/TUTORIAL.cs +++ b/etc/tutorials/TUTORIAL.cs | |||
| @@ -1023,7 +1023,7 @@ Tato verze tutoriálu je, podobnì jako GNU Emacs, chránìna copyrightem a | |||
| 1023 | je ¹íøena se svolením distribuovat kopie za jistých podmínek: | 1023 | je ¹íøena se svolením distribuovat kopie za jistých podmínek: |
| 1024 | 1024 | ||
| 1025 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1025 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1026 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1026 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1027 | 1027 | ||
| 1028 | Ka¾dému je zaruèeno právo vytváøet a distribuovat pøesné kopie tohoto | 1028 | Ka¾dému je zaruèeno právo vytváøet a distribuovat pøesné kopie tohoto |
| 1029 | dokumentu tak, jak jej obdr¾el, na jakémkoliv médiu, s tím, ¾e bude | 1029 | dokumentu tak, jak jej obdr¾el, na jakémkoliv médiu, s tím, ¾e bude |
diff --git a/etc/tutorials/TUTORIAL.de b/etc/tutorials/TUTORIAL.de index abdc1fec6ab..a2440d07be7 100644 --- a/etc/tutorials/TUTORIAL.de +++ b/etc/tutorials/TUTORIAL.de | |||
| @@ -1461,7 +1461,7 @@ Beachten Sie bitte, daß im Zweifelsfalle das englische Original dieser | |||
| 1461 | Urheberrechtsnotiz gültig ist (zu finden in der Datei TUTORIAL). | 1461 | Urheberrechtsnotiz gültig ist (zu finden in der Datei TUTORIAL). |
| 1462 | 1462 | ||
| 1463 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, | 1463 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, |
| 1464 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1464 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1465 | 1465 | ||
| 1466 | Hiermit wird für jedermann die Erlaubnis erteilt, wörtliche, | 1466 | Hiermit wird für jedermann die Erlaubnis erteilt, wörtliche, |
| 1467 | unveränderte Kopien dieses Dokumentes für jegliches Medium zu | 1467 | unveränderte Kopien dieses Dokumentes für jegliches Medium zu |
diff --git a/etc/tutorials/TUTORIAL.eo b/etc/tutorials/TUTORIAL.eo index 1f6e2d87880..2da067ce0c2 100644 --- a/etc/tutorials/TUTORIAL.eo +++ b/etc/tutorials/TUTORIAL.eo | |||
| @@ -1090,7 +1090,7 @@ kopirajton, kaj venas kun permeso por disdoni kopiojn se certaj | |||
| 1090 | kondiæoj estas observataj: | 1090 | kondiæoj estas observataj: |
| 1091 | 1091 | ||
| 1092 | Copyright (C) 1985, 1999, 2001, 2002, 2005, | 1092 | Copyright (C) 1985, 1999, 2001, 2002, 2005, |
| 1093 | 2007 Free Software Foundation, Inc. | 1093 | 2007, 2008 Free Software Foundation, Inc. |
| 1094 | 1094 | ||
| 1095 | Æi tiu dosiero estas parto de "GNU Emacs". | 1095 | Æi tiu dosiero estas parto de "GNU Emacs". |
| 1096 | 1096 | ||
diff --git a/etc/tutorials/TUTORIAL.es b/etc/tutorials/TUTORIAL.es index 7fdd96811e5..44929cd285e 100644 --- a/etc/tutorials/TUTORIAL.es +++ b/etc/tutorials/TUTORIAL.es | |||
| @@ -1188,7 +1188,7 @@ siguiente nota de derechos de reproducción (que puede encontrar en el | |||
| 1188 | archivo TUTORIAL). | 1188 | archivo TUTORIAL). |
| 1189 | 1189 | ||
| 1190 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1190 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1191 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1191 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1192 | 1192 | ||
| 1193 | Se permite a cualquiera hacer o distribuir copias literales de este | 1193 | Se permite a cualquiera hacer o distribuir copias literales de este |
| 1194 | documento como se recibe, en cualquier medio, siempre que la nota | 1194 | documento como se recibe, en cualquier medio, siempre que la nota |
diff --git a/etc/tutorials/TUTORIAL.fr b/etc/tutorials/TUTORIAL.fr index 88dc98a088c..8ddf6279a14 100644 --- a/etc/tutorials/TUTORIAL.fr +++ b/etc/tutorials/TUTORIAL.fr | |||
| @@ -1171,7 +1171,7 @@ copyright, et vous pouvez en distribuer des copies sous certaines | |||
| 1171 | conditions : | 1171 | conditions : |
| 1172 | 1172 | ||
| 1173 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 1173 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, |
| 1174 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1174 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1175 | 1175 | ||
| 1176 | Chacun peut créer ou distribuer des copies de ce document tel qu'il | 1176 | Chacun peut créer ou distribuer des copies de ce document tel qu'il |
| 1177 | l'a reçu, sur n'importe quel support, pourvu que la note de | 1177 | l'a reçu, sur n'importe quel support, pourvu que la note de |
diff --git a/etc/tutorials/TUTORIAL.it b/etc/tutorials/TUTORIAL.it index 74beb63f018..f45ae5aca59 100644 --- a/etc/tutorials/TUTORIAL.it +++ b/etc/tutorials/TUTORIAL.it | |||
| @@ -1093,7 +1093,7 @@ distribuito con il permesso di farne copie a determinate condizioni: | |||
| 1093 | indicativo, restando comunque inteso il fatto che è quella originale a | 1093 | indicativo, restando comunque inteso il fatto che è quella originale a |
| 1094 | fare fede. | 1094 | fare fede. |
| 1095 | 1095 | ||
| 1096 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 1096 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1097 | 1097 | ||
| 1098 | È permesso a chiunque copiare e distribuire attraverso ogni mezzo copie | 1098 | È permesso a chiunque copiare e distribuire attraverso ogni mezzo copie |
| 1099 | fedeli di questo documento così come viene ricevuto, a condizione che | 1099 | fedeli di questo documento così come viene ricevuto, a condizione che |
diff --git a/etc/tutorials/TUTORIAL.ja b/etc/tutorials/TUTORIAL.ja index 3452c02f0f8..2410b2f048d 100644 --- a/etc/tutorials/TUTORIAL.ja +++ b/etc/tutorials/TUTORIAL.ja | |||
| @@ -1048,7 +1048,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1048 | comes with permission to distribute copies on certain conditions: | 1048 | comes with permission to distribute copies on certain conditions: |
| 1049 | 1049 | ||
| 1050 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1050 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1051 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1051 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1052 | 1052 | ||
| 1053 | Permission is granted to anyone to make or distribute verbatim copies | 1053 | Permission is granted to anyone to make or distribute verbatim copies |
| 1054 | of this document as received, in any medium, provided that the | 1054 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.ko b/etc/tutorials/TUTORIAL.ko index 9f3d66a48af..5f50e3df59f 100644 --- a/etc/tutorials/TUTORIAL.ko +++ b/etc/tutorials/TUTORIAL.ko | |||
| @@ -990,7 +990,7 @@ GNU $(C@L8F=:?M(B $(C00@L(B $(C@L(B $(CAvD'<-(B $(CFG@:(B $(C@z@[1G@L | |||
| 990 | $(C6'?!(B $(C:9;g:;@;(B $(C9hFwGR(B $(C<v(B $(C@V4B(B $(CGc0!8&(B $(C0.0m(B $(C3*?B(B $(C0M@L4Y(B: | 990 | $(C6'?!(B $(C:9;g:;@;(B $(C9hFwGR(B $(C<v(B $(C@V4B(B $(CGc0!8&(B $(C0.0m(B $(C3*?B(B $(C0M@L4Y(B: |
| 991 | 991 | ||
| 992 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 992 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, |
| 993 | 2005, 2006, 2007 Free Software Foundation, Inc. | 993 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 994 | 994 | ||
| 995 | $(C@L(B $(C9.<-4B(B $(C@L(B $(C@z@[1G(B $(C0x0m?M(B $(CGc?k(B $(C0x0m0!(B $(C1W4k7N(B $(C@/Av5G0m(B, $(C9hFw@Z0!(B | 995 | $(C@L(B $(C9.<-4B(B $(C@L(B $(C@z@[1G(B $(C0x0m?M(B $(CGc?k(B $(C0x0m0!(B $(C1W4k7N(B $(C@/Av5G0m(B, $(C9hFw@Z0!(B |
| 996 | $(C<vCk@Z?!0T(B $(C@L(B $(C0x0m?!(B $(C5{6s(B $(CGc?k5G4B(B $(C0MC373(B $(C6G(B $(C@g:P9hGO4B(B $(C0M@;(B | 996 | $(C<vCk@Z?!0T(B $(C@L(B $(C0x0m?!(B $(C5{6s(B $(CGc?k5G4B(B $(C0MC373(B $(C6G(B $(C@g:P9hGO4B(B $(C0M@;(B |
diff --git a/etc/tutorials/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl index f86d0b40b69..1e30b29ab40 100644 --- a/etc/tutorials/TUTORIAL.nl +++ b/etc/tutorials/TUTORIAL.nl | |||
| @@ -1205,7 +1205,7 @@ Deze versie van de inleiding valt onder copyright, net als GNU Emacs. | |||
| 1205 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: | 1205 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: |
| 1206 | 1206 | ||
| 1207 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, | 1207 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, |
| 1208 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1208 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1209 | 1209 | ||
| 1210 | Iedereen mag letterlijke kopieën van dit document, zowel ontvangen | 1210 | Iedereen mag letterlijke kopieën van dit document, zowel ontvangen |
| 1211 | als verspreiden, op elk medium, vooropgesteld dat de | 1211 | als verspreiden, op elk medium, vooropgesteld dat de |
| @@ -1230,7 +1230,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1230 | comes with permission to distribute copies on certain conditions: | 1230 | comes with permission to distribute copies on certain conditions: |
| 1231 | 1231 | ||
| 1232 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, | 1232 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, |
| 1233 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1233 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1234 | 1234 | ||
| 1235 | Permission is granted to anyone to make or distribute verbatim | 1235 | Permission is granted to anyone to make or distribute verbatim |
| 1236 | copies of this document as received, in any medium, provided that | 1236 | copies of this document as received, in any medium, provided that |
diff --git a/etc/tutorials/TUTORIAL.pl b/etc/tutorials/TUTORIAL.pl index 352d92b46b4..7da4ca978ed 100644 --- a/etc/tutorials/TUTORIAL.pl +++ b/etc/tutorials/TUTORIAL.pl | |||
| @@ -1218,7 +1218,7 @@ Ta wersja samouczka, podobnie jak GNU Emacs, jest chroniona prawem | |||
| 1218 | autorskim, ale wolno j± kopiowaæ pod nastêpuj±cymi warunkami: | 1218 | autorskim, ale wolno j± kopiowaæ pod nastêpuj±cymi warunkami: |
| 1219 | 1219 | ||
| 1220 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 1220 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 1221 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1221 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1222 | 1222 | ||
| 1223 | Zezwala siê na wykonywanie lub rozpowszechnianie | 1223 | Zezwala siê na wykonywanie lub rozpowszechnianie |
| 1224 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym | 1224 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym |
diff --git a/etc/tutorials/TUTORIAL.pt_BR b/etc/tutorials/TUTORIAL.pt_BR index f2ceb9a0e0a..e13e9742113 100644 --- a/etc/tutorials/TUTORIAL.pt_BR +++ b/etc/tutorials/TUTORIAL.pt_BR | |||
| @@ -1063,7 +1063,7 @@ Essa versão do tutorial foi originalmente traduzida por Marcelo Toledo | |||
| 1063 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem | 1063 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem |
| 1064 | com uma permissão de distribuição de cópias nas seguintes condições: | 1064 | com uma permissão de distribuição de cópias nas seguintes condições: |
| 1065 | 1065 | ||
| 1066 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 1066 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1067 | 1067 | ||
| 1068 | Permissão é garantida a qualquer um para fazer ou distribuir cópias | 1068 | Permissão é garantida a qualquer um para fazer ou distribuir cópias |
| 1069 | integrais deste documento como recebido, em qualquer meio, deixando | 1069 | integrais deste documento como recebido, em qualquer meio, deixando |
diff --git a/etc/tutorials/TUTORIAL.ro b/etc/tutorials/TUTORIAL.ro index 159796403d4..28d607d6282 100644 --- a/etc/tutorials/TUTORIAL.ro +++ b/etc/tutorials/TUTORIAL.ro | |||
| @@ -1092,7 +1092,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1092 | comes with permission to distribute copies on certain conditions: | 1092 | comes with permission to distribute copies on certain conditions: |
| 1093 | 1093 | ||
| 1094 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 1094 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 1095 | 2006, 2007 Free Software Foundation, Inc. | 1095 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1096 | 1096 | ||
| 1097 | Permission is granted to anyone to make or distribute verbatim copies | 1097 | Permission is granted to anyone to make or distribute verbatim copies |
| 1098 | of this document as received, in any medium, provided that the | 1098 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.ru b/etc/tutorials/TUTORIAL.ru index 9fc54ba121d..67641cbf7fb 100644 --- a/etc/tutorials/TUTORIAL.ru +++ b/etc/tutorials/TUTORIAL.ru | |||
| @@ -1132,7 +1132,7 @@ Dired ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÏÔÏÂÒÁÖÁÔØ ÓÐÉÓÏË ÆÁÊÌÏ× × ËÁÔÁÌÏÇÅ (Á ÔÁËÖÅ | |||
| 1132 | ÓÌÅÄÕÀÝÉÍÉ ÓÏÇÌÁÛÅÎÉÑÍÉ: | 1132 | ÓÌÅÄÕÀÝÉÍÉ ÓÏÇÌÁÛÅÎÉÑÍÉ: |
| 1133 | 1133 | ||
| 1134 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1134 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1135 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1135 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1136 | 1136 | ||
| 1137 | Permission is granted to anyone to make or distribute verbatim copies | 1137 | Permission is granted to anyone to make or distribute verbatim copies |
| 1138 | of this document as received, in any medium, provided that the | 1138 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.sk b/etc/tutorials/TUTORIAL.sk index 7194654736f..525d302f3cb 100644 --- a/etc/tutorials/TUTORIAL.sk +++ b/etc/tutorials/TUTORIAL.sk | |||
| @@ -1082,7 +1082,7 @@ Táto verzia tútorialu je, podobne ako GNU Emacs, chránená copyrightom | |||
| 1082 | a je ¹írená s povolením distribuova» kópie za istých podmienok: | 1082 | a je ¹írená s povolením distribuova» kópie za istých podmienok: |
| 1083 | 1083 | ||
| 1084 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1084 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1085 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1085 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1086 | 1086 | ||
| 1087 | Ka¾dému je zaruèené právo vytvára» a distribuova» presné kópie tohto | 1087 | Ka¾dému je zaruèené právo vytvára» a distribuova» presné kópie tohto |
| 1088 | dokumentu tak, ako ho dostal, na akomkoµvek médiu, s tým, ¾e bude | 1088 | dokumentu tak, ako ho dostal, na akomkoµvek médiu, s tým, ¾e bude |
diff --git a/etc/tutorials/TUTORIAL.sl b/etc/tutorials/TUTORIAL.sl index a682d9acbe0..a32fc9d7804 100644 --- a/etc/tutorials/TUTORIAL.sl +++ b/etc/tutorials/TUTORIAL.sl | |||
| @@ -1115,7 +1115,7 @@ To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo | |||
| 1115 | razmno¾evanje in raz¹irjanje je dovoljeno pod naslednjimi pogoji: | 1115 | razmno¾evanje in raz¹irjanje je dovoljeno pod naslednjimi pogoji: |
| 1116 | 1116 | ||
| 1117 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1117 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1118 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1118 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1119 | 1119 | ||
| 1120 | Dovoljeno je izdelovati in raz¹irjati neokrnjene kopije tega spisa | 1120 | Dovoljeno je izdelovati in raz¹irjati neokrnjene kopije tega spisa |
| 1121 | v kakr¹nikoli obliki pod pogojem, da je ohranjena navedba o | 1121 | v kakr¹nikoli obliki pod pogojem, da je ohranjena navedba o |
diff --git a/etc/tutorials/TUTORIAL.sv b/etc/tutorials/TUTORIAL.sv index 2a54047e8dc..f68367ad09f 100644 --- a/etc/tutorials/TUTORIAL.sv +++ b/etc/tutorials/TUTORIAL.sv | |||
| @@ -1127,7 +1127,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1127 | comes with permission to distribute copies on certain conditions: | 1127 | comes with permission to distribute copies on certain conditions: |
| 1128 | 1128 | ||
| 1129 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1129 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1130 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1130 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1131 | 1131 | ||
| 1132 | Permission is granted to anyone to make or distribute verbatim copies | 1132 | Permission is granted to anyone to make or distribute verbatim copies |
| 1133 | of this document as received, in any medium, provided that the | 1133 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.th b/etc/tutorials/TUTORIAL.th index 8e70bc4fc71..17941a9b61e 100644 --- a/etc/tutorials/TUTORIAL.th +++ b/etc/tutorials/TUTORIAL.th | |||
| @@ -971,7 +971,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 971 | comes with permission to distribute copies on certain conditions: | 971 | comes with permission to distribute copies on certain conditions: |
| 972 | 972 | ||
| 973 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 973 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, |
| 974 | 2005, 2006, 2007 Free Software Foundation, Inc. | 974 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 975 | 975 | ||
| 976 | Permission is granted to anyone to make or distribute verbatim copies | 976 | Permission is granted to anyone to make or distribute verbatim copies |
| 977 | of this document as received, in any medium, provided that the | 977 | of this document as received, in any medium, provided that the |
diff --git a/etc/tutorials/TUTORIAL.zh b/etc/tutorials/TUTORIAL.zh index 2793312763b..7b9b5457564 100644 --- a/etc/tutorials/TUTORIAL.zh +++ b/etc/tutorials/TUTORIAL.zh | |||
| @@ -1050,7 +1050,7 @@ issue here>¡v¡C | |||
| 1050 | ´²§G¨ä«þ¨©¡G | 1050 | ´²§G¨ä«þ¨©¡G |
| 1051 | 1051 | ||
| 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1053 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1053 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1054 | 1054 | ||
| 1055 | Permission is granted to anyone to make or distribute verbatim copies | 1055 | Permission is granted to anyone to make or distribute verbatim copies |
| 1056 | of this document as received, in any medium, provided that the | 1056 | of this document as received, in any medium, provided that the |
diff --git a/leim/ChangeLog b/leim/ChangeLog index 084ca2dace8..741764b03b3 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1739,7 +1739,7 @@ | |||
| 1739 | ;; End: | 1739 | ;; End: |
| 1740 | 1740 | ||
| 1741 | Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 1741 | Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 1742 | 2007 Free Software Foundation, Inc. | 1742 | 2007, 2008 Free Software Foundation, Inc. |
| 1743 | 1743 | ||
| 1744 | This file is part of GNU Emacs. | 1744 | This file is part of GNU Emacs. |
| 1745 | 1745 | ||
diff --git a/leim/Makefile.in b/leim/Makefile.in index 268ede9c09e..5ca0efdba56 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | # Makefile for leim subdirectory in GNU Emacs. | 1 | # Makefile for leim subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | # 2006, 2007, 2008 | ||
| 3 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 4 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007, 2008 | ||
| 5 | # National Institute of Advanced Industrial Science and Technology (AIST) | 7 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | # Registration Number H14PRO021 | 8 | # Registration Number H14PRO021 |
| 7 | 9 | ||
diff --git a/leim/README b/leim/README index 4cea302ba4f..c4d242cbb20 100644 --- a/leim/README +++ b/leim/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/leim/leim-ext.el b/leim/leim-ext.el index eecf37fc39b..cd20c56c2d7 100644 --- a/leim/leim-ext.el +++ b/leim/leim-ext.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;; leim-ext.el -- extra leim configuration -*- coding:iso-2022-7bit; -*- | 1 | ;; leim-ext.el -- extra leim configuration -*- coding:iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 7 | ;; Registration Number H13PRO009 |
| 8 | 8 | ||
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 68bdddbb17f..00603fee62b 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | # Free Software Foundation, Inc. | 3 | # Free Software Foundation, Inc. |
| 4 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | # 2006, 2007 | ||
| 5 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | # Registration Number H14PRO021 | 7 | # Registration Number H14PRO021 |
| 7 | 8 | ||
diff --git a/leim/quail/croatian.el b/leim/quail/croatian.el index 2ce25bfd7d6..c580ae6f097 100644 --- a/leim/quail/croatian.el +++ b/leim/quail/croatian.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; quail/croatian.el -- Quail package for inputing Croatian -*-coding: iso-8859-2;-*- | 1 | ;;; quail/croatian.el -- Quail package for inputing Croatian -*-coding: iso-8859-2;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Hrvoje Nik¹iæ <hniksic@xemacs.org>, | 6 | ;; Author: Hrvoje Nik¹iæ <hniksic@xemacs.org>, |
| 6 | ;; modeled after czech.el by Milan Zamazal. | 7 | ;; modeled after czech.el by Milan Zamazal. |
diff --git a/leim/quail/cyril-jis.el b/leim/quail/cyril-jis.el index 503dd619cc7..39b6a9e8f79 100644 --- a/leim/quail/cyril-jis.el +++ b/leim/quail/cyril-jis.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters | 1 | ;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el index bb837c828dc..1fdb6c98bd1 100644 --- a/leim/quail/cyrillic.el +++ b/leim/quail/cyrillic.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; cyrillic.el --- Quail package for inputting Cyrillic characters | 1 | ;;; cyrillic.el --- Quail package for inputting Cyrillic characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/czech.el b/leim/quail/czech.el index 6cb516bc1f5..b162df6d6db 100644 --- a/leim/quail/czech.el +++ b/leim/quail/czech.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- | 1 | ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el index 3993e06d505..69b33ad93fb 100644 --- a/leim/quail/ethiopic.el +++ b/leim/quail/ethiopic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/georgian.el b/leim/quail/georgian.el index 8efb9f1719c..515fd6a81d0 100644 --- a/leim/quail/georgian.el +++ b/leim/quail/georgian.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; georgian.el --- Quail package for inputting Georgian characters -*-coding: utf-8;-*- | 1 | ;;; georgian.el --- Quail package for inputting Georgian characters -*-coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/leim/quail/greek.el b/leim/quail/greek.el index 3a212a56343..5ae89d7bbab 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*- | 1 | ;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el index 2a4221b2986..91a9ca60662 100644 --- a/leim/quail/hangul.el +++ b/leim/quail/hangul.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; hangul.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; hangul.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/hangul3.el b/leim/quail/hangul3.el index 8afd18da520..1a61375aa65 100644 --- a/leim/quail/hangul3.el +++ b/leim/quail/hangul3.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; hangul3.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; hangul3.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/hanja-jis.el b/leim/quail/hanja-jis.el index 7a90888eaaf..b32a88f9d2d 100644 --- a/leim/quail/hanja-jis.el +++ b/leim/quail/hanja-jis.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208) -*-coding: iso-2022-7bit;-*- | 1 | ;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208) -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/hanja.el b/leim/quail/hanja.el index edaf7ae9ad8..3facd32679e 100644 --- a/leim/quail/hanja.el +++ b/leim/quail/hanja.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; hanja.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- | 1 | ;;; hanja.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/hanja3.el b/leim/quail/hanja3.el index 6df0dd68487..c324d2d1632 100644 --- a/leim/quail/hanja3.el +++ b/leim/quail/hanja3.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hanja3.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- | 1 | ;;; hanja3.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de> | 6 | ;; Author: Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de> |
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el index 47ea771327e..451322cb99d 100644 --- a/leim/quail/hebrew.el +++ b/leim/quail/hebrew.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2008 | ||
| 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 6 | 7 | ||
diff --git a/leim/quail/indian.el b/leim/quail/indian.el index 90f84c2df09..ff60d16eb15 100644 --- a/leim/quail/indian.el +++ b/leim/quail/indian.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; indian.el --- Quail packages for inputting Indian | 1 | ;;; indian.el --- Quail packages for inputting Indian |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Author: KAWABATA, Taichi <kawabata@m17n.org> |
diff --git a/leim/quail/ipa.el b/leim/quail/ipa.el index 5fef08c4411..873b4d0ca64 100644 --- a/leim/quail/ipa.el +++ b/leim/quail/ipa.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ipa.el --- Quail package for inputting IPA characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; ipa.el --- Quail package for inputting IPA characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/japanese.el b/leim/quail/japanese.el index ff882e72f54..6ddd701e3fc 100644 --- a/leim/quail/japanese.el +++ b/leim/quail/japanese.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; japanese.el --- Quail package for inputting Japanese -*-coding: iso-2022-7bit;-*- | 1 | ;;; japanese.el --- Quail package for inputting Japanese -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/lao.el b/leim/quail/lao.el index d6e1758b0dc..af73cceb409 100644 --- a/leim/quail/lao.el +++ b/leim/quail/lao.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lao.el --- Quail package for inputting Lao characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; lao.el --- Quail package for inputting Lao characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el index 30b3598fcba..ad87be48424 100644 --- a/leim/quail/latin-alt.el +++ b/leim/quail/latin-alt.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 8aaf31cad86..04336b15ab7 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*- | 1 | ;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index cb8a938a10e..e461151659a 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 0b2e7d6ecf5..199e387b353 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; latin-pre.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; latin-pre.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 6 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 7 | ;; 2006, 2007 | 7 | ;; 2006, 2007, 2008 |
| 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 9 | ;; Registration Number H14PRO021 | 9 | ;; Registration Number H14PRO021 |
| 10 | 10 | ||
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el index 0e496714c15..c24f9574ef9 100644 --- a/leim/quail/lrt.el +++ b/leim/quail/lrt.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*- | 1 | ;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el index be3f112c20c..cdba6addf09 100644 --- a/leim/quail/py-punct.el +++ b/leim/quail/py-punct.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- | 1 | ;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/pypunct-b5.el b/leim/quail/pypunct-b5.el index e4503108875..81ef67d266b 100644 --- a/leim/quail/pypunct-b5.el +++ b/leim/quail/pypunct-b5.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) | 1 | ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/rfc1345.el b/leim/quail/rfc1345.el index 6500f2d7eb5..e80160875d0 100644 --- a/leim/quail/rfc1345.el +++ b/leim/quail/rfc1345.el | |||
| Binary files differ | |||
diff --git a/leim/quail/sgml-input.el b/leim/quail/sgml-input.el index 1aa391adea3..fc61e319c2a 100644 --- a/leim/quail/sgml-input.el +++ b/leim/quail/sgml-input.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sgml-input.el --- Quail method for Unicode entered as SGML entities -*- coding: utf-8 -*- | 1 | ;;; sgml-input.el --- Quail method for Unicode entered as SGML entities -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/leim/quail/sisheng.el b/leim/quail/sisheng.el index 3bd423c1046..53386f6d945 100644 --- a/leim/quail/sisheng.el +++ b/leim/quail/sisheng.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sisheng.el --- sisheng input method for Chinese pinyin transliteration | 1 | ;;; sisheng.el --- sisheng input method for Chinese pinyin transliteration |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Werner LEMBERG <wl@gnu.org> | 5 | ;; Author: Werner LEMBERG <wl@gnu.org> |
| 6 | 6 | ||
diff --git a/leim/quail/slovak.el b/leim/quail/slovak.el index eed2c99bf21..c769a3959fa 100644 --- a/leim/quail/slovak.el +++ b/leim/quail/slovak.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*- | 1 | ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk> | 6 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk> |
diff --git a/leim/quail/symbol-ksc.el b/leim/quail/symbol-ksc.el index d3429f8c284..4f62fe3a582 100644 --- a/leim/quail/symbol-ksc.el +++ b/leim/quail/symbol-ksc.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) | 1 | ;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/thai.el b/leim/quail/thai.el index 840e0c89974..5e86d920d5f 100644 --- a/leim/quail/thai.el +++ b/leim/quail/thai.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; thai.el --- Quail package for inputting Thai characters | 1 | ;;; thai.el --- Quail package for inputting Thai characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el index 561b1007648..e1c746fa344 100644 --- a/leim/quail/tibetan.el +++ b/leim/quail/tibetan.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; tibetan.el --- Quail package for inputting Tibetan characters | 1 | ;;; tibetan.el --- Quail package for inputting Tibetan characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007 | 6 | ;; 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index 88f5ec6a9bc..dcafe6fb02c 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; uni-input.el --- Hex Unicode input method | 1 | ;;; uni-input.el --- Hex Unicode input method |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/leim/quail/viqr.el b/leim/quail/viqr.el index c3ba01441ed..8d056498b5d 100644 --- a/leim/quail/viqr.el +++ b/leim/quail/viqr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system -*-coding: iso-2022-7bit;-*- | 1 | ;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 | 4 | ;; 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/leim/quail/vntelex.el b/leim/quail/vntelex.el index f66bba24128..10b974bfb65 100644 --- a/leim/quail/vntelex.el +++ b/leim/quail/vntelex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vntelex.el --- Quail package for Vietnamese by Telex method | 1 | ;;; vntelex.el --- Quail package for Vietnamese by Telex method |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Werner Lemberg <wl@gnu.org> | 6 | ;; Author: Werner Lemberg <wl@gnu.org> |
diff --git a/leim/quail/welsh.el b/leim/quail/welsh.el index f77b52fe58f..fa72bc4f774 100644 --- a/leim/quail/welsh.el +++ b/leim/quail/welsh.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; welsh.el --- Quail package for inputting Welsh characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; welsh.el --- Quail package for inputting Welsh characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4572259c931..8cdce18bd87 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -6430,7 +6430,7 @@ | |||
| 6430 | 6430 | ||
| 6431 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6431 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6432 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 6432 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
| 6433 | 2006, 2007 Free Software Foundation, Inc. | 6433 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6434 | 6434 | ||
| 6435 | This file is part of GNU Emacs. | 6435 | This file is part of GNU Emacs. |
| 6436 | 6436 | ||
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 91074d3ccb1..f30e2e8c3ff 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Makefile for lib-src subdirectory in GNU Emacs. | 1 | # Makefile for lib-src subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index 96f1643891f..d0c34b69a7c 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | # b2m.pl - Script to convert a Babyl file to an mbox file | 3 | # b2m.pl - Script to convert a Babyl file to an mbox file |
| 4 | 4 | ||
| 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index d892d77dc5a..52ead298958 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 1 | /* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 2 | 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 08e5d813361..ec6e4372ed0 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | standard output a file of nroff output containing the doc strings. | 2 | standard output a file of nroff output containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index acc322d638a..9de812d1c73 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Client process that communicates with GNU Emacs acting as server. | 1 | /* Client process that communicates with GNU Emacs acting as server. |
| 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 003f2da886c..10a9cdb20ea 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sendmail-like interface to /bin/mail for system V, | 1 | /* sendmail-like interface to /bin/mail for system V, |
| 2 | Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 1dff1e3e6b7..c4de805db05 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | # | 7 | # |
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 98561cf604d..95a7f82e1c4 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convert files for Emacs Hexl mode. | 1 | /* Convert files for Emacs Hexl mode. |
| 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is not considered part of GNU Emacs. | 5 | This file is not considered part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 3f3da3e7007..1564aca5bbe 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Generate doc-string file for GNU Emacs from source files. | 1 | /* Generate doc-string file for GNU Emacs from source files. |
| 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a61edad3820..a0a581b878d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index aaaf91b1b1f..7c647676ff5 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* movemail foo bar -- move file foo to file bar, | 1 | /* movemail foo bar -- move file foo to file bar, |
| 2 | locking file foo the way /bin/mail respects. | 2 | locking file foo the way /bin/mail respects. |
| 3 | Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index e11733f9605..67533894ace 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 267e8ba5a04..8266b6f3a62 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/pop.c b/lib-src/pop.c index 5e6623aaf8d..61c90abe2bf 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server |
| 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | Written by Jonathan Kamens, jik@security.ov.com. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/lib-src/pop.h b/lib-src/pop.h index 85b666c652f..24f9159261d 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. | 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. |
| 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | Written by Jonathan Kamens, jik@security.ov.com. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/lib-src/profile.c b/lib-src/profile.c index 628b72ddcfe..ffcf9e2cff3 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. | 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. |
| 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 6 | ||
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 94396709e65..958b371b24c 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # This script accepts any number of file arguments and checks them into RCS. | 3 | # This script accepts any number of file arguments and checks them into RCS. |
| 4 | 4 | ||
| 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 474ef64bcaa..43fa9d555c3 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.' | |||
| 55 | Id='$Id$' | 55 | Id='$Id$' |
| 56 | 56 | ||
| 57 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 57 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 58 | # 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 58 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 59 | 59 | ||
| 60 | # This program is free software; you can redistribute it and/or modify | 60 | # This program is free software; you can redistribute it and/or modify |
| 61 | # it under the terms of the GNU General Public License as published by | 61 | # it under the terms of the GNU General Public License as published by |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index e239eaab428..33959aefefe 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | standard output a file of texinfo input containing the doc strings. | 2 | standard output a file of texinfo input containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 5 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 4913f094614..0c1a3fd8d0e 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* test-distrib.c --- testing distribution of nonprinting chars | 1 | /* test-distrib.c --- testing distribution of nonprinting chars |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 3ccfecdb7d7..188fa896bbd 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* update-game-score.c --- Update a score file | 1 | /* update-game-score.c --- Update a score file |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 4fd6fb47226..86b80bcdacd 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # This version is more compatible with rcsdiff(1). | 4 | # This version is more compatible with rcsdiff(1). |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, |
| 7 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 7 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fea01d5f317..ae32b19e7b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,87 @@ | |||
| 1 | 2008-01-08 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in | ||
| 4 | quotes in case of spaces, e.g. STL containers (not pretty). | ||
| 5 | |||
| 6 | 2008-01-08 Nick Roberts <nickrob@snap.net.nz> | ||
| 7 | |||
| 8 | * progmodes/gdb-ui.el (gud-gdb-command-name): Explain | ||
| 9 | "--annotate=3" option is necessary for the Graphical Interface. | ||
| 10 | |||
| 11 | 2008-01-08 Nick Roberts <nickrob@snap.net.nz> | ||
| 12 | |||
| 13 | * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands | ||
| 14 | on menu bar. | ||
| 15 | |||
| 16 | 2008-01-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 17 | |||
| 18 | * ffap.el (ffap-read-file-or-url): Let-bind | ||
| 19 | `file-name-handler-alist' due to `rfn-eshadow-update-overlay'. | ||
| 20 | |||
| 21 | 2008-01-08 Sven Joachim <svenjoac@gmx.de> | ||
| 22 | |||
| 23 | * vc-bzr.el: Fix typo in header. | ||
| 24 | |||
| 25 | 2008-01-08 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | * Makefile.in (custom-deps, finder-data): Depend on autoloads | ||
| 28 | instead of loaddefs.el. | ||
| 29 | |||
| 30 | 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 31 | |||
| 32 | * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text | ||
| 33 | gets inserted out-of-order. | ||
| 34 | |||
| 35 | 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com> | ||
| 36 | |||
| 37 | * vc-bzr.el: Copyright and version headers update. | ||
| 38 | Remove some outdated comments through the whole file. | ||
| 39 | (vc-bzr-program-args): Remove because unused. | ||
| 40 | (vc-bzr-log-switches): New customization option. | ||
| 41 | (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer | ||
| 42 | use `vc-bzr-program-args'. | ||
| 43 | (vc-bzr-register): Fix for working with both 22.1 and CVS version of | ||
| 44 | `vc-find-root' (patch by Andreas Hoenen). | ||
| 45 | (vc-bzr-status): Update regex to match latest Bzr output. | ||
| 46 | Remove redundant test. | ||
| 47 | (vc-bzr-init-version): New function. | ||
| 48 | (vc-bzr-unregister): Must not delete file. | ||
| 49 | (vc-bzr-find-version): New function. | ||
| 50 | (vc-bzr-checkout): Argument `rev' is explicit revision only if it's | ||
| 51 | a non-empty string, otherwise take head revision. | ||
| 52 | (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log". | ||
| 53 | (vc-bzr-diff): Simpler build of the revision spec string. | ||
| 54 | (vc-annotate-convert-time, vc-bzr-annotate-difference): | ||
| 55 | Remove: compatibility hacks for Emacs21, not needed in Emacs 22. | ||
| 56 | (vc-bzr-dir-state): Add code comments. Removed redundant statement. | ||
| 57 | (vc-bzr-dired-state-info): Only provide custom strings for | ||
| 58 | overloaded VC state 'edited; otherwise fallback to | ||
| 59 | `vc-default-dired-state-info'. | ||
| 60 | |||
| 61 | 2008-01-08 Richard Stallman <rms@gnu.org> | ||
| 62 | |||
| 63 | * delsel.el (delete-selection-mode): Doc fix. | ||
| 64 | |||
| 65 | 2008-01-08 Nick Roberts <nickrob@snap.net.nz> | ||
| 66 | |||
| 67 | * progmodes/gud.el (gud-def): Do nothing if gud-running is t. | ||
| 68 | (gud-speedbar-menu-items): Add item for gdb-var-set-format below. | ||
| 69 | |||
| 70 | * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format | ||
| 71 | of watch expressions (only works fully with GDB 6.7 or later). | ||
| 72 | |||
| 73 | 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 74 | |||
| 75 | * time-stamp.el (time-stamp-time-zone): | ||
| 76 | * whitespace.el (whitespace-check-buffer-leading) | ||
| 77 | (whitespace-check-buffer-trailing) | ||
| 78 | (whitespace-check-buffer-indent) | ||
| 79 | (whitespace-check-buffer-spacetab) | ||
| 80 | (whitespace-check-buffer-ateol): | ||
| 81 | * progmodes/sh-script.el (sh-indentation): | ||
| 82 | * textmodes/ispell.el (ispell-local-pdict): | ||
| 83 | Add safe-local-variable properties. | ||
| 84 | |||
| 1 | 2008-01-08 Michael Albinus <michael.albinus@gmx.de> | 85 | 2008-01-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 86 | ||
| 3 | * vc-git.el (vc-git--call): Apply `process-file' instead of | 87 | * vc-git.el (vc-git--call): Apply `process-file' instead of |
| @@ -12412,7 +12496,7 @@ See ChangeLog.12 for earlier changes. | |||
| 12412 | ;; add-log-time-zone-rule: t | 12496 | ;; add-log-time-zone-rule: t |
| 12413 | ;; End: | 12497 | ;; End: |
| 12414 | 12498 | ||
| 12415 | Copyright (C) 2007 Free Software Foundation, Inc. | 12499 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 12416 | 12500 | ||
| 12417 | This file is part of GNU Emacs. | 12501 | This file is part of GNU Emacs. |
| 12418 | 12502 | ||
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index b3ed7422399..371f51e4497 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -3246,7 +3246,7 @@ | |||
| 3246 | Set current buffer variables from defaults | 3246 | Set current buffer variables from defaults |
| 3247 | in case user's init file has changed them. | 3247 | in case user's init file has changed them. |
| 3248 | 3248 | ||
| 3249 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3249 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3250 | Free Software Foundation, Inc. | 3250 | Free Software Foundation, Inc. |
| 3251 | 3251 | ||
| 3252 | This file is part of GNU Emacs. | 3252 | This file is part of GNU Emacs. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 884a583b752..4138b9703d9 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -23535,7 +23535,7 @@ See ChangeLog.9 for earlier changes. | |||
| 23535 | ;; End: | 23535 | ;; End: |
| 23536 | 23536 | ||
| 23537 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 23537 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 23538 | 2007 Free Software Foundation, Inc. | 23538 | 2007, 2008 Free Software Foundation, Inc. |
| 23539 | 23539 | ||
| 23540 | This file is part of GNU Emacs. | 23540 | This file is part of GNU Emacs. |
| 23541 | 23541 | ||
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index c92bdec978f..d8a3553d7e7 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -14336,7 +14336,7 @@ See ChangeLog.10 for earlier changes. | |||
| 14336 | ;; coding: iso-2022-7bit | 14336 | ;; coding: iso-2022-7bit |
| 14337 | ;; End: | 14337 | ;; End: |
| 14338 | 14338 | ||
| 14339 | Copyright (C) 2003, 2004, 2005, 2006, 2007 | 14339 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 14340 | Free Software Foundation, Inc. | 14340 | Free Software Foundation, Inc. |
| 14341 | 14341 | ||
| 14342 | This file is part of GNU Emacs. | 14342 | This file is part of GNU Emacs. |
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index a5e92db37af..2fcfd1733a8 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -3995,7 +3995,7 @@ | |||
| 3995 | See ChangeLog.1 for earlier changes. | 3995 | See ChangeLog.1 for earlier changes. |
| 3996 | 3996 | ||
| 3997 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, | 3997 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3998 | 2007 Free Software Foundation, Inc. | 3998 | 2007, 2008 Free Software Foundation, Inc. |
| 3999 | 3999 | ||
| 4000 | This file is part of GNU Emacs. | 4000 | This file is part of GNU Emacs. |
| 4001 | 4001 | ||
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index e2404780519..208d341c303 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -12616,7 +12616,7 @@ | |||
| 12616 | See ChangeLog.2 for earlier changes. | 12616 | See ChangeLog.2 for earlier changes. |
| 12617 | 12617 | ||
| 12618 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006, | 12618 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006, |
| 12619 | 2007 Free Software Foundation, Inc. | 12619 | 2007, 2008 Free Software Foundation, Inc. |
| 12620 | 12620 | ||
| 12621 | This file is part of GNU Emacs. | 12621 | This file is part of GNU Emacs. |
| 12622 | 12622 | ||
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index 1db8ba20a79..71d6b5efd7e 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -8940,7 +8940,7 @@ | |||
| 8940 | See ChangeLog.3 for earlier changes. | 8940 | See ChangeLog.3 for earlier changes. |
| 8941 | 8941 | ||
| 8942 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 8942 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 8943 | 2007 Free Software Foundation, Inc. | 8943 | 2007, 2008 Free Software Foundation, Inc. |
| 8944 | 8944 | ||
| 8945 | This file is part of GNU Emacs. | 8945 | This file is part of GNU Emacs. |
| 8946 | 8946 | ||
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 1b6609f1727..bb8821053ad 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -9262,7 +9262,7 @@ | |||
| 9262 | See ChangeLog.4 for earlier changes. | 9262 | See ChangeLog.4 for earlier changes. |
| 9263 | 9263 | ||
| 9264 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, | 9264 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
| 9265 | 2007 Free Software Foundation, Inc. | 9265 | 2007, 2008 Free Software Foundation, Inc. |
| 9266 | 9266 | ||
| 9267 | This file is part of GNU Emacs. | 9267 | This file is part of GNU Emacs. |
| 9268 | 9268 | ||
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 502fb5245a8..781122dcb29 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -8023,7 +8023,7 @@ | |||
| 8023 | See ChangeLog.5 for earlier changes. | 8023 | See ChangeLog.5 for earlier changes. |
| 8024 | 8024 | ||
| 8025 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, | 8025 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
| 8026 | 2007 Free Software Foundation, Inc. | 8026 | 2007, 2008 Free Software Foundation, Inc. |
| 8027 | 8027 | ||
| 8028 | This file is part of GNU Emacs. | 8028 | This file is part of GNU Emacs. |
| 8029 | 8029 | ||
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 72cde28f158..24e5ea65107 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -23140,7 +23140,7 @@ | |||
| 23140 | See ChangeLog.6 for earlier changes. | 23140 | See ChangeLog.6 for earlier changes. |
| 23141 | 23141 | ||
| 23142 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | 23142 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, |
| 23143 | 2007 Free Software Foundation, Inc. | 23143 | 2007, 2008 Free Software Foundation, Inc. |
| 23144 | 23144 | ||
| 23145 | This file is part of GNU Emacs. | 23145 | This file is part of GNU Emacs. |
| 23146 | 23146 | ||
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 6b770465df5..f330dfccfff 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -9989,7 +9989,7 @@ | |||
| 9989 | See ChangeLog.7 for earlier changes. | 9989 | See ChangeLog.7 for earlier changes. |
| 9990 | 9990 | ||
| 9991 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 9991 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 9992 | 2007 Free Software Foundation, Inc. | 9992 | 2007, 2008 Free Software Foundation, Inc. |
| 9993 | 9993 | ||
| 9994 | This file is part of GNU Emacs. | 9994 | This file is part of GNU Emacs. |
| 9995 | 9995 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 4f0bfa6d2a4..384e0f6d99d 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -20696,7 +20696,7 @@ See ChangeLog.8 for earlier changes. | |||
| 20696 | ;; End: | 20696 | ;; End: |
| 20697 | 20697 | ||
| 20698 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 20698 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 20699 | 2007 Free Software Foundation, Inc. | 20699 | 2007, 2008 Free Software Foundation, Inc. |
| 20700 | 20700 | ||
| 20701 | This file is part of GNU Emacs. | 20701 | This file is part of GNU Emacs. |
| 20702 | 20702 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c81db54c72c..700245fad4e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Maintenance productions for the Lisp directory | 1 | # Maintenance productions for the Lisp directory |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | # 2006, 2007 Free Software Foundation, Inc. | 3 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -93,12 +93,16 @@ doit: | |||
| 93 | 93 | ||
| 94 | $(lisp)/cus-load.el: | 94 | $(lisp)/cus-load.el: |
| 95 | touch $@ | 95 | touch $@ |
| 96 | custom-deps: $(lisp)/subdirs.el $(lisp)/loaddefs.el $(lisp)/cus-load.el doit | 96 | # Note that custom-deps and finder-data depend on autoloads rather |
| 97 | # than on loaddefs.el, so that autoloads does not run in parallel with | ||
| 98 | # them under "make -j", because that could delete loaddefs.el from | ||
| 99 | # under their feet. | ||
| 100 | custom-deps: $(lisp)/subdirs.el autoloads $(lisp)/cus-load.el doit | ||
| 97 | wd=$(lisp); $(setwins_almost); \ | 101 | wd=$(lisp); $(setwins_almost); \ |
| 98 | echo Directories: $$wins; \ | 102 | echo Directories: $$wins; \ |
| 99 | $(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins | 103 | $(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins |
| 100 | 104 | ||
| 101 | finder-data: $(lisp)/subdirs.el $(lisp)/loaddefs.el doit | 105 | finder-data: $(lisp)/subdirs.el autoloads doit |
| 102 | wd=$(lisp); $(setwins_almost); \ | 106 | wd=$(lisp); $(setwins_almost); \ |
| 103 | echo Directories: $$wins; \ | 107 | echo Directories: $$wins; \ |
| 104 | $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins | 108 | $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins |
| @@ -248,7 +252,7 @@ mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el | |||
| 248 | $(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) | 252 | $(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) |
| 249 | echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ | 253 | echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ |
| 250 | echo "" >> $@ | 254 | echo "" >> $@ |
| 251 | echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@ | 255 | echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc." >> $@ |
| 252 | echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@ | 256 | echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@ |
| 253 | echo ";; Keywords: mail" >> $@ | 257 | echo ";; Keywords: mail" >> $@ |
| 254 | echo ";;; Commentary:" >> $@ | 258 | echo ";;; Commentary:" >> $@ |
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index d7dfea2f6d8..ff99430e027 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; abbrev.el --- abbrev mode commands for Emacs | 1 | ;;; abbrev.el --- abbrev mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index e4107737d42..2b5c1664b48 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered | 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Suggested by a previous version by Gildea. | 5 | ;; Suggested by a previous version by Gildea. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/add-log.el b/lisp/add-log.el index 33ecd98ec44..a52aa519819 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; add-log.el --- change log maintenance commands for Emacs | 1 | ;;; add-log.el --- change log maintenance commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2001, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: tools | 7 | ;; Keywords: tools |
diff --git a/lisp/align.el b/lisp/align.el index fca00b301ad..923bad4fe04 100644 --- a/lisp/align.el +++ b/lisp/align.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; align.el --- align text to a specific column, by regexp | 1 | ;;; align.el --- align text to a specific column, by regexp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/allout.el b/lisp/allout.el index 12c1b3941c3..48371938242 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; allout.el --- extensive outline mode for use alone and with other modes | 1 | ;;; allout.el --- extensive outline mode for use alone and with other modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> | 6 | ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> |
| 7 | ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com> | 7 | ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com> |
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 9b022876ca2..530325cd24e 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ansi-color.el --- translate ANSI escape sequences into faces | 1 | ;;; ansi-color.el --- translate ANSI escape sequences into faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/apropos.el b/lisp/apropos.el index 9fddf0103fb..0ca6248ea55 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; apropos.el --- apropos commands for users and programmers | 1 | ;;; apropos.el --- apropos commands for users and programmers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> | 6 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> |
| 7 | ;; Rewritten: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Rewritten: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 8fb9e239b1c..504cbce962f 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; arc-mode.el --- simple editing of archives | 1 | ;;; arc-mode.el --- simple editing of archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@gnu.org> | 6 | ;; Author: Morten Welinder <terra@gnu.org> |
| 7 | ;; Keywords: archives msdog editing major-mode | 7 | ;; Keywords: archives msdog editing major-mode |
diff --git a/lisp/array.el b/lisp/array.el index bbb3d9d40bf..d6c3cd9d8b1 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; array.el --- array editing commands for GNU Emacs | 1 | ;;; array.el --- array editing commands for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author David M. Brown | 6 | ;; Author David M. Brown |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/autoarg.el b/lisp/autoarg.el index 7f3412043ee..29139eb5ef8 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; autoarg.el --- make digit keys supply prefix args | 1 | ;;; autoarg.el --- make digit keys supply prefix args |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Created: 1998-09-04 | 7 | ;; Created: 1998-09-04 |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 4ed1942ee80..e7dc061168e 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files | 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 49e83c514a9..2cca9b06568 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; autorevert.el --- revert buffers when files on disk change | 1 | ;;; autorevert.el --- revert buffers when files on disk change |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren <andersl@andersl.com> |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/avoid.el b/lisp/avoid.el index 341aaf0f7b8..5df58356335 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; avoid.el --- make mouse pointer stay out of the way of editing | 1 | ;;; avoid.el --- make mouse pointer stay out of the way of editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/battery.el b/lisp/battery.el index e1dbc183557..1871a8bfb74 100644 --- a/lisp/battery.el +++ b/lisp/battery.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; battery.el --- display battery status information | 1 | ;;; battery.el --- display battery status information |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> | 6 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> |
| 7 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
diff --git a/lisp/bindings.el b/lisp/bindings.el index 435c935a69c..df86965272a 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bindings.el --- define standard key bindings and some variables | 1 | ;;; bindings.el --- define standard key bindings and some variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index f7bffb03f36..f90cf884c1d 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; buff-menu.el --- buffer menu main function and support functions -*- coding:utf-8 -*- | 1 | ;;; buff-menu.el --- buffer menu main function and support functions -*- coding:utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/button.el b/lisp/button.el index 85180a92356..5129df9b44f 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; button.el --- clickable buttons | 1 | ;;; button.el --- clickable buttons |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/calc/README b/lisp/calc/README index 2ddd8645227..3366a0b6b3c 100644 --- a/lisp/calc/README +++ b/lisp/calc/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| @@ -7,7 +7,7 @@ This directory contains Calc, an advanced desk calculator for GNU | |||
| 7 | Emacs. | 7 | Emacs. |
| 8 | 8 | ||
| 9 | "Calc" Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 9 | "Calc" Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 10 | 2005, 2006, 2007 Free Software Foundation, Inc. | 10 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | Written by: | 12 | Written by: |
| 13 | Dave Gillespie | 13 | Dave Gillespie |
diff --git a/lisp/calc/README.prev b/lisp/calc/README.prev index a805b9a1a9a..83b549d0707 100644 --- a/lisp/calc/README.prev +++ b/lisp/calc/README.prev | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index 22022d8b0ce..fefe99c987b 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-aent.el --- algebraic entry functions for Calc | 1 | ;;; calc-aent.el --- algebraic entry functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index 51606079253..3e64e205ccd 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-alg.el --- algebraic functions for Calc | 1 | ;;; calc-alg.el --- algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el index 40c6ffbc485..48b2022a1c0 100644 --- a/lisp/calc/calc-arith.el +++ b/lisp/calc/calc-arith.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-arith.el --- arithmetic functions for Calc | 1 | ;;; calc-arith.el --- arithmetic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 0f219272a5f..537c0e1be45 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-bin.el --- binary functions for Calc | 1 | ;;; calc-bin.el --- binary functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-comb.el b/lisp/calc/calc-comb.el index b6182cd710e..33880f38dd7 100644 --- a/lisp/calc/calc-comb.el +++ b/lisp/calc/calc-comb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-comb.el --- combinatoric functions for Calc | 1 | ;;; calc-comb.el --- combinatoric functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-cplx.el b/lisp/calc/calc-cplx.el index 76826aaf664..83083cc8931 100644 --- a/lisp/calc/calc-cplx.el +++ b/lisp/calc/calc-cplx.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-cplx.el --- Complex number functions for Calc | 1 | ;;; calc-cplx.el --- Complex number functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index bde8d419203..5e5ae8166db 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-ext.el --- various extension functions for Calc | 1 | ;;; calc-ext.el --- various extension functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-fin.el b/lisp/calc/calc-fin.el index 23ea9ccb5e4..b80a731c0c2 100644 --- a/lisp/calc/calc-fin.el +++ b/lisp/calc/calc-fin.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-fin.el --- financial functions for Calc | 1 | ;;; calc-fin.el --- financial functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index 13048c85dce..086e083c4de 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-forms.el --- data format conversion functions for Calc | 1 | ;;; calc-forms.el --- data format conversion functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-frac.el b/lisp/calc/calc-frac.el index d3ff4684331..7929875a8b6 100644 --- a/lisp/calc/calc-frac.el +++ b/lisp/calc/calc-frac.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-frac.el --- fraction functions for Calc | 1 | ;;; calc-frac.el --- fraction functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-funcs.el b/lisp/calc/calc-funcs.el index d73d676bdef..f4f63d1df8a 100644 --- a/lisp/calc/calc-funcs.el +++ b/lisp/calc/calc-funcs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-funcs.el --- well-known functions for Calc | 1 | ;;; calc-funcs.el --- well-known functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index a7e85d9fa85..d52dc6d84b0 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-graph.el --- graph output functions for Calc | 1 | ;;; calc-graph.el --- graph output functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 409f96d13bc..320e8e43459 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-help.el --- help display functions for Calc, | 1 | ;;; calc-help.el --- help display functions for Calc, |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-incom.el b/lisp/calc/calc-incom.el index 84886b39179..a5f73ff219e 100644 --- a/lisp/calc/calc-incom.el +++ b/lisp/calc/calc-incom.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-incom.el --- complex data type input functions for Calc | 1 | ;;; calc-incom.el --- complex data type input functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el index 95cdf273acb..55795f41c68 100644 --- a/lisp/calc/calc-keypd.el +++ b/lisp/calc/calc-keypd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-keypd.el --- mouse-capable keypad input for Calc | 1 | ;;; calc-keypd.el --- mouse-capable keypad input for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el index 1fff29ccb86..fc1a50f1d23 100644 --- a/lisp/calc/calc-lang.el +++ b/lisp/calc/calc-lang.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-lang.el --- calc language functions | 1 | ;;; calc-lang.el --- calc language functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 8e939cdde7b..c5d06031de7 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-macs.el --- important macros for Calc | 1 | ;;; calc-macs.el --- important macros for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el index afb8a2f97af..64c66e18c47 100644 --- a/lisp/calc/calc-map.el +++ b/lisp/calc/calc-map.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-map.el --- higher-order functions for Calc | 1 | ;;; calc-map.el --- higher-order functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el index 3a2319e9a2c..920022aed91 100644 --- a/lisp/calc/calc-math.el +++ b/lisp/calc/calc-math.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-math.el --- mathematical functions for Calc | 1 | ;;; calc-math.el --- mathematical functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index f63e0fa42f9..036850e3a25 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-misc.el --- miscellaneous functions for Calc | 1 | ;;; calc-misc.el --- miscellaneous functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index 85ae4d7b264..730a80e5a48 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-mode.el --- calculator modes for Calc | 1 | ;;; calc-mode.el --- calculator modes for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el index a48b05bc199..dd8ad0c8164 100644 --- a/lisp/calc/calc-mtx.el +++ b/lisp/calc/calc-mtx.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-mtx.el --- matrix functions for Calc | 1 | ;;; calc-mtx.el --- matrix functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el index de2cf2e0166..608d16fbab8 100644 --- a/lisp/calc/calc-poly.el +++ b/lisp/calc/calc-poly.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-poly.el --- polynomial functions for Calc | 1 | ;;; calc-poly.el --- polynomial functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index 87adf48006d..124558c4ca0 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-prog.el --- user programmability functions for Calc | 1 | ;;; calc-prog.el --- user programmability functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el index dcd29fa6d8e..2059547496d 100644 --- a/lisp/calc/calc-rewr.el +++ b/lisp/calc/calc-rewr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-rewr.el --- rewriting functions for Calc | 1 | ;;; calc-rewr.el --- rewriting functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-rules.el b/lisp/calc/calc-rules.el index bca780916e4..0ff90ad50a4 100644 --- a/lisp/calc/calc-rules.el +++ b/lisp/calc/calc-rules.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc | 1 | ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el index 3e68194cdbc..3d720bcd23e 100644 --- a/lisp/calc/calc-sel.el +++ b/lisp/calc/calc-sel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-sel.el --- data selection functions for Calc | 1 | ;;; calc-sel.el --- data selection functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-stat.el b/lisp/calc/calc-stat.el index 62021b43ab7..cd472d8d862 100644 --- a/lisp/calc/calc-stat.el +++ b/lisp/calc/calc-stat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-stat.el --- statistical functions for Calc | 1 | ;;; calc-stat.el --- statistical functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index e439150814a..5ffabe4adba 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-store.el --- value storage functions for Calc | 1 | ;;; calc-store.el --- value storage functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index 5dcc5365d10..8840ad827e1 100644 --- a/lisp/calc/calc-stuff.el +++ b/lisp/calc/calc-stuff.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-stuff.el --- miscellaneous functions for Calc | 1 | ;;; calc-stuff.el --- miscellaneous functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-trail.el b/lisp/calc/calc-trail.el index 8f79f723185..4949f6ff2b9 100644 --- a/lisp/calc/calc-trail.el +++ b/lisp/calc/calc-trail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-trail.el --- functions for manipulating the Calc "trail" | 1 | ;;; calc-trail.el --- functions for manipulating the Calc "trail" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el index de245d603c3..b535dbd7fb9 100644 --- a/lisp/calc/calc-undo.el +++ b/lisp/calc/calc-undo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-undo.el --- undo functions for Calc | 1 | ;;; calc-undo.el --- undo functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index ac1c0cd0080..27d76fe4b8a 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-units.el --- unit conversion functions for Calc | 1 | ;;; calc-units.el --- unit conversion functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-vec.el b/lisp/calc/calc-vec.el index e224e1ca6f5..b869a1e08a8 100644 --- a/lisp/calc/calc-vec.el +++ b/lisp/calc/calc-vec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-vec.el --- vector functions for Calc | 1 | ;;; calc-vec.el --- vector functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index d83321eb8a1..41a8d4157c9 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-yank.el --- kill-ring functionality for Calc | 1 | ;;; calc-yank.el --- kill-ring functionality for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 3b3e308eb18..d14f667d752 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc.el --- the GNU Emacs calculator | 1 | ;;; calc.el --- the GNU Emacs calculator |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el index 1259642842a..c348e18937c 100644 --- a/lisp/calc/calcalg2.el +++ b/lisp/calc/calcalg2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcalg2.el --- more algebraic functions for Calc | 1 | ;;; calcalg2.el --- more algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index 77e8b1537f4..7a5f28c13a3 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcalg3.el --- more algebraic functions for Calc | 1 | ;;; calcalg3.el --- more algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index e54d86dc296..d2111131f03 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calccomp.el --- composition functions for Calc | 1 | ;;; calccomp.el --- composition functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calc/calcsel2.el b/lisp/calc/calcsel2.el index adf47198792..40b5ce1ae2a 100644 --- a/lisp/calc/calcsel2.el +++ b/lisp/calc/calcsel2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcsel2.el --- selection functions for Calc | 1 | ;;; calcsel2.el --- selection functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> | 7 | ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> |
diff --git a/lisp/calculator.el b/lisp/calculator.el index 14b6b1dfa71..b585af9f833 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calculator.el --- a [not so] simple calculator for Emacs | 1 | ;;; calculator.el --- a [not so] simple calculator for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eli Barzilay <eli@barzilay.org> | 6 | ;; Author: Eli Barzilay <eli@barzilay.org> |
| 7 | ;; Keywords: tools, convenience | 7 | ;; Keywords: tools, convenience |
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index c605cbef10d..4c251e8946b 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; appt.el --- appointment notification functions | 1 | ;;; appt.el --- appointment notification functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> | 6 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index f6d5cdb58c1..c1eb86b62eb 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-bahai.el --- calendar functions for the Bahá'à calendar. -*- coding: utf-8 -*- | 1 | ;;; cal-bahai.el --- calendar functions for the Bahá'à calendar. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index f7e93f091b4..e1c6d2b9b8a 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-china.el --- calendar functions for the Chinese calendar | 1 | ;;; cal-china.el --- calendar functions for the Chinese calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el index f864079e760..3649c936eb4 100644 --- a/lisp/calendar/cal-coptic.el +++ b/lisp/calendar/cal-coptic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars | 1 | ;;; cal-coptic.el --- calendar functions for the Coptic/Ethiopic calendars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index 875db6ff6a8..4f442c075f0 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cal-dst.el --- calendar functions for daylight saving rules | 1 | ;;; cal-dst.el --- calendar functions for daylight saving rules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Paul Eggert <eggert@twinsun.com> | 6 | ;; Author: Paul Eggert <eggert@twinsun.com> |
| 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> | 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index 49304fb83ec..b08f0b4ab24 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cal-french.el --- calendar functions for the French Revolutionary calendar | 1 | ;;; cal-french.el --- calendar functions for the French Revolutionary calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1992, 1994, 1995, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1988, 1989, 1992, 1994, 1995, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 9e20bfa8802..a991b965650 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar | 1 | ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> | 6 | ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-html.el b/lisp/calendar/cal-html.el index 691148bd9ed..9be16bd82d9 100644 --- a/lisp/calendar/cal-html.el +++ b/lisp/calendar/cal-html.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-html.el --- functions for printing HTML calendars | 1 | ;;; cal-html.el --- functions for printing HTML calendars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anna M. Bigatti <bigatti@dima.unige.it> | 5 | ;; Author: Anna M. Bigatti <bigatti@dima.unige.it> |
| 6 | ;; Keywords: calendar | 6 | ;; Keywords: calendar |
diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index aa8590340e0..9e74b7d87af 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-islam.el --- calendar functions for the Islamic calendar | 1 | ;;; cal-islam.el --- calendar functions for the Islamic calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 968ea455026..7e2e91904e7 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-iso.el --- calendar functions for the ISO calendar | 1 | ;;; cal-iso.el --- calendar functions for the ISO calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index ccabf290cbb..ef7ad67272b 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-julian.el --- calendar functions for the Julian calendar | 1 | ;;; cal-julian.el --- calendar functions for the Julian calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index 2de31dbd1d8..8f20f359a15 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cal-mayan.el --- calendar functions for the Mayan calendars | 1 | ;;; cal-mayan.el --- calendar functions for the Mayan calendars |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> | 6 | ;; Author: Stewart M. Clamen <clamen@cs.cmu.edu> |
| 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> | 7 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 0f54722a5ca..2846c283c15 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-menu.el --- calendar functions for menu bar and popup menu support | 1 | ;;; cal-menu.el --- calendar functions for menu bar and popup menu support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-move.el b/lisp/calendar/cal-move.el index 81f75114a3f..14691699aa9 100644 --- a/lisp/calendar/cal-move.el +++ b/lisp/calendar/cal-move.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-move.el --- calendar functions for movement in the calendar | 1 | ;;; cal-move.el --- calendar functions for movement in the calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el index d6dba8a00f0..2c28d5c8efc 100644 --- a/lisp/calendar/cal-persia.el +++ b/lisp/calendar/cal-persia.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-persia.el --- calendar functions for the Persian calendar | 1 | ;;; cal-persia.el --- calendar functions for the Persian calendar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 1faa71efec9..45de885afcb 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX | 1 | ;;; cal-tex.el --- calendar functions for printing calendars with LaTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steve Fisk <fisk@bowdoin.edu> | 6 | ;; Author: Steve Fisk <fisk@bowdoin.edu> |
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 4aea547f88d..294927c4a11 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-x.el --- calendar windows in dedicated frames in X | 1 | ;;; cal-x.el --- calendar windows in dedicated frames in X |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.sunysb.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.sunysb.edu> |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index da87a1959fe..5e8b5b7754b 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calendar.el --- calendar functions | 1 | ;;; calendar.el --- calendar functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, | 3 | ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 7 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index df16595f3c5..db27f9a996d 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; diary-lib.el --- diary functions | 1 | ;;; diary-lib.el --- diary functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index cee571f5f1c..4bd6da2bd08 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; holidays.el --- holiday functions for the calendar package | 1 | ;;; holidays.el --- holiday functions for the calendar package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 881e7490665..46b16a54c89 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- | 1 | ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Created: August 2002 | 6 | ;; Created: August 2002 |
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 87210e4e45b..292e3f84a04 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lunar.el --- calendar functions for phases of the moon | 1 | ;;; lunar.el --- calendar functions for phases of the moon |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/calendar/parse-time.el b/lisp/calendar/parse-time.el index 2c2867e685f..036f32f46f2 100644 --- a/lisp/calendar/parse-time.el +++ b/lisp/calendar/parse-time.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; parse-time.el --- parsing time strings | 1 | ;;; parse-time.el --- parsing time strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index cc72e2eeb25..a08aa8e64ec 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; solar.el --- calendar functions for solar events | 1 | ;;; solar.el --- calendar functions for solar events |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 7 | ;; Denis B. Roegel <Denis.Roegel@loria.fr> | 7 | ;; Denis B. Roegel <Denis.Roegel@loria.fr> |
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index ffd2b5b6f59..58444041725 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; time-date.el --- Date and time handling functions | 1 | ;;; time-date.el --- Date and time handling functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index c7f1ca03f5b..c4b1fd20f95 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; timeclock.el --- mode for keeping track of how much you work | 1 | ;;; timeclock.el --- mode for keeping track of how much you work |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
diff --git a/lisp/case-table.el b/lisp/case-table.el index 33768bb2277..e0251be3af1 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; case-table.el --- code to extend the character set and support case tables | 1 | ;;; case-table.el --- code to extend the character set and support case tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cdl.el b/lisp/cdl.el index cf8afa70372..57c3084a0a3 100644 --- a/lisp/cdl.el +++ b/lisp/cdl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs | 1 | ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) | 6 | ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/chistory.el b/lisp/chistory.el index 4616fd4c1dd..52992681a94 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; chistory.el --- list command history | 1 | ;;; chistory.el --- list command history |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 0f64e8514d4..a5b0289711f 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el | 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/comint.el b/lisp/comint.el index 94b1842fb1c..6fb89e28181 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; comint.el --- general command interpreter in a window stuff | 1 | ;;; comint.el --- general command interpreter in a window stuff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 91edf4c3755..536b560c1a9 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; compare-w.el --- compare text between windows for Emacs | 1 | ;;; compare-w.el --- compare text between windows for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: convenience files | 7 | ;; Keywords: convenience files |
diff --git a/lisp/complete.el b/lisp/complete.el index b3a4928dd53..cbc678de977 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; complete.el --- partial completion mechanism plus other goodies | 1 | ;;; complete.el --- partial completion mechanism plus other goodies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/completion.el b/lisp/completion.el index c2e9ac9493f..8779eeda591 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/composite.el b/lisp/composite.el index a2457ab7514..2863d1f10ca 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; composite.el --- support character composition | 1 | ;;; composite.el --- support character composition |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2008 | ||
| 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 6 | 7 | ||
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 815e2d454ba..10bb1efc438 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cus-dep.el --- find customization dependencies | 1 | ;;; cus-dep.el --- find customization dependencies |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index dfc5babec84..c9cba5858ac 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cus-face.el --- customization support for faces | 1 | ;;; cus-face.el --- customization support for faces |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: help, faces | 7 | ;; Keywords: help, faces |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index fda7b356774..7c0d538e735 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cus-start.el --- define customization properties of builtins | 1 | ;;; cus-start.el --- define customization properties of builtins |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 1c80d7977cf..26a61c5226c 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cus-theme.el -- custom theme creation user interface | 1 | ;;; cus-theme.el -- custom theme creation user interface |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/custom.el b/lisp/custom.el index d39bbb37e07..a0b1db517a2 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; custom.el --- tools for declaring and initializing options | 1 | ;;; custom.el --- tools for declaring and initializing options |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 82ac90453c8..9c067ac601e 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- | 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs cvs status tree tools | 7 | ;; Keywords: pcl-cvs cvs status tree tools |
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 20f6fea23db..b5ae7ac3b71 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dabbrev.el --- dynamic abbreviation package | 1 | ;;; dabbrev.el --- dynamic abbreviation package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1996, 1997, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1996, 1997, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Don Morrison | 6 | ;; Author: Don Morrison |
| 7 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> | 7 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> |
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 6be6a785c2b..ee15dbb353f 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; delim-col.el --- prettify all columns in a region or rectangle | 1 | ;;; delim-col.el --- prettify all columns in a region or rectangle |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/delsel.el b/lisp/delsel.el index eb14bc5ac8e..6427c39eecb 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; delsel.el --- delete selection if you insert | 1 | ;;; delsel.el --- delete selection if you insert |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Matthieu Devin <devin@lucid.com> | 6 | ;; Author: Matthieu Devin <devin@lucid.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| @@ -59,8 +59,8 @@ | |||
| 59 | ;;;###autoload | 59 | ;;;###autoload |
| 60 | (define-minor-mode delete-selection-mode | 60 | (define-minor-mode delete-selection-mode |
| 61 | "Toggle Delete Selection mode. | 61 | "Toggle Delete Selection mode. |
| 62 | With prefix ARG, turn Delete Selection mode on if and only if ARG is | 62 | With prefix ARG, turn Delete Selection mode on if ARG is |
| 63 | positive. | 63 | positive, off if ARG is not positive. |
| 64 | 64 | ||
| 65 | When Delete Selection mode is enabled, Transient Mark mode is also | 65 | When Delete Selection mode is enabled, Transient Mark mode is also |
| 66 | enabled and typed text replaces the selection if the selection is | 66 | enabled and typed text replaces the selection if the selection is |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 3452874f343..0194b7169c6 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; descr-text.el --- describe text mode | 1 | ;;; descr-text.el --- describe text mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/desktop.el b/lisp/desktop.el index c34bf8105ea..4837aeec32d 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; desktop.el --- save partial status of Emacs when killed | 1 | ;;; desktop.el --- save partial status of Emacs when killed |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/dframe.el b/lisp/dframe.el index 43cf6212d2a..7e0dddd53fd 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dframe --- dedicate frame support modes | 1 | ;;; dframe --- dedicate frame support modes |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 7 | ;; Keywords: file, tags, tools |
diff --git a/lisp/diff.el b/lisp/diff.el index add3390881f..d8de7c2bb14 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; diff.el --- run `diff' in compilation-mode | 1 | ;;; diff.el --- run `diff' in compilation-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9853398978a..11cf1e184d8 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*- | 1 | ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index f8e0b2a6140..0d29dabecb6 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*- | 1 | ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Lawrence R. Dodd <dodd@roebling.poly.edu> | 7 | ;; Lawrence R. Dodd <dodd@roebling.poly.edu> |
diff --git a/lisp/dired.el b/lisp/dired.el index b9a360a6e91..7e959b89a20 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dired.el --- directory-browsing commands | 1 | ;;; dired.el --- directory-browsing commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index 86e64eeb453..6b9a58e2b2c 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dirtrack.el --- Directory Tracking by watching the prompt | 1 | ;;; dirtrack.el --- Directory Tracking by watching the prompt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 7 | ;; Created: Sun Nov 17 1996 | 7 | ;; Created: Sun Nov 17 1996 |
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 653d5b8360b..c6b55f6a3e5 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; disp-table.el --- functions for dealing with char tables | 1 | ;;; disp-table.el --- functions for dealing with char tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1994, 1995, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1987, 1994, 1995, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
| 7 | ;; Based on a previous version by Howard Gayle | 7 | ;; Based on a previous version by Howard Gayle |
diff --git a/lisp/dnd.el b/lisp/dnd.el index 72ce4c6d777..830177709cf 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dnd.el --- drag and drop support. | 1 | ;;; dnd.el --- drag and drop support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 780fdd425a3..10b6c458c30 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dos-fns.el --- MS-Dos specific functions | 1 | ;;; dos-fns.el --- MS-Dos specific functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1993, 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1993, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Morten Welinder <terra@diku.dk> | 6 | ;; Maintainer: Morten Welinder <terra@diku.dk> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index ef2fd5e422d..c96b3dc0cd4 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dos-vars.el --- MS-Dos specific user options | 1 | ;;; dos-vars.el --- MS-Dos specific user options |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 878e5c58189..7dae8d783da 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms | 1 | ;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> | 6 | ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/double.el b/lisp/double.el index 7d004eab6d9..28d3072d1fa 100644 --- a/lisp/double.el +++ b/lisp/double.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; double.el --- support for keyboard remapping with double clicking | 1 | ;;; double.el --- support for keyboard remapping with double clicking |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index 3b2b17fe188..3e37d2c700b 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ebuff-menu.el --- electric-buffer-list mode | 1 | ;;; ebuff-menu.el --- electric-buffer-list mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/echistory.el b/lisp/echistory.el index 7468dd0b7fd..c2a647be44c 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; echistory.el --- Electric Command History Mode | 1 | ;;; echistory.el --- Electric Command History Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index 1b51b440f05..685543b5369 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-diff.el --- diff-related utilities | 1 | ;;; ediff-diff.el --- diff-related utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el index 833260db673..97da0d89b7b 100644 --- a/lisp/ediff-help.el +++ b/lisp/ediff-help.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers | 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index 306b2ed670c..fb33c80ee6e 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads | 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index 91c8f41bb13..a99e643f0e0 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff | 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-merg.el b/lisp/ediff-merg.el index 95f3efca93b..17352b03d50 100644 --- a/lisp/ediff-merg.el +++ b/lisp/ediff-merg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-merg.el --- merging utilities | 1 | ;;; ediff-merg.el --- merging utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index 97c05e3b3cb..a5a065117e4 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff | 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 905a07c53df..7d013cc7693 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-ptch.el --- Ediff's patch support | 1 | ;;; ediff-ptch.el --- Ediff's patch support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index a642167474c..dd844c9a542 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-util.el --- the core commands and utilities of ediff | 1 | ;;; ediff-util.el --- the core commands and utilities of ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el index 0fd06176b46..fa9b4505bf5 100644 --- a/lisp/ediff-vers.el +++ b/lisp/ediff-vers.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-vers.el --- version control interface to Ediff | 1 | ;;; ediff-vers.el --- version control interface to Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index e13d89ac6eb..c5a53b47b3b 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-wind.el --- window manipulation utilities | 1 | ;;; ediff-wind.el --- window manipulation utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff.el b/lisp/ediff.el index a53b93aee5b..353c6a14d47 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch | 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Created: February 2, 1994 | 7 | ;; Created: February 2, 1994 |
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index abd08f4b0b9..518006fa21a 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edmacro.el --- keyboard macro editor | 1 | ;;; edmacro.el --- keyboard macro editor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> | 7 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> |
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index ee4be24f3c1..d6193c9cf43 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ehelp.el --- bindings for electric-help mode | 1 | ;;; ehelp.el --- bindings for electric-help mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, extensions | 7 | ;; Keywords: help, extensions |
diff --git a/lisp/electric.el b/lisp/electric.el index 445efe76de4..421ab1f3daa 100644 --- a/lisp/electric.el +++ b/lisp/electric.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; electric.el --- window maker and Command loop for `electric' modes | 1 | ;;; electric.el --- window maker and Command loop for `electric' modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index ccbedfe7d0b..353fef37957 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; elide-head.el --- hide headers in files | 1 | ;;; elide-head.el --- hide headers in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: outlines tools | 7 | ;; Keywords: outlines tools |
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index f9c778443b4..ca3a062198d 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; advice.el --- an overloading mechanism for Emacs Lisp functions | 1 | ;;; advice.el --- an overloading mechanism for Emacs Lisp functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 6 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/assoc.el b/lisp/emacs-lisp/assoc.el index 8ef07e8c251..e68ac56f622 100644 --- a/lisp/emacs-lisp/assoc.el +++ b/lisp/emacs-lisp/assoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; assoc.el --- insert/delete/sort functions on association lists | 1 | ;;; assoc.el --- insert/delete/sort functions on association lists |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 486a02d2c6b..90d3ac869e9 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- | 1 | ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 7 | ;; Maintainer: Kim F. Storm <storm@cua.dk> | 7 | ;; Maintainer: Kim F. Storm <storm@cua.dk> |
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 14877e1b18f..3a02d57f10d 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; autoload.el --- maintain autoloads in loaddefs.el | 1 | ;; autoload.el --- maintain autoloads in loaddefs.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Keywords: maint | 7 | ;; Keywords: maint |
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 4940e2fd8c6..e0988fe5e90 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; backquote.el --- implement the ` Lisp construct | 1 | ;;; backquote.el --- implement the ` Lisp construct |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rick Sladkey <jrs@world.std.com> | 6 | ;; Author: Rick Sladkey <jrs@world.std.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el index afc01005209..b5a88c0d643 100644 --- a/lisp/emacs-lisp/benchmark.el +++ b/lisp/emacs-lisp/benchmark.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; benchmark.el --- support for benchmarking code | 1 | ;;; benchmark.el --- support for benchmarking code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: lisp, extensions | 6 | ;; Keywords: lisp, extensions |
diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index 2c2bd14367f..0ceba28b7e2 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bindat.el --- binary data structure packing and unpacking. | 1 | ;;; bindat.el --- binary data structure packing and unpacking. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kim F. Storm <storm@cua.dk> | 5 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 6 | ;; Assignment name: struct.el | 6 | ;; Assignment name: struct.el |
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index b021b8d9f1a..f49aff90a20 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler | 1 | ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 267173c1713..5dfdd04c9c2 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; byte-run.el --- byte-compiler support for inlining | 1 | ;;; byte-run.el --- byte-compiler support for inlining |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index cb515eca475..5fafac0540f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bytecomp.el --- compilation of Lisp code into byte code | 1 | ;;; bytecomp.el --- compilation of Lisp code into byte code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index ad52466377e..b2979693f6c 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; checkdoc.el --- check documentation strings for style requirements | 1 | ;;; checkdoc.el --- check documentation strings for style requirements |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.6.2 | 7 | ;; Version: 0.6.2 |
diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el index 1f476081f41..06a566fbe17 100644 --- a/lisp/emacs-lisp/cl-compat.el +++ b/lisp/emacs-lisp/cl-compat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) | 1 | ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Version: 2.02 | 7 | ;; Version: 2.02 |
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el index 375a07f9f7d..094b21fedee 100644 --- a/lisp/emacs-lisp/cl-extra.el +++ b/lisp/emacs-lisp/cl-extra.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- | 1 | ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 9df2b06a2b9..7525c2e5897 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl-indent.el --- enhanced lisp-indent mode | 1 | ;;; cl-indent.el --- enhanced lisp-indent mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Created: July 1987 | 7 | ;; Created: July 1987 |
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index f3f28de5198..9e078d04be3 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-macs.el --- Common Lisp macros | 1 | ;;; cl-macs.el --- Common Lisp macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el index 4669d69c872..4194e3023ca 100644 --- a/lisp/emacs-lisp/cl-seq.el +++ b/lisp/emacs-lisp/cl-seq.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl-seq.el --- Common Lisp features, part 3 | 1 | ;;; cl-seq.el --- Common Lisp features, part 3 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Version: 2.02 | 7 | ;; Version: 2.02 |
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index 07184d31af6..d2d55204ef2 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- | 1 | ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 5 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 6 | ;; Keywords: lisp, tools, maint | 6 | ;; Keywords: lisp, tools, maint |
| 7 | 7 | ||
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index c8a029a453a..91041e65ade 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cl.el --- Common Lisp extensions for Emacs | 1 | ;;; cl.el --- Common Lisp extensions for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Version: 2.02 | 7 | ;; Version: 2.02 |
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index b53ec9c217b..1b86acb0329 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; copyright.el --- update the copyright notice in current buffer | 1 | ;;; copyright.el --- update the copyright notice in current buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Keywords: maint, tools | 7 | ;; Keywords: maint, tools |
diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el index 84b212c52d6..10a67eac281 100644 --- a/lisp/emacs-lisp/crm.el +++ b/lisp/emacs-lisp/crm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; crm.el --- read multiple strings with completion | 1 | ;;; crm.el --- read multiple strings with completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sen Nagata <sen@eccosys.com> | 6 | ;; Author: Sen Nagata <sen@eccosys.com> |
| 7 | ;; Keywords: completion, minibuffer, multiple elements | 7 | ;; Keywords: completion, minibuffer, multiple elements |
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el index fdfb4f11113..161cc4c8515 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/emacs-lisp/cust-print.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cust-print.el --- handles print-level and print-circle | 1 | ;;; cust-print.el --- handles print-level and print-circle |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 39cb8dce1ff..c35142ce115 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; debug.el --- debuggers and related commands for Emacs | 1 | ;;; debug.el --- debuggers and related commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: lisp, tools, maint | 7 | ;; Keywords: lisp, tools, maint |
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index acf73d94b3c..f5a17f3abf1 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; (formerly mode-clone.el) | 2 | ;; (formerly mode-clone.el) |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, |
| 5 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) | 7 | ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index 60b29bdb949..8a5d3ce6552 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; disass.el --- disassembler for compiled Emacs Lisp code | 1 | ;;; disass.el --- disassembler for compiled Emacs Lisp code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Doug Cutting <doug@csli.stanford.edu> | 6 | ;; Author: Doug Cutting <doug@csli.stanford.edu> |
| 7 | ;; Jamie Zawinski <jwz@lucid.com> | 7 | ;; Jamie Zawinski <jwz@lucid.com> |
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index d3d9e5fdca0..aa1956b8a20 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; easy-mmode.el --- easy definition for major and minor modes | 1 | ;;; easy-mmode.el --- easy definition for major and minor modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr> | 6 | ;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr> |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index d6c23de0be8..fa19ecd9c0f 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; easymenu.el --- support the easymenu interface for defining a menu | 1 | ;;; easymenu.el --- support the easymenu interface for defining a menu |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: emulations | 6 | ;; Keywords: emulations |
| 7 | ;; Author: Richard Stallman <rms@gnu.org> | 7 | ;; Author: Richard Stallman <rms@gnu.org> |
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 4dc7bdb3a73..24d3284f08f 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edebug.el --- a source-level debugger for Emacs Lisp | 1 | ;;; edebug.el --- a source-level debugger for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, | 3 | ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 7807fc763a4..d5edbce3f14 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eldoc.el --- show function arglist or variable docstring in echo area | 1 | ;;; eldoc.el --- show function arglist or variable docstring in echo area |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Noah Friedman <friedman@splode.com> | 6 | ;; Author: Noah Friedman <friedman@splode.com> |
| 7 | ;; Maintainer: friedman@splode.com | 7 | ;; Maintainer: friedman@splode.com |
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index 0501fbf171e..dd3d713dedc 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; elint.el --- Lint Emacs Lisp | 1 | ;;; elint.el --- Lint Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Liljenberg <petli@lysator.liu.se> | 6 | ;; Author: Peter Liljenberg <petli@lysator.liu.se> |
| 7 | ;; Created: May 1997 | 7 | ;; Created: May 1997 |
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 0ef9cc89ba4..a39b154dee7 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; elp.el --- Emacs Lisp Profiler | 1 | ;;; elp.el --- Emacs Lisp Profiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw | 6 | ;; Author: Barry A. Warsaw |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index 9af8d3b5907..b21ec5e9c85 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer | 1 | ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Cederqvist <ceder@lysator.liu.se> | 6 | ;; Author: Per Cederqvist <ceder@lysator.liu.se> |
| 7 | ;; Inge Wallin <inge@lysator.liu.se> | 7 | ;; Inge Wallin <inge@lysator.liu.se> |
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 4aa4590371a..7c4c01a6e32 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; find-func.el --- find the definition of the Emacs Lisp function near point | 1 | ;;; find-func.el --- find the definition of the Emacs Lisp function near point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jens Petersen <petersen@kurims.kyoto-u.ac.jp> | 6 | ;; Author: Jens Petersen <petersen@kurims.kyoto-u.ac.jp> |
| 7 | ;; Maintainer: petersen@kurims.kyoto-u.ac.jp | 7 | ;; Maintainer: petersen@kurims.kyoto-u.ac.jp |
diff --git a/lisp/emacs-lisp/find-gc.el b/lisp/emacs-lisp/find-gc.el index 6755b26c4fe..cf9abf57244 100644 --- a/lisp/emacs-lisp/find-gc.el +++ b/lisp/emacs-lisp/find-gc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; find-gc.el --- detect functions that call the garbage collector | 1 | ;;; find-gc.el --- detect functions that call the garbage collector |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/emacs-lisp/float-sup.el b/lisp/emacs-lisp/float-sup.el index 9b7dadb86db..299743cfe7d 100644 --- a/lisp/emacs-lisp/float-sup.el +++ b/lisp/emacs-lisp/float-sup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; float-sup.el --- define some constants useful for floating point numbers. | 1 | ;;; float-sup.el --- define some constants useful for floating point numbers. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/emacs-lisp/generic.el b/lisp/emacs-lisp/generic.el index 805507adb49..add152adc4a 100644 --- a/lisp/emacs-lisp/generic.el +++ b/lisp/emacs-lisp/generic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; generic.el --- defining simple major modes with comment and font-lock | 1 | ;;; generic.el --- defining simple major modes with comment and font-lock |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 7 | ;; Created: Fri Sep 27 1996 | 7 | ;; Created: Fri Sep 27 1996 |
diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 5ff2b8f564c..f3cf1cd4bf2 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gulp.el --- ask for updates for Lisp packages | 1 | ;;; gulp.el --- ask for updates for Lisp packages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sam Shteingold <shteingd@math.ucla.edu> | 6 | ;; Author: Sam Shteingold <shteingd@math.ucla.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el index c7ec5c8c7a9..99eeb7dfe07 100644 --- a/lisp/emacs-lisp/levents.el +++ b/lisp/emacs-lisp/levents.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; levents.el --- emulate the Lucid event data type and associated functions | 1 | ;;; levents.el --- emulate the Lucid event data type and associated functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 8d098a443fe..ce0bc2c9d86 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers | 1 | ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 7eeefd349a9..77ebe0d4601 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands | 1 | ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: lisp, languages | 7 | ;; Keywords: lisp, languages |
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 65bbade816e..1cb40597789 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lisp.el --- Lisp editing commands for Emacs | 1 | ;;; lisp.el --- Lisp editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: lisp, languages | 7 | ;; Keywords: lisp, languages |
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index d2eceae1573..389cb63f304 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lmenu.el --- emulate Lucid's menubar support | 1 | ;;; lmenu.el --- emulate Lucid's menubar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: emulations obsolete | 6 | ;; Keywords: emulations obsolete |
| 7 | 7 | ||
diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index c193c24c8d1..5c26a287b34 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lucid.el --- emulate some Lucid Emacs functions | 1 | ;;; lucid.el --- emulate some Lucid Emacs functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/emacs-lisp/macroexp.el b/lisp/emacs-lisp/macroexp.el index ce65cb552b6..de5efe0845e 100644 --- a/lisp/emacs-lisp/macroexp.el +++ b/lisp/emacs-lisp/macroexp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; macroexp.el --- Additional macro-expansion support | 1 | ;;; macroexp.el --- Additional macro-expansion support |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Miles Bader <miles@gnu.org> | 5 | ;; Author: Miles Bader <miles@gnu.org> |
| 6 | ;; Keywords: lisp, compiler, macros | 6 | ;; Keywords: lisp, compiler, macros |
diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el index c049e0c91c7..fb9efe6da0f 100644 --- a/lisp/emacs-lisp/map-ynp.el +++ b/lisp/emacs-lisp/map-ynp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; map-ynp.el --- general-purpose boolean question-asker | 1 | ;;; map-ynp.el --- general-purpose boolean question-asker |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index a5cefff399f..181c3eb229a 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pp.el --- pretty printer for Emacs Lisp | 1 | ;;; pp.el --- pretty printer for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Randal Schwartz <merlyn@stonehenge.com> | 6 | ;; Author: Randal Schwartz <merlyn@stonehenge.com> |
| 7 | ;; Keywords: lisp | 7 | ;; Keywords: lisp |
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index a0004be2394..24cd0628b83 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; re-builder.el --- building Regexps with visual feedback | 1 | ;;; re-builder.el --- building Regexps with visual feedback |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Detlev Zundel <dzu@gnu.org> | 6 | ;; Author: Detlev Zundel <dzu@gnu.org> |
| 7 | ;; Keywords: matching, lisp, tools | 7 | ;; Keywords: matching, lisp, tools |
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index f89909e0af8..00f5bf5227a 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; regexp-opt.el --- generate efficient regexps to match strings | 1 | ;;; regexp-opt.el --- generate efficient regexps to match strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Marshall <simon@gnu.org> | 6 | ;; Author: Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/regi.el b/lisp/emacs-lisp/regi.el index 267d7731435..23da121e7d1 100644 --- a/lisp/emacs-lisp/regi.el +++ b/lisp/emacs-lisp/regi.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; regi.el --- REGular expression Interpreting engine | 1 | ;;; regi.el --- REGular expression Interpreting engine |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com> | 6 | ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com> |
| 7 | ;; Maintainer: bwarsaw@cen.com | 7 | ;; Maintainer: bwarsaw@cen.com |
diff --git a/lisp/emacs-lisp/ring.el b/lisp/emacs-lisp/ring.el index d9ce48e23a6..cdade680a23 100644 --- a/lisp/emacs-lisp/ring.el +++ b/lisp/emacs-lisp/ring.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ring.el --- handle rings of items | 1 | ;;; ring.el --- handle rings of items |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index f46aea8540a..2d66ac16ab4 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rx.el --- sexp notation for regular expressions | 1 | ;;; rx.el --- sexp notation for regular expressions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index 312f364b8ec..f4a3cd6b931 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; shadow.el --- locate Emacs Lisp file shadowings | 1 | ;;; shadow.el --- locate Emacs Lisp file shadowings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Terry Jones <terry@santafe.edu> | 6 | ;; Author: Terry Jones <terry@santafe.edu> |
| 7 | ;; Keywords: lisp | 7 | ;; Keywords: lisp |
diff --git a/lisp/emacs-lisp/sregex.el b/lisp/emacs-lisp/sregex.el index d4deb0f9101..13274575d1b 100644 --- a/lisp/emacs-lisp/sregex.el +++ b/lisp/emacs-lisp/sregex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sregex.el --- symbolic regular expressions | 1 | ;;; sregex.el --- symbolic regular expressions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> | 6 | ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> |
| 7 | ;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com> | 7 | ;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com> |
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 19662b1c71a..a7c844e3c80 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; syntax.el --- helper functions to find syntactic context | 1 | ;;; syntax.el --- helper functions to find syntactic context |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el index a0097ef9052..b4a844bfc44 100644 --- a/lisp/emacs-lisp/tcover-ses.el +++ b/lisp/emacs-lisp/tcover-ses.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" | 1 | ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jonathan Yavner <jyavner@engineer.com> | 6 | ;; Author: Jonathan Yavner <jyavner@engineer.com> |
diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el index 42c3ebef4e7..f941c5f3b71 100644 --- a/lisp/emacs-lisp/tcover-unsafep.el +++ b/lisp/emacs-lisp/tcover-unsafep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage | 1 | ;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@engineer.com> | 5 | ;; Author: Jonathan Yavner <jyavner@engineer.com> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> |
diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el index 2f6ccb6b08e..de230ef5915 100644 --- a/lisp/emacs-lisp/testcover.el +++ b/lisp/emacs-lisp/testcover.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; testcover.el -- Visual code-coverage tool | 1 | ;;;; testcover.el -- Visual code-coverage tool |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index b11f7ca9d5c..b2f54990ceb 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; timer.el --- run a function with args at some time in future | 1 | ;;; timer.el --- run a function with args at some time in future |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 8daa9a2cf40..034d3cd307c 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tq.el --- utility to maintain a transaction queue | 1 | ;;; tq.el --- utility to maintain a transaction queue |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Scott Draves <spot@cs.cmu.edu> | 6 | ;; Author: Scott Draves <spot@cs.cmu.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 4773634506d..4edb496db41 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; trace.el --- tracing facility for Emacs Lisp functions | 1 | ;;; trace.el --- tracing facility for Emacs Lisp functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 6 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/unsafep.el b/lisp/emacs-lisp/unsafep.el index 3bb93334c3c..8684adf7182 100644 --- a/lisp/emacs-lisp/unsafep.el +++ b/lisp/emacs-lisp/unsafep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate | 1 | ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 2dfaea307be..0bdcbf1a162 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; warnings.el --- log and display warnings | 1 | ;;; warnings.el --- log and display warnings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 8ebf2f54a2e..92745edd70e 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked | 1 | ;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc |
| 5 | 5 | ||
| 6 | ;; Author: Tom Wurgler <twurgler@goodyear.com> | 6 | ;; Author: Tom Wurgler <twurgler@goodyear.com> |
| 7 | ;; Created: 12/8/94 | 7 | ;; Created: 12/8/94 |
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index f267f6fa0ab..b5fd7ee602c 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; crisp.el --- CRiSP/Brief Emacs emulator | 1 | ;;; crisp.el --- CRiSP/Brief Emacs emulator |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> | 6 | ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> |
| 7 | ;; Keywords: emulations brief crisp | 7 | ;; Keywords: emulations brief crisp |
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 1f696788869..2bc37a9bc95 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cua-base.el --- emulate CUA key bindings | 1 | ;;; cua-base.el --- emulate CUA key bindings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard emulation convenience cua | 7 | ;; Keywords: keyboard emulation convenience cua |
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el index 6211a3c3154..be87804f196 100644 --- a/lisp/emulation/cua-gmrk.el +++ b/lisp/emulation/cua-gmrk.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cua-gmrk.el --- CUA unified global mark support | 1 | ;;; cua-gmrk.el --- CUA unified global mark support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard emulations convenience cua mark | 7 | ;; Keywords: keyboard emulations convenience cua mark |
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index f6b50336815..93709f7660c 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cua-rect.el --- CUA unified rectangle support | 1 | ;;; cua-rect.el --- CUA unified rectangle support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard emulations convenience CUA | 7 | ;; Keywords: keyboard emulations convenience CUA |
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 41ef7e86498..91db5bc70f9 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards | 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index d26c88b751f..79dabcc7433 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs | 1 | ;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 0d6a4964813..5bfaf828ea6 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards | 1 | ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index fbe56c2c341..e534927adc2 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals | 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 1674e7a266b..eca3ce0f400 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19 | 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el index 413f5e063df..78cba6c0ca6 100644 --- a/lisp/emulation/keypad.el +++ b/lisp/emulation/keypad.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; keypad.el --- simplified keypad bindings | 1 | ;;; keypad.el --- simplified keypad bindings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard convenience | 7 | ;; Keywords: keyboard convenience |
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index 6e04d678f69..075da633cef 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pc-mode.el --- emulate certain key bindings used on PCs | 1 | ;;; pc-mode.el --- emulate certain key bindings used on PCs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index c35044b70ec..956c61ee098 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; including key bindings. | 3 | ;;; including key bindings. |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> | 8 | ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> |
| 9 | ;; Keywords: convenience emulation | 9 | ;; Keywords: convenience emulation |
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index 062082a295a..518b60db2ec 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt | 1 | ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index e6fdd55f7c4..b4f80a9e1ed 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vip.el --- a VI Package for GNU Emacs | 1 | ;;; vip.el --- a VI Package for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> | 6 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 8603169819f..3d74286589c 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-cmd.el --- Vi command support for Viper | 1 | ;;; viper-cmd.el --- Vi command support for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index ccc06e0b938..6ce34852235 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-ex.el --- functions implementing the Ex commands for Viper | 1 | ;;; viper-ex.el --- functions implementing the Ex commands for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index c91886e0329..d0f89751d57 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-init.el --- some common definitions for Viper | 1 | ;;; viper-init.el --- some common definitions for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 85a94075720..f76a9310518 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-keym.el --- Viper keymaps | 1 | ;;; viper-keym.el --- Viper keymaps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 6eb7687c4e6..a9e24f28e7b 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-macs.el --- functions implementing keyboard macros for Viper | 1 | ;;; viper-macs.el --- functions implementing keyboard macros for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index dd727cd5f84..be2739777eb 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-mous.el --- mouse support for Viper | 1 | ;;; viper-mous.el --- mouse support for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 78f54b3d63c..33061565196 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; viper-util.el --- Utilities used by viper.el | 1 | ;;; viper-util.el --- Utilities used by viper.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index bb3e4eb583d..19d3a7f018a 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Viper Is also a Package for Emacs Rebels. | 4 | ;; Viper Is also a Package for Emacs Rebels. |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 6 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 7 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 7 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 9 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 10 | ;; Keywords: emulations | 10 | ;; Keywords: emulations |
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index ee14d587e22..80fcfd333ed 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs | 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> | 6 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> |
| 7 | ;; Version: 0.7 | 7 | ;; Version: 0.7 |
diff --git a/lisp/env.el b/lisp/env.el index 90d576dc71d..4538e2dd715 100644 --- a/lisp/env.el +++ b/lisp/env.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; env.el --- functions to manipulate environment variables | 1 | ;;; env.el --- functions to manipulate environment variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: processes, unix | 7 | ;; Keywords: processes, unix |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index e1194c54112..b7d1d1bfe30 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -822,7 +822,7 @@ | |||
| 822 | 822 | ||
| 823 | See ChangeLog.06 for earlier changes. | 823 | See ChangeLog.06 for earlier changes. |
| 824 | 824 | ||
| 825 | Copyright (C) 2007 Free Software Foundation, Inc. | 825 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 826 | 826 | ||
| 827 | This file is part of GNU Emacs. | 827 | This file is part of GNU Emacs. |
| 828 | 828 | ||
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 0700567a81e..83837becf3d 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 | |||
| @@ -1035,7 +1035,7 @@ | |||
| 1035 | 1035 | ||
| 1036 | * erc-speak.el, erc.el: New file. | 1036 | * erc-speak.el, erc.el: New file. |
| 1037 | 1037 | ||
| 1038 | Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc. | 1038 | Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1039 | 1039 | ||
| 1040 | This file is part of GNU Emacs. | 1040 | This file is part of GNU Emacs. |
| 1041 | 1041 | ||
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index 5b5acdbe8f0..cf69fb77826 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -2596,7 +2596,7 @@ | |||
| 2596 | 2596 | ||
| 2597 | See ChangeLog.01 for earlier changes. | 2597 | See ChangeLog.01 for earlier changes. |
| 2598 | 2598 | ||
| 2599 | Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc. | 2599 | Copyright (C) 2002, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 2600 | 2600 | ||
| 2601 | This file is part of GNU Emacs. | 2601 | This file is part of GNU Emacs. |
| 2602 | 2602 | ||
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index e0367e52acc..96e566f7d0d 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -2140,7 +2140,7 @@ | |||
| 2140 | 2140 | ||
| 2141 | See ChangeLog.02 for earlier changes. | 2141 | See ChangeLog.02 for earlier changes. |
| 2142 | 2142 | ||
| 2143 | Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. | 2143 | Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 2144 | 2144 | ||
| 2145 | This file is part of GNU Emacs. | 2145 | This file is part of GNU Emacs. |
| 2146 | 2146 | ||
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04 index 63eb563255c..ba4488ae39e 100644 --- a/lisp/erc/ChangeLog.04 +++ b/lisp/erc/ChangeLog.04 | |||
| @@ -2069,7 +2069,7 @@ | |||
| 2069 | 2069 | ||
| 2070 | See ChangeLog.03 for earlier changes. | 2070 | See ChangeLog.03 for earlier changes. |
| 2071 | 2071 | ||
| 2072 | Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. | 2072 | Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 2073 | 2073 | ||
| 2074 | This file is part of GNU Emacs. | 2074 | This file is part of GNU Emacs. |
| 2075 | 2075 | ||
diff --git a/lisp/erc/ChangeLog.05 b/lisp/erc/ChangeLog.05 index 68224cde8ef..158d86b8885 100644 --- a/lisp/erc/ChangeLog.05 +++ b/lisp/erc/ChangeLog.05 | |||
| @@ -1217,7 +1217,7 @@ | |||
| 1217 | 1217 | ||
| 1218 | See ChangeLog.04 for earlier changes. | 1218 | See ChangeLog.04 for earlier changes. |
| 1219 | 1219 | ||
| 1220 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 1220 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1221 | 1221 | ||
| 1222 | This file is part of GNU Emacs. | 1222 | This file is part of GNU Emacs. |
| 1223 | 1223 | ||
diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06 index 08180f19b0f..c648f9ef30c 100644 --- a/lisp/erc/ChangeLog.06 +++ b/lisp/erc/ChangeLog.06 | |||
| @@ -1430,7 +1430,7 @@ | |||
| 1430 | 1430 | ||
| 1431 | See ChangeLog.05 for earlier changes. | 1431 | See ChangeLog.05 for earlier changes. |
| 1432 | 1432 | ||
| 1433 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 1433 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1434 | 1434 | ||
| 1435 | This file is part of GNU Emacs. | 1435 | This file is part of GNU Emacs. |
| 1436 | 1436 | ||
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el index 4c841387d7f..d777b4e4cb8 100644 --- a/lisp/erc/erc-autoaway.el +++ b/lisp/erc/erc-autoaway.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC | 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway |
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 5d94408ad4f..0fead116d8f 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-backend.el --- Backend network communication for ERC | 1 | ;;; erc-backend.el --- Backend network communication for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Filename: erc-backend.el | 5 | ;; Filename: erc-backend.el |
| 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 81c604d0538..a74d56b90bd 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; erc-button.el --- A way of buttonizing certain things in ERC buffers | 1 | ;; erc-button.el --- A way of buttonizing certain things in ERC buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 6 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: irc, button, url, regexp | 7 | ;; Keywords: irc, button, url, regexp |
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el index 27410296491..4876dec41e2 100644 --- a/lisp/erc/erc-capab.el +++ b/lisp/erc/erc-capab.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-capab.el --- support for dancer-ircd and hyperion's CAPAB | 1 | ;;; erc-capab.el --- support for dancer-ircd and hyperion's CAPAB |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 5 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 6 | ;; it under the terms of the GNU General Public License as published by | 6 | ;; it under the terms of the GNU General Public License as published by |
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index d6591415867..d99d8fca7da 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs | 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC |
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index ed69e4553f5..8158c0999d3 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC | 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006, 2007 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> | 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> |
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el index 58d886a06a9..ff0412903b2 100644 --- a/lisp/erc/erc-ezbounce.el +++ b/lisp/erc/erc-ezbounce.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands | 1 | ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el index 98180e98150..6ef5774fb87 100644 --- a/lisp/erc/erc-fill.el +++ b/lisp/erc/erc-fill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; erc-fill.el --- Filling IRC messages in various ways | 1 | ;;; erc-fill.el --- Filling IRC messages in various ways |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andreas Fuchs <asf@void.at> | 6 | ;; Author: Andreas Fuchs <asf@void.at> |
| 7 | ;; Mario Lang <mlang@delysid.org> | 7 | ;; Mario Lang <mlang@delysid.org> |
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index 9131ce68282..9612b001156 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; erc-goodies.el --- Collection of ERC modules | 1 | ;; erc-goodies.el --- Collection of ERC modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
diff --git a/lisp/erc/erc-hecomplete.el b/lisp/erc/erc-hecomplete.el index 6876637c7d7..75cc50a723c 100644 --- a/lisp/erc/erc-hecomplete.el +++ b/lisp/erc/erc-hecomplete.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-hecomplete.el --- Provides Nick name completion for ERC | 1 | ;;; erc-hecomplete.el --- Provides Nick name completion for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion |
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el index db933094e19..d8d8a80b875 100644 --- a/lisp/erc/erc-identd.el +++ b/lisp/erc/erc-identd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server | 1 | ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: comm, processes | 6 | ;; Keywords: comm, processes |
diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el index cd5923f2449..37ae5520344 100644 --- a/lisp/erc/erc-imenu.el +++ b/lisp/erc/erc-imenu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-imenu.el -- Imenu support for ERC | 1 | ;;; erc-imenu.el -- Imenu support for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index dcc7e7f7c9e..b9b85bff27e 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-join.el --- autojoin channels on connect and reconnects | 1 | ;;; erc-join.el --- autojoin channels on connect and reconnects |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Keywords: irc | 6 | ;; Keywords: irc |
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index b11721d227f..e3858eb1153 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-lang.el --- provide the LANG command to ERC | 1 | ;;; erc-lang.el --- provide the LANG command to ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index fe3e703f554..c48b5d9529a 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-log.el --- Logging facilities for ERC. | 1 | ;;; erc-log.el --- Logging facilities for ERC. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
| 6 | ;; Keywords: IRC, chat, client, Internet, logging | 6 | ;; Keywords: IRC, chat, client, Internet, logging |
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index 757ef66ea17..a98b1d92f4a 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; erc-match.el --- Highlight messages matching certain regexps | 1 | ;;; erc-match.el --- Highlight messages matching certain regexps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andreas Fuchs <asf@void.at> | 6 | ;; Author: Andreas Fuchs <asf@void.at> |
| 7 | ;; Keywords: comm, faces | 7 | ;; Keywords: comm, faces |
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el index dd2d9c2a666..c47f7543165 100644 --- a/lisp/erc/erc-menu.el +++ b/lisp/erc/erc-menu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; erc-menu.el -- Menu-bar definitions for ERC | 1 | ;; erc-menu.el -- Menu-bar definitions for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2001, 2002, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 6 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm, processes, menu | 7 | ;; Keywords: comm, processes, menu |
diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el index b20b7ad738b..5bcb4327c18 100644 --- a/lisp/erc/erc-netsplit.el +++ b/lisp/erc/erc-netsplit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits | 1 | ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el index 28f6f0d7722..48efd41791f 100644 --- a/lisp/erc/erc-networks.el +++ b/lisp/erc/erc-networks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-networks.el --- IRC networks | 1 | ;;; erc-networks.el --- IRC networks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> | 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el index 34556a00d6c..7f777309f66 100644 --- a/lisp/erc/erc-notify.el +++ b/lisp/erc/erc-notify.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-notify.el --- Online status change notification | 1 | ;;; erc-notify.el --- Online status change notification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> | 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el index 535c871956a..90a2009106f 100644 --- a/lisp/erc/erc-page.el +++ b/lisp/erc/erc-page.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; erc-page.el - CTCP PAGE support for ERC | 1 | ;; erc-page.el - CTCP PAGE support for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation | 3 | ;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index a5a1bbaaf9e..9fdbd366310 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-pcomplete.el --- Provides programmable completion for ERC | 1 | ;;; erc-pcomplete.el --- Provides programmable completion for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sacha Chua <sacha@free.net.ph> | 5 | ;; Author: Sacha Chua <sacha@free.net.ph> |
| 6 | ;; Keywords: comm, convenience | 6 | ;; Keywords: comm, convenience |
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index 8bc5fe3ba8d..d6713c6a442 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; erc-replace.el -- wash and massage messages inserted into the buffer | 1 | ;; erc-replace.el -- wash and massage messages inserted into the buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: Mario Lang (mlang@delysid.org) | 6 | ;; Maintainer: Mario Lang (mlang@delysid.org) |
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el index ae526c193c3..00f1fca73d3 100644 --- a/lisp/erc/erc-ring.el +++ b/lisp/erc/erc-ring.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; erc-ring.el -- Command history handling for erc using ring.el | 1 | ;; erc-ring.el -- Command history handling for erc using ring.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Keywords: comm | 7 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 099166bbc3f..ac57de9cd15 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-services.el --- Identify to NickServ | 1 | ;;; erc-services.el --- Identify to NickServ |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el index 7a1a28198bf..1ee8fbf8d5a 100644 --- a/lisp/erc/erc-sound.el +++ b/lisp/erc/erc-sound.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-sound.el --- CTCP SOUND support for ERC | 1 | ;;; erc-sound.el --- CTCP SOUND support for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index b11296cccca..cc8a085466d 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; erc-speedbar.el --- Speedbar support for ERC | 1 | ;;; erc-speedbar.el --- Speedbar support for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 6 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Contributor: Eric M. Ludlam <eric@siege-engine.com> | 7 | ;; Contributor: Eric M. Ludlam <eric@siege-engine.com> |
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el index 3445be363ba..55cb213e1bc 100644 --- a/lisp/erc/erc-spelling.el +++ b/lisp/erc/erc-spelling.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-spelling.el --- use flyspell in ERC | 1 | ;;; erc-spelling.el --- use flyspell in ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; Keywords: irc | 6 | ;; Keywords: irc |
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index ae9bb51832a..d3a05ee65b8 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-stamp.el --- Timestamping for ERC messages | 1 | ;;; erc-stamp.el --- Timestamping for ERC messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Keywords: comm, processes, timestamp | 6 | ;; Keywords: comm, processes, timestamp |
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index 15de2094214..76a692219ca 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; erc-track.el --- Track modified channel buffers | 1 | ;;; erc-track.el --- Track modified channel buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 6 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm, faces | 7 | ;; Keywords: comm, faces |
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el index 599e49e706a..ab712b7d6a4 100644 --- a/lisp/erc/erc-truncate.el +++ b/lisp/erc/erc-truncate.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-truncate.el --- Functions for truncating ERC buffers | 1 | ;;; erc-truncate.el --- Functions for truncating ERC buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Keywords: IRC, chat, client, Internet, logging | 6 | ;; Keywords: IRC, chat, client, Internet, logging |
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el index 0aed1122b0e..ed1d0c948b6 100644 --- a/lisp/erc/erc-xdcc.el +++ b/lisp/erc/erc-xdcc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-xdcc.el --- XDCC file-server support for ERC | 1 | ;;; erc-xdcc.el --- XDCC file-server support for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Keywords: comm, processes | 6 | ;; Keywords: comm, processes |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index cc9eb7a8f04..c197f618442 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; erc.el --- An Emacs Internet Relay Chat client | 1 | ;; erc.el --- An Emacs Internet Relay Chat client |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alexander L. Belikoff (alexander@belikoff.net) | 6 | ;; Author: Alexander L. Belikoff (alexander@belikoff.net) |
| 7 | ;; Contributors: Sergey Berezin (sergey.berezin@cs.cmu.edu), | 7 | ;; Contributors: Sergey Berezin (sergey.berezin@cs.cmu.edu), |
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index dd61dac0594..4f87d912661 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-alias.el --- creation and management of command aliases | 1 | ;;; em-alias.el --- creation and management of command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index b9642f41df6..cf2569f03fc 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-banner.el --- sample module that displays a login banner | 1 | ;;; em-banner.el --- sample module that displays a login banner |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 57f9a094141..be78113d539 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-basic.el --- basic shell builtin commands | 1 | ;;; em-basic.el --- basic shell builtin commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index b5f666a6bf6..cf1558a2cee 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-cmpl.el --- completion using the TAB key | 1 | ;;; em-cmpl.el --- completion using the TAB key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 8a1e81621bc..52a77d8a112 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-dirs.el --- directory navigation commands | 1 | ;;; em-dirs.el --- directory navigation commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index b08ddd77e19..0676efa381c 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-glob.el --- extended file name globbing | 1 | ;;; em-glob.el --- extended file name globbing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index 2dd2b31d34a..6c8d6944eb9 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-hist.el --- history list management | 1 | ;;; em-hist.el --- history list management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 01a6bb87a1f..cd057141ede 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-ls.el --- implementation of ls in Lisp | 1 | ;;; em-ls.el --- implementation of ls in Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 628b8b61143..40a71089d96 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) | 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index 57a1da74177..dfcedce4ddf 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-prompt.el --- command prompts | 1 | ;;; em-prompt.el --- command prompts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index b550016fbe1..17f04fa7ee0 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-rebind.el --- rebind keys when point is at current input | 1 | ;;; em-rebind.el --- rebind keys when point is at current input |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index 0a83881c03f..f6c89b11f20 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-script.el --- Eshell script files | 1 | ;;; em-script.el --- Eshell script files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index ffb1b4a4d92..a9f2cb70ef2 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-smart.el --- smart display of output | 1 | ;;; em-smart.el --- smart display of output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 6ee698148da..820fe720a54 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-term.el --- running visual commands | 1 | ;;; em-term.el --- running visual commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index e970c87f501..98ab02b7c68 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-unix.el --- UNIX command aliases | 1 | ;;; em-unix.el --- UNIX command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index f0a92eb0c60..27970349bf5 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; em-xtra.el --- extra alias functions | 1 | ;;; em-xtra.el --- extra alias functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 7db152d3604..e802948ef48 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-arg.el --- argument processing | 1 | ;;; esh-arg.el --- argument processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 247d6c74604..c8fe7f1ced4 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-cmd.el --- command invocation | 1 | ;;; esh-cmd.el --- command invocation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index b3fc5c30bbe..f3f2b5af12f 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-ext.el --- commands external to Eshell | 1 | ;;; esh-ext.el --- commands external to Eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 15a4af86346..5cf2afcdb97 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-io.el --- I/O management | 1 | ;;; esh-io.el --- I/O management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index 3398014ff55..cbe3c5de7f5 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*- | 1 | ;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 180515b7b79..9620d30bcd5 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-mode.el --- user interface | 1 | ;;; esh-mode.el --- user interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index cf9c2595a87..ae219df0022 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-module.el --- Eshell modules | 1 | ;;; esh-module.el --- Eshell modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Keywords: processes | 7 | ;; Keywords: processes |
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 953284e5392..8f259bdc026 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-opt.el --- command options processing | 1 | ;;; esh-opt.el --- command options processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index c679ea7440a..a838da3900b 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-proc.el --- process management | 1 | ;;; esh-proc.el --- process management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index a8e029b629c..802471a79b1 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-test.el --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 50243e76032..ff74c39cd94 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-util.el --- general utilities | 1 | ;;; esh-util.el --- general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index dbc8802a9c5..8f5bffb4664 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; esh-var.el --- handling of variables | 1 | ;;; esh-var.el --- handling of variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 58bc72a3ea9..e052e23086b 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eshell.el --- the Emacs command shell | 1 | ;;; eshell.el --- the Emacs command shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Version: 2.4.2 | 7 | ;; Version: 2.4.2 |
diff --git a/lisp/expand.el b/lisp/expand.el index 1ab71111f68..80104c3482f 100644 --- a/lisp/expand.el +++ b/lisp/expand.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; expand.el --- make abbreviations more usable | 1 | ;;; expand.el --- make abbreviations more usable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | 6 | ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> |
| 7 | ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | 7 | ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> |
diff --git a/lisp/ezimage.el b/lisp/ezimage.el index 53b92c5172f..e3982e58f97 100644 --- a/lisp/ezimage.el +++ b/lisp/ezimage.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ezimage --- Generalized Image management | 1 | ;;; ezimage --- Generalized Image management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 7 | ;; Keywords: file, tags, tools |
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 61a6f52f55b..5e95bfd26e7 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; facemenu.el --- create a face menu for interactively adding fonts to text | 1 | ;;; facemenu.el --- create a face menu for interactively adding fonts to text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: faces | 7 | ;; Keywords: faces |
diff --git a/lisp/faces.el b/lisp/faces.el index 18398b5e86f..0921b7e4fa7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; faces.el --- Lisp faces | 1 | ;;; faces.el --- Lisp faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/ffap.el b/lisp/ffap.el index d045e5aa7f9..52fb372b8cd 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ffap.el --- find file (or url) at point | 1 | ;;; ffap.el --- find file (or url) at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> | 6 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| @@ -1262,7 +1262,11 @@ which may actually result in an url rather than a filename." | |||
| 1262 | )) | 1262 | )) |
| 1263 | (setq dir (file-name-directory guess)))) | 1263 | (setq dir (file-name-directory guess)))) |
| 1264 | (let ((minibuffer-completing-file-name t) | 1264 | (let ((minibuffer-completing-file-name t) |
| 1265 | (completion-ignore-case read-file-name-completion-ignore-case)) | 1265 | (completion-ignore-case read-file-name-completion-ignore-case) |
| 1266 | ;; because of `rfn-eshadow-update-overlay'. | ||
| 1267 | (file-name-handler-alist | ||
| 1268 | (cons (cons ffap-url-regexp 'url-file-handler) | ||
| 1269 | file-name-handler-alist))) | ||
| 1266 | (setq guess | 1270 | (setq guess |
| 1267 | (completing-read | 1271 | (completing-read |
| 1268 | prompt | 1272 | prompt |
diff --git a/lisp/filecache.el b/lisp/filecache.el index 5138c947b7d..821afd6a607 100644 --- a/lisp/filecache.el +++ b/lisp/filecache.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 6 | ;; | 6 | ;; |
| 7 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, | 7 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, |
| 8 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/files.el b/lisp/files.el index 75dfb089c51..bc74ecf4667 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, |
| 4 | ;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | ;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | ;; 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | 8 | ||
diff --git a/lisp/filesets.el b/lisp/filesets.el index d7a7dc9efa0..7aacdd3313d 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; filesets.el --- handle group of files | 1 | ;;; filesets.el --- handle group of files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thomas Link <t.link@gmx.at> | 5 | ;; Author: Thomas Link <t.link@gmx.at> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 8a8304c6763..e49e1f304be 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; find-dired.el --- run a `find' command and dired the output | 1 | ;;; find-dired.el --- run a `find' command and dired the output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org>, | 6 | ;; Author: Roland McGrath <roland@gnu.org>, |
| 7 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> | 7 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
diff --git a/lisp/find-file.el b/lisp/find-file.el index accf918aada..5bc28c061ff 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Keywords: c, matching, tools | 5 | ;; Keywords: c, matching, tools |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, | 7 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, |
| 8 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el index 4c8d8bea215..771dbdc3eb9 100644 --- a/lisp/find-lisp.el +++ b/lisp/find-lisp.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Keywords: unix | 5 | ;; Keywords: unix |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 7 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 8 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/finder.el b/lisp/finder.el index d1438dbf17e..c0231c84455 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; finder.el --- topic & keyword-based code finder | 1 | ;;; finder.el --- topic & keyword-based code finder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Created: 16 Jun 1992 | 7 | ;; Created: 16 Jun 1992 |
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index af70c78cf26..e79ac51f5da 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control | 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author Kevin Gallagher | 6 | ;; Author Kevin Gallagher |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/foldout.el b/lisp/foldout.el index 2f73b2ccf15..be025916a91 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode | 1 | ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> | 6 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/follow.el b/lisp/follow.el index 328d73ae6a6..1096239e820 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; follow.el --- synchronize windows showing the same buffer | 1 | ;;; follow.el --- synchronize windows showing the same buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren <andersl@andersl.com> |
| 7 | ;; Maintainer: FSF (Anders' email bounces, Sep 2005) | 7 | ;; Maintainer: FSF (Anders' email bounces, Sep 2005) |
diff --git a/lisp/font-core.el b/lisp/font-core.el index b97550d2693..8609e002bda 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; font-core.el --- Core interface to font-lock | 1 | ;;; font-core.el --- Core interface to font-lock |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: languages, faces | 7 | ;; Keywords: languages, faces |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 96306be2215..cc40653ce0c 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; font-lock.el --- Electric font lock mode | 1 | ;;; font-lock.el --- Electric font lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: jwz, then rms, then sm | 6 | ;; Author: jwz, then rms, then sm |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/format-spec.el b/lisp/format-spec.el index 951f9aecb81..fe3f821e598 100644 --- a/lisp/format-spec.el +++ b/lisp/format-spec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings | 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: tools | 7 | ;; Keywords: tools |
diff --git a/lisp/format.el b/lisp/format.el index 6e0abd7724e..f80b5775b20 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; format.el --- read and save files in multiple formats | 1 | ;;; format.el --- read and save files in multiple formats |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el index e6b6fd2e376..21d8e251c8a 100644 --- a/lisp/forms-d2.el +++ b/lisp/forms-d2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*- | 1 | ;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Johan Vromans <jvromans@squirrel.nl> | 6 | ;; Author: Johan Vromans <jvromans@squirrel.nl> |
| 7 | ;; Created: 1989 | 7 | ;; Created: 1989 |
diff --git a/lisp/forms.el b/lisp/forms.el index e06599a3073..1095785c867 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; forms.el --- Forms mode: edit a file as a form to fill in | 1 | ;;; forms.el --- Forms mode: edit a file as a form to fill in |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Johan Vromans <jvromans@squirrel.nl> | 6 | ;; Author: Johan Vromans <jvromans@squirrel.nl> |
| 7 | 7 | ||
diff --git a/lisp/frame.el b/lisp/frame.el index 431aa343555..64e504d1c07 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; frame.el --- multi-frame management independent of window systems | 1 | ;;; frame.el --- multi-frame management independent of window systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/fringe.el b/lisp/fringe.el index 7ea3e8a2b5d..e2eb5d2d98b 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fringe.el --- fringe setup and control | 1 | ;;; fringe.el --- fringe setup and control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index f9f3b923f26..3310c38adeb 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; generic-x.el --- A collection of generic modes | 1 | ;;; generic-x.el --- A collection of generic modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 7 | ;; Created: Tue Oct 08 1996 | 7 | ;; Created: Tue Oct 08 1996 |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index fee37162942..728ea9a424a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -11817,7 +11817,7 @@ | |||
| 11817 | 11817 | ||
| 11818 | See ChangeLog.2 for earlier changes. | 11818 | See ChangeLog.2 for earlier changes. |
| 11819 | 11819 | ||
| 11820 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 11820 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 11821 | 11821 | ||
| 11822 | This file is part of GNU Emacs. | 11822 | This file is part of GNU Emacs. |
| 11823 | 11823 | ||
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index e0c6642ef44..ff98b007cf3 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -3727,7 +3727,7 @@ | |||
| 3727 | 3727 | ||
| 3728 | 3728 | ||
| 3729 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3729 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3730 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3730 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3731 | 3731 | ||
| 3732 | This file is part of GNU Emacs. | 3732 | This file is part of GNU Emacs. |
| 3733 | 3733 | ||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 31fae1ef5aa..a5821b31a2f 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -18852,7 +18852,7 @@ | |||
| 18852 | 18852 | ||
| 18853 | See ChangeLog.1 for earlier changes. | 18853 | See ChangeLog.1 for earlier changes. |
| 18854 | 18854 | ||
| 18855 | Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007 | 18855 | Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 |
| 18856 | Free Software Foundation, Inc. | 18856 | Free Software Foundation, Inc. |
| 18857 | 18857 | ||
| 18858 | This file is part of GNU Emacs. | 18858 | This file is part of GNU Emacs. |
diff --git a/lisp/gnus/canlock.el b/lisp/gnus/canlock.el index 145a2e518d2..e42f8c67710 100644 --- a/lisp/gnus/canlock.el +++ b/lisp/gnus/canlock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; canlock.el --- functions for Cancel-Lock feature | 1 | ;;; canlock.el --- functions for Cancel-Lock feature |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> | 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> |
| 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 | 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 |
diff --git a/lisp/gnus/compface.el b/lisp/gnus/compface.el index 344fdf81099..2f81ab0238e 100644 --- a/lisp/gnus/compface.el +++ b/lisp/gnus/compface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compface.el --- functions for converting X-Face headers | 1 | ;;; compface.el --- functions for converting X-Face headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index 4019db2390e..03c2bcf1fbf 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles | 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> | 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> |
diff --git a/lisp/gnus/earcon.el b/lisp/gnus/earcon.el index 2ccf4fb34e1..39b17893a2d 100644 --- a/lisp/gnus/earcon.el +++ b/lisp/gnus/earcon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; earcon.el --- Sound effects for messages | 1 | ;;; earcon.el --- Sound effects for messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | 7 | ||
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index a13cd23156d..ea1017a7cbe 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text | 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index 1d9f30c273c..d0e2c08bc7e 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML | 1 | ;;; gmm-utils.el --- Utility functions for Gnus, Message and MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Reiner Steib <reiner.steib@gmx.de> | 5 | ;; Author: Reiner Steib <reiner.steib@gmx.de> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 22ffd585973..d6b4c110629 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-agent.el --- unplugged support for Gnus | 1 | ;;; gnus-agent.el --- unplugged support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 8459558b45c..fda62bc79aa 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-art.el --- article mode commands for Gnus | 1 | ;;; gnus-art.el --- article mode commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index 65189573da3..329a7ac7bda 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-async.el --- asynchronous support for Gnus | 1 | ;;; gnus-async.el --- asynchronous support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-audio.el b/lisp/gnus/gnus-audio.el index c4b3fdf7d60..95c7d8d3916 100644 --- a/lisp/gnus/gnus-audio.el +++ b/lisp/gnus/gnus-audio.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-audio.el --- Sound effects for Gnus | 1 | ;;; gnus-audio.el --- Sound effects for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | ;; Keywords: news, mail, multimedia | 7 | ;; Keywords: news, mail, multimedia |
diff --git a/lisp/gnus/gnus-bcklg.el b/lisp/gnus/gnus-bcklg.el index 99a00eed778..2b39cbef269 100644 --- a/lisp/gnus/gnus-bcklg.el +++ b/lisp/gnus/gnus-bcklg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus | 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index 72c88600a5e..802d6851698 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cache.el --- cache interface for Gnus | 1 | ;;; gnus-cache.el --- cache interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index 908a75513e4..64c0864db78 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus | 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abhiddenware | 6 | ;; Author: Per Abhiddenware |
| 7 | 7 | ||
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 845a467c574..06515eb374a 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cus.el --- customization commands for Gnus | 1 | ;;; gnus-cus.el --- customization commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index ea38ba0456d..36ad4a67d87 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-delay.el --- Delayed posting of articles | 1 | ;;; gnus-delay.el --- Delayed posting of articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6 | ;; Keywords: mail, news, extensions | 6 | ;; Keywords: mail, news, extensions |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 421d4a07ee7..c4b764ff557 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour | 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index 655d652ba27..15742440bef 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end | 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus back end |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
| 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index 97e61a013c8..40be3c94f1d 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet | 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, | 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, |
| 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> | 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index 6873c3dcb1e..e9783a89292 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-draft.el --- draft message support for Gnus | 1 | ;;; gnus-draft.el --- draft message support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-dup.el b/lisp/gnus/gnus-dup.el index fa08b443a90..73b183f97ce 100644 --- a/lisp/gnus/gnus-dup.el +++ b/lisp/gnus/gnus-dup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus | 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-eform.el b/lisp/gnus/gnus-eform.el index 220f9c3ce5c..ae89d4e740c 100644 --- a/lisp/gnus/gnus-eform.el +++ b/lisp/gnus/gnus-eform.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus | 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index a49d46a94d6..337fc38b281 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen | 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index e9c6d9fd816..72627f27e3e 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus | 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index 5c48f70a6ad..12465663c25 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-int.el --- backend interface functions for Gnus | 1 | ;;; gnus-int.el --- backend interface functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el index 2d64a76b6c6..5c52806e2ca 100644 --- a/lisp/gnus/gnus-kill.el +++ b/lisp/gnus/gnus-kill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-kill.el --- kill commands for Gnus | 1 | ;;; gnus-kill.el --- kill commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-logic.el b/lisp/gnus/gnus-logic.el index b944dbe3582..78ced8e4f84 100644 --- a/lisp/gnus/gnus-logic.el +++ b/lisp/gnus/gnus-logic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus | 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index 48a85071e67..1ecb12545cc 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-mh.el --- mh-e interface for Gnus | 1 | ;;; gnus-mh.el --- mh-e interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-ml.el b/lisp/gnus/gnus-ml.el index 7f8eb2b2888..7158d667273 100644 --- a/lisp/gnus/gnus-ml.el +++ b/lisp/gnus/gnus-ml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus | 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Julien Gilles <jgilles@free.fr> | 6 | ;; Author: Julien Gilles <jgilles@free.fr> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index 1a3467d42f0..a9198526746 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism | 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-move.el b/lisp/gnus/gnus-move.el index cf5cde692ff..cc23c06d136 100644 --- a/lisp/gnus/gnus-move.el +++ b/lisp/gnus/gnus-move.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another | 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 735b9ed629b..26021e97d35 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-msg.el --- mail and post interface for Gnus | 1 | ;;; gnus-msg.el --- mail and post interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-nocem.el b/lisp/gnus/gnus-nocem.el index f3437c64bee..5ce8e0f52b9 100644 --- a/lisp/gnus/gnus-nocem.el +++ b/lisp/gnus/gnus-nocem.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment | 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-picon.el b/lisp/gnus/gnus-picon.el index e9643399719..feb07d10e95 100644 --- a/lisp/gnus/gnus-picon.el +++ b/lisp/gnus/gnus-picon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus | 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news xpm annotation glyph faces | 7 | ;; Keywords: news xpm annotation glyph faces |
diff --git a/lisp/gnus/gnus-range.el b/lisp/gnus/gnus-range.el index d95269372f5..9d5790b4298 100644 --- a/lisp/gnus/gnus-range.el +++ b/lisp/gnus/gnus-range.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-range.el --- range and sequence functions for Gnus | 1 | ;;; gnus-range.el --- range and sequence functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index bbc69ea343a..b879c90e91f 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-registry.el --- article registry for Gnus | 1 | ;;; gnus-registry.el --- article registry for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index 6ecb7b4f3a6..4e3bc91a929 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus | 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index f910bfb3ec3..270eb4b9da1 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-score.el --- scoring code for Gnus | 1 | ;;; gnus-score.el --- scoring code for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-setup.el b/lisp/gnus/gnus-setup.el index fe261e119ee..cc2d1ebc02d 100644 --- a/lisp/gnus/gnus-setup.el +++ b/lisp/gnus/gnus-setup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 | 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-sieve.el b/lisp/gnus/gnus-sieve.el index ee4463c588d..a6023c83f9d 100644 --- a/lisp/gnus/gnus-sieve.el +++ b/lisp/gnus/gnus-sieve.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus | 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, | 5 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, |
| 6 | ;; Simon Josefsson <simon@josefsson.org> | 6 | ;; Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/gnus-soup.el b/lisp/gnus/gnus-soup.el index f2aa34b1aa1..f34e001e231 100644 --- a/lisp/gnus/gnus-soup.el +++ b/lisp/gnus/gnus-soup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus | 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el index 5b8bf92ffdb..c35425bcf47 100644 --- a/lisp/gnus/gnus-spec.el +++ b/lisp/gnus/gnus-spec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-spec.el --- format spec functions for Gnus | 1 | ;;; gnus-spec.el --- format spec functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index 77e06ee04f8..2173ee29ec1 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-srvr.el --- virtual server support for Gnus | 1 | ;;; gnus-srvr.el --- virtual server support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 75f9dda7c2b..d65403c0e61 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-start.el --- startup functions for Gnus | 1 | ;;; gnus-start.el --- startup functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 1f680c63218..beccca289bc 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-sum.el --- summary mode commands for Gnus | 1 | ;;; gnus-sum.el --- summary mode commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index a05520ea1fd..a400474d84d 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers | 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ilja Weis <kult@uni-paderborn.de> | 6 | ;; Author: Ilja Weis <kult@uni-paderborn.de> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index 855b527b883..ac64eee01af 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus | 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 56aacf0d5a6..d5455760be1 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-util.el --- utility functions for Gnus | 1 | ;;; gnus-util.el --- utility functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 82a423ba3eb..cdf5e4dbff7 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus | 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Created: 2 Oct 1993 | 7 | ;; Created: 2 Oct 1993 |
diff --git a/lisp/gnus/gnus-vm.el b/lisp/gnus/gnus-vm.el index eaf07cf262b..8624db41169 100644 --- a/lisp/gnus/gnus-vm.el +++ b/lisp/gnus/gnus-vm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-vm.el --- vm interface for Gnus | 1 | ;;; gnus-vm.el --- vm interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> | 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 60cc5247d05..13a37e515ec 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-win.el --- window configuration functions for Gnus | 1 | ;;; gnus-win.el --- window configuration functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 36066e82166..2c6b8f324e1 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus.el --- a newsreader for GNU Emacs | 1 | ;;; gnus.el --- a newsreader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el index 6de2904adb4..cb4d7dde5bb 100644 --- a/lisp/gnus/html2text.el +++ b/lisp/gnus/html2text.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; html2text.el --- a simple html to plain text converter | 1 | ;;; html2text.el --- a simple html to plain text converter |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> | 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> |
| 6 | 6 | ||
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 81d66aa3093..28193b89e9b 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers | 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/legacy-gnus-agent.el b/lisp/gnus/legacy-gnus-agent.el index d0b4d10d680..238abe9a2af 100644 --- a/lisp/gnus/legacy-gnus-agent.el +++ b/lisp/gnus/legacy-gnus-agent.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-agent.el --- Legacy unplugged support for Gnus | 1 | ;;; gnus-agent.el --- Legacy unplugged support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Greiner <kgreiner@xpediantsolutions.com> | 5 | ;; Author: Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/mail-parse.el b/lisp/gnus/mail-parse.el index 9868370ce6d..576e0c280b6 100644 --- a/lisp/gnus/mail-parse.el +++ b/lisp/gnus/mail-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-parse.el --- Interface functions for parsing mail | 1 | ;;; mail-parse.el --- Interface functions for parsing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-prsvr.el b/lisp/gnus/mail-prsvr.el index e70c0a9064a..b6fdd828e1b 100644 --- a/lisp/gnus/mail-prsvr.el +++ b/lisp/gnus/mail-prsvr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail | 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index a3721430819..9f9f9733110 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-source.el --- functions for fetching mail | 1 | ;;; mail-source.el --- functions for fetching mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index 063b2ec2f44..866e57fef3e 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mailcap.el --- MIME media types configuration | 1 | ;;; mailcap.el --- MIME media types configuration |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William M. Perry <wmperry@aventail.com> | 6 | ;; Author: William M. Perry <wmperry@aventail.com> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 69cb173e9a7..731d9924286 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; message.el --- composing mail and news messages | 1 | ;;; message.el --- composing mail and news messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el index 2a1b7637b3a..2f6036301fd 100644 --- a/lisp/gnus/messcompat.el +++ b/lisp/gnus/messcompat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; messcompat.el --- making message mode compatible with mail mode | 1 | ;;; messcompat.el --- making message mode compatible with mail mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/gnus/mm-bodies.el b/lisp/gnus/mm-bodies.el index e7743d12d30..90d4acbdcd7 100644 --- a/lisp/gnus/mm-bodies.el +++ b/lisp/gnus/mm-bodies.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-bodies.el --- Functions for decoding MIME things | 1 | ;;; mm-bodies.el --- Functions for decoding MIME things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 14eb7f3ae95..8e88ffca6bb 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-decode.el --- Functions for decoding MIME things | 1 | ;;; mm-decode.el --- Functions for decoding MIME things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index 8c2dc04ffff..d22c59c5018 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-encode.el --- Functions for encoding MIME things | 1 | ;;; mm-encode.el --- Functions for encoding MIME things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-extern.el b/lisp/gnus/mm-extern.el index 784ea8c9297..d63ffb890a4 100644 --- a/lisp/gnus/mm-extern.el +++ b/lisp/gnus/mm-extern.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-extern.el --- showing message/external-body | 1 | ;;; mm-extern.el --- showing message/external-body |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: message external-body | 7 | ;; Keywords: message external-body |
diff --git a/lisp/gnus/mm-partial.el b/lisp/gnus/mm-partial.el index f59ca10d783..0a8a133a379 100644 --- a/lisp/gnus/mm-partial.el +++ b/lisp/gnus/mm-partial.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-partial.el --- showing message/partial | 1 | ;;; mm-partial.el --- showing message/partial |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: message partial | 7 | ;; Keywords: message partial |
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el index a143089750c..f1b4d431c32 100644 --- a/lisp/gnus/mm-url.el +++ b/lisp/gnus/mm-url.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus | 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | 6 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 8a2e34498cb..ede0d04d669 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-util.el --- Utility functions for Mule and low level things | 1 | ;;; mm-util.el --- Utility functions for Mule and low level things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 610f53002c6..904e69bff35 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-uu.el --- Return uu stuff as mm handles | 1 | ;;; mm-uu.el --- Return uu stuff as mm handles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp | 7 | ;; Keywords: postscript uudecode binhex shar forward gnatsweb pgp |
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index 04e72dffa27..5abeea16812 100644 --- a/lisp/gnus/mm-view.el +++ b/lisp/gnus/mm-view.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-view.el --- functions for viewing MIME objects | 1 | ;;; mm-view.el --- functions for viewing MIME objects |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index c349631f915..0906b8e1666 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml-sec.el --- A package with security functions for MML documents | 1 | ;;; mml-sec.el --- A package with security functions for MML documents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | 7 | ||
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el index cbd70cb2adb..340370b9458 100644 --- a/lisp/gnus/mml-smime.el +++ b/lisp/gnus/mml-smime.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml-smime.el --- S/MIME support for MML | 1 | ;;; mml-smime.el --- S/MIME support for MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: Gnus, MIME, S/MIME, MML | 7 | ;; Keywords: Gnus, MIME, S/MIME, MML |
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 1c66353f454..04f8ef4e462 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml.el --- A package for parsing and validating MML documents | 1 | ;;; mml.el --- A package for parsing and validating MML documents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 44efe6da668..5224f7e1804 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML | 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sascha Ldecke <sascha@meta-x.de>, | 6 | ;; Author: Sascha Ldecke <sascha@meta-x.de>, |
| 7 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) | 7 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) |
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index 95d119282ae..1b1ba0d855b 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) | 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: PGP MIME MML | 7 | ;; Keywords: PGP MIME MML |
diff --git a/lisp/gnus/nnagent.el b/lisp/gnus/nnagent.el index 0c1dbc6817e..b0c14fa35e2 100644 --- a/lisp/gnus/nnagent.el +++ b/lisp/gnus/nnagent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnagent.el --- offline backend for Gnus | 1 | ;;; nnagent.el --- offline backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnbabyl.el b/lisp/gnus/nnbabyl.el index 38d4a7227c2..06943de1e8e 100644 --- a/lisp/gnus/nnbabyl.el +++ b/lisp/gnus/nnbabyl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus | 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndb.el b/lisp/gnus/nndb.el index 9e1bd3623dc..655c3b96ee1 100644 --- a/lisp/gnus/nndb.el +++ b/lisp/gnus/nndb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndb.el --- nndb access for Gnus | 1 | ;;; nndb.el --- nndb access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> | 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> |
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 3767828a766..4cc0a98f02a 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndiary.el --- A diary back end for Gnus | 1 | ;;; nndiary.el --- A diary back end for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
| 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/nndir.el b/lisp/gnus/nndir.el index e21736e2ef4..85aff9c8b80 100644 --- a/lisp/gnus/nndir.el +++ b/lisp/gnus/nndir.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndir.el --- single directory newsgroup access for Gnus | 1 | ;;; nndir.el --- single directory newsgroup access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index 1de9a2083b0..f9455edfd5a 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndoc.el --- single file access for Gnus | 1 | ;;; nndoc.el --- single file access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index 7fc0993a520..dc232ee4f9d 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndraft.el --- draft article access for Gnus | 1 | ;;; nndraft.el --- draft article access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nneething.el b/lisp/gnus/nneething.el index 143ddcfdf62..ac52cfdb413 100644 --- a/lisp/gnus/nneething.el +++ b/lisp/gnus/nneething.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nneething.el --- arbitrary file access for Gnus | 1 | ;;; nneething.el --- arbitrary file access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnfolder.el b/lisp/gnus/nnfolder.el index 8dc28a3eaf6..f1c52586443 100644 --- a/lisp/gnus/nnfolder.el +++ b/lisp/gnus/nnfolder.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnfolder.el --- mail folder access for Gnus | 1 | ;;; nnfolder.el --- mail folder access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) |
| 7 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) | 7 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) |
diff --git a/lisp/gnus/nngateway.el b/lisp/gnus/nngateway.el index b9c911e00ed..ede53807588 100644 --- a/lisp/gnus/nngateway.el +++ b/lisp/gnus/nngateway.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nngateway.el --- posting news via mail gateways | 1 | ;;; nngateway.el --- posting news via mail gateways |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 79783f535c3..b448d40f104 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, |
| 4 | ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, | 4 | ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 5 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 9b0fab70469..e1b12650a64 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnimap.el --- imap backend for Gnus | 1 | ;;; nnimap.el --- imap backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Jim Radford <radford@robby.caltech.edu> | 7 | ;; Jim Radford <radford@robby.caltech.edu> |
diff --git a/lisp/gnus/nnkiboze.el b/lisp/gnus/nnkiboze.el index 06acca8c09d..aca386926e5 100644 --- a/lisp/gnus/nnkiboze.el +++ b/lisp/gnus/nnkiboze.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnkiboze.el --- select virtual news access for Gnus | 1 | ;;; nnkiboze.el --- select virtual news access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnlistserv.el b/lisp/gnus/nnlistserv.el index f2b62a4c42f..41941370ee8 100644 --- a/lisp/gnus/nnlistserv.el +++ b/lisp/gnus/nnlistserv.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives | 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 06e6db5f792..f0f90218aab 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends | 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmbox.el b/lisp/gnus/nnmbox.el index d7dddc96362..78af887de6d 100644 --- a/lisp/gnus/nnmbox.el +++ b/lisp/gnus/nnmbox.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmbox.el --- mail mbox access for Gnus | 1 | ;;; nnmbox.el --- mail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnmh.el b/lisp/gnus/nnmh.el index a7735edc513..11ad0dd706b 100644 --- a/lisp/gnus/nnmh.el +++ b/lisp/gnus/nnmh.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmh.el --- mhspool access for Gnus | 1 | ;;; nnmh.el --- mhspool access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index 8a5afbe5b60..55c33b1aab8 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnml.el --- mail spool access for Gnus | 1 | ;;; nnml.el --- mail spool access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Didier Verna <didier@xemacs.org> (adding compaction) | 6 | ;; Authors: Didier Verna <didier@xemacs.org> (adding compaction) |
| 7 | ;; Simon Josefsson <simon@josefsson.org> (adding MARKS) | 7 | ;; Simon Josefsson <simon@josefsson.org> (adding MARKS) |
diff --git a/lisp/gnus/nnoo.el b/lisp/gnus/nnoo.el index fc897eb1da2..56be96ff37b 100644 --- a/lisp/gnus/nnoo.el +++ b/lisp/gnus/nnoo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnoo.el --- OO Gnus Backends | 1 | ;;; nnoo.el --- OO Gnus Backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index 4a02690a3c5..70fec300fc4 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnrss.el --- interfacing with RSS | 1 | ;;; nnrss.el --- interfacing with RSS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: RSS | 7 | ;; Keywords: RSS |
diff --git a/lisp/gnus/nnslashdot.el b/lisp/gnus/nnslashdot.el index 04e998c76ba..e9a5cad3576 100644 --- a/lisp/gnus/nnslashdot.el +++ b/lisp/gnus/nnslashdot.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnslashdot.el --- interfacing with Slashdot | 1 | ;;; nnslashdot.el --- interfacing with Slashdot |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index 1053ecc413c..24825e16a8e 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnsoup.el --- SOUP access for Gnus | 1 | ;;; nnsoup.el --- SOUP access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnspool.el b/lisp/gnus/nnspool.el index 0861f5c85a3..d8f876d7af8 100644 --- a/lisp/gnus/nnspool.el +++ b/lisp/gnus/nnspool.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnspool.el --- spool access for GNU Emacs | 1 | ;;; nnspool.el --- spool access for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 356ffefddeb..9b32f7c95ec 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, |
| 5 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 8 | ;; Keywords: news | 8 | ;; Keywords: news |
diff --git a/lisp/gnus/nnultimate.el b/lisp/gnus/nnultimate.el index 273eefeac6c..ffa246c98a2 100644 --- a/lisp/gnus/nnultimate.el +++ b/lisp/gnus/nnultimate.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system | 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index 4905e7631b3..8e4faf2cd8d 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus | 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Moore <dmoore@ucsd.edu> | 6 | ;; Author: David Moore <dmoore@ucsd.edu> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnwarchive.el b/lisp/gnus/nnwarchive.el index 1d2c2c8589a..36dec52a8c2 100644 --- a/lisp/gnus/nnwarchive.el +++ b/lisp/gnus/nnwarchive.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnwarchive.el --- interfacing with web archives | 1 | ;;; nnwarchive.el --- interfacing with web archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: news egroups mail-archive | 7 | ;; Keywords: news egroups mail-archive |
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 4729e7216be..f472aeacb14 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnweb.el --- retrieving articles via web search engines | 1 | ;;; nnweb.el --- retrieving articles via web search engines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnwfm.el b/lisp/gnus/nnwfm.el index 94a1abdac5c..51e5833d695 100644 --- a/lisp/gnus/nnwfm.el +++ b/lisp/gnus/nnwfm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnwfm.el --- interfacing with a web forum | 1 | ;;; nnwfm.el --- interfacing with a web forum |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index a48e8bc6cfe..f78c8398e23 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface | 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> | 6 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index 8ae34f193a1..4aedaa08b11 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; qp.el --- Quoted-Printable functions | 1 | ;;; qp.el --- Quoted-Printable functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, extensions | 7 | ;; Keywords: mail, extensions |
diff --git a/lisp/gnus/rfc1843.el b/lisp/gnus/rfc1843.el index 4820184d21a..6c0c2a513a5 100644 --- a/lisp/gnus/rfc1843.el +++ b/lisp/gnus/rfc1843.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding | 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: news HZ HZ+ mail i18n | 7 | ;; Keywords: news HZ HZ+ mail i18n |
diff --git a/lisp/gnus/rfc2045.el b/lisp/gnus/rfc2045.el index 9b7bb82fdee..06cfe86fcf9 100644 --- a/lisp/gnus/rfc2045.el +++ b/lisp/gnus/rfc2045.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers | 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index 55d60ae3fb7..a4624523810 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages | 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/rfc2104.el b/lisp/gnus/rfc2104.el index 1c4fc9e2de0..5c208a8b112 100644 --- a/lisp/gnus/rfc2104.el +++ b/lisp/gnus/rfc2104.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes | 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index 6e9963c5321..93282c0c235 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers | 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/score-mode.el b/lisp/gnus/score-mode.el index c71ef32f22c..532399bb049 100644 --- a/lisp/gnus/score-mode.el +++ b/lisp/gnus/score-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; score-mode.el --- mode for editing Gnus score files | 1 | ;;; score-mode.el --- mode for editing Gnus score files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/sieve-manage.el b/lisp/gnus/sieve-manage.el index 5e021c26e82..0a7c8e96ddb 100644 --- a/lisp/gnus/sieve-manage.el +++ b/lisp/gnus/sieve-manage.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp | 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | 7 | ||
diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el index d12045627fb..8dd94aee4c1 100644 --- a/lisp/gnus/sieve-mode.el +++ b/lisp/gnus/sieve-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs | 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | 7 | ||
diff --git a/lisp/gnus/sieve.el b/lisp/gnus/sieve.el index 2d4dfba4ee6..c05e9d1a356 100644 --- a/lisp/gnus/sieve.el +++ b/lisp/gnus/sieve.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sieve.el --- Utilities to manage sieve scripts | 1 | ;;; sieve.el --- Utilities to manage sieve scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | 6 | ||
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index b0f194893b5..755af6e5b13 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smiley.el --- displaying smiley faces | 1 | ;;; smiley.el --- displaying smiley faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: news mail multimedia | 7 | ;; Keywords: news mail multimedia |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 34c5b410b66..e7eece05f24 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smime.el --- S/MIME support library | 1 | ;;; smime.el --- S/MIME support library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: SMIME X.509 PEM OpenSSL | 7 | ;; Keywords: SMIME X.509 PEM OpenSSL |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 51ad9b8649e..701682a613c 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam-report.el --- Reporting spam | 1 | ;;; spam-report.el --- Reporting spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: network, spam, mail, gmane, report | 6 | ;; Keywords: network, spam, mail, gmane, report |
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index bba1c2a70e8..bd6c6a25bc8 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam-stat.el --- detecting spam based on statistics | 1 | ;;; spam-stat.el --- detecting spam based on statistics |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index f2c18e71d0c..f51453e644f 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam.el --- Identifying spam | 1 | ;;; spam.el --- Identifying spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index 2cacdd28be7..bffd2682f1a 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; starttls.el --- STARTTLS functions | 1 | ;;; starttls.el --- STARTTLS functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Author: Simon Josefsson <simon@josefsson.org> | 7 | ;; Author: Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el index deba6d131e4..269da5f6cfb 100644 --- a/lisp/gnus/utf7.el +++ b/lisp/gnus/utf7.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- | 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jon K Hellan <hellan@acm.org> | 6 | ;; Author: Jon K Hellan <hellan@acm.org> |
| 7 | ;; Maintainer: bugs@gnus.org | 7 | ;; Maintainer: bugs@gnus.org |
diff --git a/lisp/gnus/webmail.el b/lisp/gnus/webmail.el index 52b2ed82a79..894b7d258bc 100644 --- a/lisp/gnus/webmail.el +++ b/lisp/gnus/webmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; webmail.el --- interface of web mail | 1 | ;;; webmail.el --- interface of web mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: hotmail netaddress my-deja netscape | 7 | ;; Keywords: hotmail netaddress my-deja netscape |
diff --git a/lisp/gnus/yenc.el b/lisp/gnus/yenc.el index 7843f6a9aa0..a1cfa99ef00 100644 --- a/lisp/gnus/yenc.el +++ b/lisp/gnus/yenc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; yenc.el --- elisp native yenc decoder | 1 | ;;; yenc.el --- elisp native yenc decoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jesper Harder <harder@ifa.au.dk> | 5 | ;; Author: Jesper Harder <harder@ifa.au.dk> |
| 6 | ;; Keywords: yenc news | 6 | ;; Keywords: yenc news |
diff --git a/lisp/gs.el b/lisp/gs.el index 036eafbdcca..cecee7b76ef 100644 --- a/lisp/gs.el +++ b/lisp/gs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gs.el --- interface to Ghostscript | 1 | ;;; gs.el --- interface to Ghostscript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index f14b00ca83a..126afbf0062 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-at-pt.el --- local help through the keyboard | 1 | ;;; help-at-pt.el --- local help through the keyboard |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Luc Teirlinck <teirllm@auburn.edu> | 5 | ;; Author: Luc Teirlinck <teirllm@auburn.edu> |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index a8350bf0445..97591deb81b 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help-fns.el --- Complex help functions | 1 | ;;; help-fns.el --- Complex help functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index eac7d442c7b..fd02b73dda4 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help-macro.el --- makes command line help such as help-for-help | 1 | ;;; help-macro.el --- makes command line help such as help-for-help |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lynn Slater <lrs@indetech.com> | 6 | ;; Author: Lynn Slater <lrs@indetech.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index bca0b5b65e6..0f4c5cd61ee 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers | 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/help.el b/lisp/help.el index c6650e1cf21..68d3e33fe0a 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help.el --- help commands for Emacs | 1 | ;;; help.el --- help commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/hex-util.el b/lisp/hex-util.el index 3a1df204127..e037e07a29f 100644 --- a/lisp/hex-util.el +++ b/lisp/hex-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. | 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 7 | ;; Keywords: data | 7 | ;; Keywords: data |
diff --git a/lisp/hexl.el b/lisp/hexl.el index c21be9b42cb..bba48318f9d 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter | 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> | 6 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index d65dd01ee1c..96c4749cf2a 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hi-lock.el --- minor mode for interactive automatic highlighting | 1 | ;;; hi-lock.el --- minor mode for interactive automatic highlighting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David M. Koppelman, koppel@ece.lsu.edu | 6 | ;; Author: David M. Koppelman, koppel@ece.lsu.edu |
| 7 | ;; Keywords: faces, minor-mode, matching, display | 7 | ;; Keywords: faces, minor-mode, matching, display |
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index a167b2bc1e7..f75c694175d 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hilit-chg.el --- minor mode displaying buffer changes with special face | 1 | ;;; hilit-chg.el --- minor mode displaying buffer changes with special face |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Sharman <rsharman@pobox.com> | 6 | ;; Author: Richard Sharman <rsharman@pobox.com> |
| 7 | ;; Keywords: faces | 7 | ;; Keywords: faces |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index f1a58f12c6b..a1ad8ae2fc4 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion | 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Holst <aho@sans.kth.se> | 6 | ;; Author: Anders Holst <aho@sans.kth.se> |
| 7 | ;; Last change: 3 March 1998 | 7 | ;; Last change: 3 March 1998 |
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 6a988d47c49..28d64e2e876 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hl-line.el --- highlight the current line | 1 | ;;; hl-line.el --- highlight the current line |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 8f252024774..0b2586d0fce 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ibuf-ext.el --- extensions for ibuffer | 1 | ;;; ibuf-ext.el --- extensions for ibuffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index ffab61688f2..1ea7e0ba6be 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ibuf-macs.el --- macros for ibuffer | 1 | ;;; ibuf-macs.el --- macros for ibuffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 2a6f6d9c1a8..9e6918e8020 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ibuffer.el --- operate on buffers like dired | 1 | ;;; ibuffer.el --- operate on buffers like dired |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 44c854f2f46..b1e8fa5ebb5 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; icomplete.el --- minibuffer completion incremental feedback | 1 | ;;; icomplete.el --- minibuffer completion incremental feedback |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ken Manheimer <klm@i.am> | 6 | ;; Author: Ken Manheimer <klm@i.am> |
| 7 | ;; Maintainer: Ken Manheimer <klm@i.am> | 7 | ;; Maintainer: Ken Manheimer <klm@i.am> |
diff --git a/lisp/ielm.el b/lisp/ielm.el index a734f87ad92..764e78bc734 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ielm.el --- interaction mode for Emacs Lisp | 1 | ;;; ielm.el --- interaction mode for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Smith <maa036@lancaster.ac.uk> | 6 | ;; Author: David Smith <maa036@lancaster.ac.uk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/iimage.el b/lisp/iimage.el index f662d9f1042..d1e42a1a160 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iimage.el --- Inline image minor mode. | 1 | ;;; iimage.el --- Inline image minor mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> | 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> |
| 6 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> | 6 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> |
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index cca9686f237..14e98f97075 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired.el --- use dired to browse and manipulate your images | 1 | ;;; image-dired.el --- use dired to browse and manipulate your images |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Version: 0.4.11 | 5 | ;; Version: 0.4.11 |
| 6 | ;; Keywords: multimedia | 6 | ;; Keywords: multimedia |
diff --git a/lisp/image-file.el b/lisp/image-file.el index fd33033b80d..b3733a69f1b 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; image-file.el --- support for visiting image files | 1 | ;;; image-file.el --- support for visiting image files |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 7 | ;; Keywords: multimedia | 7 | ;; Keywords: multimedia |
diff --git a/lisp/image.el b/lisp/image.el index 99632b84307..c824b1824fd 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; image.el --- image API | 1 | ;;; image.el --- image API |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: multimedia | 7 | ;; Keywords: multimedia |
diff --git a/lisp/indent.el b/lisp/indent.el index 17ebe3b5567..c46bbd62bee 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; indent.el --- indentation commands for Emacs | 1 | ;;; indent.el --- indentation commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/info-look.el b/lisp/info-look.el index b3eff223533..6caf4545464 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; An older version of this was known as libc.el. | 2 | ;; An older version of this was known as libc.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 5 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> | 7 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> |
| 8 | ;; (did not show signs of life (Nov 2001) -stef) | 8 | ;; (did not show signs of life (Nov 2001) -stef) |
diff --git a/lisp/info-xref.el b/lisp/info-xref.el index e2d08a0f991..2d84b0f529b 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; info-xref.el --- check external references in an Info document | 1 | ;;; info-xref.el --- check external references in an Info document |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Ryde <user42@zip.com.au> | 5 | ;; Author: Kevin Ryde <user42@zip.com.au> |
| 6 | ;; Keywords: docs | 6 | ;; Keywords: docs |
diff --git a/lisp/info.el b/lisp/info.el index b842cc2adb6..13c417ccdd7 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; info.el --- info package for Emacs | 1 | ;;; info.el --- info package for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help | 7 | ;; Keywords: help |
diff --git a/lisp/informat.el b/lisp/informat.el index 05be680bfa8..81b05d7b61a 100644 --- a/lisp/informat.el +++ b/lisp/informat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; informat.el --- info support functions package for Emacs | 1 | ;;; informat.el --- info support functions package for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help | 7 | ;; Keywords: help |
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index d155c199738..c530fda5e0e 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; ccl.el --- CCL (Code Conversion Language) compiler | 1 | ;;; ccl.el --- CCL (Code Conversion Language) compiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 8d86043646c..352ddbb027e 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; characters.el --- set syntax and category for multibyte characters | 1 | ;;; characters.el --- set syntax and category for multibyte characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index d7810721c03..1f58ac6390b 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; code-pages.el --- coding systems for assorted codepages -*-coding: utf-8;-*- | 1 | ;;; code-pages.el --- coding systems for assorted codepages -*-coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index d9db7835391..c2f738eabeb 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems | 1 | ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/international/encoded-kb.el b/lisp/international/encoded-kb.el index 5e690048aeb..c1424bd702e 100644 --- a/lisp/international/encoded-kb.el +++ b/lisp/international/encoded-kb.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; encoded-kb.el --- handler to input multibyte characters encoded somehow | 1 | ;;; encoded-kb.el --- handler to input multibyte characters encoded somehow |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 6a8ab89bb6e..330611c34e7 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; fontset.el --- commands for handling fontset | 1 | ;;; fontset.el --- commands for handling fontset |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index 2c6d8b2dce9..bc640b6a967 100644 --- a/lisp/international/isearch-x.el +++ b/lisp/international/isearch-x.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; isearch-x.el --- extended isearch handling commands | 1 | ;;; isearch-x.el --- extended isearch handling commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/iso-ascii.el b/lisp/international/iso-ascii.el index 84e1ab97099..a35a83f9676 100644 --- a/lisp/international/iso-ascii.el +++ b/lisp/international/iso-ascii.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals | 1 | ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1995, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1987, 1995, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index f2725e9d854..083676adf4c 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; This file was formerly called gm-lingo.el. | 2 | ;; This file was formerly called gm-lingo.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, | 4 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, |
| 5 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> | 7 | ;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> |
| 8 | ;; Keywords: tex, iso, latin, i18n | 8 | ;; Keywords: tex, iso, latin, i18n |
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index 134794e5ede..f516d650813 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iso-transl.el --- keyboard input definitions for ISO 8859-1 -*- coding: iso-8859-1 -*- | 1 | ;;; iso-transl.el --- keyboard input definitions for ISO 8859-1 -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 3 | ;; Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index d7add6f31c1..82a2274bcda 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp | 1 | ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el index ea3e4c31a3c..3fe1a8d7dd5 100644 --- a/lisp/international/ja-dic-utl.el +++ b/lisp/international/ja-dic-utl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L) | 1 | ;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/international/kinsoku.el b/lisp/international/kinsoku.el index cc78623126e..c64ea9effc9 100644 --- a/lisp/international/kinsoku.el +++ b/lisp/international/kinsoku.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- | 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index f9f79c50793..c3d8e3d4707 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; kkc.el --- Kana Kanji converter -*- coding: iso-2022-7bit; -*- | 1 | ;;; kkc.el --- Kana Kanji converter -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index cc52eb4cbdf..2c01936ae2b 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; latexenc.el --- guess correct coding system in LaTeX files -*-coding: iso-2022-7bit -*- | 1 | ;;; latexenc.el --- guess correct coding system in LaTeX files -*-coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Arne J,Ax(Brgensen <arne@arnested.dk> | 5 | ;; Author: Arne J,Ax(Brgensen <arne@arnested.dk> |
| 6 | ;; Keywords: mule, coding system, latex | 6 | ;; Keywords: mule, coding system, latex |
diff --git a/lisp/international/latin-1.el b/lisp/international/latin-1.el index 33acf132a0d..d76288d39a1 100644 --- a/lisp/international/latin-1.el +++ b/lisp/international/latin-1.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; latin-1.el --- set up case-conversion and syntax tables for ISO Latin-1 | 1 | ;;; latin-1.el --- set up case-conversion and syntax tables for ISO Latin-1 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1988, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
diff --git a/lisp/international/latin-2.el b/lisp/international/latin-2.el index efb63200039..e19a820cbca 100644 --- a/lisp/international/latin-2.el +++ b/lisp/international/latin-2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-2.el --- set up case-conversion and syntax tables for ISO Latin-2 | 1 | ;;; latin-2.el --- set up case-conversion and syntax tables for ISO Latin-2 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Gschwind (mike@vlsivie.tuwien.ac.at) | 6 | ;; Author: Michael Gschwind (mike@vlsivie.tuwien.ac.at) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin-3.el b/lisp/international/latin-3.el index 1539206771c..2092a2fa5d0 100644 --- a/lisp/international/latin-3.el +++ b/lisp/international/latin-3.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-3.el --- set up case-conversion and syntax tables for ISO Latin-3 | 1 | ;;; latin-3.el --- set up case-conversion and syntax tables for ISO Latin-3 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1988, 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Marko Rahamaa | 6 | ;; Author: Marko Rahamaa |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin-4.el b/lisp/international/latin-4.el index e3b9b04e6fb..6ce69579d89 100644 --- a/lisp/international/latin-4.el +++ b/lisp/international/latin-4.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-4.el --- set up case-conversion and syntax tables for ISO Latin-4 | 1 | ;;; latin-4.el --- set up case-conversion and syntax tables for ISO Latin-4 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum | 6 | ;; Author: Erik Naggum |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin-5.el b/lisp/international/latin-5.el index 97b3e0076e4..762eb3c0005 100644 --- a/lisp/international/latin-5.el +++ b/lisp/international/latin-5.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-5.el --- set up case-conversion and syntax tables for ISO latin-5 | 1 | ;;; latin-5.el --- set up case-conversion and syntax tables for ISO latin-5 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum | 6 | ;; Author: Erik Naggum |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin-8.el b/lisp/international/latin-8.el index 0f41d70ece6..1746627767c 100644 --- a/lisp/international/latin-8.el +++ b/lisp/international/latin-8.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-8.el --- set up case-conversion and syntax tables for ISO Latin-8 | 1 | ;;; latin-8.el --- set up case-conversion and syntax tables for ISO Latin-8 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1997, 1999, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1988, 1997, 1999, 2001, 2002, 2003, 2004, 2005 |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love | 6 | ;; Author: Dave Love |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el index cb94d756cc2..49b40517a21 100644 --- a/lisp/international/latin-9.el +++ b/lisp/international/latin-9.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; latin-9.el --- set up case-conversion and syntax tables for ISO Latin-9 | 1 | ;;; latin-9.el --- set up case-conversion and syntax tables for ISO Latin-9 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love | 6 | ;; Author: Dave Love |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index ebeef71b0b7..a4d4ff0c9d0 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*-coding: iso-2022-7bit;-*- | 1 | ;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index ef3d7fbf13e..0d4486bcc06 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mule-cmds.el --- commands for multilingual environment -*-coding: iso-2022-7bit -*- | 1 | ;;; mule-cmds.el --- commands for multilingual environment -*-coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 0af65a90fb3..ff3308b5468 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; mule-conf.el --- configure multilingual environment -*- no-byte-compile: t -*- | 1 | ;;; mule-conf.el --- configure multilingual environment -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index df01247cd01..3ddb0892f8a 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mule-diag.el --- show diagnosis of multilingual environment (Mule) | 1 | ;;; mule-diag.el --- show diagnosis of multilingual environment (Mule) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 4cb0ebe9de4..f260c567b73 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mule-util.el --- utility functions for mulitilingual environment (mule) | 1 | ;;; mule-util.el --- utility functions for mulitilingual environment (mule) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index b19797f267e..2b1773cea7a 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mule.el --- basic commands for mulitilingual environment | 1 | ;;; mule.el --- basic commands for mulitilingual environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index 4625dfa729b..8773c911849 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ogonek.el --- change the encoding of Polish diacritics | 1 | ;;; ogonek.el --- change the encoding of Polish diacritics |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: W{\l}odek Bzyl, Ryszard Kubiak | 6 | ;; Author: W{\l}odek Bzyl, Ryszard Kubiak |
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index cddcf9867c2..4cfec1a98b3 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; quail.el --- provides simple input method for multilingual text | 1 | ;;; quail.el --- provides simple input method for multilingual text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/subst-big5.el b/lisp/international/subst-big5.el index e744305f799..9bd5d628009 100644 --- a/lisp/international/subst-big5.el +++ b/lisp/international/subst-big5.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subst-big5.el --- Unicode/GB2312 translation -*-coding: big5;-*- | 1 | ;;; subst-big5.el --- Unicode/GB2312 translation -*-coding: big5;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/international/subst-gb2312.el b/lisp/international/subst-gb2312.el index 3c604b6308a..26243730f16 100644 --- a/lisp/international/subst-gb2312.el +++ b/lisp/international/subst-gb2312.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subst-gb2312.el --- Unicode/GB2312 translation -*-coding: euc-china;-*- | 1 | ;;; subst-gb2312.el --- Unicode/GB2312 translation -*-coding: euc-china;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/international/subst-jis.el b/lisp/international/subst-jis.el index af13a950c23..8378c2d645e 100644 --- a/lisp/international/subst-jis.el +++ b/lisp/international/subst-jis.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; subst-jis.el --- Unicode/JISX translation -*-coding: euc-jp;-*- | 1 | ;;; subst-jis.el --- Unicode/JISX translation -*-coding: euc-jp;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2004, 2005, 2006, 2007 | 4 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/international/subst-ksc.el b/lisp/international/subst-ksc.el index 69f5296e917..ae921f07dba 100644 --- a/lisp/international/subst-ksc.el +++ b/lisp/international/subst-ksc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subst-ksc.el --- Unicode/KSC-5601 translation -*-coding: euc-kr;-*- | 1 | ;;; subst-ksc.el --- Unicode/KSC-5601 translation -*-coding: euc-kr;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index ff909f6bba7..68ea105a7cf 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; titdic-cnv.el --- convert cxterm dictionary (TIT format) to Quail package -*- coding:iso-2022-7bit; -*- | 1 | ;;; titdic-cnv.el --- convert cxterm dictionary (TIT format) to Quail package -*- coding:iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 772a0f05e54..d4cfced0e8c 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ucs-tables.el --- translation to, from and via Unicode -*- coding: iso-2022-7bit -*- | 1 | ;;; ucs-tables.el --- translation to, from and via Unicode -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/international/utf-16.el b/lisp/international/utf-16.el index 0bc8d7a7eeb..fdbcd7101de 100644 --- a/lisp/international/utf-16.el +++ b/lisp/international/utf-16.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; utf-16.el --- UTF-16 encoding/decoding | 1 | ;;; utf-16.el --- UTF-16 encoding/decoding |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/lisp/international/utf-7.el b/lisp/international/utf-7.el index 09db420b565..49965a1b03d 100644 --- a/lisp/international/utf-7.el +++ b/lisp/international/utf-7.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; utf-7.el --- utf-7 coding system | 1 | ;;; utf-7.el --- utf-7 coding system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: i18n, mail | 6 | ;; Keywords: i18n, mail |
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index 39dd3239bf7..dd73daf2ff6 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; utf-8.el --- UTF-8 decoding/encoding support -*- coding: iso-2022-7bit -*- | 1 | ;;; utf-8.el --- UTF-8 decoding/encoding support -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/lisp/isearch.el b/lisp/isearch.el index 2c88fea4526..0319d3f1c28 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; isearch.el --- incremental search minor mode | 1 | ;;; isearch.el --- incremental search minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index ff2d47f4a50..b6e2f6db8df 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; isearchb --- a marriage between iswitchb and isearch | 1 | ;;; isearchb --- a marriage between iswitchb and isearch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index d32f150058f..4486d87767b 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; jit-lock.el --- just-in-time fontification | 1 | ;;; jit-lock.el --- just-in-time fontification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 7 | ;; Keywords: faces files | 7 | ;; Keywords: faces files |
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 8c388d0cb34..79df9cfe25e 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el | 1 | ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) | 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 33d3fe379d8..4df38a3fe7b 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; jka-compr.el --- reading/writing/loading compressed files | 1 | ;;; jka-compr.el --- reading/writing/loading compressed files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) | 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/kermit.el b/lisp/kermit.el index 0716957a846..cfd575d4062 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; kermit.el --- additions to shell mode for use with kermit | 1 | ;;; kermit.el --- additions to shell mode for use with kermit |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jeff Norden <jeff@colgate.csnet> | 6 | ;; Author: Jeff Norden <jeff@colgate.csnet> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index ebb3a4a419f..12a162c4e79 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; kmacro.el --- enhanced keyboard macros | 1 | ;;; kmacro.el --- enhanced keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard convenience | 7 | ;; Keywords: keyboard convenience |
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index d31331d1f2a..6eaa3b5e76e 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- | 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index c57d0e3d931..cf23b01d36b 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- | 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index aa22584d6ce..28d7d8eb2aa 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts | 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: mule, multilingual, Cyrillic | 6 | ;; Keywords: mule, multilingual, Cyrillic |
| 7 | 7 | ||
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 3af35f602a5..7cfcdbd9e5b 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- | 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/czech.el b/lisp/language/czech.el index 982fa964583..167c46ef624 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation. | 4 | ;; Free Software Foundation. |
| 5 | 5 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el index 021ffce354a..3658e50d954 100644 --- a/lisp/language/devan-util.el +++ b/lisp/language/devan-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; devan-util.el --- Support for composing Devanagari characters | 1 | ;;; devan-util.el --- Support for composing Devanagari characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el index c348a936f50..044ab5d0c2d 100644 --- a/lisp/language/devanagari.el +++ b/lisp/language/devanagari.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
diff --git a/lisp/language/english.el b/lisp/language/english.el index d89d7c7d36f..428d3560e2f 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- | 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 195a18a10fd..7b64d437ac3 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: iso-2022-7bit; -*- | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index 3fb42d33bca..ff9c8a5cac1 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: iso-2022-7bit; -*- | 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/european.el b/lisp/language/european.el index 8d0a5c6997d..46d4b3542e0 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index 9fd25ae5ed3..0b61bae504a 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- | 1 | ;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index fb71e4a2ed2..b9bf8e9c896 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; greek.el --- support for Greek -*- no-byte-compile: t -*- | 1 | ;;; greek.el --- support for Greek -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index fe4ed03ca7e..ee85ae49607 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index d33c1ee4a9b..99a8d080d3b 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ind-util.el --- Transliteration and Misc. Tools for Indian Languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; ind-util.el --- Transliteration and Misc. Tools for Indian Languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 89b2ab44dbe..20046dacab5 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; indian.el --- Indian languages support -*- coding: iso-2022-7bit; -*- | 1 | ;;; indian.el --- Indian languages support -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index e40003996f7..2edacbc6d06 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index ae58c5a793a..2999816b08f 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/kannada.el b/lisp/language/kannada.el index f720a9c7367..3f1ec25c541 100644 --- a/lisp/language/kannada.el +++ b/lisp/language/kannada.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; kannada.el --- Support for Kannada -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; kannada.el --- Support for Kannada -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: CHOWKSEY, Kailash C. <klchxbec@m-net.arbornet.org> | 6 | ;; Maintainer: CHOWKSEY, Kailash C. <klchxbec@m-net.arbornet.org> |
| 6 | ;; Keywords: multilingual, Indian, Kannada | 7 | ;; Keywords: multilingual, Indian, Kannada |
diff --git a/lisp/language/knd-util.el b/lisp/language/knd-util.el index abb887347e7..f4b3aa9654a 100644 --- a/lisp/language/knd-util.el +++ b/lisp/language/knd-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; knd-util.el --- Support for composing Kannada characters | 1 | ;;; knd-util.el --- Support for composing Kannada characters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Maintainer: CHOWKSEY, Kailash C. <klchxbec@m-net.arbornet.org> | 6 | ;; Maintainer: Maintainer: CHOWKSEY, Kailash C. <klchxbec@m-net.arbornet.org> |
| 6 | ;; Keywords: multilingual, Kannada | 7 | ;; Keywords: multilingual, Kannada |
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index dc13c9147ff..ce5b0b77403 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; korea-util.el --- utilities for Korean | 1 | ;;; korea-util.el --- utilities for Korean |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index e7f3ae68568..d665d419f29 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 4df49a9ac23..d8f6de900c9 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- | 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | ;; 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index 22991b3d3df..d2ed0841d36 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | ||
| 6 | ;; 2007, 2008 | ||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 7 | 9 | ||
diff --git a/lisp/language/malayalam.el b/lisp/language/malayalam.el index 731a9ae67af..f74c8f21dea 100644 --- a/lisp/language/malayalam.el +++ b/lisp/language/malayalam.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; malayalam.el --- Support for Malayalam -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; malayalam.el --- Support for Malayalam -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, Indian, Malayalam | 7 | ;; Keywords: multilingual, Indian, Malayalam |
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index c7328eb83a2..b4756e89642 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- | 1 | ;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/lisp/language/mlm-util.el b/lisp/language/mlm-util.el index c5244279837..52079c97f80 100644 --- a/lisp/language/mlm-util.el +++ b/lisp/language/mlm-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mlm-util.el --- support for composing malayalam characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; mlm-util.el --- support for composing malayalam characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, Malayalam | 7 | ;; Keywords: multilingual, Malayalam |
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el index 80e27b3b8f0..539dc37b3a4 100644 --- a/lisp/language/romanian.el +++ b/lisp/language/romanian.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- | 1 | ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation. | 4 | ;; Free Software Foundation. |
| 5 | 5 | ||
| 6 | ;; Author: Dan Nicolaescu <done@ece.arizona.edu> | 6 | ;; Author: Dan Nicolaescu <done@ece.arizona.edu> |
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 6b7fa1f6653..9ea87670bc2 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation. | 4 | ;; Free Software Foundation. |
| 5 | 5 | ||
| 6 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, | 6 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, |
diff --git a/lisp/language/tamil.el b/lisp/language/tamil.el index 08f16e273c8..ba9c976cc81 100644 --- a/lisp/language/tamil.el +++ b/lisp/language/tamil.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tamil.el --- Support for Tamil -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; tamil.el --- Support for Tamil -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <batta@beige.ocn.ne.jp> | 6 | ;; Maintainer: KAWABATA, Taichi <batta@beige.ocn.ne.jp> |
| 6 | ;; Keywords: multilingual, Indian, Tamil | 7 | ;; Keywords: multilingual, Indian, Tamil |
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 7696f634211..3fda08ee42d 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- | 1 | ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 7 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 8 | ;; Free Software Foundation, Inc. | 8 | ;; Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; Keywords: mule, multilingual, thai | 10 | ;; Keywords: mule, multilingual, thai |
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el index 89977dcd208..88ff96390bb 100644 --- a/lisp/language/thai-word.el +++ b/lisp/language/thai-word.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thai-word.el -- find Thai word boundaries | 1 | ;;; thai-word.el -- find Thai word boundaries |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | 5 | ;; Registration Number H14PRO021 |
| 6 | 6 | ||
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 98fe8ea77a1..dcbfa611e40 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 | 4 | ;; 2005, 2006, 2007, 2008 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, | 7 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, |
| 8 | ;; 2006, 2007 Free Software Foundation, Inc. | 8 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; Keywords: multilingual, Thai | 10 | ;; Keywords: multilingual, Thai |
| 11 | 11 | ||
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index b0c38d40c2d..38fcb8ceca5 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index fb8d02ba3b4..57614c09777 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | ;; 2006, 2007, 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/language/tml-util.el b/lisp/language/tml-util.el index ebc7b1f01f7..b1e56a0ffc1 100644 --- a/lisp/language/tml-util.el +++ b/lisp/language/tml-util.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tml-util.el --- support for composing tamil characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; tml-util.el --- support for composing tamil characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 6 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, Indian, Tamil | 7 | ;; Keywords: multilingual, Indian, Tamil |
diff --git a/lisp/language/utf-8-lang.el b/lisp/language/utf-8-lang.el index a4bd6fbf7b0..84fb23a4561 100644 --- a/lisp/language/utf-8-lang.el +++ b/lisp/language/utf-8-lang.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- | 1 | ;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index eb89bf11ef2..4dc9be45a2e 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index f50605429b7..c349da314dc 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | ;; 2005, 2006, 2007 | 6 | ;; 2005, 2006, 2007, 2008 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
diff --git a/lisp/ledit.el b/lisp/ledit.el index 5d035f93512..9981b81e838 100644 --- a/lisp/ledit.el +++ b/lisp/ledit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ledit.el --- Emacs side of ledit interface | 1 | ;;; ledit.el --- Emacs side of ledit interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: languages | 7 | ;; Keywords: languages |
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 0c1766143d6..5aaa06b0a11 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; loadhist.el --- lisp functions for working with feature groups | 1 | ;;; loadhist.el --- lisp functions for working with feature groups |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/loadup.el b/lisp/loadup.el index 43e7beff8d6..ad19f53c581 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs | 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/locate.el b/lisp/locate.el index bc2dce954da..2522add1742 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; locate.el --- interface to the locate command | 1 | ;;; locate.el --- interface to the locate command |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 7 | ;; Keywords: unix files | 7 | ;; Keywords: unix files |
diff --git a/lisp/log-edit.el b/lisp/log-edit.el index a2f749ad127..b92de701b03 100644 --- a/lisp/log-edit.el +++ b/lisp/log-edit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages | 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs cvs commit log | 7 | ;; Keywords: pcl-cvs cvs commit log |
diff --git a/lisp/longlines.el b/lisp/longlines.el index 57b5742751f..932a70480a1 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; longlines.el --- automatically wrap long lines | 1 | ;;; longlines.el --- automatically wrap long lines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6 | ;; Alex Schroeder <alex@gnu.org> | 6 | ;; Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/lpr.el b/lisp/lpr.el index 721657a095f..8f4a8679338 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lpr.el --- print Emacs buffer on line printer | 1 | ;;; lpr.el --- print Emacs buffer on line printer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: unix | 7 | ;; Keywords: unix |
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 0c387c34a0c..302329b9bba 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp | 1 | ;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> | 7 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> |
diff --git a/lisp/macros.el b/lisp/macros.el index 23d0a33fde1..23d2738af0d 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; macros.el --- non-primitive commands for keyboard macros | 1 | ;;; macros.el --- non-primitive commands for keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: abbrev | 7 | ;; Keywords: abbrev |
diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el index c1d1316c82e..7b83c978bab 100644 --- a/lisp/mail/binhex.el +++ b/lisp/mail/binhex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; binhex.el --- elisp native binhex decode | 1 | ;;; binhex.el --- elisp native binhex decode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: binhex news | 7 | ;; Keywords: binhex news |
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 2530a6cc5a3..d58165519e9 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- | 1 | ;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index a3a9cfc8058..09f7e258616 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- | 1 | ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L Baur <steve@xemacs.org> | 6 | ;; Author: Steven L Baur <steve@xemacs.org> |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 9ef5a02bd26..77ab434155a 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- | 1 | ;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> | 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 7a1b7a64c54..436520bdbfb 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail | 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 7 | ;; Created: March, 1994 | 7 | ;; Created: March, 1994 |
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 08d539b3491..f9f9ad80895 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews | 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 0b2c0177234..1f4dc830280 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases | 1 | ;;; mailabbrev.el --- abbrev-expansion of mail aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 0b0982d164d..a40a009892a 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mailalias.el --- expand and complete mailing address aliases | 1 | ;;; mailalias.el --- expand and complete mailing address aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el index 5f2e021c68f..eb6911880e0 100644 --- a/lisp/mail/mailclient.el +++ b/lisp/mail/mailclient.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- | 1 | ;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: David Reitter <david.reitter@gmail.com> | 5 | ;; Author: David Reitter <david.reitter@gmail.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index 9b61a24c74f..b225f4de396 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mailheader.el --- mail header parsing, merging, formatting | 1 | ;;; mailheader.el --- mail header parsing, merging, formatting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
| 7 | ;; Keywords: tools, mail, news | 7 | ;; Keywords: tools, mail, news |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index b5940cfbdd0..69eab5b8445 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; metamail.el --- Metamail interface for GNU Emacs | 1 | ;;; metamail.el --- Metamail interface for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 7 | ;; Keywords: mail, news, mime, multimedia | 7 | ;; Keywords: mail, news, mime, multimedia |
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index b248ba7dec1..142bbd7b1fb 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mspools.el --- show mail spools waiting to be read | 1 | ;;; mspools.el --- show mail spools waiting to be read |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stephen Eglen <stephen@gnu.org> | 6 | ;; Author: Stephen Eglen <stephen@gnu.org> |
| 7 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> | 7 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> |
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 0777c60a2b9..a273bf2b62e 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reporter.el --- customizable bug reporting of lisp programs | 1 | ;;; reporter.el --- customizable bug reporting of lisp programs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: 1993-1998 Barry A. Warsaw | 6 | ;; Author: 1993-1998 Barry A. Warsaw |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el index 16f1758a3fc..acf9d843c97 100644 --- a/lisp/mail/rfc2368.el +++ b/lisp/mail/rfc2368.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2368.el --- support for rfc2368 | 1 | ;;; rfc2368.el --- support for rfc2368 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sen Nagata <sen@eccosys.com> | 6 | ;; Author: Sen Nagata <sen@eccosys.com> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 09dd95e7e79..c641253665b 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike | 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index fa96ffaab8b..ae44ffabb06 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader. | 1 | ;;; rmail-spam-filter.el --- spam filter for rmail, the emacs mail reader. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; Keywords: email, spam, filter, rmail | 4 | ;; Keywords: email, spam, filter, rmail |
| 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> | 5 | ;; Author: Eli Tziperman <eli AT deas.harvard.edu> |
| 6 | 6 | ||
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7beb8c0516c..f610fb83ef0 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs | 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 02bc23fe0c5..8ee8e0c06eb 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message | 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 48e2246520b..cc92b53c1d3 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs | 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 67cea297f0e..eb21e9d71ad 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader | 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 234277320ad..482091f716e 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file | 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index bed40cd0820..abb79ed5d04 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailsort.el --- Rmail: sort messages | 1 | ;;; rmailsort.el --- Rmail: sort messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index cde289ed719..14cb278102b 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rmailsum.el --- make summary buffers for the mail reader | 1 | ;;; rmailsum.el --- make summary buffers for the mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993, 1994, 1995, 1996, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1993, 1994, 1995, 1996, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index da1c5c48989..fb6abffda02 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- | 1 | ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 176a9cd32fa..57d06c08dfc 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail | 1 | ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> | 6 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> |
| 7 | ;; Maintainer: Simon Josefsson <simon@josefsson.org> | 7 | ;; Maintainer: Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index c0e581c0310..6cb6e8a18ff 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; supercite.el --- minor mode for citing mail and news replies | 1 | ;;; supercite.el --- minor mode for citing mail and news replies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> | 6 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 094cb03f861..39a1cecd449 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email | 1 | ;;; uce.el --- facilitate reply to unsolicited commercial email |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: stanislav shalunov <shalunov@mccme.ru> | 6 | ;; Author: stanislav shalunov <shalunov@mccme.ru> |
| 7 | ;; Created: 10 Dec 1996 | 7 | ;; Created: 10 Dec 1996 |
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 9bb2f3eab90..d7a7c7b78a1 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader | 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 7ad1c69b50d..d1989a85862 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; unrmail.el --- convert Rmail files to mailbox files | 1 | ;;; unrmail.el --- convert Rmail files to mailbox files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 9dc430e825d..574ad0e785c 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uudecode.el -- elisp native uudecode | 1 | ;;; uudecode.el -- elisp native uudecode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: uudecode news | 7 | ;; Keywords: uudecode news |
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el index 9785fed71e6..ca42eb5117b 100644 --- a/lisp/mail/vms-pmail.el +++ b/lisp/mail/vms-pmail.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; vms-pmail.el --- use Emacs as the editor within VMS mail | 2 | ;;; vms-pmail.el --- use Emacs as the editor within VMS mail |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 5 | ;; 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Roland B Roberts <roberts@panix.com> | 7 | ;; Author: Roland B Roberts <roberts@panix.com> |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 4b4d732e811..b996296d383 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
| @@ -342,7 +342,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) | |||
| 342 | pre-mh-loaddefs.el-SH: | 342 | pre-mh-loaddefs.el-SH: |
| 343 | echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ | 343 | echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ |
| 344 | echo ";;" >> $@ | 344 | echo ";;" >> $@ |
| 345 | echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@ | 345 | echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc." >> $@ |
| 346 | echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@ | 346 | echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@ |
| 347 | echo ";; Keywords: mail" >> $@ | 347 | echo ";; Keywords: mail" >> $@ |
| 348 | echo ";;; Commentary:" >> $@ | 348 | echo ";;; Commentary:" >> $@ |
| @@ -360,7 +360,7 @@ pre-mh-loaddefs.el-SH: | |||
| 360 | pre-mh-loaddefs.el-CMD: | 360 | pre-mh-loaddefs.el-CMD: |
| 361 | echo ;;; mh-loaddefs.el --- automatically extracted autoloads> $@ | 361 | echo ;;; mh-loaddefs.el --- automatically extracted autoloads> $@ |
| 362 | echo ;;>> $@ | 362 | echo ;;>> $@ |
| 363 | echo ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.>> $@ | 363 | echo ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.>> $@ |
| 364 | echo ;; Author: Bill Wohler (wohler@newt.com)>> $@ | 364 | echo ;; Author: Bill Wohler (wohler@newt.com)>> $@ |
| 365 | echo ;; Keywords: mail>> $@ | 365 | echo ;; Keywords: mail>> $@ |
| 366 | echo ;;; Commentary:>> $@ | 366 | echo ;;; Commentary:>> $@ |
diff --git a/lisp/man.el b/lisp/man.el index 1f4288bc803..67d745347c0 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- | 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/master.el b/lisp/master.el index caa48d1171f..75e06c49835 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; master.el --- make a buffer the master over another buffer | 1 | ;;; master.el --- make a buffer the master over another buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 7a4233018e9..36cf45b55c5 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; menu-bar.el --- define a default menu bar | 1 | ;;; menu-bar.el --- define a default menu bar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: RMS | 6 | ;; Author: RMS |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 6555de22e2d..0eba20a9899 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -2963,7 +2963,8 @@ | |||
| 2963 | 2963 | ||
| 2964 | * ChangeLog.1: New file. Contains old ChangeLog. | 2964 | * ChangeLog.1: New file. Contains old ChangeLog. |
| 2965 | 2965 | ||
| 2966 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 2966 | |
| 2967 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
| 2967 | 2968 | ||
| 2968 | This file is part of GNU Emacs. | 2969 | This file is part of GNU Emacs. |
| 2969 | 2970 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index d9083e643cf..cc8cdb7964e 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -11407,7 +11407,7 @@ | |||
| 11407 | (dist): Leave release in current directory. | 11407 | (dist): Leave release in current directory. |
| 11408 | 11408 | ||
| 11409 | 11409 | ||
| 11410 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 11410 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 11411 | 11411 | ||
| 11412 | This file is part of GNU Emacs. | 11412 | This file is part of GNU Emacs. |
| 11413 | 11413 | ||
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 7a94828efbe..21fe19bb885 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-acros.el --- macros used in MH-E | 1 | ;;; mh-acros.el --- macros used in MH-E |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 333cfb3a4b0..bb427ef889e 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion | 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter S. Galbraith <psg@debian.org> | 6 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el index 486e07fba34..04acb4ba5a1 100644 --- a/lisp/mh-e/mh-buffers.el +++ b/lisp/mh-e/mh-buffers.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities | 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 2dcc3d52825..96a0c5c9429 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages | 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index 58c52a51a0c..0a0bc41779d 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs | 1 | ;;; mh-compat.el --- make MH-E compatibile with various versions of Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 69454110701..7e9f0742074 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, |
| 4 | ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, | 4 | ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, |
| 5 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Bill Wohler <wohler@newt.com> | 7 | ;; Author: Bill Wohler <wohler@newt.com> |
| 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index bc15d3eb118..ab4be1a6c94 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-folder.el --- MH-Folder mode | 1 | ;;; mh-folder.el --- MH-Folder mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index bd62bdb4b17..aaaec81f21a 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away | 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, | 3 | ;; Copyright (C) 1993, 1995, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el index e099c2e726b..3fe4e2fb465 100644 --- a/lisp/mh-e/mh-gnus.el +++ b/lisp/mh-e/mh-gnus.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus | 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 37621ff35ca..4d563278bff 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-identity.el --- multiple identify support for MH-E | 1 | ;;; mh-identity.el --- multiple identify support for MH-E |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index 668d7b4cc9c..933f8e30b1a 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling | 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 0710d14500e..0db78a432e6 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures | 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, |
| 6 | ;; Bill Wohler <wohler@newt.com> | 6 | ;; Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index 7b2cab77d04..8b22d7dee0d 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-letter.el --- MH-Letter mode | 1 | ;;; mh-letter.el --- MH-Letter mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index 7613a135eb2..08efd5c00fc 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-limit.el --- MH-E display limits | 1 | ;;; mh-limit.el --- MH-E display limits |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 10bfeb9c59a..ec0940a5d5e 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-mime.el --- MH-E MIME support | 1 | ;;; mh-mime.el --- MH-E MIME support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, | 3 | ;; Copyright (C) 1993, 1995, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index 7a112b717c1..bd06a1701ce 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-print.el --- MH-E printing support | 1 | ;;; mh-print.el --- MH-E printing support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeffrey C Honig <jch@honig.net> | 5 | ;; Author: Jeffrey C Honig <jch@honig.net> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index 07d33368511..1b2291b7991 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities | 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 75f91e23143..8d0cfce86d3 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-search --- MH-Search mode | 1 | ;;; mh-search --- MH-Search mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, | 3 | ;; Copyright (C) 1993, 1995, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> | 6 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index 2940ab8e232..87c59cd8136 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-seq.el --- MH-E sequences support | 1 | ;;; mh-seq.el --- MH-E sequences support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, | 3 | ;; Copyright (C) 1993, 1995, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index c97715dabf3..95382ebdef1 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-show.el --- MH-Show mode | 1 | ;;; mh-show.el --- MH-Show mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el index b9fc81c5b16..745d9ba4962 100644 --- a/lisp/mh-e/mh-speed.el +++ b/lisp/mh-e/mh-speed.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-speed.el --- MH-E speedbar support | 1 | ;;; mh-speed.el --- MH-E speedbar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index c9c28ce5fd0..e0ee070d92a 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-thread.el --- MH-E threading support | 1 | ;;; mh-thread.el --- MH-E threading support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index 13faf1bcafa..fcbe73988b4 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-tool-bar.el --- MH-E tool bar support | 1 | ;;; mh-tool-bar.el --- MH-E tool bar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index da2ace3fd2c..999827abd14 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mh-utils.el --- MH-E general utilities | 1 | ;;; mh-utils.el --- MH-E general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, | 3 | ;; Copyright (C) 1993, 1995, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index a6a6efc0fb2..92038de52ae 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display | 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/midnight.el b/lisp/midnight.el index 7529cd412cc..dea8b3fe2df 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers | 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sam Steingold <sds@usa.net> | 6 | ;; Author: Sam Steingold <sds@usa.net> |
| 7 | ;; Maintainer: Sam Steingold <sds@usa.net> | 7 | ;; Maintainer: Sam Steingold <sds@usa.net> |
diff --git a/lisp/minibuf-eldef.el b/lisp/minibuf-eldef.el index 52bab8f1f27..a6afb7b4d80 100644 --- a/lisp/minibuf-eldef.el +++ b/lisp/minibuf-eldef.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; minibuf-eldef.el --- Only show defaults in prompts when applicable | 1 | ;;; minibuf-eldef.el --- Only show defaults in prompts when applicable |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/misc.el b/lisp/misc.el index d3c1a46dfdf..c4ea7153927 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; misc.el --- some nonstandard basic editing commands for Emacs | 1 | ;;; misc.el --- some nonstandard basic editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index 5f8a9a235f4..8f9d0aedfdb 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse-copy.el --- one-click text copy and move | 1 | ;;; mouse-copy.el --- one-click text copy and move |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Heidemann <johnh@ISI.EDU> | 6 | ;; Author: John Heidemann <johnh@ISI.EDU> |
| 7 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el index bfb199ab897..58d97ca4fc9 100644 --- a/lisp/mouse-drag.el +++ b/lisp/mouse-drag.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling | 1 | ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Heidemann <johnh@ISI.EDU> | 6 | ;; Author: John Heidemann <johnh@ISI.EDU> |
| 7 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 2343b0c4cda..8fe22be6d19 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse-sel.el --- multi-click selection support for Emacs 19 | 1 | ;;; mouse-sel.el --- multi-click selection support for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mike Williams <mdub@bigfoot.com> | 6 | ;; Author: Mike Williams <mdub@bigfoot.com> |
| 7 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index b8e407483a5..908dc3a6fff 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mwheel.el --- Wheel mouse support | 1 | ;;; mwheel.el --- Wheel mouse support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; Maintainer: William M. Perry <wmperry@gnu.org> | 5 | ;; Maintainer: William M. Perry <wmperry@gnu.org> |
| 6 | ;; Keywords: mouse | 6 | ;; Keywords: mouse |
| 7 | 7 | ||
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 432effe5547..0680581c7cd 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs | 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, | 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) | 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index d7c5228945c..f5ff75774e2 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; browse-url.el --- pass a URL to a WWW browser | 1 | ;;; browse-url.el --- pass a URL to a WWW browser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | 6 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/dig.el b/lisp/net/dig.el index cee3a5c17cc..16755439bd8 100644 --- a/lisp/net/dig.el +++ b/lisp/net/dig.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dig.el --- Domain Name System dig interface | 1 | ;;; dig.el --- Domain Name System dig interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: DNS BIND dig | 7 | ;; Keywords: DNS BIND dig |
diff --git a/lisp/net/dns.el b/lisp/net/dns.el index 9f8776ed709..f8f46173fe4 100644 --- a/lisp/net/dns.el +++ b/lisp/net/dns.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dns.el --- Domain Name Service lookups | 1 | ;;; dns.el --- Domain Name Service lookups |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/net/eudc-bob.el b/lisp/net/eudc-bob.el index 1ba6f4a0927..0ba4d14ce02 100644 --- a/lisp/net/eudc-bob.el +++ b/lisp/net/eudc-bob.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudc-bob.el --- Binary Objects Support for EUDC | 1 | ;;; eudc-bob.el --- Binary Objects Support for EUDC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el index 60a57711d2a..146e4d19626 100644 --- a/lisp/net/eudc-export.el +++ b/lisp/net/eudc-export.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudc-export.el --- functions to export EUDC query results | 1 | ;;; eudc-export.el --- functions to export EUDC query results |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el index 5308bb2db1f..72be4c49e4f 100644 --- a/lisp/net/eudc-hotlist.el +++ b/lisp/net/eudc-hotlist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudc-hotlist.el --- hotlist management for EUDC | 1 | ;;; eudc-hotlist.el --- hotlist management for EUDC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 7752c2663c9..97c103fdfcb 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudc-vars.el --- Emacs Unified Directory Client | 1 | ;;; eudc-vars.el --- Emacs Unified Directory Client |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index f43b37187f7..7e51e1d7e89 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudc.el --- Emacs Unified Directory Client | 1 | ;;; eudc.el --- Emacs Unified Directory Client |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el index ef1379eee52..23332e6a273 100644 --- a/lisp/net/eudcb-bbdb.el +++ b/lisp/net/eudcb-bbdb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend | 1 | ;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el index f286fe761c9..e2d393f711a 100644 --- a/lisp/net/eudcb-ldap.el +++ b/lisp/net/eudcb-ldap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend | 1 | ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/eudcb-mab.el b/lisp/net/eudcb-mab.el index bdb021ccae0..b76907bd09d 100644 --- a/lisp/net/eudcb-mab.el +++ b/lisp/net/eudcb-mab.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend | 1 | ;;; eudcb-mab.el --- Emacs Unified Directory Client - AddressBook backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@newartisans.com> | 5 | ;; Author: John Wiegley <johnw@newartisans.com> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/net/eudcb-ph.el b/lisp/net/eudcb-ph.el index 5fed37f90a1..184fdefafb0 100644 --- a/lisp/net/eudcb-ph.el +++ b/lisp/net/eudcb-ph.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend | 1 | ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Janík <Pavel@Janik.cz> |
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 6d26b19a598..949d6d222db 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; goto-addr.el --- click to browse URL or to send to e-mail address | 1 | ;;; goto-addr.el --- click to browse URL or to send to e-mail address |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric Ding <ericding@alum.mit.edu> | 6 | ;; Author: Eric Ding <ericding@alum.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/imap.el b/lisp/net/imap.el index 4f1ef94e01a..0ee4de6fee8 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; imap.el --- imap library | 1 | ;;; imap.el --- imap library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index ca8f70e8547..d0bbe32c65a 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ldap.el --- client interface to LDAP for Emacs | 1 | ;;; ldap.el --- client interface to LDAP for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 6 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index 91f37e8584f..fcfb8524b09 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; net-utils.el --- network functions | 1 | ;;; net-utils.el --- network functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 7 | ;; Created: Sun Mar 16 1997 | 7 | ;; Created: Sun Mar 16 1997 |
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el index 67c8dd43b82..8c588a11451 100644 --- a/lisp/net/netrc.el +++ b/lisp/net/netrc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; netrc.el --- .netrc parsing functionality | 1 | ;;; netrc.el --- .netrc parsing functionality |
| 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 32d2c43f211..475581deaae 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; newsticker.el --- A Newsticker for Emacs. | 1 | ;;; newsticker.el --- A Newsticker for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 27765ed0742..d71d243621f 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; quickurl.el --- insert an URL based on text at point in buffer | 1 | ;;; quickurl.el --- insert an URL based on text at point in buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Pearson <davep@davep.org> | 6 | ;; Author: Dave Pearson <davep@davep.org> |
| 7 | ;; Maintainer: Dave Pearson <davep@davep.org> | 7 | ;; Maintainer: Dave Pearson <davep@davep.org> |
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 06e5c1ad678..3bdcdd92f86 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rcirc.el --- default, simple IRC client. | 1 | ;;; rcirc.el --- default, simple IRC client. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ryan Yeske | 5 | ;; Author: Ryan Yeske |
| 6 | ;; URL: http://www.nongnu.org/rcirc | 6 | ;; URL: http://www.nongnu.org/rcirc |
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el index 52c2a20f5c2..f4e9d312437 100644 --- a/lisp/net/rcompile.el +++ b/lisp/net/rcompile.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rcompile.el --- run a compilation on a remote machine | 1 | ;;; rcompile.el --- run a compilation on a remote machine |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Albert <alon@milcse.rtsg.mot.com> | 6 | ;; Author: Albert <alon@milcse.rtsg.mot.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/rlogin.el b/lisp/net/rlogin.el index 0003fc0bcbe..3f632c6ff95 100644 --- a/lisp/net/rlogin.el +++ b/lisp/net/rlogin.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rlogin.el --- remote login interface | 1 | ;;; rlogin.el --- remote login interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Noah Friedman | 6 | ;; Author: Noah Friedman |
| 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> | 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
diff --git a/lisp/net/snmp-mode.el b/lisp/net/snmp-mode.el index 0ce0b91c037..2abff98c2df 100644 --- a/lisp/net/snmp-mode.el +++ b/lisp/net/snmp-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode | 1 | ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Paul D. Smith <psmith@BayNetworks.com> | 6 | ;; Author: Paul D. Smith <psmith@BayNetworks.com> |
| 7 | ;; Keywords: data | 7 | ;; Keywords: data |
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index b06c9db0396..c02db08d060 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; socks.el --- A Socks v5 Client for Emacs | 1 | ;;; socks.el --- A Socks v5 Client for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William M. Perry <wmperry@gnu.org> | 6 | ;; Author: William M. Perry <wmperry@gnu.org> |
| 7 | ;; Dave Love <fx@gnu.org> | 7 | ;; Dave Love <fx@gnu.org> |
diff --git a/lisp/net/telnet.el b/lisp/net/telnet.el index ef01c96ec8e..69793380910 100644 --- a/lisp/net/telnet.el +++ b/lisp/net/telnet.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer | 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William F. Schelter | 6 | ;; Author: William F. Schelter |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/net/tls.el b/lisp/net/tls.el index 594212923c2..4bd32d75721 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS | 1 | ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: comm, tls, gnutls, ssl | 7 | ;; Keywords: comm, tls, gnutls, ssl |
diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el index c4edd2f3fa4..20a2b000f7e 100644 --- a/lisp/net/tramp-ftp.el +++ b/lisp/net/tramp-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP | 1 | ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 6 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 7 | ;; Keywords: comm, processes | 7 | ;; Keywords: comm, processes |
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index d9994e9dc83..56c91377373 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; -*- coding: utf-8; -*- | 2 | ;;; -*- coding: utf-8; -*- |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, |
| 5 | ;; 2007 Free Software Foundation, Inc. | 5 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> | 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> |
| 8 | ;; Keywords: comm, terminals | 8 | ;; Keywords: comm, terminals |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 899cefc82d8..5a65b95b0f8 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -1594,7 +1594,7 @@ on the remote host.") | |||
| 1594 | 1594 | ||
| 1595 | (defconst tramp-perl-encode | 1595 | (defconst tramp-perl-encode |
| 1596 | "%s -e ' | 1596 | "%s -e ' |
| 1597 | # This script is contributed by Juanma Barranquero <lektu@terra.es>. | 1597 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 1598 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1598 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 1599 | # Free Software Foundation, Inc. | 1599 | # Free Software Foundation, Inc. |
| 1600 | use strict; | 1600 | use strict; |
| @@ -1636,7 +1636,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 1636 | 1636 | ||
| 1637 | (defconst tramp-perl-decode | 1637 | (defconst tramp-perl-decode |
| 1638 | "%s -e ' | 1638 | "%s -e ' |
| 1639 | # This script is contributed by Juanma Barranquero <lektu@terra.es>. | 1639 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 1640 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1640 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 1641 | # Free Software Foundation, Inc. | 1641 | # Free Software Foundation, Inc. |
| 1642 | use strict; | 1642 | use strict; |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index e390df9e9df..689987faff4 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; -*- mode: Emacs-Lisp; coding: utf-8; -*- | 2 | ;;; -*- mode: Emacs-Lisp; coding: utf-8; -*- |
| 3 | ;;; lisp/trampver.el. Generated from trampver.el.in by configure. | 3 | ;;; lisp/trampver.el. Generated from trampver.el.in by configure. |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> | 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> |
| 8 | ;; Keywords: comm, processes | 8 | ;; Keywords: comm, processes |
diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index fea28579b4d..f5f0c32520d 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; webjump.el --- programmable Web hotlist | 1 | ;;; webjump.el --- programmable Web hotlist |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Neil W. Van Dyke <nwv@acm.org> | 6 | ;; Author: Neil W. Van Dyke <nwv@acm.org> |
| 7 | ;; Created: 09-Aug-1996 | 7 | ;; Created: 09-Aug-1996 |
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 23a645d2c8c..ac7592287c0 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; newcomment.el --- (un)comment regions of buffers | 1 | ;;; newcomment.el --- (un)comment regions of buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: code extracted from Emacs-20's simple.el | 6 | ;; Author: code extracted from Emacs-20's simple.el |
| 7 | ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca> | 7 | ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/lisp/novice.el b/lisp/novice.el index bbb7fa6f977..71115c439bb 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs | 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal, help | 7 | ;; Keywords: internal, help |
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el index 7f20ad4b494..6c20b9bffa6 100644 --- a/lisp/obsolete/awk-mode.el +++ b/lisp/obsolete/awk-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs | 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: unix, languages | 7 | ;; Keywords: unix, languages |
diff --git a/lisp/obsolete/bg-mouse.el b/lisp/obsolete/bg-mouse.el index aa4cd8713f4..a7ac2410ced 100644 --- a/lisp/obsolete/bg-mouse.el +++ b/lisp/obsolete/bg-mouse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse | 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Robinson <jr@bbn-unix.arpa> | 6 | ;; Author: John Robinson <jr@bbn-unix.arpa> |
| 7 | ;; Stephen Gildea <gildea@bbn.com> | 7 | ;; Stephen Gildea <gildea@bbn.com> |
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el index cee4b094069..b465c5fbd53 100644 --- a/lisp/obsolete/fast-lock.el +++ b/lisp/obsolete/fast-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode | 1 | ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Marshall <simon@gnu.org> | 6 | ;; Author: Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/float.el b/lisp/obsolete/float.el index ec375bacb76..c3efcf85223 100644 --- a/lisp/obsolete/float.el +++ b/lisp/obsolete/float.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; float.el --- obsolete floating point arithmetic package | 1 | ;;; float.el --- obsolete floating point arithmetic package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Rosenblatt | 6 | ;; Author: Bill Rosenblatt |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index be0b5d622a2..164308171a7 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hilit19.el --- customizable highlighting for Emacs 19 | 1 | ;;; hilit19.el --- customizable highlighting for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jonathan Stigelman <stig@hackvan.com> | 6 | ;; Author: Jonathan Stigelman <stig@hackvan.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/hscroll.el b/lisp/obsolete/hscroll.el index 970fca5f698..d22fa3dc1f7 100644 --- a/lisp/obsolete/hscroll.el +++ b/lisp/obsolete/hscroll.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hscroll.el --- automatically scroll truncated lines horizontally | 1 | ;;; hscroll.el --- automatically scroll truncated lines horizontally |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Wayne Mesard <wmesard@esd.sgi.com> | 6 | ;; Author: Wayne Mesard <wmesard@esd.sgi.com> |
| 7 | ;; Keywords: display | 7 | ;; Keywords: display |
diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el index 729cf0e38a9..a6fbf1f492a 100644 --- a/lisp/obsolete/iso-acc.el +++ b/lisp/obsolete/iso-acc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iso-acc.el --- minor mode providing electric accent keys | 1 | ;;; iso-acc.el --- minor mode providing electric accent keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Johan Vromans | 6 | ;; Author: Johan Vromans |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/iso-insert.el b/lisp/obsolete/iso-insert.el index 49fe9f8a82e..7467c7a2aa4 100644 --- a/lisp/obsolete/iso-insert.el +++ b/lisp/obsolete/iso-insert.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*- | 1 | ;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
diff --git a/lisp/obsolete/iso-swed.el b/lisp/obsolete/iso-swed.el index d8935c76bdc..77fa26608c9 100644 --- a/lisp/obsolete/iso-swed.el +++ b/lisp/obsolete/iso-swed.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys | 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el index d3138b604d2..071f0c673ad 100644 --- a/lisp/obsolete/keyswap.el +++ b/lisp/obsolete/keyswap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- | 1 | ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el index e048b4e82ca..14ea145264a 100644 --- a/lisp/obsolete/lazy-lock.el +++ b/lisp/obsolete/lazy-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode | 1 | ;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Marshall <simon@gnu.org> | 6 | ;; Author: Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/lselect.el b/lisp/obsolete/lselect.el index d457f775a03..13f021149b5 100644 --- a/lisp/obsolete/lselect.el +++ b/lisp/obsolete/lselect.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lselect.el --- Lucid interface to X Selections | 1 | ;;; lselect.el --- Lucid interface to X Selections |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
diff --git a/lisp/obsolete/mlsupport.el b/lisp/obsolete/mlsupport.el index 7e2663ed903..07bd2d387f6 100644 --- a/lisp/obsolete/mlsupport.el +++ b/lisp/obsolete/mlsupport.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mlsupport.el --- run-time support for mocklisp code | 1 | ;;; mlsupport.el --- run-time support for mocklisp code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/obsolete/ooutline.el b/lisp/obsolete/ooutline.el index 9e302e85c71..40ba035058a 100644 --- a/lisp/obsolete/ooutline.el +++ b/lisp/obsolete/ooutline.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ooutline.el --- outline mode commands for Emacs | 1 | ;;; ooutline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993, 1994, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/obsolete/options.el b/lisp/obsolete/options.el index 4659315d590..5d4b0f6a63e 100644 --- a/lisp/obsolete/options.el +++ b/lisp/obsolete/options.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; options.el --- edit Options command for Emacs | 1 | ;;; options.el --- edit Options command for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/obsolete/profile.el b/lisp/obsolete/profile.el index 249b1e599b2..38d18435d37 100644 --- a/lisp/obsolete/profile.el +++ b/lisp/obsolete/profile.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead) | 1 | ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 6 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 7 | ;; Created: 07 Feb 1992 | 7 | ;; Created: 07 Feb 1992 |
diff --git a/lisp/obsolete/rnews.el b/lisp/obsolete/rnews.el index df1d386c77f..fe564366e72 100644 --- a/lisp/obsolete/rnews.el +++ b/lisp/obsolete/rnews.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rnews.el --- USENET news reader for GNU Emacs | 1 | ;;; rnews.el --- USENET news reader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/obsolete/rnewspost.el b/lisp/obsolete/rnewspost.el index 604b03f4308..34061d44bf2 100644 --- a/lisp/obsolete/rnewspost.el +++ b/lisp/obsolete/rnewspost.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs | 1 | ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/obsolete/rsz-mini.el b/lisp/obsolete/rsz-mini.el index 8cbed5f451d..afbc5383008 100644 --- a/lisp/obsolete/rsz-mini.el +++ b/lisp/obsolete/rsz-mini.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents | 1 | ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Noah Friedman <friedman@splode.com> | 6 | ;; Author: Noah Friedman <friedman@splode.com> |
| 7 | ;; Roland McGrath <roland@gnu.org> | 7 | ;; Roland McGrath <roland@gnu.org> |
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el index 03a0ee0734a..026d1ca6077 100644 --- a/lisp/obsolete/scribe.el +++ b/lisp/obsolete/scribe.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands | 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/obsolete/swedish.el b/lisp/obsolete/swedish.el index 41b349aec5a..142bb82ccb6 100644 --- a/lisp/obsolete/swedish.el +++ b/lisp/obsolete/swedish.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; swedish.el --- miscellaneous functions for dealing with Swedish | 1 | ;;; swedish.el --- miscellaneous functions for dealing with Swedish |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
diff --git a/lisp/obsolete/uncompress.el b/lisp/obsolete/uncompress.el index 5fc00adb49a..1ca86c20120 100644 --- a/lisp/obsolete/uncompress.el +++ b/lisp/obsolete/uncompress.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files | 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: files | 7 | ;; Keywords: files |
diff --git a/lisp/obsolete/x-menu.el b/lisp/obsolete/x-menu.el index e500512cce1..dfb0b17baa1 100644 --- a/lisp/obsolete/x-menu.el +++ b/lisp/obsolete/x-menu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; x-menu.el --- menu support for X | 1 | ;;; x-menu.el --- menu support for X |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/outline.el b/lisp/outline.el index a1ed3d44f7f..f075a474810 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; outline.el --- outline mode commands for Emacs | 1 | ;;; outline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/paren.el b/lisp/paren.el index 7deb9172a39..db8da4165d7 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; paren.el --- highlight matching paren | 1 | ;;; paren.el --- highlight matching paren |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: rms@gnu.org | 6 | ;; Author: rms@gnu.org |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/paths.el b/lisp/paths.el index d335c758a3d..dfa7e510b29 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- | 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1988, 1994, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1986, 1988, 1994, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/pcmpl-cvs.el b/lisp/pcmpl-cvs.el index 84915a78cff..a1e980d6341 100644 --- a/lisp/pcmpl-cvs.el +++ b/lisp/pcmpl-cvs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcmpl-cvs.el --- functions for dealing with cvs completions | 1 | ;;; pcmpl-cvs.el --- functions for dealing with cvs completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 6431e36f5ad..4db911f0499 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcmpl-gnu.el --- completions for GNU project tools | 1 | ;;; pcmpl-gnu.el --- completions for GNU project tools |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index c2b2fcb8dae..ae6ec7dc12a 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions | 1 | ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index 4fe7f22c46d..89cd8eaaf4f 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcmpl-rpm.el --- functions for dealing with rpm completions | 1 | ;;; pcmpl-rpm.el --- functions for dealing with rpm completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index cb1866df2ea..f67f1107779 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcmpl-unix.el --- standard UNIX completions | 1 | ;;; pcmpl-unix.el --- standard UNIX completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 8116ad91fd2..3ca88afd306 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcomplete.el --- programmable completion | 1 | ;;; pcomplete.el --- programmable completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Keywords: processes abbrev | 7 | ;; Keywords: processes abbrev |
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 87f543eac36..fa6f2b1c050 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS | 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el index 25fe2069909..65c2c242a9f 100644 --- a/lisp/pcvs-info.el +++ b/lisp/pcvs-info.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry | 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el index 61ee7b4bea2..f4ebee2cafc 100644 --- a/lisp/pcvs-parse.el +++ b/lisp/pcvs-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-parse.el --- the CVS output parser | 1 | ;;; pcvs-parse.el --- the CVS output parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index e5ab1638c60..bd4efef8d55 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- | 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index f9c71c34192..c4a7f67d930 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs.el --- a front-end to CVS | 1 | ;;; pcvs.el --- a front-end to CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com | 6 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com |
| 7 | ;; (Per Cederqvist) ceder@lysator.liu.se | 7 | ;; (Per Cederqvist) ceder@lysator.liu.se |
diff --git a/lisp/pgg-def.el b/lisp/pgg-def.el index e6c309b648a..f5eb2f14870 100644 --- a/lisp/pgg-def.el +++ b/lisp/pgg-def.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg-def.el --- functions/macros for defining PGG functions | 1 | ;;; pgg-def.el --- functions/macros for defining PGG functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Created: 1999/11/02 | 7 | ;; Created: 1999/11/02 |
diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el index df98e94e305..85a4e17d592 100644 --- a/lisp/pgg-gpg.el +++ b/lisp/pgg-gpg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg-gpg.el --- GnuPG support for PGG. | 1 | ;;; pgg-gpg.el --- GnuPG support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Symmetric encryption and gpg-agent support added by: | 7 | ;; Symmetric encryption and gpg-agent support added by: |
diff --git a/lisp/pgg-parse.el b/lisp/pgg-parse.el index 87bafc08fd4..813b111419d 100644 --- a/lisp/pgg-parse.el +++ b/lisp/pgg-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg-parse.el --- OpenPGP packet parsing | 1 | ;;; pgg-parse.el --- OpenPGP packet parsing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Created: 1999/10/28 | 7 | ;; Created: 1999/10/28 |
diff --git a/lisp/pgg-pgp.el b/lisp/pgg-pgp.el index 36f72eff8e1..2cb5b03be95 100644 --- a/lisp/pgg-pgp.el +++ b/lisp/pgg-pgp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. | 1 | ;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Created: 1999/11/02 | 7 | ;; Created: 1999/11/02 |
diff --git a/lisp/pgg-pgp5.el b/lisp/pgg-pgp5.el index 05274d16e36..599beb153d4 100644 --- a/lisp/pgg-pgp5.el +++ b/lisp/pgg-pgp5.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg-pgp5.el --- PGP 5.* support for PGG. | 1 | ;;; pgg-pgp5.el --- PGP 5.* support for PGG. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Created: 1999/11/02 | 7 | ;; Created: 1999/11/02 |
diff --git a/lisp/pgg.el b/lisp/pgg.el index 26911974ea6..3de9b5e20a4 100644 --- a/lisp/pgg.el +++ b/lisp/pgg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pgg.el --- glue for the various PGP implementations. | 1 | ;;; pgg.el --- glue for the various PGP implementations. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de> | 7 | ;; Symmetric encryption added by: Sascha Wilde <wilde@sha-bang.de> |
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index c3d3f62e187..735c956306a 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; 5x5.el --- simple little puzzle game | 1 | ;;; 5x5.el --- simple little puzzle game |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Pearson <davep@davep.org> | 6 | ;; Author: Dave Pearson <davep@davep.org> |
| 7 | ;; Maintainer: Dave Pearson <davep@davep.org> | 7 | ;; Maintainer: Dave Pearson <davep@davep.org> |
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 78f50aa520a..3f72dc18fab 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; animate.el --- make text dance | 1 | ;;; animate.el --- make text dance |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Richard Stallman <rms@gnu.org> | 6 | ;; Maintainer: Richard Stallman <rms@gnu.org> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 48a6e4bd046..e54dad675a8 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> | 6 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index 69ac85a55ba..251f8ef9218 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Decency Act snoops, if any. | 2 | ;;; Decency Act snoops, if any. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004, |
| 5 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: games | 8 | ;; Keywords: games |
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index fbbf23d99eb..d0e7ce6dd93 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cookie1.el --- retrieve random phrases from fortune cookie files | 1 | ;;; cookie1.el --- retrieve random phrases from fortune cookie files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 930cee7f9d5..57b19111ac3 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers | 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> | 6 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index 7a067868f54..fb44cf095cb 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dissociate.el --- scramble text amusingly for Emacs | 1 | ;;; dissociate.el --- scramble text amusingly for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 557949480ed..0cd5985dd77 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; doctor.el --- psychological help for frustrated users | 1 | ;;; doctor.el --- psychological help for frustrated users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 95c16849dce..1a8c7835446 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dunnet.el --- text adventure for Emacs -*- byte-compile-warnings: nil -*- | 1 | ;;; dunnet.el --- text adventure for Emacs -*- byte-compile-warnings: nil -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ron Schnell <ronnie@driver-aces.com> | 6 | ;; Author: Ron Schnell <ronnie@driver-aces.com> |
| 7 | ;; Created: 25 Jul 1992 | 7 | ;; Created: 25 Jul 1992 |
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 7e0bdc27068..163ce301b83 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fortune.el --- use fortune to create signatures | 1 | ;;; fortune.el --- use fortune to create signatures |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> | 6 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> |
| 7 | ;; Keywords: games utils mail | 7 | ;; Keywords: games utils mail |
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index d604715d4d7..c1a99e9afff 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs | 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 7 | ;; Version: 1.02 | 7 | ;; Version: 1.02 |
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index ba35fb63fc6..d87102b8014 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gametree.el --- manage game analysis trees in Emacs | 1 | ;;; gametree.el --- manage game analysis trees in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ian T Zimmerman <itz@rahul.net> | 6 | ;; Author: Ian T Zimmerman <itz@rahul.net> |
| 7 | ;; Created: Wed Dec 10 07:41:46 PST 1997 | 7 | ;; Created: Wed Dec 10 07:41:46 PST 1997 |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index bbeab1e1002..428a100954f 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gomoku.el --- Gomoku game between you and Emacs | 1 | ;;; gomoku.el --- Gomoku game between you and Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 236c415dfcd..0fe05054586 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- | 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) | 6 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) |
| 7 | ;; Created: October 21 1996 | 7 | ;; Created: October 21 1996 |
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index ca5aa1d6089..55ad6017885 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; landmark.el --- neural-network robot that learns landmarks | 1 | ;;; landmark.el --- neural-network robot that learns landmarks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) | 6 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) |
| 7 | ;; Created: December 16, 1996 - first release to usenet | 7 | ;; Created: December 16, 1996 - first release to usenet |
diff --git a/lisp/play/life.el b/lisp/play/life.el index 326e0bf32a9..f1982652941 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs | 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kyle Jones <kyleuunet.uu.net> | 6 | ;; Author: Kyle Jones <kyleuunet.uu.net> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index 62752dafd1b..5197627d8fa 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- | 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> | 6 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 8b40b4187c6..e6f12daab65 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs | 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 7 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/play/pong.el b/lisp/play/pong.el index a5a54f8b69c..de49b918f27 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pong.el --- classical implementation of pong | 1 | ;;; pong.el --- classical implementation of pong |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Benjamin Drieu <bdrieu@april.org> | 6 | ;; Author: Benjamin Drieu <bdrieu@april.org> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index 331d79d675f..3b66782f3aa 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; snake.el --- implementation of Snake for Emacs | 1 | ;;; snake.el --- implementation of Snake for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 7 | ;; Created: 1997-09-10 | 7 | ;; Created: 1997-09-10 |
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el index e5dde1fe79c..05eca45379d 100644 --- a/lisp/play/solitaire.el +++ b/lisp/play/solitaire.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; solitaire.el --- game of solitaire in Emacs Lisp | 1 | ;;; solitaire.el --- game of solitaire in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> | 6 | ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> |
| 7 | ;; Created: Fri afternoon, Jun 3, 1994 | 7 | ;; Created: Fri afternoon, Jun 3, 1994 |
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 9901ce9e2e9..3de28774b0e 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater | 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index b81dbeab871..11b081243b6 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tetris.el --- implementation of Tetris for Emacs | 1 | ;;; tetris.el --- implementation of Tetris for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 7 | ;; Version: 2.01 | 7 | ;; Version: 2.01 |
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 702052f52d6..9fe3ddf6315 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; yow.el --- quote random zippyisms | 1 | ;;; yow.el --- quote random zippyisms |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Author: Richard Mlynarik | 7 | ;; Author: Richard Mlynarik |
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 8a563ca8b27..a2979bfeef1 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; zone.el --- idle display hacks | 1 | ;;; zone.el --- idle display hacks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> | 6 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> |
| 7 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> | 7 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> |
diff --git a/lisp/printing.el b/lisp/printing.el index 578f1a93d85..22af71879e6 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; printing.el --- printing utilities | 1 | ;;; printing.el --- printing utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2003, 2004, 2005, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index b3f059b2b34..be2d320351d 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ada-prj.el --- GUI editing of project files for the ada-mode | 1 | ;;; ada-prj.el --- GUI editing of project files for the ada-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Emmanuel Briot <briot@gnat.com> | 6 | ;; Author: Emmanuel Briot <briot@gnat.com> |
| 7 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> | 7 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> |
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index a881753a0ab..e36861c55e0 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates | 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <ebert@waporo.muc.de> | 6 | ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <ebert@waporo.muc.de> |
| 7 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> | 7 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index bf6f46a06bd..969ad7d667f 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; antlr-mode.el --- major mode for ANTLR grammar files | 1 | ;;; antlr-mode.el --- major mode for ANTLR grammar files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Christoph.Wedler@sap.com | 6 | ;; Author: Christoph.Wedler@sap.com |
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 591adbd4392..051c34524a0 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; asm-mode.el --- mode for editing assembler code | 1 | ;;; asm-mode.el --- mode for editing assembler code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index d47a1c4d2cc..def9f05072d 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoconf.el --- mode for editing Autoconf configure.in files | 1 | ;;; autoconf.el --- mode for editing Autoconf configure.in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index 40dd3b5831e..7fde9f62162 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-align.el --- custom indentation functions for CC Mode | 1 | ;;; cc-align.el --- custom indentation functions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2004- Alan Mackenzie | 7 | ;; Authors: 2004- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 33467671170..d9a70558697 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-awk.el --- AWK specific code within cc-mode. | 1 | ;;; cc-awk.el --- AWK specific code within cc-mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) | 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index 935cba76fcf..4ac6091798c 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation | 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Martin Stjernholm | 6 | ;; Author: Martin Stjernholm |
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 2b80f455e55..8d3facb08b6 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-cmds.el --- user level commands for CC Mode | 1 | ;;; cc-cmds.el --- user level commands for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2003- Alan Mackenzie | 7 | ;; Authors: 2003- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-compat.el b/lisp/progmodes/cc-compat.el index 81739f5adf1..4700db5e3b3 100644 --- a/lisp/progmodes/cc-compat.el +++ b/lisp/progmodes/cc-compat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion | 1 | ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 1998- Martin Stjernholm | 7 | ;; Authors: 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index e556576ca91..288aca687aa 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-defs.el --- compile time definitions for CC Mode | 1 | ;;; cc-defs.el --- compile time definitions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2003- Alan Mackenzie | 7 | ;; Authors: 2003- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 7666da75f9b..7cac158166e 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-engine.el --- core syntax guessing engine for CC mode | 1 | ;;; cc-engine.el --- core syntax guessing engine for CC mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2001- Alan Mackenzie | 7 | ;; Authors: 2001- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index b9771260b02..69774b6ce9c 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-fonts.el --- font lock support for CC Mode | 1 | ;;; cc-fonts.el --- font lock support for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 6 | ;; 2002- Martin Stjernholm | 6 | ;; 2002- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index a4dfe41ca78..ea527730620 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-langs.el --- language specific settings for CC Mode | 1 | ;;; cc-langs.el --- language specific settings for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2002- Alan Mackenzie | 7 | ;; Authors: 2002- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index eced014d4e6..5a7c0f2c6a2 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-menus.el --- imenu support for CC Mode | 1 | ;;; cc-menus.el --- imenu support for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 1998- Martin Stjernholm | 7 | ;; Authors: 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 711fa02b2f4..09ca49fe447 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-mode.el --- major mode for editing C and similar languages | 1 | ;;; cc-mode.el --- major mode for editing C and similar languages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2003- Alan Mackenzie | 7 | ;; Authors: 2003- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 1ffcb170ca3..41f1836c0a4 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-styles.el --- support for styles in CC Mode | 1 | ;;; cc-styles.el --- support for styles in CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2004- Alan Mackenzie | 7 | ;; Authors: 2004- Alan Mackenzie |
diff --git a/lisp/progmodes/cc-subword.el b/lisp/progmodes/cc-subword.el index 0838a2ef6af..65e529be8b6 100644 --- a/lisp/progmodes/cc-subword.el +++ b/lisp/progmodes/cc-subword.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-subword.el --- Handling capitalized subwords in a nomenclature | 1 | ;;; cc-subword.el --- Handling capitalized subwords in a nomenclature |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masatake YAMATO | 5 | ;; Author: Masatake YAMATO |
| 6 | 6 | ||
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 6110ab2250f..25adb2be01b 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cc-vars.el --- user customization variables for CC Mode | 1 | ;;; cc-vars.el --- user customization variables for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Authors: 2002- Alan Mackenzie | 7 | ;; Authors: 2002- Alan Mackenzie |
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 06f464b29ce..4e704001fb9 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cfengine.el --- mode for editing Cfengine files | 1 | ;;; cfengine.el --- mode for editing Cfengine files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 4722f0ca4ae..0e900a2a1e8 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cmacexp.el --- expand C macros in a region | 1 | ;;; cmacexp.el --- expand C macros in a region |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Francesco Potorti` <pot@gnu.org> | 6 | ;; Author: Francesco Potorti` <pot@gnu.org> |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 29376579c1c..6bdf79d16e7 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cperl-mode.el --- Perl code editing commands for Emacs | 1 | ;;; cperl-mode.el --- Perl code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, |
| 4 | ;; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Ilya Zakharevich and Bob Olson | 7 | ;; Author: Ilya Zakharevich and Bob Olson |
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 05b8b59c00f..4160b0f7728 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals | 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation | 4 | ;; Free Software Foundation |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 8ecf4119825..82c8c290630 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions | 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren <andersl@andersl.com> |
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 4546880cca5..0f19ea3327c 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dcl-mode.el --- major mode for editing DCL command files | 1 | ;;; dcl-mode.el --- major mode for editing DCL command files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> | 6 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> |
diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index 0cefa73b592..d98bb62c0ba 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs | 1 | ;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ray Blaak <blaak@infomatch.com> | 6 | ;; Author: Ray Blaak <blaak@infomatch.com> |
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index 44034bde3d5..f2d8271be01 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) | 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 8f6ecd99d24..d9db3c2a6c3 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-bnf.el --- parser for EBNF | 1 | ;;; ebnf-bnf.el --- parser for EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 855dd3813b8..2f651a70a76 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) | 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 90acb3b0b0c..8d94c2de1e8 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) | 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index 9b670b4dbfe..4beb198e24a 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-iso.el --- parser for ISO EBNF | 1 | ;;; ebnf-iso.el --- parser for ISO EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index c4f9fdcd8c1..698807edfde 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer | 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index 14640649d02..d78d944a76a 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison | 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 66aefe66045..27eaeb187f4 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript | 1 | ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 3fe83d9ead5..6bd7e8c780c 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility | 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation Inc. | 5 | ;; Free Software Foundation Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 7 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 302fa6567bc..21a5593c659 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; etags.el --- etags facility for Emacs | 1 | ;;; etags.el --- etags facility for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Roland McGrath <roland@gnu.org> | 7 | ;; Author: Roland McGrath <roland@gnu.org> |
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 3f46b0bbbe3..d6673d91d98 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- | 1 | ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 29ffbcfe6b1..df10b5ecd30 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; f90.el --- Fortran-90 mode (free format) | 1 | ;;; f90.el --- Fortran-90 mode (free format) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se> | 6 | ;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 1e144282de5..6de464b3b0d 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flymake.el -- a universal on-the-fly syntax checker | 1 | ;;; flymake.el -- a universal on-the-fly syntax checker |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 6 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 1954319269d..21413e5b43a 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fortran.el --- Fortran mode for GNU Emacs | 1 | ;;; fortran.el --- Fortran mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Michael D. Prange <prange@erl.mit.edu> | 7 | ;; Author: Michael D. Prange <prange@erl.mit.edu> |
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 32db8850b66..eee68fb2b6f 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: unix, tools | 5 | ;; Keywords: unix, tools |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 7 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 8 | ;; Free Software Foundation, Inc. | 8 | ;; Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -881,11 +881,23 @@ type_changed=\".*?\".*?}") | |||
| 881 | (setq gdb-pending-triggers | 881 | (setq gdb-pending-triggers |
| 882 | (delq 'gdb-var-update gdb-pending-triggers))) | 882 | (delq 'gdb-var-update gdb-pending-triggers))) |
| 883 | 883 | ||
| 884 | (defun gdb-var-set-format (format) | ||
| 885 | "Set the output format for a variable displayed in the speedbar." | ||
| 886 | (let* ((var (nth (- (count-lines (point-min) (point)) 2) gdb-var-list)) | ||
| 887 | (varnum (car var))) | ||
| 888 | (gdb-enqueue-input | ||
| 889 | (list | ||
| 890 | (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdba) | ||
| 891 | (concat "server interpreter mi \"-var-set-format " | ||
| 892 | varnum " " format "\"\n") | ||
| 893 | (concat "-var-set-format " varnum " " format "\n")) | ||
| 894 | 'ignore)) | ||
| 895 | (gdb-var-update-1))) | ||
| 896 | |||
| 884 | (defun gdb-var-delete-1 (varnum) | 897 | (defun gdb-var-delete-1 (varnum) |
| 885 | (gdb-enqueue-input | 898 | (gdb-enqueue-input |
| 886 | (list | 899 | (list |
| 887 | (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) | 900 | (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdba) |
| 888 | 'gdba) | ||
| 889 | (concat "server interpreter mi \"-var-delete " varnum "\"\n") | 901 | (concat "server interpreter mi \"-var-delete " varnum "\"\n") |
| 890 | (concat "-var-delete " varnum "\n")) | 902 | (concat "-var-delete " varnum "\n")) |
| 891 | 'ignore)) | 903 | 'ignore)) |
| @@ -1244,7 +1256,9 @@ This filter may simply queue input for a later time." | |||
| 1244 | ;; | 1256 | ;; |
| 1245 | 1257 | ||
| 1246 | (defcustom gud-gdb-command-name "gdb --annotate=3" | 1258 | (defcustom gud-gdb-command-name "gdb --annotate=3" |
| 1247 | "Default command to execute an executable under the GDB debugger." | 1259 | "Default command to execute an executable under the GDB debugger. |
| 1260 | The option \"--annotate=3\" must be included in this value if you | ||
| 1261 | want the GDB Graphical Interface." | ||
| 1248 | :type 'string | 1262 | :type 'string |
| 1249 | :group 'gud | 1263 | :group 'gud |
| 1250 | :version "22.1") | 1264 | :version "22.1") |
| @@ -3473,9 +3487,9 @@ is set in them." | |||
| 3473 | (gdb-enqueue-input | 3487 | (gdb-enqueue-input |
| 3474 | (list | 3488 | (list |
| 3475 | (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdba) | 3489 | (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdba) |
| 3476 | (concat "server interpreter mi \"-var-list-children --all-values " | 3490 | (concat "server interpreter mi \"-var-list-children --all-values \\\"" |
| 3477 | varnum "\"\n") | 3491 | varnum "\\\"\"\n") |
| 3478 | (concat "-var-list-children --all-values " varnum "\n")) | 3492 | (concat "-var-list-children --all-values \"" varnum "\"\n")) |
| 3479 | `(lambda () (gdb-var-list-children-handler-1 ,varnum))))) | 3493 | `(lambda () (gdb-var-list-children-handler-1 ,varnum))))) |
| 3480 | 3494 | ||
| 3481 | (defconst gdb-var-list-children-regexp-1 | 3495 | (defconst gdb-var-list-children-regexp-1 |
diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el index c2aa2dbb3ac..a198fdfc672 100644 --- a/lisp/progmodes/glasses.el +++ b/lisp/progmodes/glasses.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; glasses.el --- make cantReadThis readable | 1 | ;;; glasses.el --- make cantReadThis readable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 5875e794828..4e9d73c0a00 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Keywords: unix, tools | 5 | ;; Keywords: unix, tools |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003, | 7 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003, |
| 8 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 8 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -379,9 +379,10 @@ we're in the GUD buffer)." | |||
| 379 | (defun ,func (arg) | 379 | (defun ,func (arg) |
| 380 | ,@(if doc (list doc)) | 380 | ,@(if doc (list doc)) |
| 381 | (interactive "p") | 381 | (interactive "p") |
| 382 | ,(if (stringp cmd) | 382 | (if (not gud-running) |
| 383 | `(gud-call ,cmd arg) | 383 | ,(if (stringp cmd) |
| 384 | cmd)) | 384 | `(gud-call ,cmd arg) |
| 385 | cmd))) | ||
| 385 | ,(if key `(local-set-key ,(concat "\C-c" key) ',func)) | 386 | ,(if key `(local-set-key ,(concat "\C-c" key) ',func)) |
| 386 | ,(if key `(global-set-key (vconcat gud-key-prefix ,key) ',func)))) | 387 | ,(if key `(global-set-key (vconcat gud-key-prefix ,key) ',func)))) |
| 387 | 388 | ||
| @@ -473,7 +474,13 @@ t means that there is no stack, and we are in display-file mode.") | |||
| 473 | ["Auto raise frame" gdb-speedbar-auto-raise | 474 | ["Auto raise frame" gdb-speedbar-auto-raise |
| 474 | :style toggle :selected gdb-speedbar-auto-raise | 475 | :style toggle :selected gdb-speedbar-auto-raise |
| 475 | :visible (memq (buffer-local-value 'gud-minor-mode gud-comint-buffer) | 476 | :visible (memq (buffer-local-value 'gud-minor-mode gud-comint-buffer) |
| 476 | '(gdbmi gdba))]) | 477 | '(gdbmi gdba))] |
| 478 | ("Output Format" | ||
| 479 | :visible (memq (buffer-local-value 'gud-minor-mode gud-comint-buffer) | ||
| 480 | '(gdbmi gdba)) | ||
| 481 | ["Binary" (gdb-var-set-format "binary") t] | ||
| 482 | ["Natural" (gdb-var-set-format "natural") t] | ||
| 483 | ["Hexadecimal" (gdb-var-set-format "hexadecimal") t])) | ||
| 477 | "Additional menu items to add to the speedbar frame.") | 484 | "Additional menu items to add to the speedbar frame.") |
| 478 | 485 | ||
| 479 | ;; Make sure our special speedbar mode is loaded | 486 | ;; Make sure our special speedbar mode is loaded |
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index bb791b18c1b..126b5310ccc 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hideif.el --- hides selected code within ifdef | 1 | ;;; hideif.el --- hides selected code within ifdef |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| @@ -143,6 +143,20 @@ | |||
| 143 | map) | 143 | map) |
| 144 | "Keymap used with `hide-ifdef-mode'.") | 144 | "Keymap used with `hide-ifdef-mode'.") |
| 145 | 145 | ||
| 146 | (easy-menu-define hide-ifdef-mode-menu hide-ifdef-mode-map | ||
| 147 | "Menu for `hide-ifdef-mode'." | ||
| 148 | '("Hide-Ifdef" | ||
| 149 | ["Hide some ifdefs" hide-ifdefs t] | ||
| 150 | ["Show all ifdefs" show-ifdefs t] | ||
| 151 | ["Hide ifdef block" hide-ifdef-block t] | ||
| 152 | ["Show ifdef block" show-ifdef-block t] | ||
| 153 | ["Define a variable" hide-ifdef-define t] | ||
| 154 | ["Define an alist" hide-ifdef-set-define-alist t] | ||
| 155 | ["Use an alist" hide-ifdef-use-define-alist t] | ||
| 156 | ["Undefine a variable" hide-ifdef-undef t] | ||
| 157 | ["Toggle read only" hide-ifdef-toggle-read-only | ||
| 158 | :style toggle :selected hide-ifdef-read-only])) | ||
| 159 | |||
| 146 | (defvar hide-ifdef-hiding nil | 160 | (defvar hide-ifdef-hiding nil |
| 147 | "Non-nil when text may be hidden.") | 161 | "Non-nil when text may be hidden.") |
| 148 | 162 | ||
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 77a38f6016d..f10b6f01a5a 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; icon.el --- mode for editing Icon code | 1 | ;;; icon.el --- mode for editing Icon code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Chris Smith <csmith@convex.com> | 6 | ;; Author: Chris Smith <csmith@convex.com> |
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index cfd9834abca..22f673149dc 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-complete-structtag.el --- Completion of structure tags. | 1 | ;;; idlw-complete-structtag.el --- Completion of structure tags. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 69f24686e82..147b0afd2e2 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE | 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 732310d761e..20f52fb13b0 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; idlw-shell.el --- run IDL as an inferior process of Emacs. | 1 | ;; idlw-shell.el --- run IDL as an inferior process of Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 4400c30b09d..875b1371f5c 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE | 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index b893a72679d..8de8c8a3f08 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; idlwave.el --- IDL editing mode for GNU Emacs | 1 | ;; idlwave.el --- IDL editing mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 57142c0c043..89a2890973c 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inf-lisp.el --- an inferior-lisp mode | 1 | ;;; inf-lisp.el --- an inferior-lisp mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el index c69b7a13cb9..a0232cdde1d 100644 --- a/lisp/progmodes/ld-script.el +++ b/lisp/progmodes/ld-script.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ld-script.el --- GNU linker script editing mode for Emacs | 1 | ;;; ld-script.el --- GNU linker script editing mode for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masatake YAMATO<jet@gyve.org> | 6 | ;; Author: Masatake YAMATO<jet@gyve.org> |
diff --git a/lisp/progmodes/m4-mode.el b/lisp/progmodes/m4-mode.el index 831d0fd5bb9..c5a0054669e 100644 --- a/lisp/progmodes/m4-mode.el +++ b/lisp/progmodes/m4-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs | 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andrew Csillag <drew_csillag@geocities.com> | 6 | ;; Author: Andrew Csillag <drew_csillag@geocities.com> |
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index d3caaf36fc9..450532a7241 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; make-mode.el --- makefile editing commands for Emacs | 1 | ;;; make-mode.el --- makefile editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> | 6 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> |
diff --git a/lisp/progmodes/mantemp.el b/lisp/progmodes/mantemp.el index 63661eeb27d..d87fdbbfde2 100644 --- a/lisp/progmodes/mantemp.el +++ b/lisp/progmodes/mantemp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output | 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Tom Houlder <thoulder@icor.fr> | 6 | ;; Author: Tom Houlder <thoulder@icor.fr> |
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index c70f5cdb6a1..fe826358626 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources | 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> | 6 | ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> |
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index f4ab9e5e4f3..75e6bb52d37 100644 --- a/lisp/progmodes/mixal-mode.el +++ b/lisp/progmodes/mixal-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. | 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> | 6 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> |
diff --git a/lisp/progmodes/octave-hlp.el b/lisp/progmodes/octave-hlp.el index 744d4cf13bf..6c68671491b 100644 --- a/lisp/progmodes/octave-hlp.el +++ b/lisp/progmodes/octave-hlp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; octave-hlp.el --- getting help on Octave symbols using info | 1 | ;;; octave-hlp.el --- getting help on Octave symbols using info |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 7620649981c..791f42307f3 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process | 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index e8246ddb816..2619c48bf11 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; octave-mod.el --- editing Octave source files under Emacs | 1 | ;;; octave-mod.el --- editing Octave source files under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 6 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 02fdbbbf050..6dca919ba25 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs | 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Espen Skoglund <esk@gnu.org> | 6 | ;; Author: Espen Skoglund <esk@gnu.org> |
| 7 | ;; Keywords: languages | 7 | ;; Keywords: languages |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 0ccb643bc75..927b8c25d7b 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs | 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1990, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William F. Mann | 6 | ;; Author: William F. Mann |
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index dd3503f16b0..2ad1ee2b653 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; prolog.el --- major mode for editing and running Prolog under Emacs | 1 | ;;; prolog.el --- major mode for editing and running Prolog under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1986, 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index cc4e2a4f69b..02c81f46ff3 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs | 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> | 6 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 66779acb103..bef282f5e98 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; python.el --- silly walks for Python -*- coding: iso-8859-1 -*- | 1 | ;;; python.el --- silly walks for Python -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index e5fb8cbc7f8..c427eddf871 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode | 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1988, 1997, 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1986, 1987, 1988, 1997, 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> | 6 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> |
| 7 | ;; Adapted-by: Dave Love <d.love@dl.ac.uk> | 7 | ;; Adapted-by: Dave Love <d.love@dl.ac.uk> |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index ed3fce12d60..e1ad1b585e3 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sh-script.el --- shell-script editing commands for Emacs | 1 | ;;; sh-script.el --- shell-script editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2001, 2002, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Version: 2.0f | 7 | ;; Version: 2.0f |
| @@ -542,7 +542,7 @@ sign. See `sh-feature'." | |||
| 542 | "The width for further indentation in Shell-Script mode." | 542 | "The width for further indentation in Shell-Script mode." |
| 543 | :type 'integer | 543 | :type 'integer |
| 544 | :group 'sh-script) | 544 | :group 'sh-script) |
| 545 | 545 | (put 'sh-indentation 'safe-local-variable 'integerp) | |
| 546 | 546 | ||
| 547 | (defcustom sh-remember-variable-min 3 | 547 | (defcustom sh-remember-variable-min 3 |
| 548 | "Don't remember variables less than this length for completing reads." | 548 | "Don't remember variables less than this length for completing reads." |
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index e0b04cfebe8..9c2c48f6eda 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs | 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> | 6 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index a03b58b466c..525973fd583 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sql.el --- specialized comint.el for SQL interpreters | 1 | ;;; sql.el --- specialized comint.el for SQL interpreters |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index f9fd7beffd2..5a101aa1c27 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tcl.el --- Tcl code editing commands for Emacs | 1 | ;;; tcl.el --- Tcl code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 11f47b40592..17724a17cb3 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vera-mode.el --- major mode for editing Vera files. | 1 | ;;; vera-mode.el --- major mode for editing Vera files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Reto Zimmermann <reto@gnu.org> | 6 | ;; Author: Reto Zimmermann <reto@gnu.org> |
| 7 | ;; Maintainer: Reto Zimmermann <reto@gnu.org> | 7 | ;; Maintainer: Reto Zimmermann <reto@gnu.org> |
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 7533d4dd49e..54a3f0f6f80 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; verilog-mode.el --- major mode for editing verilog source in Emacs | 1 | ;; verilog-mode.el --- major mode for editing verilog source in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael McNamara (mac@verilog.com) | 6 | ;; Author: Michael McNamara (mac@verilog.com) |
| 7 | ;; http://www.verilog.com | 7 | ;; http://www.verilog.com |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 171bb286652..98818ea8354 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code | 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Reto Zimmermann <reto@gnu.org> | 6 | ;; Authors: Reto Zimmermann <reto@gnu.org> |
| 7 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> | 7 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> |
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 577ad024a2b..485a5583894 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; which-func.el --- print current function in mode line | 1 | ;;; which-func.el --- print current function in mode line |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Rezinsky <alexr@msil.sps.mot.com> | 6 | ;; Author: Alex Rezinsky <alexr@msil.sps.mot.com> |
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index f437bb7da37..750ff21304f 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xscheme.el --- run MIT Scheme under Emacs | 1 | ;;; xscheme.el --- run MIT Scheme under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 097bd18bb1a..6bf24b3558c 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print | 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 6 | ;; 2008 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 8 | 9 | ||
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index fcad2c85bdf..80cedfe51cb 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ps-mule.el --- provide multi-byte character facility to ps-print | 1 | ;;; ps-mule.el --- provide multi-byte character facility to ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 7 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index fdceffd9721..487332f6323 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ps-print.el --- print text from the buffer as PostScript | 1 | ;;; ps-print.el --- print text from the buffer as PostScript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 6 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 7 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 7 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
diff --git a/lisp/recentf.el b/lisp/recentf.el index ce342d87639..d1723969b3c 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; recentf.el --- setup a menu of recently opened files | 1 | ;;; recentf.el --- setup a menu of recently opened files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 6 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Created: July 19 1999 | 7 | ;; Created: July 19 1999 |
diff --git a/lisp/rect.el b/lisp/rect.el index 9655c09b80f..aceea3369ce 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rect.el --- rectangle functions for GNU Emacs | 1 | ;;; rect.el --- rectangle functions for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1985, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 6 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/register.el b/lisp/register.el index 5648ca385a8..e25f5329a69 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; register.el --- register commands for Emacs | 1 | ;;; register.el --- register commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/repeat.el b/lisp/repeat.el index 1a1d081b06e..8e97abf32e9 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; repeat.el --- convenient way to repeat the previous command | 1 | ;;; repeat.el --- convenient way to repeat the previous command |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Will Mengarini <seldon@eskimo.com> | 6 | ;; Author: Will Mengarini <seldon@eskimo.com> |
| 7 | ;; Created: Mo 02 Mar 98 | 7 | ;; Created: Mo 02 Mar 98 |
diff --git a/lisp/replace.el b/lisp/replace.el index 8bf6da30386..0217e73e44c 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; replace.el --- replace commands for Emacs | 1 | ;;; replace.el --- replace commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1996, 1997, 2000, 2001, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1996, 1997, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/reposition.el b/lisp/reposition.el index 6ebbe57840d..f19111cc8e5 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reposition.el --- center a Lisp function or comment on the screen | 1 | ;;; reposition.el --- center a Lisp function or comment on the screen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> | 6 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> |
| 7 | ;; Created: Jan 1991 | 7 | ;; Created: Jan 1991 |
diff --git a/lisp/resume.el b/lisp/resume.el index d7dfb6ab43e..8d9232b2f26 100644 --- a/lisp/resume.el +++ b/lisp/resume.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; resume.el --- process command line args from within a suspended Emacs job | 1 | ;;; resume.el --- process command line args from within a suspended Emacs job |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> | 6 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
diff --git a/lisp/reveal.el b/lisp/reveal.el index 130511d7666..70c43a79efc 100644 --- a/lisp/reveal.el +++ b/lisp/reveal.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reveal.el --- Automatically reveal hidden text at point | 1 | ;;; reveal.el --- Automatically reveal hidden text at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index ced5ed3f368..cd8ea60c649 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfn-eshadow.el --- Highlight `shadowed' part of read-file-name input text | 1 | ;;; rfn-eshadow.el --- Highlight `shadowed' part of read-file-name input text |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 7 | ;; Keywords: convenience minibuffer | 7 | ;; Keywords: convenience minibuffer |
diff --git a/lisp/rot13.el b/lisp/rot13.el index a536193c4b5..c0f486622a3 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rot13.el --- display a buffer in ROT13 | 1 | ;;; rot13.el --- display a buffer in ROT13 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index 156625bd41a..7deca94e675 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ruler-mode.el --- display a ruler in the header line | 1 | ;;; ruler-mode.el --- display a ruler in the header line |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | ;; 2007 Free Software Foundation, Inc. | 4 | ;; 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 6 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 7 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/s-region.el b/lisp/s-region.el index 92e992bc611..1510ef8b804 100644 --- a/lisp/s-region.el +++ b/lisp/s-region.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; s-region.el --- set region using shift key | 1 | ;;; s-region.el --- set region using shift key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index df2deb6c14c..3b5a66e2b64 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; saveplace.el --- automatically save place in files | 1 | ;;; saveplace.el --- automatically save place in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/sb-image.el b/lisp/sb-image.el index 7f3d0cac7f5..31488448bea 100644 --- a/lisp/sb-image.el +++ b/lisp/sb-image.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sb-image --- Image management for speedbar | 1 | ;;; sb-image --- Image management for speedbar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 7 | ;; Keywords: file, tags, tools |
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 7d6a08b2092..7d4a3327e95 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scroll-all.el --- scroll all buffers together minor mode | 1 | ;;; scroll-all.el --- scroll all buffers together minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> | 6 | ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> |
| 7 | ;; Keywords: scroll crisp brief lock | 7 | ;; Keywords: scroll crisp brief lock |
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 0a373058f66..5fce4731c91 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scroll-bar.el --- window system-independent scroll bar support | 1 | ;;; scroll-bar.el --- window system-independent scroll bar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
diff --git a/lisp/scroll-lock.el b/lisp/scroll-lock.el index 6bb32c17b5d..c4656d7a770 100644 --- a/lisp/scroll-lock.el +++ b/lisp/scroll-lock.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scroll-lock.el --- Scroll lock scrolling. | 1 | ;;; scroll-lock.el --- Scroll lock scrolling. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> | 5 | ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/select.el b/lisp/select.el index e9e5e2185f6..de9afec0a9d 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Keywords: internal | 4 | ;; Keywords: internal |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 6 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 7 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 7 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | ;; Based partially on earlier release by Lucid. | 8 | ;; Based partially on earlier release by Lucid. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ses.el b/lisp/ses.el index f76befa874d..ced4994c9f9 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- | 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
diff --git a/lisp/sha1.el b/lisp/sha1.el index 0026866c187..c70b99c10b0 100644 --- a/lisp/sha1.el +++ b/lisp/sha1.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp | 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 7 | ;; Keywords: SHA1, FIPS 180-1 | 7 | ;; Keywords: SHA1, FIPS 180-1 |
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index be30ccc8c6a..8d6f294efcf 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; shadowfile.el --- automatic file copying | 1 | ;;; shadowfile.el --- automatic file copying |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: comm files | 7 | ;; Keywords: comm files |
diff --git a/lisp/shell.el b/lisp/shell.el index 24ef65a384a..b4b3dbf5283 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; shell.el --- specialized comint.el for running the shell | 1 | ;;; shell.el --- specialized comint.el for running the shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000, 2001, | 3 | ;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
diff --git a/lisp/simple.el b/lisp/simple.el index b92967da112..5cd5c537c9b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; simple.el --- basic editing commands for Emacs | 1 | ;;; simple.el --- basic editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 4425bb0389a..8ae3a1b6619 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; skeleton.el --- Lisp language extension for writing statement skeletons | 1 | ;;; skeleton.el --- Lisp language extension for writing statement skeletons |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/smerge-mode.el b/lisp/smerge-mode.el index dcbb97bd79c..b72107eb6c3 100644 --- a/lisp/smerge-mode.el +++ b/lisp/smerge-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts | 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | ;; Keywords: tools revision-control merge diff3 cvs conflict | 7 | ;; Keywords: tools revision-control merge diff3 cvs conflict |
diff --git a/lisp/sort.el b/lisp/sort.el index 582bb6d8e09..c82657d56d3 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sort.el --- commands to sort text in an Emacs buffer | 1 | ;;; sort.el --- commands to sort text in an Emacs buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1994, 1995, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1986, 1987, 1994, 1995, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howie Kaye | 6 | ;; Author: Howie Kaye |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/soundex.el b/lisp/soundex.el index 6e727172e6a..9048605ed77 100644 --- a/lisp/soundex.el +++ b/lisp/soundex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; soundex.el --- implement Soundex algorithm | 1 | ;;; soundex.el --- implement Soundex algorithm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> | 6 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index a530661ddd6..cd24ae4749c 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; speedbar --- quick access to files and tags in a frame | 1 | ;;; speedbar --- quick access to files and tags in a frame |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: file, tags, tools | 7 | ;; Keywords: file, tags, tools |
diff --git a/lisp/strokes.el b/lisp/strokes.el index d4fcdb66f61..228d662954c 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; strokes.el --- control Emacs through mouse strokes | 1 | ;;; strokes.el --- control Emacs through mouse strokes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Bakhash <cadet@alum.mit.edu> | 6 | ;; Author: David Bakhash <cadet@alum.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/subr.el b/lisp/subr.el index 3461700d6cb..f2e22d2bf7e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; subr.el --- basic lisp subroutines for Emacs | 1 | ;;; subr.el --- basic lisp subroutines for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index e88067b7fe5..1a000f37470 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: mouse gpm linux | 5 | ;; Keywords: mouse gpm linux |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1994, 1995, 1998, 2006, 2007 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1994, 1995, 1998, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/tabify.el b/lisp/tabify.el index 3711b4d56c7..ff9c1faa658 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tabify.el --- tab conversion commands for Emacs | 1 | ;;; tabify.el --- tab conversion commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/talk.el b/lisp/talk.el index a46eadc745c..a578675c26d 100644 --- a/lisp/talk.el +++ b/lisp/talk.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; talk.el --- allow several users to talk to each other through Emacs | 1 | ;;; talk.el --- allow several users to talk to each other through Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: comm, frames | 7 | ;; Keywords: comm, frames |
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 80e642d6666..d03458a1641 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs | 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/tempo.el b/lisp/tempo.el index 383dcd40d24..cb5ba3b6e6f 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tempo.el --- Flexible template insertion | 1 | ;;; tempo.el --- Flexible template insertion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David K}gedal <davidk@lysator.liu.se> | 6 | ;; Author: David K}gedal <davidk@lysator.liu.se> |
| 7 | ;; Created: 16 Feb 1994 | 7 | ;; Created: 16 Feb 1994 |
diff --git a/lisp/term.el b/lisp/term.el index 523d20670e6..80bf053bb8a 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; term.el --- general command interpreter in a window stuff | 1 | ;;; term.el --- general command interpreter in a window stuff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Bothner <per@bothner.com> | 6 | ;; Author: Per Bothner <per@bothner.com> |
| 7 | ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com> | 7 | ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com> |
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index 748807f026f..8e418ecd326 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- | 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/README b/lisp/term/README index e5fb2da83ad..543bd352c05 100644 --- a/lisp/term/README +++ b/lisp/term/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index fb13f48d6ba..0c7d9446992 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; no-byte-compile: t -*- | 1 | ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | 7 | ||
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index d7e12095022..7089348ed13 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- | 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> | 6 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 7 | ||
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index b6db7a2c6d8..f3d3e737042 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*- | 1 | ;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andrew Choi <akochoi@mac.com> | 6 | ;; Author: Andrew Choi <akochoi@mac.com> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/news.el b/lisp/term/news.el index 0ce303d2265..5f7195ca984 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- | 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF | 6 | ;; Author: FSF |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 2ddb4e40433..e3bb01eded9 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) | 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index c96c8a6e290..60f5acd2546 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt | 1 | ;;; rxvt.el --- define function key sequences and standard colors for rxvt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 22b29c92790..54bb45a5c18 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sun.el --- keybinding for standard default sunterm keys | 1 | ;;; sun.el --- keybinding for standard default sunterm keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1987, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jeff Peck <peck@sun.com> | 6 | ;; Author: Jeff Peck <peck@sun.com> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el index 3d8b6873bc1..3486aebf016 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/term/sup-mouse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sup-mouse.el --- supdup mouse support for lisp machines | 1 | ;;; sup-mouse.el --- supdup mouse support for lisp machines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Wolfgang Rupprecht | 6 | ;; Author: Wolfgang Rupprecht |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 5622efa022d..c314d4fada7 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tty-colors.el --- color support for character terminals | 1 | ;;; tty-colors.el --- color support for character terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eli Zaretskii | 6 | ;; Author: Eli Zaretskii |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 7e4ca062143..c40b201d0b5 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tvi970.el --- terminal support for the Televideo 970 | 1 | ;;; tvi970.el --- terminal support for the Televideo 970 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992 | 6 | ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992 |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el index 17627db8923..10a15619f84 100644 --- a/lisp/term/vt100.el +++ b/lisp/term/vt100.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vt100.el --- define VT100 function key sequences in function-key-map | 1 | ;;; vt100.el --- define VT100 function key sequences in function-key-map |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF | 6 | ;; Author: FSF |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 754d4120454..066093f3a32 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system | 1 | ;;; w32-win.el --- parse switches controlling interface with W32 window system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallo | 6 | ;; Author: Kevin Gallo |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 7c66be9397c..2076d3cbbda 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- | 1 | ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, |
| 7 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> | 7 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index da1d158050c..a0f7c1f3ca8 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- | 1 | ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF | 6 | ;; Author: FSF |
| 7 | ;; Keywords: terminals, i18n | 7 | ;; Keywords: terminals, i18n |
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index fbc4c861bf9..2fd8d47afac 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm | 1 | ;;; xterm.el --- define function key sequences and standard colors for xterm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF | 6 | ;; Author: FSF |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/terminal.el b/lisp/terminal.el index 7814978dcc1..dcccf5236c4 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; terminal.el --- terminal emulator for GNU Emacs | 1 | ;;; terminal.el --- terminal emulator for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 09127483fb0..e44ec22ee6a 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; artist.el --- draw ascii graphics with your mouse | 1 | ;;; artist.el --- draw ascii graphics with your mouse |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> | 6 | ;; Author: Tomas Abrahamsson <tab@lysator.liu.se> |
| 7 | ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se> | 7 | ;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se> |
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 74800197bcc..20e69e2d68e 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bib-mode.el --- major mode for editing bib files | 1 | ;;; bib-mode.el --- major mode for editing bib files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: bib | 7 | ;; Keywords: bib |
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index ee1a4f7d659..24400ceeaf5 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files | 1 | ;;; bibtex-style.el --- Major mode for BibTeX Style files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005,2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005,2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 6d2d8ae22d9..9cdd3082168 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs | 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 3 | ;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> | 6 | ;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> |
| 7 | ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> | 7 | ;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> |
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 51dca954c74..bf9997ab5f5 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files | 1 | ;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Keywords: conf ini windows java | 6 | ;; Keywords: conf ini windows java |
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 83af2156831..2359f8ff1a1 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; css-mode.el --- Major mode to edit CSS files | 1 | ;;; css-mode.el --- Major mode to edit CSS files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: hypermedia | 6 | ;; Keywords: hypermedia |
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index a5718a29f14..aaa99437526 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files | 1 | ;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Keywords: DNS master zone file SOA | 7 | ;; Keywords: DNS master zone file SOA |
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index 244ee44e7e7..24a54e8a564 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; enriched.el --- read and save files in text/enriched format | 1 | ;;; enriched.el --- read and save files in text/enriched format |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: wp, faces | 7 | ;; Keywords: wp, faces |
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 54e45d6b28f..6184680df3e 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fill.el --- fill commands for Emacs -*- coding: iso-2022-7bit -*- | 1 | ;;; fill.el --- fill commands for Emacs -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 16265ae42d1..bba45160bad 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; flyspell.el --- on-the-fly spell checker | 1 | ;;; flyspell.el --- on-the-fly spell checker |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> | 6 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 104e79acb4b..813b26ee6e4 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 | 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ken Stevens <k.stevens@ieee.org> | 6 | ;; Author: Ken Stevens <k.stevens@ieee.org> |
| 7 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> | 7 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> |
| @@ -1415,6 +1415,7 @@ set when defined in the file with either `ispell-pdict-keyword' or the | |||
| 1415 | local variable syntax.") | 1415 | local variable syntax.") |
| 1416 | 1416 | ||
| 1417 | (make-variable-buffer-local 'ispell-local-pdict) | 1417 | (make-variable-buffer-local 'ispell-local-pdict) |
| 1418 | ;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp) | ||
| 1418 | 1419 | ||
| 1419 | (defvar ispell-buffer-local-name nil | 1420 | (defvar ispell-buffer-local-name nil |
| 1420 | "Contains the buffer name if local word definitions were used. | 1421 | "Contains the buffer name if local word definitions were used. |
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index 3c7bb86ae8a..d4c23b6c748 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; makeinfo.el --- run makeinfo conveniently | 1 | ;;; makeinfo.el --- run makeinfo conveniently |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 97b9f3b45c3..5e9c669a8da 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index c7db3c0c34a..15ad87f4f23 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org.el --- Outline-based notes management and organizer | 1 | ;;; org.el --- Outline-based notes management and organizer |
| 2 | ;; Carstens outline-mode for keeping track of everything. | 2 | ;; Carstens outline-mode for keeping track of everything. |
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 7919d89184f..db5eceefe63 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; page-ext.el --- extended page handling commands | 1 | ;;; page-ext.el --- extended page handling commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Robert J. Chassell <bob@gnu.org> | 6 | ;; Maintainer: Robert J. Chassell <bob@gnu.org> |
| 7 | ;; Keywords: wp data | 7 | ;; Keywords: wp data |
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 6f92b798e6a..ee7b2e17dca 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; page.el --- page motion commands for Emacs | 1 | ;;; page.el --- page motion commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp convenience | 7 | ;; Keywords: wp convenience |
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 06ebeea9fa0..c2e45b217ef 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; paragraphs.el --- paragraph and sentence parsing | 1 | ;;; paragraphs.el --- paragraph and sentence parsing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1991, 1994, 1995, 1996, 1997, 1999, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1991, 1994, 1995, 1996, 1997, 1999, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 981013279cb..3638d46d852 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model | 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el index 7d0e988b3ae..0335613c862 100644 --- a/lisp/textmodes/po.el +++ b/lisp/textmodes/po.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; po.el --- basic support of PO translation files -*- coding: latin-1; -*- | 1 | ;;; po.el --- basic support of PO translation files -*- coding: latin-1; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: François Pinard <pinard@iro.umontreal.ca>, | 6 | ;; Authors: François Pinard <pinard@iro.umontreal.ca>, |
| 7 | ;; Greg McGary <gkm@magilla.cichlid.com>, | 7 | ;; Greg McGary <gkm@magilla.cichlid.com>, |
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index 23a7af2bf85..ae07740ee09 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib | 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Henry Kautz <kautz@research.att.com> | 6 | ;; Author: Henry Kautz <kautz@research.att.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el index 5c3f63b01d2..9e5720d79f4 100644 --- a/lisp/textmodes/refer.el +++ b/lisp/textmodes/refer.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; refer.el --- look up references in bibliography files | 1 | ;;; refer.el --- look up references in bibliography files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> | 6 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> |
| 7 | ;; Maintainer: Gernot Heiser <gernot@acm.org> | 7 | ;; Maintainer: Gernot Heiser <gernot@acm.org> |
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 3717faa8ad2..275bbae5276 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; refill.el --- `auto-fill' by refilling paragraphs on changes | 1 | ;;; refill.el --- `auto-fill' by refilling paragraphs on changes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Maintainer: Miles Bader <miles@gnu.org> | 7 | ;; Maintainer: Miles Bader <miles@gnu.org> |
diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el index e7d292f48bb..1a62cf949c8 100644 --- a/lisp/textmodes/reftex-auc.el +++ b/lisp/textmodes/reftex-auc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-auc.el --- RefTeX's interface to AUCTeX | 1 | ;;; reftex-auc.el --- RefTeX's interface to AUCTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 46becd26dd4..e160db307dc 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-cite.el --- creating citations with RefTeX | 1 | ;;; reftex-cite.el --- creating citations with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 86ad54a73fa..f0c21379586 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX | 1 | ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 2a39949431c..21bb8cf6a7a 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-global.el --- operations on entire documents with RefTeX | 1 | ;;; reftex-global.el --- operations on entire documents with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 5b2d62c56f6..2d489eb5896 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-index.el --- index support with RefTeX | 1 | ;;; reftex-index.el --- index support with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index b6b85b8f7d3..50584f17046 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-parse.el --- parser functions for RefTeX | 1 | ;;; reftex-parse.el --- parser functions for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index c004602757c..0cdc7811a8d 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-ref.el --- code to create labels and references with RefTeX | 1 | ;;; reftex-ref.el --- code to create labels and references with RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index d08694c2080..aadef03fbcb 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-sel.el --- the selection modes for RefTeX | 1 | ;;; reftex-sel.el --- the selection modes for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 61546da3fee..a6f91667167 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; reftex-vars.el --- configuration variables for RefTeX | 1 | ;;; reftex-vars.el --- configuration variables for RefTeX |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 7 | ;; Maintainer: auctex-devel@gnu.org | 7 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index d7557a57d49..d9233c050f5 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX | 1 | ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX |
| 2 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, | 2 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, |
| 3 | ;; 2006, 2007 Free Software Foundation, Inc. | 3 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 6 | ;; Maintainer: auctex-devel@gnu.org | 6 | ;; Maintainer: auctex-devel@gnu.org |
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index e8e085df21c..ec451b50497 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; spell.el --- spelling correction interface for Emacs | 1 | ;;; spell.el --- spelling correction interface for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp, unix | 7 | ;; Keywords: wp, unix |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 048c7929042..ffb06061bb6 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- | 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998 | 3 | ;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998 |
| 4 | ;; 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | ;; 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index a96086cb968..7573cd577dd 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 5 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> | 7 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> |
| 8 | ;; Keywords: maint, tex, docs | 8 | ;; Keywords: maint, tex, docs |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index df8af8bac40..779e99d149e 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*- | 1 | ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, | 3 | ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [See date below for texinfo-version] | 7 | ;; Date: [See date below for texinfo-version] |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index f1aa3db6a0a..e3285105463 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files | 1 | ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Maintainer: bug-texinfo@gnu.org | 7 | ;; Maintainer: bug-texinfo@gnu.org |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 0c715b7e9f7..7ba11290d1b 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands | 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1992, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index 4c9c0633751..a84279fa765 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tildify.el --- adding hard spaces into texts | 1 | ;;; tildify.el --- adding hard spaces into texts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 7 | ;; Version: 4.5 | 7 | ;; Version: 4.5 |
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 367a33a85b8..2cc74efbd19 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; two-column.el --- minor mode for editing of two-column text | 1 | ;;; two-column.el --- minor mode for editing of two-column text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Adapted-By: ESR, Daniel Pfeiffer | 7 | ;; Adapted-By: ESR, Daniel Pfeiffer |
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index 07d7084082c..06560e04f9d 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs | 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index ce26344af8c..ce3a3a5bfd2 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; thingatpt.el --- get the `thing' at point | 1 | ;;; thingatpt.el --- get the `thing' at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 6 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 5728497ed6c..5260d5a5898 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thumbs.el --- Thumbnails previewer for images files | 1 | ;;; thumbs.el --- Thumbnails previewer for images files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> | 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 7316e6db75a..692bbe42343 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs | 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -128,7 +128,7 @@ Format is the same as that used by the environment variable TZ on your system." | |||
| 128 | :type '(choice (const nil) string) | 128 | :type '(choice (const nil) string) |
| 129 | :group 'time-stamp | 129 | :group 'time-stamp |
| 130 | :version "20.1") | 130 | :version "20.1") |
| 131 | 131 | ;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) | |
| 132 | 132 | ||
| 133 | ;;; Do not change time-stamp-line-limit, time-stamp-start, | 133 | ;;; Do not change time-stamp-line-limit, time-stamp-start, |
| 134 | ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines, | 134 | ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines, |
diff --git a/lisp/time.el b/lisp/time.el index ef98c6a7819..f451529cb0d 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- | 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/timezone.el b/lisp/timezone.el index 69f6131b1b2..3c51fff7874 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; timezone.el --- time zone package for GNU Emacs | 1 | ;;; timezone.el --- time zone package for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1996, 1999, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1996, 1999, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu Umeda | 6 | ;; Author: Masanobu Umeda |
| 7 | ;; Maintainer: umerin@mse.kyutech.ac.jp | 7 | ;; Maintainer: umerin@mse.kyutech.ac.jp |
diff --git a/lisp/tmm.el b/lisp/tmm.el index 6deed45bf5c..e8d98388afc 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tmm.el --- text mode access to menu-bar | 1 | ;;; tmm.el --- text mode access to menu-bar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> | 6 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index e3635f47fe7..86e0c6e3796 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tool-bar.el --- setting up the tool bar | 1 | ;;; tool-bar.el --- setting up the tool bar |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: mouse frames | 7 | ;; Keywords: mouse frames |
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 3b88e066bdc..253ce48e8ec 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tooltip.el --- show tooltip windows | 1 | ;;; tooltip.el --- show tooltip windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@acm.org> | 6 | ;; Author: Gerd Moellmann <gerd@acm.org> |
| 7 | ;; Keywords: help c mouse tools | 7 | ;; Keywords: help c mouse tools |
diff --git a/lisp/tree-widget.el b/lisp/tree-widget.el index 8b429ac3a66..371e034ce55 100644 --- a/lisp/tree-widget.el +++ b/lisp/tree-widget.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tree-widget.el --- Tree widget | 1 | ;;; tree-widget.el --- Tree widget |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 336593891ab..4646c23e09e 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tutorial.el --- tutorial for Emacs | 1 | ;;; tutorial.el --- tutorial for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
diff --git a/lisp/type-break.el b/lisp/type-break.el index 59b49f7092c..8c4a4e888cf 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; type-break.el --- encourage rests from typing at appropriate intervals | 1 | ;;; type-break.el --- encourage rests from typing at appropriate intervals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1997, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Noah Friedman | 6 | ;; Author: Noah Friedman |
| 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> | 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 492918c7f96..da549301580 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uniquify.el --- unique buffer names dependent on file name | 1 | ;;; uniquify.el --- unique buffer names dependent on file name |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1995, 1996, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1989, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dick King <king@reasoning.com> | 6 | ;; Author: Dick King <king@reasoning.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index b3c496c41d5..3890daabf46 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-07 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * url-handlers.el (url-file-handler): Autoload. | ||
| 4 | |||
| 1 | 2007-12-11 Glenn Morris <rgm@gnu.org> | 5 | 2007-12-11 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * url.el (url-configuration-directory): Make it a defcustom. | 7 | * url.el (url-configuration-directory): Make it a defcustom. |
| @@ -91,7 +95,7 @@ | |||
| 91 | 2007-10-12 Diane Murray <disumu@x3y2z1.net> | 95 | 2007-10-12 Diane Murray <disumu@x3y2z1.net> |
| 92 | 96 | ||
| 93 | * url-auth.el (url-basic-auth): Set path to "/" when URL has an | 97 | * url-auth.el (url-basic-auth): Set path to "/" when URL has an |
| 94 | empty string filename. | 98 | empty string filename. |
| 95 | 99 | ||
| 96 | 2007-10-09 Richard Stallman <rms@gnu.org> | 100 | 2007-10-09 Richard Stallman <rms@gnu.org> |
| 97 | 101 | ||
| @@ -109,7 +113,7 @@ | |||
| 109 | 2007-09-22 Diane Murray <disumu@x3y2z1.net> | 113 | 2007-09-22 Diane Murray <disumu@x3y2z1.net> |
| 110 | 114 | ||
| 111 | * url-misc.el (url-generic-emulator-loader): Send the port as a | 115 | * url-misc.el (url-generic-emulator-loader): Send the port as a |
| 112 | string to `url-do-terminal-emulator'. | 116 | string to `url-do-terminal-emulator'. |
| 113 | 117 | ||
| 114 | 2007-09-21 Diane Murray <disumu@x3y2z1.net> | 118 | 2007-09-21 Diane Murray <disumu@x3y2z1.net> |
| 115 | 119 | ||
| @@ -1006,7 +1010,7 @@ | |||
| 1006 | * texi/url.txi: Start making it vaguely useful. | 1010 | * texi/url.txi: Start making it vaguely useful. |
| 1007 | 1011 | ||
| 1008 | * texi/Makefile.in (install): Cope with Debian install-info. | 1012 | * texi/Makefile.in (install): Cope with Debian install-info. |
| 1009 | From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann). | 1013 | From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Grossjohann). |
| 1010 | 1014 | ||
| 1011 | 2002-04-22 Dave Love <fx@gnu.org> | 1015 | 2002-04-22 Dave Love <fx@gnu.org> |
| 1012 | 1016 | ||
| @@ -1980,7 +1984,7 @@ | |||
| 1980 | ;; End: | 1984 | ;; End: |
| 1981 | 1985 | ||
| 1982 | Copyright (C) 1999, 2001, 2002, 2004, 2005, | 1986 | Copyright (C) 1999, 2001, 2002, 2004, 2005, |
| 1983 | 2006, 2007 Free Software Foundation, Inc. | 1987 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1984 | 1988 | ||
| 1985 | This file is part of GNU Emacs. | 1989 | This file is part of GNU Emacs. |
| 1986 | 1990 | ||
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index 4a16fe7e122..d8db9ea8a53 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; url-about.el --- Show internal URLs | 1 | ;;; url-about.el --- Show internal URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 7 | ||
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index 98e351916c1..ea96bb08129 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules | 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index 6db30eacda9..5c0b4287e8f 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool | 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el index d644a7d359e..8bdbe1179cc 100644 --- a/lisp/url/url-cid.el +++ b/lisp/url/url-cid.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-cid.el --- Content-ID URL loader | 1 | ;;; url-cid.el --- Content-ID URL loader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 40791d29fb6..7db8e0a307a 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-cookie.el --- Netscape Cookie support | 1 | ;;; url-cookie.el --- Netscape Cookie support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index fafea4c1f0e..b8e7b526265 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-dav.el --- WebDAV support | 1 | ;;; url-dav.el --- WebDAV support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el index 93c99447555..79394eed2a8 100644 --- a/lisp/url/url-dired.el +++ b/lisp/url/url-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-dired.el --- URL Dired minor mode | 1 | ;;; url-dired.el --- URL Dired minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, files | 6 | ;; Keywords: comm, files |
| 7 | 7 | ||
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index bebdbd9e04b..545388ffa83 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-expand.el --- expand-file-name for URLs | 1 | ;;; url-expand.el --- expand-file-name for URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index f9c9cd33d04..cc8a654947a 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-file.el --- File retrieval code | 1 | ;;; url-file.el --- File retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index 8f2570586c7..d66f58e31bc 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-ftp.el --- FTP wrapper | 1 | ;;; url-ftp.el --- FTP wrapper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 998d1f41900..ea70dceb6a0 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-gw.el --- Gateway munging for URL loading | 1 | ;;; url-gw.el --- Gateway munging for URL loading |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index d22076a8b4f..869132df93f 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading | 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
| @@ -122,6 +122,7 @@ particularly bad at this\).") | |||
| 122 | (inhibit-file-name-operation operation)) | 122 | (inhibit-file-name-operation operation)) |
| 123 | (apply operation args))) | 123 | (apply operation args))) |
| 124 | 124 | ||
| 125 | ;;;###autoload | ||
| 125 | (defun url-file-handler (operation &rest args) | 126 | (defun url-file-handler (operation &rest args) |
| 126 | "Function called from the `file-name-handler-alist' routines. | 127 | "Function called from the `file-name-handler-alist' routines. |
| 127 | OPERATION is what needs to be done (`file-exists-p', etc). ARGS are | 128 | OPERATION is what needs to be done (`file-exists-p', etc). ARGS are |
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index bf4acf5d046..6650ae74756 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-history.el --- Global history tracking for URL package | 1 | ;;; url-history.el --- Global history tracking for URL package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index c8447dab859..7b29eba05ef 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-http.el --- HTTP retrieval routines | 1 | ;;; url-http.el --- HTTP retrieval routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-imap.el b/lisp/url/url-imap.el index 3b1d9e24dbc..e267c52c012 100644 --- a/lisp/url/url-imap.el +++ b/lisp/url/url-imap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-imap.el --- IMAP retrieval routines | 1 | ;;; url-imap.el --- IMAP retrieval routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index 2c3155e49ce..759ea91914f 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-irc.el --- IRC URL interface | 1 | ;;; url-irc.el --- IRC URL interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el index 50b665a0821..7c9eb8f93f5 100644 --- a/lisp/url/url-ldap.el +++ b/lisp/url/url-ldap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code | 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el index 160c6db98d7..26c2cdc2592 100644 --- a/lisp/url/url-mailto.el +++ b/lisp/url/url-mailto.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code | 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index 94dcd49f00d..3c8ba222211 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-methods.el --- Load URL schemes as needed | 1 | ;;; url-methods.el --- Load URL schemes as needed |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el index f70726407d3..61e3198ec2c 100644 --- a/lisp/url/url-misc.el +++ b/lisp/url/url-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code | 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el index fc1f0091547..6fb559ca06a 100644 --- a/lisp/url/url-news.el +++ b/lisp/url/url-news.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code | 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el index ed21434cad0..1c4590890d9 100644 --- a/lisp/url/url-nfs.el +++ b/lisp/url/url-nfs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-nfs.el --- NFS URL interface | 1 | ;;; url-nfs.el --- NFS URL interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ns.el b/lisp/url/url-ns.el index 85053b819b9..5f36b77fe80 100644 --- a/lisp/url/url-ns.el +++ b/lisp/url/url-ns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions | 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2004, 2005, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el index 9f3437f401c..f47ff9a37c3 100644 --- a/lisp/url/url-parse.el +++ b/lisp/url/url-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-parse.el --- Uniform Resource Locator parser | 1 | ;;; url-parse.el --- Uniform Resource Locator parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index e7c189ebf41..ae1f70771d6 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-privacy.el --- Global history tracking for URL package | 1 | ;;; url-privacy.el --- Global history tracking for URL package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el index 4984990a3fe..9a1f992be9d 100644 --- a/lisp/url/url-proxy.el +++ b/lisp/url/url-proxy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-proxy.el --- Proxy server support | 1 | ;;; url-proxy.el --- Proxy server support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 865c3981ec1..7ac07dbf466 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library | 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 564be3e2eb6..4f9c341b9d5 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool | 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url.el b/lisp/url/url.el index 448b31f4b68..34b3f654082 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url.el --- Uniform Resource Locator retrieval tool | 1 | ;;; url.el --- Uniform Resource Locator retrieval tool |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Keywords: comm, data, processes, hypermedia | 7 | ;; Keywords: comm, data, processes, hypermedia |
diff --git a/lisp/url/vc-dav.el b/lisp/url/vc-dav.el index 7e9b6606ca4..1a658da9ac0 100644 --- a/lisp/url/vc-dav.el +++ b/lisp/url/vc-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-dav.el --- vc.el support for WebDAV | 1 | ;;; vc-dav.el --- vc.el support for WebDAV |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lisp/userlock.el b/lisp/userlock.el index 8e4a6753a31..ed9ccb115d0 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; userlock.el --- handle file access contention between multiple users | 1 | ;;; userlock.el --- handle file access contention between multiple users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 8bda6a9176f..284fe032a25 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system | 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 8ec5935966a..56fada271d9 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; vc-bzr.el --- VC backend for the bzr revision control system | 1 | ;;; vc-bzr.el --- VC backend for the bzr revision control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org>, Riccardo Murri <riccardo.murri@gmail.com> | 5 | ;; Author: Dave Love <fx@gnu.org>, Riccardo Murri <riccardo.murri@gmail.com> |
| 6 | ;; Keywords: tools | 6 | ;; Keywords: tools |
| 7 | ;; Created: Sept 2006 | 7 | ;; Created: Sept 2006 |
| 8 | ;; Version: 2007-09-05 | 8 | ;; Version: 2008-01-04 (Bzr revno 25) |
| 9 | ;; URL: http://launchpad.net/vc-bzr | 9 | ;; URL: http://launchpad.net/vc-bzr |
| 10 | 10 | ||
| 11 | ;; This file is free software; you can redistribute it and/or modify | 11 | ;; This file is free software; you can redistribute it and/or modify |
| @@ -26,13 +26,11 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | 28 | ||
| 29 | ;; See <URL:http://bazaar-vcs.org/> concerning bzr. | 29 | ;; See <URL:http://bazaar-vcs.org/> concerning bzr. See |
| 30 | 30 | ;; <URL:http://launchpad.net/vc-bzr> for alternate development | |
| 31 | ;; Load this library to register bzr support in VC. It covers basic VC | 31 | ;; branches of `vc-bzr'. |
| 32 | ;; functionality, but was only lightly exercised with a few Emacs/bzr | ||
| 33 | ;; version combinations, namely those current on the authors' PCs. | ||
| 34 | ;; See various Fixmes below. | ||
| 35 | 32 | ||
| 33 | ;; Load this library to register bzr support in VC. | ||
| 36 | 34 | ||
| 37 | ;; Known bugs | 35 | ;; Known bugs |
| 38 | ;; ========== | 36 | ;; ========== |
| @@ -67,12 +65,6 @@ | |||
| 67 | :group 'vc-bzr | 65 | :group 'vc-bzr |
| 68 | :type 'string) | 66 | :type 'string) |
| 69 | 67 | ||
| 70 | ;; Fixme: there's probably no call for this. | ||
| 71 | (defcustom vc-bzr-program-args nil | ||
| 72 | "List of global arguments to pass to `vc-bzr-program'." | ||
| 73 | :group 'vc-bzr | ||
| 74 | :type '(repeat string)) | ||
| 75 | |||
| 76 | (defcustom vc-bzr-diff-switches nil | 68 | (defcustom vc-bzr-diff-switches nil |
| 77 | "String/list of strings specifying extra switches for bzr diff under VC." | 69 | "String/list of strings specifying extra switches for bzr diff under VC." |
| 78 | :type '(choice (const :tag "None" nil) | 70 | :type '(choice (const :tag "None" nil) |
| @@ -80,21 +72,29 @@ | |||
| 80 | (repeat :tag "Argument List" :value ("") string)) | 72 | (repeat :tag "Argument List" :value ("") string)) |
| 81 | :group 'vc-bzr) | 73 | :group 'vc-bzr) |
| 82 | 74 | ||
| 75 | (defcustom vc-bzr-log-switches nil | ||
| 76 | "String/list of strings specifying extra switches for `bzr log' under VC." | ||
| 77 | :type '(choice (const :tag "None" nil) | ||
| 78 | (string :tag "Argument String") | ||
| 79 | (repeat :tag "Argument List" :value ("") string)) | ||
| 80 | :group 'vc-bzr) | ||
| 81 | |||
| 83 | ;; since v0.9, bzr supports removing the progress indicators | 82 | ;; since v0.9, bzr supports removing the progress indicators |
| 84 | ;; by setting environment variable BZR_PROGRESS_BAR to "none". | 83 | ;; by setting environment variable BZR_PROGRESS_BAR to "none". |
| 85 | (defun vc-bzr-command (bzr-command buffer okstatus file-or-list &rest args) | 84 | (defun vc-bzr-command (bzr-command buffer okstatus file-or-list &rest args) |
| 86 | "Wrapper round `vc-do-command' using `vc-bzr-program' as COMMAND. | 85 | "Wrapper round `vc-do-command' using `vc-bzr-program' as COMMAND. |
| 87 | Invoke the bzr command adding `BZR_PROGRESS_BAR=none' to the environment." | 86 | Invoke the bzr command adding `BZR_PROGRESS_BAR=none' and |
| 87 | `LC_MESSAGES=C' to the environment." | ||
| 88 | (let ((process-environment | 88 | (let ((process-environment |
| 89 | (list* "BZR_PROGRESS_BAR=none" ; Suppress progress output (bzr >=0.9) | 89 | (list* "BZR_PROGRESS_BAR=none" ; Suppress progress output (bzr >=0.9) |
| 90 | "LC_ALL=C" ; Force English output | 90 | "LC_MESSAGES=C" ; Force English output |
| 91 | process-environment))) | 91 | process-environment))) |
| 92 | (apply 'vc-do-command buffer okstatus vc-bzr-program | 92 | (apply 'vc-do-command buffer okstatus vc-bzr-program |
| 93 | file-or-list bzr-command (append vc-bzr-program-args args)))) | 93 | file-or-list bzr-command args))) |
| 94 | 94 | ||
| 95 | 95 | ||
| 96 | ;;;###autoload | 96 | ;;;###autoload |
| 97 | (defconst vc-bzr-admin-dirname ".bzr" ; FIXME: "_bzr" on w32? | 97 | (defconst vc-bzr-admin-dirname ".bzr" |
| 98 | "Name of the directory containing Bzr repository status files.") | 98 | "Name of the directory containing Bzr repository status files.") |
| 99 | ;;;###autoload | 99 | ;;;###autoload |
| 100 | (defconst vc-bzr-admin-checkout-format-file | 100 | (defconst vc-bzr-admin-checkout-format-file |
| @@ -162,12 +162,10 @@ running `vc-bzr-state'." | |||
| 162 | "Return file name FILENAME stripped of the initial Bzr repository path." | 162 | "Return file name FILENAME stripped of the initial Bzr repository path." |
| 163 | (lexical-let* | 163 | (lexical-let* |
| 164 | ((filename* (expand-file-name filename)) | 164 | ((filename* (expand-file-name filename)) |
| 165 | (rootdir (vc-bzr-root (file-name-directory filename*)))) | 165 | (rootdir (vc-bzr-root filename*))) |
| 166 | (when rootdir | 166 | (when rootdir |
| 167 | (file-relative-name filename* rootdir)))) | 167 | (file-relative-name filename* rootdir)))) |
| 168 | 168 | ||
| 169 | ;; FIXME: Also get this in a non-registered sub-directory. | ||
| 170 | ;; It already works for me. -- Riccardo | ||
| 171 | (defun vc-bzr-status (file) | 169 | (defun vc-bzr-status (file) |
| 172 | "Return FILE status according to Bzr. | 170 | "Return FILE status according to Bzr. |
| 173 | Return value is a cons (STATUS . WARNING), where WARNING is a | 171 | Return value is a cons (STATUS . WARNING), where WARNING is a |
| @@ -196,16 +194,16 @@ If any error occurred in running `bzr status', then return nil." | |||
| 196 | ;; bzr prints paths relative to the repository root. | 194 | ;; bzr prints paths relative to the repository root. |
| 197 | (concat "^\\(" vc-bzr-state-words "\\):[ \t\n]+" | 195 | (concat "^\\(" vc-bzr-state-words "\\):[ \t\n]+" |
| 198 | (regexp-quote (vc-bzr-file-name-relative file)) | 196 | (regexp-quote (vc-bzr-file-name-relative file)) |
| 199 | (if (file-directory-p file) "/?" "") | 197 | ;; Bzr appends a '/' to directory names and |
| 198 | ;; '*' to executable files | ||
| 199 | (if (file-directory-p file) "/?" "\\*?") | ||
| 200 | "[ \t\n]*$") | 200 | "[ \t\n]*$") |
| 201 | nil t) | 201 | nil t) |
| 202 | (lexical-let ((statusword (match-string 1))) | 202 | (lexical-let ((statusword (match-string 1))) |
| 203 | ;; Erase the status text that matched. | 203 | ;; Erase the status text that matched. |
| 204 | (delete-region (match-beginning 0) (match-end 0)) | 204 | (delete-region (match-beginning 0) (match-end 0)) |
| 205 | (setq status | 205 | (setq status |
| 206 | (and (equal ret 0) ; Seems redundant. --Stef | 206 | (intern (replace-regexp-in-string " " "" statusword))))) |
| 207 | (intern (replace-regexp-in-string " " "" | ||
| 208 | statusword)))))) | ||
| 209 | (when status | 207 | (when status |
| 210 | (goto-char (point-min)) | 208 | (goto-char (point-min)) |
| 211 | (skip-chars-forward " \n\t") ;Throw away spaces. | 209 | (skip-chars-forward " \n\t") ;Throw away spaces. |
| @@ -279,6 +277,10 @@ If any error occurred in running `bzr status', then return nil." | |||
| 279 | "Create a new Bzr repository." | 277 | "Create a new Bzr repository." |
| 280 | (vc-bzr-command "init" nil 0 nil)) | 278 | (vc-bzr-command "init" nil 0 nil)) |
| 281 | 279 | ||
| 280 | (defun vc-bzr-init-version (&optional file) | ||
| 281 | "Always return nil, as Bzr cannot register explicit versions." | ||
| 282 | nil) | ||
| 283 | |||
| 282 | (defun vc-bzr-register (files &optional rev comment) | 284 | (defun vc-bzr-register (files &optional rev comment) |
| 283 | "Register FILE under bzr. | 285 | "Register FILE under bzr. |
| 284 | Signal an error unless REV is nil. | 286 | Signal an error unless REV is nil. |
| @@ -307,7 +309,7 @@ or a superior directory.") | |||
| 307 | 309 | ||
| 308 | (defun vc-bzr-unregister (file) | 310 | (defun vc-bzr-unregister (file) |
| 309 | "Unregister FILE from bzr." | 311 | "Unregister FILE from bzr." |
| 310 | (vc-bzr-command "remove" nil 0 file)) | 312 | (vc-bzr-command "remove" nil 0 file "--keep")) |
| 311 | 313 | ||
| 312 | (defun vc-bzr-checkin (files rev comment) | 314 | (defun vc-bzr-checkin (files rev comment) |
| 313 | "Check FILE in to bzr with log message COMMENT. | 315 | "Check FILE in to bzr with log message COMMENT. |
| @@ -315,6 +317,13 @@ REV non-nil gets an error." | |||
| 315 | (if rev (error "Can't check in a specific revision with bzr")) | 317 | (if rev (error "Can't check in a specific revision with bzr")) |
| 316 | (vc-bzr-command "commit" nil 0 files "-m" comment)) | 318 | (vc-bzr-command "commit" nil 0 files "-m" comment)) |
| 317 | 319 | ||
| 320 | (defun vc-bzr-find-version (file rev buffer) | ||
| 321 | "Fetch version REV of file FILE and put it into BUFFER." | ||
| 322 | (with-current-buffer buffer | ||
| 323 | (if (and rev (stringp rev) (not (string= rev ""))) | ||
| 324 | (vc-bzr-command "cat" t 0 file "-r" rev) | ||
| 325 | (vc-bzr-command "cat" t 0 file)))) | ||
| 326 | |||
| 318 | (defun vc-bzr-checkout (file &optional editable rev destfile) | 327 | (defun vc-bzr-checkout (file &optional editable rev destfile) |
| 319 | "Checkout revision REV of FILE from bzr to DESTFILE. | 328 | "Checkout revision REV of FILE from bzr to DESTFILE. |
| 320 | EDITABLE is ignored." | 329 | EDITABLE is ignored." |
| @@ -323,7 +332,7 @@ EDITABLE is ignored." | |||
| 323 | (let ((coding-system-for-read 'binary) | 332 | (let ((coding-system-for-read 'binary) |
| 324 | (coding-system-for-write 'binary)) | 333 | (coding-system-for-write 'binary)) |
| 325 | (with-temp-file destfile | 334 | (with-temp-file destfile |
| 326 | (if rev | 335 | (if (and rev (stringp rev) (not (string= rev ""))) |
| 327 | (vc-bzr-command "cat" t 0 file "-r" rev) | 336 | (vc-bzr-command "cat" t 0 file "-r" rev) |
| 328 | (vc-bzr-command "cat" t 0 file))))) | 337 | (vc-bzr-command "cat" t 0 file))))) |
| 329 | 338 | ||
| @@ -356,9 +365,13 @@ EDITABLE is ignored." | |||
| 356 | 365 | ||
| 357 | (defun vc-bzr-print-log (files &optional buffer) ; get buffer arg in Emacs 22 | 366 | (defun vc-bzr-print-log (files &optional buffer) ; get buffer arg in Emacs 22 |
| 358 | "Get bzr change log for FILES into specified BUFFER." | 367 | "Get bzr change log for FILES into specified BUFFER." |
| 359 | ;; Fixme: This might need the locale fixing up if things like `revno' | 368 | ;; FIXME: `vc-bzr-command' runs `bzr log' with `LC_MESSAGES=C', so |
| 360 | ;; got localized, but certainly it shouldn't use LC_ALL=C. | 369 | ;; the log display may not what the user wants - but I see no other |
| 361 | (vc-bzr-command "log" buffer 0 files) | 370 | ;; way of getting the above regexps working. |
| 371 | (apply 'vc-bzr-command "log" buffer 0 files | ||
| 372 | (if (stringp vc-bzr-log-switches) | ||
| 373 | (list vc-bzr-log-switches) | ||
| 374 | vc-bzr-log-switches)) | ||
| 362 | ;; FIXME: Until Emacs-23, VC was missing a hook to sort out the mode for | 375 | ;; FIXME: Until Emacs-23, VC was missing a hook to sort out the mode for |
| 363 | ;; the buffer, or at least set the regexps right. | 376 | ;; the buffer, or at least set the regexps right. |
| 364 | (unless (fboundp 'vc-default-log-view-mode) | 377 | (unless (fboundp 'vc-default-log-view-mode) |
| @@ -376,20 +389,14 @@ EDITABLE is ignored." | |||
| 376 | 389 | ||
| 377 | (defun vc-bzr-diff (files &optional rev1 rev2 buffer) | 390 | (defun vc-bzr-diff (files &optional rev1 rev2 buffer) |
| 378 | "VC bzr backend for diff." | 391 | "VC bzr backend for diff." |
| 379 | (let ((working (vc-working-revision (if (consp files) (car files) files)))) | 392 | ;; `bzr diff' exits with code 1 if diff is non-empty |
| 380 | (if (and (equal rev1 working) (not rev2)) | 393 | (apply #'vc-bzr-command "diff" (or buffer "*vc-diff*") 1 files |
| 381 | (setq rev1 nil)) | 394 | "--diff-options" (mapconcat 'identity |
| 382 | (if (and (not rev1) rev2) | 395 | (vc-diff-switches-list bzr) |
| 383 | (setq rev1 working)) | 396 | " ") |
| 384 | ;; bzr diff produces condition code 1 for some reason. | 397 | (list "-r" (format "%s..%s" |
| 385 | (apply #'vc-bzr-command "diff" (or buffer "*vc-diff*") 1 files | 398 | (or rev1 "revno:-1") |
| 386 | "--diff-options" (mapconcat 'identity (vc-diff-switches-list bzr) | 399 | (or rev2 ""))))) |
| 387 | " ") | ||
| 388 | (when rev1 | ||
| 389 | (if rev2 | ||
| 390 | (list "-r" (format "%s..%s" rev1 rev2)) | ||
| 391 | (list "-r" rev1)))))) | ||
| 392 | |||
| 393 | 400 | ||
| 394 | 401 | ||
| 395 | ;; FIXME: vc-{next,previous}-revision need fixing in vc.el to deal with | 402 | ;; FIXME: vc-{next,previous}-revision need fixing in vc.el to deal with |
| @@ -436,14 +443,6 @@ property containing author and date information." | |||
| 436 | (replace-match "") | 443 | (replace-match "") |
| 437 | (insert tag " |"))))) | 444 | (insert tag " |"))))) |
| 438 | 445 | ||
| 439 | ;; Definition from Emacs 22 | ||
| 440 | (unless (fboundp 'vc-annotate-convert-time) | ||
| 441 | (defun vc-annotate-convert-time (time) | ||
| 442 | "Convert a time value to a floating-point number of days. | ||
| 443 | The argument TIME is a list as returned by `current-time' or | ||
| 444 | `encode-time', only the first two elements of that list are considered." | ||
| 445 | (/ (+ (* (float (car time)) (lsh 1 16)) (cadr time)) 24 3600))) | ||
| 446 | |||
| 447 | (defun vc-bzr-annotate-time () | 446 | (defun vc-bzr-annotate-time () |
| 448 | (when (re-search-forward "^ *[0-9]+ |" nil t) | 447 | (when (re-search-forward "^ *[0-9]+ |" nil t) |
| 449 | (let ((prop (get-text-property (line-beginning-position) 'help-echo))) | 448 | (let ((prop (get-text-property (line-beginning-position) 'help-echo))) |
| @@ -463,12 +462,6 @@ Return nil if current line isn't annotated." | |||
| 463 | (if (looking-at " *\\([0-9]+\\) | ") | 462 | (if (looking-at " *\\([0-9]+\\) | ") |
| 464 | (match-string-no-properties 1)))) | 463 | (match-string-no-properties 1)))) |
| 465 | 464 | ||
| 466 | ;; Not needed for Emacs 22 | ||
| 467 | (defun vc-bzr-annotate-difference (point) | ||
| 468 | (let ((next-time (vc-bzr-annotate-time))) | ||
| 469 | (if next-time | ||
| 470 | (- (vc-annotate-convert-time (current-time)) next-time)))) | ||
| 471 | |||
| 472 | (defun vc-bzr-command-discarding-stderr (command &rest args) | 465 | (defun vc-bzr-command-discarding-stderr (command &rest args) |
| 473 | "Execute shell command COMMAND (with ARGS); return its output and exitcode. | 466 | "Execute shell command COMMAND (with ARGS); return its output and exitcode. |
| 474 | Return value is a cons (EXITCODE . OUTPUT), where EXITCODE is | 467 | Return value is a cons (EXITCODE . OUTPUT), where EXITCODE is |
| @@ -507,9 +500,13 @@ Optional argument LOCALP is always ignored." | |||
| 507 | (buffer-substring-no-properties | 500 | (buffer-substring-no-properties |
| 508 | (line-beginning-position) (line-end-position)) | 501 | (line-beginning-position) (line-end-position)) |
| 509 | bzr-root-directory))) | 502 | bzr-root-directory))) |
| 503 | ;; files are up-to-date unless they appear in the `bzr | ||
| 504 | ;; status' output below | ||
| 510 | (vc-file-setprop file 'vc-state 'up-to-date) | 505 | (vc-file-setprop file 'vc-state 'up-to-date) |
| 511 | ;; XXX: is this correct? what happens if one | 506 | ;; XXX: is this correct? what happens if one |
| 512 | ;; mixes different SCMs in the same dir? | 507 | ;; mixes different SCMs in the same dir? |
| 508 | ;; Anyway, we're looking at the output of `bzr ls --versioned', | ||
| 509 | ;; so we know these files are registered with Bzr. | ||
| 513 | (vc-file-setprop file 'vc-backend 'Bzr)))) | 510 | (vc-file-setprop file 'vc-backend 'Bzr)))) |
| 514 | ;; `bzr status' reports on added/modified/renamed and unknown/ignored files | 511 | ;; `bzr status' reports on added/modified/renamed and unknown/ignored files |
| 515 | (setq at-start t) | 512 | (setq at-start t) |
| @@ -564,11 +561,10 @@ Optional argument LOCALP is always ignored." | |||
| 564 | (defun vc-bzr-dired-state-info (file) | 561 | (defun vc-bzr-dired-state-info (file) |
| 565 | "Bzr-specific version of `vc-dired-state-info'." | 562 | "Bzr-specific version of `vc-dired-state-info'." |
| 566 | (if (eq 'edited (vc-state file)) | 563 | (if (eq 'edited (vc-state file)) |
| 567 | (let ((bzr-state (vc-file-getprop file 'vc-bzr-state))) | 564 | (concat "(" (symbol-name (or (vc-file-getprop file 'vc-bzr-state) |
| 568 | (if bzr-state | 565 | 'edited)) ")") |
| 569 | (concat "(" (symbol-name bzr-state) ")") | 566 | ;; else fall back to default vc.el representation |
| 570 | ;; else fall back to default vc representation | 567 | (vc-default-dired-state-info 'Bzr file))) |
| 571 | (vc-default-dired-state-info 'Bzr file))))) | ||
| 572 | 568 | ||
| 573 | (eval-after-load "vc" | 569 | (eval-after-load "vc" |
| 574 | '(add-to-list 'vc-directory-exclusion-list vc-bzr-admin-dirname t)) | 570 | '(add-to-list 'vc-directory-exclusion-list vc-bzr-admin-dirname t)) |
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 321f4e52805..d84c2839573 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control | 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| @@ -648,11 +648,14 @@ systime, or nil if there is none." | |||
| 648 | bol (1+ bol) 'vc-cvs-annotate-time | 648 | bol (1+ bol) 'vc-cvs-annotate-time |
| 649 | (setq cache (cons | 649 | (setq cache (cons |
| 650 | ;; Position at end makes for nicer overlay result. | 650 | ;; Position at end makes for nicer overlay result. |
| 651 | (match-end 0) | 651 | ;; Don't put actual buffer pos here, but only relative |
| 652 | ;; distance, so we don't ever move backward in the | ||
| 653 | ;; goto-char below, even if the text is moved. | ||
| 654 | (- (match-end 0) (match-beginning 0)) | ||
| 652 | (vc-annotate-convert-time | 655 | (vc-annotate-convert-time |
| 653 | (encode-time 0 0 0 day month year)))))))) | 656 | (encode-time 0 0 0 day month year)))))))) |
| 654 | (when cache | 657 | (when cache |
| 655 | (goto-char (car cache)) ; fontify from here to eol | 658 | (goto-char (+ bol (car cache))) ; Fontify from here to eol. |
| 656 | (cdr cache)))) ; days (float) | 659 | (cdr cache)))) ; days (float) |
| 657 | 660 | ||
| 658 | (defun vc-cvs-annotate-extract-revision-at-line () | 661 | (defun vc-cvs-annotate-extract-revision-at-line () |
diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 7f3a39d55ab..7920fec0289 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-git.el --- VC backend for the git version control system | 1 | ;;; vc-git.el --- VC backend for the git version control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alexandre Julliard <julliard@winehq.org> | 5 | ;; Author: Alexandre Julliard <julliard@winehq.org> |
| 6 | ;; Keywords: tools | 6 | ;; Keywords: tools |
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index b636e2f9250..597c49aaa3f 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hg.el --- VC backend for the mercurial version control system | 1 | ;;; vc-hg.el --- VC backend for the mercurial version control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ivan Kanis | 5 | ;; Author: Ivan Kanis |
| 6 | ;; Keywords: tools | 6 | ;; Keywords: tools |
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 287605f338c..c947fc8f1fb 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-hooks.el --- resident support for version-control | 1 | ;;; vc-hooks.el --- resident support for version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index 4732f8dcfe1..73fe7457dfa 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system | 1 | ;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index 04fdc65d87a..e2002f4e782 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-mtn.el --- VC backend for Monotone | 1 | ;;; vc-mtn.el --- VC backend for Monotone |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index a092a91e918..7f4b2066d26 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-rcs.el --- support for RCS version-control | 1 | ;;; vc-rcs.el --- support for RCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 749ec83a196..e74d73f1014 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-sccs.el --- support for SCCS version-control | 1 | ;;; vc-sccs.el --- support for SCCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 385260b3d87..f50d5ab5dee 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control | 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index a05bb3c60c5..2d6713e79e6 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vcursor.el --- manipulate an alternative ("virtual") cursor | 1 | ;;; vcursor.el --- manipulate an alternative ("virtual") cursor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> | 6 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/view.el b/lisp/view.el index ad6ca9371b8..367af486425 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; view.el --- peruse file or buffer without editing | 1 | ;;; view.el --- peruse file or buffer without editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: Inge Frick <inge@nada.kth.se> | 7 | ;; Maintainer: Inge Frick <inge@nada.kth.se> |
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index 82d248f2373..43577044778 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; vms-patch.el --- override parts of files.el for VMS | 2 | ;;; vms-patch.el --- override parts of files.el for VMS |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, |
| 5 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: vms | 8 | ;; Keywords: vms |
diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index 136d2913975..5943b0543de 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs | 2 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 5 | ;; 2006, 2007 Free Software Foundation, Inc. | 5 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Mukesh Prasad | 7 | ;; Author: Mukesh Prasad |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
diff --git a/lisp/vt-control.el b/lisp/vt-control.el index d7a7909c5a7..37ac377980b 100644 --- a/lisp/vt-control.el +++ b/lisp/vt-control.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vt-control.el --- Common VTxxx control functions | 1 | ;;; vt-control.el --- Common VTxxx control functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index d3ebbfc0afc..8be2dce22d4 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones | 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 82343d4e14b..ce1107fe6c1 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; w32-fns.el --- Lisp routines for Windows NT | 1 | ;;; w32-fns.el --- Lisp routines for Windows NT |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Geoff Voelker <voelker@cs.washington.edu> | 6 | ;; Author: Geoff Voelker <voelker@cs.washington.edu> |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index d907f6bcf42..595a00da840 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; w32-vars.el --- MS-Windows specific user options | 1 | ;;; w32-vars.el --- MS-Windows specific user options |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jason Rumney <jasonr@gnu.org> | 5 | ;; Author: Jason Rumney <jasonr@gnu.org> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/wdired.el b/lisp/wdired.el index 2ab9306da43..287e2119c8d 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wdired.el --- Rename files editing their names in dired buffers | 1 | ;;; wdired.el --- Rename files editing their names in dired buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Filename: wdired.el | 5 | ;; Filename: wdired.el |
| 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> | 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index e36a0f84818..3afa2246d45 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; whitespace.el --- warn about and clean bogus whitespaces in the file | 1 | ;;; whitespace.el --- warn about and clean bogus whitespaces in the file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> | 6 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
| @@ -110,22 +110,27 @@ visited by the buffers.") | |||
| 110 | (defvar whitespace-check-buffer-leading nil | 110 | (defvar whitespace-check-buffer-leading nil |
| 111 | "Test leading whitespace for file in current buffer if t.") | 111 | "Test leading whitespace for file in current buffer if t.") |
| 112 | (make-variable-buffer-local 'whitespace-check-buffer-leading) | 112 | (make-variable-buffer-local 'whitespace-check-buffer-leading) |
| 113 | ;;;###autoload(put 'whitespace-check-buffer-leading 'safe-local-variable 'booleanp) | ||
| 113 | 114 | ||
| 114 | (defvar whitespace-check-buffer-trailing nil | 115 | (defvar whitespace-check-buffer-trailing nil |
| 115 | "Test trailing whitespace for file in current buffer if t.") | 116 | "Test trailing whitespace for file in current buffer if t.") |
| 116 | (make-variable-buffer-local 'whitespace-check-buffer-trailing) | 117 | (make-variable-buffer-local 'whitespace-check-buffer-trailing) |
| 118 | ;;;###autoload(put 'whitespace-check-buffer-trailing 'safe-local-variable 'booleanp) | ||
| 117 | 119 | ||
| 118 | (defvar whitespace-check-buffer-indent nil | 120 | (defvar whitespace-check-buffer-indent nil |
| 119 | "Test indentation whitespace for file in current buffer if t.") | 121 | "Test indentation whitespace for file in current buffer if t.") |
| 120 | (make-variable-buffer-local 'whitespace-check-buffer-indent) | 122 | (make-variable-buffer-local 'whitespace-check-buffer-indent) |
| 123 | ;;;###autoload(put 'whitespace-check-buffer-indent 'safe-local-variable 'booleanp) | ||
| 121 | 124 | ||
| 122 | (defvar whitespace-check-buffer-spacetab nil | 125 | (defvar whitespace-check-buffer-spacetab nil |
| 123 | "Test Space-followed-by-TABS whitespace for file in current buffer if t.") | 126 | "Test Space-followed-by-TABS whitespace for file in current buffer if t.") |
| 124 | (make-variable-buffer-local 'whitespace-check-buffer-spacetab) | 127 | (make-variable-buffer-local 'whitespace-check-buffer-spacetab) |
| 128 | ;;;###autoload(put 'whitespace-check-buffer-spacetab 'safe-local-variable 'booleanp) | ||
| 125 | 129 | ||
| 126 | (defvar whitespace-check-buffer-ateol nil | 130 | (defvar whitespace-check-buffer-ateol nil |
| 127 | "Test end-of-line whitespace for file in current buffer if t.") | 131 | "Test end-of-line whitespace for file in current buffer if t.") |
| 128 | (make-variable-buffer-local 'whitespace-check-buffer-ateol) | 132 | (make-variable-buffer-local 'whitespace-check-buffer-ateol) |
| 133 | ;;;###autoload(put 'whitespace-check-buffer-ateol 'safe-local-variable 'booleanp) | ||
| 129 | 134 | ||
| 130 | (defvar whitespace-highlighted-space nil | 135 | (defvar whitespace-highlighted-space nil |
| 131 | "The variable to store the extent to highlight.") | 136 | "The variable to store the extent to highlight.") |
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index f0dab6626ac..6aec0a282a5 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; wid-browse.el --- functions for browsing widgets | 1 | ;;; wid-browse.el --- functions for browsing widgets |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 1ce6deda89e..15006a7e796 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*- | 1 | ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*- |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/widget.el b/lisp/widget.el index b44d3735bb6..b26db93607f 100644 --- a/lisp/widget.el +++ b/lisp/widget.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; widget.el --- a library of user interface components | 1 | ;;; widget.el --- a library of user interface components |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: help, extensions, faces, hypermedia | 7 | ;; Keywords: help, extensions, faces, hypermedia |
diff --git a/lisp/windmove.el b/lisp/windmove.el index f462c353694..113c661b05e 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; windmove.el --- directional window-selection routines | 1 | ;;; windmove.el --- directional window-selection routines |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Hovav Shacham (hovav@cs.stanford.edu) | 6 | ;; Author: Hovav Shacham (hovav@cs.stanford.edu) |
| 7 | ;; Created: 17 October 1998 | 7 | ;; Created: 17 October 1998 |
diff --git a/lisp/window.el b/lisp/window.el index c86de5dd373..ba9a74a1746 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C | 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/winner.el b/lisp/winner.el index 941f3cef99b..27b68106a53 100644 --- a/lisp/winner.el +++ b/lisp/winner.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; winner.el --- Restore old window configurations | 1 | ;;; winner.el --- Restore old window configurations |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation. Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation. Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> | 6 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> |
| 7 | ;; Created: 27 Feb 1997 | 7 | ;; Created: 27 Feb 1997 |
diff --git a/lisp/woman.el b/lisp/woman.el index 876fd6fc311..0778d424324 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; woman.el --- browse UN*X manual pages `wo (without) man' | 1 | ;;; woman.el --- browse UN*X manual pages `wo (without) man' |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> | 6 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 2c36acabef4..7e5368f322a 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; x-dnd.el --- drag and drop support for X. | 1 | ;;; x-dnd.el --- drag and drop support for X. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/xml.el b/lisp/xml.el index 62a95461446..405375fb89e 100644 --- a/lisp/xml.el +++ b/lisp/xml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; xml.el --- XML parser | 1 | ;;; xml.el --- XML parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Emmanuel Briot <briot@gnat.com> | 6 | ;; Author: Emmanuel Briot <briot@gnat.com> |
| 7 | ;; Maintainer: Mark A. Hershberger <mah@everybody.org> | 7 | ;; Maintainer: Mark A. Hershberger <mah@everybody.org> |
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index adb6f08943c..5109596527b 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; xt-mouse.el --- support the mouse when emacs run in an xterm | 1 | ;;; xt-mouse.el --- support the mouse when emacs run in an xterm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1994, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Keywords: mouse, terminals | 7 | ;; Keywords: mouse, terminals |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 1dca85fbfc7..ceba747547b 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1357,7 +1357,7 @@ | |||
| 1357 | ;; End: | 1357 | ;; End: |
| 1358 | 1358 | ||
| 1359 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1359 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 1360 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1360 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1361 | 1361 | ||
| 1362 | This file is part of GNU Emacs. | 1362 | This file is part of GNU Emacs. |
| 1363 | 1363 | ||
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 18fa3547cf5..a53308c6cf4 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Copyright (C) 1992, 1993 Lucid, Inc. | 1 | # Copyright (C) 1992, 1993 Lucid, Inc. |
| 2 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | # 2007 Free Software Foundation, Inc. | 3 | # 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of the Lucid Widget Library. | 5 | # This file is part of the Lucid Widget Library. |
| 6 | # | 6 | # |
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 4ef2d3fcb67..5a2acf2eccf 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* The lwlib interface to Athena widgets. | 1 | /* The lwlib interface to Athena widgets. |
| 2 | Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> | 2 | Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> |
| 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index 7fbf8bd5f07..f2cf68d80a3 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* The lwlib interface to "xlwmenu" menus. | 1 | /* The lwlib interface to "xlwmenu" menus. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 2adb1d44ce2..83df050b88e 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The lwlib interface to Motif widgets. | 1 | /* The lwlib interface to Motif widgets. |
| 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index edb975ac6cb..aef0ecc8d5e 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 1bec9c69403..0737f3ccff7 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Defines some widget utility functions. | 1 | /* Defines some widget utility functions. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 542b3ba5a60..7b2752b82e9 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* A general interface to the widgets of different toolkits. | 1 | /* A general interface to the widgets of different toolkits. |
| 2 | Copyright (C) 1992, 1993 Lucid, Inc. | 2 | Copyright (C) 1992, 1993 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index 3b6aa99277c..adefdc82966 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1992, 1993 Lucid, Inc. | 2 | Copyright (C) 1992, 1993 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 40a88fcced5..6316b13e5d3 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Implements a lightweight menubar widget. | 1 | /* Implements a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index ce29c6ac510..f6f6c0df791 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface of a lightweight menubar widget. | 1 | /* Interface of a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index c067dd1aafe..3774cace7f5 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internals of a lightweight menubar widget. | 1 | /* Internals of a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/mac/ChangeLog b/mac/ChangeLog index af42d1fd126..63c0791e2f9 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -947,7 +947,7 @@ | |||
| 947 | ;; End: | 947 | ;; End: |
| 948 | 948 | ||
| 949 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 949 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 950 | 2006, 2007 Free Software Foundation, Inc. | 950 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 951 | 951 | ||
| 952 | This file is part of GNU Emacs. | 952 | This file is part of GNU Emacs. |
| 953 | 953 | ||
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 5a369772188..625f903a0cf 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <!-- | 1 | <!-- |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/mac/INSTALL b/mac/INSTALL index 6d78910b464..e7d952a60f1 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- | 1 | * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | 7 | ||
diff --git a/mac/README b/mac/README index f02527d6383..bc6b075f598 100644 --- a/mac/README +++ b/mac/README | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Emacs for Mac OS Classic and Mac OS X | 1 | Emacs for Mac OS Classic and Mac OS X |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | 7 | ||
diff --git a/mac/cw6-mcp.xml b/mac/cw6-mcp.xml index 410f512e37a..09b40039ae8 100644 --- a/mac/cw6-mcp.xml +++ b/mac/cw6-mcp.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- | 1 | <!-- |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h index f0c47e1f7ba..5de835770ed 100644 --- a/mac/inc/alloca.h +++ b/mac/inc/alloca.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, | 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 2 | 2006, 2007 Free Software Foundation, Inc. | 2 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/mac/inc/config.h b/mac/inc/config.h index 49bc7d6bae2..72d4e32bc0b 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. -*- C -*- | 3 | /* GNU Emacs site configuration template file. -*- C -*- |
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/mac/inc/defs-cw6.h b/mac/inc/defs-cw6.h index 05dfa901a24..ebd2cbb0c99 100644 --- a/mac/inc/defs-cw6.h +++ b/mac/inc/defs-cw6.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, | 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 2 | 2006, 2007 Free Software Foundation, Inc. | 2 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/mac/inc/dirent.h b/mac/inc/dirent.h index 0efaf879466..06308fafddf 100644 --- a/mac/inc/dirent.h +++ b/mac/inc/dirent.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement dirent.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement dirent.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/epaths.h b/mac/inc/epaths.h index e9ee0a9fb70..90d3b0143e2 100644 --- a/mac/inc/epaths.h +++ b/mac/inc/epaths.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | /* Handcrafted epaths.h file for building GNU Emacs on the Macintosh. | 3 | /* Handcrafted epaths.h file for building GNU Emacs on the Macintosh. |
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/mac/inc/grp.h b/mac/inc/grp.h index f8e93b5d2c1..66e29450c17 100755 --- a/mac/inc/grp.h +++ b/mac/inc/grp.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement grp.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/mac/inc/m-mac.h b/mac/inc/m-mac.h index 57bb0976b69..701711a6be2 100644 --- a/mac/inc/m-mac.h +++ b/mac/inc/m-mac.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Handcrafted m-mac.h file for building GNU Emacs on the Macintosh. | 1 | /* Handcrafted m-mac.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/pwd.h b/mac/inc/pwd.h index c992b5c4ea9..4402a7195a4 100644 --- a/mac/inc/pwd.h +++ b/mac/inc/pwd.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement pwd.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement pwd.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/s-mac.h b/mac/inc/s-mac.h index 4798fb9c3bd..6d9b1ddb016 100644 --- a/mac/inc/s-mac.h +++ b/mac/inc/s-mac.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Handcrafted s-mac.h file for building GNU Emacs on Mac OS 9. | 1 | /* Handcrafted s-mac.h file for building GNU Emacs on Mac OS 9. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h index e720fc1c0ce..c99a293a022 100644 --- a/mac/inc/sys/file.h +++ b/mac/inc/sys/file.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/file.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/file.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/ioctl.h b/mac/inc/sys/ioctl.h index d0caa4b0eb7..279c8a34e9e 100644 --- a/mac/inc/sys/ioctl.h +++ b/mac/inc/sys/ioctl.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/ioctl.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/ioctl.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/param.h b/mac/inc/sys/param.h index 265f5384c9c..71df1e61d20 100644 --- a/mac/inc/sys/param.h +++ b/mac/inc/sys/param.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/param.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/param.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h index 0e352211e16..12ccfc66d99 100644 --- a/mac/inc/sys/stat.h +++ b/mac/inc/sys/stat.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/stat.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/stat.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/time.h b/mac/inc/sys/time.h index 057ecca42be..8a10304f670 100644 --- a/mac/inc/sys/time.h +++ b/mac/inc/sys/time.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/time.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/time.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/sys/types.h b/mac/inc/sys/types.h index bec6e4c773b..f76c6834899 100644 --- a/mac/inc/sys/types.h +++ b/mac/inc/sys/types.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement sys/types.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement sys/types.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/termio.h b/mac/inc/termio.h index 34e034c2fd1..a812a67d52b 100644 --- a/mac/inc/termio.h +++ b/mac/inc/termio.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement termio.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement termio.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/utime.h b/mac/inc/utime.h index 2deefbb9617..4a8d0428f63 100644 --- a/mac/inc/utime.h +++ b/mac/inc/utime.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement utime.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement utime.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/inc/utsname.h b/mac/inc/utsname.h index 174d9cffe85..01c47702c7f 100644 --- a/mac/inc/utsname.h +++ b/mac/inc/utsname.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Replacement utsname.h file for building GNU Emacs on the Macintosh. | 1 | /* Replacement utsname.h file for building GNU Emacs on the Macintosh. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/mac/make-package b/mac/make-package index 2d10710da80..a37081e8b3f 100755 --- a/mac/make-package +++ b/mac/make-package | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | #### files inside /usr. This will replace the default version of | 18 | #### files inside /usr. This will replace the default version of |
| 19 | #### emacs included with Mac OS X. | 19 | #### emacs included with Mac OS X. |
| 20 | 20 | ||
| 21 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 21 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 22 | # Free Software Foundation, Inc. | ||
| 22 | # | 23 | # |
| 23 | # This file is part of GNU Emacs. | 24 | # This file is part of GNU Emacs. |
| 24 | # | 25 | # |
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index c7cb790ce92..e2d7d9ac404 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Make file for building GNU Emacs on the Macintosh. | 1 | # Make file for building GNU Emacs on the Macintosh. |
| 2 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # Author: Andrew Choi <akochoi@users.sourceforge.net> | 5 | # Author: Andrew Choi <akochoi@users.sourceforge.net> |
| 6 | # | 6 | # |
diff --git a/mac/src/EmacsMPW.r b/mac/src/EmacsMPW.r index f017f2bec78..a40d9d43bc7 100644 --- a/mac/src/EmacsMPW.r +++ b/mac/src/EmacsMPW.r | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | under MPW. | 2 | under MPW. |
| 3 | 3 | ||
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/mac/src/chdir.c b/mac/src/chdir.c index eb0670f3fd5..010e6d9fa01 100644 --- a/mac/src/chdir.c +++ b/mac/src/chdir.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implementation of chdir on the Mac for use with make-docfile. | 1 | /* Implementation of chdir on the Mac for use with make-docfile. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 393f4de9094..5e09fd579be 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -652,7 +652,7 @@ | |||
| 652 | ;; End: | 652 | ;; End: |
| 653 | 653 | ||
| 654 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 654 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 655 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 655 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 656 | 656 | ||
| 657 | This file is part of GNU Emacs. | 657 | This file is part of GNU Emacs. |
| 658 | 658 | ||
diff --git a/msdos/README b/msdos/README index 6f08e6e9624..72477025671 100644 --- a/msdos/README +++ b/msdos/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| @@ -12,7 +12,7 @@ Windows 3.X. Since these are binary files, their copyright notice is | |||
| 12 | reproduced here: | 12 | reproduced here: |
| 13 | 13 | ||
| 14 | # Copyright (C) 1993, 2002, 2003, 2004, 2005, | 14 | # Copyright (C) 1993, 2002, 2003, 2004, 2005, |
| 15 | # 2006, 2007 Free Software Foundation, Inc. | 15 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 16 | # | 16 | # |
| 17 | # This file is part of GNU Emacs. | 17 | # This file is part of GNU Emacs. |
| 18 | # | 18 | # |
diff --git a/msdos/mainmake b/msdos/mainmake index 7553a3bb25d..e7df1cd7984 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 2 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 12daa6ca91b..370404a1293 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- | 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- |
| 2 | 2 | ||
| 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/msdos/sed1.inp b/msdos/sed1.inp index 5fef6695f0e..3ad0ded2667 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 5d3ae877c42..ffbf977980d 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 13b7169b302..9809ecc4d18 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, |
| 6 | # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 786374bfb46..39fb5267db1 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed2x.inp b/msdos/sed2x.inp index f7ddf2c193a..a2477507bf6 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 69c27620443..5fd2625c207 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index bd4521e107b..9f663405c1c 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed4.inp b/msdos/sed4.inp index 0c141b53e66..7dca4697179 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp index 4bb860e415a..b1c003b0d30 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 1f290fe3fab..9ae8ee56425 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # --------------------------------------------------------------------------- | 4 | # --------------------------------------------------------------------------- |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 7 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 7 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index 5b10be9d65d..32978aca574 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index 1372dbd9b67..cb95248e078 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 944a6d4b855..752a4f7dc7e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1457,7 +1457,7 @@ | |||
| 1457 | ;; End: | 1457 | ;; End: |
| 1458 | 1458 | ||
| 1459 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1459 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 1460 | 2005, 2006, 2007 Free Software Foundation, Inc. | 1460 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1461 | 1461 | ||
| 1462 | This file is part of GNU Emacs. | 1462 | This file is part of GNU Emacs. |
| 1463 | 1463 | ||
diff --git a/nt/INSTALL b/nt/INSTALL index a6fe79d826f..7ce4ef1b95b 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Building and Installing Emacs | 1 | Building and Installing Emacs |
| 2 | on Windows NT/2K/XP and Windows 95/98/ME | 2 | on Windows NT/2K/XP and Windows 95/98/ME |
| 3 | 3 | ||
| 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | See the end of the file for license conditions. | 6 | See the end of the file for license conditions. |
| 7 | 7 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | Emacs for Windows NT/2000 and Windows 95/98/ME | 1 | Emacs for Windows NT/2000 and Windows 95/98/ME |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | This directory contains support for compiling and running GNU Emacs on | 7 | This directory contains support for compiling and running GNU Emacs on |
diff --git a/nt/addpm.c b/nt/addpm.c index a2ad06149b2..270ef6d15a7 100644 --- a/nt/addpm.c +++ b/nt/addpm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Add entries to the GNU Emacs Program Manager folder. | 1 | /* Add entries to the GNU Emacs Program Manager folder. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/addsection.c b/nt/addsection.c index c79bbbbadfd..6eb2ee37038 100644 --- a/nt/addsection.c +++ b/nt/addsection.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Add an uninitialized data section to an executable. | 1 | /* Add an uninitialized data section to an executable. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 3f3e639d8f7..631570b9d5d 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. | 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. |
| 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Accepts subset of Unix sh(1) command-line options, for compatability | 5 | Accepts subset of Unix sh(1) command-line options, for compatability |
| 6 | with elisp code written for Unix. When possible, executes external | 6 | with elisp code written for Unix. When possible, executes external |
diff --git a/nt/config.nt b/nt/config.nt index 10dbb3b06de..ff80ef6830b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs site configuration template file. -*- C -*- | 1 | /* GNU Emacs site configuration template file. -*- C -*- |
| 2 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/configure.bat b/nt/configure.bat index ef0a746949b..a88cd5df413 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP | 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP |
| 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | rem 2006, 2007 Free Software Foundation, Inc. | 5 | rem 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 01f00c83316..1f3eac077cb 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Simple client interface to DDE servers. | 1 | /* Simple client interface to DDE servers. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/emacs.rc b/nt/emacs.rc index 3565493d003..7d84a6cd0f1 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -27,7 +27,7 @@ BEGIN | |||
| 27 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" | 27 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
| 28 | VALUE "FileVersion", "23, 0, 50, 0\0" | 28 | VALUE "FileVersion", "23, 0, 50, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" |
| 31 | VALUE "OriginalFilename", "emacs.exe" | 31 | VALUE "OriginalFilename", "emacs.exe" |
| 32 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" | 32 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
| 33 | VALUE "ProductVersion", "23, 0, 50, 0\0" | 33 | VALUE "ProductVersion", "23, 0, 50, 0\0" |
diff --git a/nt/envadd.bat b/nt/envadd.bat index a2b7194c716..029d090ab65 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | rem Hack to change/add environment variables in the makefiles for the | 1 | rem Hack to change/add environment variables in the makefiles for the |
| 2 | rem Windows platform. | 2 | rem Windows platform. |
| 3 | rem | 3 | rem |
| 4 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | rem | 5 | rem |
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | rem | 7 | rem |
diff --git a/nt/gmake.defs b/nt/gmake.defs index 28023e99924..e782c203e76 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # GNU Emacs is free software; you can redistribute it and/or modify | 5 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/nt/icons/README b/nt/icons/README index 4cb7d87f470..a29a588bd05 100644 --- a/nt/icons/README +++ b/nt/icons/README | |||
| @@ -2,7 +2,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | File: emacs.ico | 3 | File: emacs.ico |
| 4 | Author: Andrew Zhilin | 4 | Author: Andrew Zhilin |
| 5 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | License: GNU General Public License version 3 or later (see COPYING) | 6 | License: GNU General Public License version 3 or later (see COPYING) |
| 7 | 7 | ||
| 8 | 8 | ||
| @@ -11,7 +11,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico | |||
| 11 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico | 11 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico |
| 12 | gnu7.ico gnu8.ico gnu9.ico | 12 | gnu7.ico gnu8.ico gnu9.ico |
| 13 | Author: Rob Davenport <rgd at bigfoot.com> | 13 | Author: Rob Davenport <rgd at bigfoot.com> |
| 14 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 14 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 15 | Free Software Foundation, Inc. | 15 | Free Software Foundation, Inc. |
| 16 | License: GNU General Public License version 3 or later (see COPYING) | 16 | License: GNU General Public License version 3 or later (see COPYING) |
| 17 | 17 | ||
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 6cadc106d11..8cc4a2be911 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on Windows. | 1 | /* Replacement grp.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index 4961fba431d..9685e4e8f07 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. | 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index 0b37e8584e7..7a43523cb9b 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. | 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index f848231299d..741926fd87f 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 2 | 2006, 2007 Free Software Foundation, Inc. | 2 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index a792889af24..1d9ada44b4a 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # Top level makefile for building GNU Emacs on Windows NT | 5 | # Top level makefile for building GNU Emacs on Windows NT |
| 6 | # | 6 | # |
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index 8266c903aaa..9632eee553c 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | rem Hack to run install-info with multiple info files on the command | 3 | rem Hack to run install-info with multiple info files on the command |
| 4 | rem line on the Windows platform. | 4 | rem line on the Windows platform. |
| 5 | rem | 5 | rem |
| 6 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | rem | 7 | rem |
| 8 | rem This file is part of GNU Emacs. | 8 | rem This file is part of GNU Emacs. |
| 9 | rem | 9 | rem |
diff --git a/nt/nmake.defs b/nt/nmake.defs index 7d19c74dcbd..503d8ec140f 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # GNU Emacs is free software; you can redistribute it and/or modify | 5 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/nt/paths.h b/nt/paths.h index 9fb76cc78c4..714471541da 100644 --- a/nt/paths.h +++ b/nt/paths.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 2 | 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/preprep.c b/nt/preprep.c index 4978c314861..f53cea7a9cb 100644 --- a/nt/preprep.c +++ b/nt/preprep.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Pro-process emacs.exe for profiling by MSVC. | 1 | /* Pro-process emacs.exe for profiling by MSVC. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/nt/runemacs.c b/nt/runemacs.c index 643b8036827..f36ffeed031 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 0fb404675b9..1da1aed3dec 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 7 | Free Software Foundation, Inc. | 7 | Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 0997c75096d..5a08172644f 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -473,7 +473,7 @@ | |||
| 473 | ;; End: | 473 | ;; End: |
| 474 | 474 | ||
| 475 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, | 475 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, |
| 476 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 476 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 477 | 477 | ||
| 478 | This file is part of GNU Emacs. | 478 | This file is part of GNU Emacs. |
| 479 | 479 | ||
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index 78d8cd9c049..b6db189f79c 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 7 | 2007 Free Software Foundation, Inc. | 7 | 2007, 2008 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 56bb177d68d..4f8aefb3457 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, | 4 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006, 2007 Free Software Foundation, Inc. */ | 5 | 2006, 2007, 2008 Free Software Foundation, Inc. */ |
| 6 | 6 | ||
| 7 | /* | 7 | /* |
| 8 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index e63970e141b..e9d33c834e8 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, | 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
| 7 | 2007 Free Software Foundation, Inc. | 7 | 2007, 2008 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 318cde3ad0b..3db3dfa2f9a 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | ## without express or implied warranty. | 15 | ## without express or implied warranty. |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 18 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 19 | ## Free Software Foundation, Inc. | 19 | ## Free Software Foundation, Inc. |
| 20 | 20 | ||
| 21 | ## This program is free software; you can redistribute it and/or modify | 21 | ## This program is free software; you can redistribute it and/or modify |
diff --git a/oldXMenu/descrip.mms b/oldXMenu/descrip.mms index c5d7a678fc3..9e948f79e16 100644 --- a/oldXMenu/descrip.mms +++ b/oldXMenu/descrip.mms | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ### descrip.mms - port of oldXMenu Makefile to VMS | 1 | ### descrip.mms - port of oldXMenu Makefile to VMS |
| 2 | 2 | ||
| 3 | ## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | ## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | ## 2007 Free Software Foundation, Inc. | 4 | ## 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Richard Levitte | 6 | ## Author: Richard Levitte |
| 7 | 7 | ||
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index ec7aa88dbbf..93f07237eb1 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 1 | /* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 2 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify | 4 | This program is free software; you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/src/ChangeLog b/src/ChangeLog index 92ad0ae9c20..e942fc32eeb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of | ||
| 4 | #ifdef MAC_OS. | ||
| 5 | |||
| 6 | 2008-01-08 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes. | ||
| 9 | |||
| 1 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> | 10 | 2008-01-06 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 11 | ||
| 3 | * keyboard.c (parse_menu_item): Don't enclose key bindings on | 12 | * keyboard.c (parse_menu_item): Don't enclose key bindings on |
| @@ -3565,7 +3574,7 @@ See ChangeLog.10 for earlier changes. | |||
| 3565 | ;; add-log-time-zone-rule: t | 3574 | ;; add-log-time-zone-rule: t |
| 3566 | ;; End: | 3575 | ;; End: |
| 3567 | 3576 | ||
| 3568 | Copyright (C) 2007 Free Software Foundation, Inc. | 3577 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 3569 | 3578 | ||
| 3570 | This file is part of GNU Emacs. | 3579 | This file is part of GNU Emacs. |
| 3571 | 3580 | ||
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index c7feabcb084..b0331f70518 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -3521,8 +3521,8 @@ | |||
| 3521 | * minibuf.c: Don't allow entry to minibuffer | 3521 | * minibuf.c: Don't allow entry to minibuffer |
| 3522 | while minibuffer is selected. | 3522 | while minibuffer is selected. |
| 3523 | 3523 | ||
| 3524 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3524 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3525 | Free Software Foundation, Inc. | 3525 | 2008 Free Software Foundation, Inc. |
| 3526 | 3526 | ||
| 3527 | This file is part of GNU Emacs. | 3527 | This file is part of GNU Emacs. |
| 3528 | 3528 | ||
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 1e903fbfa72..f2918387303 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -4772,7 +4772,7 @@ | |||
| 4772 | See ChangeLog.1 for earlier changes. | 4772 | See ChangeLog.1 for earlier changes. |
| 4773 | 4773 | ||
| 4774 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, | 4774 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4775 | 2007 Free Software Foundation, Inc. | 4775 | 2007, 2008 Free Software Foundation, Inc. |
| 4776 | 4776 | ||
| 4777 | This file is part of GNU Emacs. | 4777 | This file is part of GNU Emacs. |
| 4778 | 4778 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 662da73acd6..0c58f7089a3 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -16524,7 +16524,7 @@ | |||
| 16524 | 16524 | ||
| 16525 | See ChangeLog.2 for earlier changes. | 16525 | See ChangeLog.2 for earlier changes. |
| 16526 | 16526 | ||
| 16527 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 16527 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 16528 | Free Software Foundation, Inc. | 16528 | Free Software Foundation, Inc. |
| 16529 | 16529 | ||
| 16530 | This file is part of GNU Emacs. | 16530 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 250ff282688..d633b711b36 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -6903,7 +6903,7 @@ | |||
| 6903 | 6903 | ||
| 6904 | See ChangeLog.3 for earlier changes. | 6904 | See ChangeLog.3 for earlier changes. |
| 6905 | 6905 | ||
| 6906 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 6906 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 6907 | Free Software Foundation, Inc. | 6907 | Free Software Foundation, Inc. |
| 6908 | 6908 | ||
| 6909 | This file is part of GNU Emacs. | 6909 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index b555020d625..a3cd7c63312 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -7144,7 +7144,7 @@ | |||
| 7144 | 7144 | ||
| 7145 | See ChangeLog.4 for earlier changes. | 7145 | See ChangeLog.4 for earlier changes. |
| 7146 | 7146 | ||
| 7147 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 7147 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 7148 | Free Software Foundation, Inc. | 7148 | Free Software Foundation, Inc. |
| 7149 | 7149 | ||
| 7150 | This file is part of GNU Emacs. | 7150 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 8bf2c9a278e..798bfaa48b7 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -5354,7 +5354,7 @@ | |||
| 5354 | 5354 | ||
| 5355 | See ChangeLog.5 for earlier changes. | 5355 | See ChangeLog.5 for earlier changes. |
| 5356 | 5356 | ||
| 5357 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 5357 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5358 | Free Software Foundation, Inc. | 5358 | Free Software Foundation, Inc. |
| 5359 | 5359 | ||
| 5360 | This file is part of GNU Emacs. | 5360 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 09880efa16d..8cbb1694597 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -11093,7 +11093,7 @@ | |||
| 11093 | 11093 | ||
| 11094 | See ChangeLog.6 for earlier changes. | 11094 | See ChangeLog.6 for earlier changes. |
| 11095 | 11095 | ||
| 11096 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 11096 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 11097 | Free Software Foundation, Inc. | 11097 | Free Software Foundation, Inc. |
| 11098 | 11098 | ||
| 11099 | This file is part of GNU Emacs. | 11099 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index da95bbd8a0b..7e7ef7c0d2c 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13985,7 +13985,7 @@ | |||
| 13985 | 13985 | ||
| 13986 | See ChangeLog.7 for earlier changes. | 13986 | See ChangeLog.7 for earlier changes. |
| 13987 | 13987 | ||
| 13988 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 13988 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 13989 | Free Software Foundation, Inc. | 13989 | Free Software Foundation, Inc. |
| 13990 | 13990 | ||
| 13991 | This file is part of GNU Emacs. | 13991 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index abfa5470f6e..23d70f64fcd 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -13294,7 +13294,7 @@ See ChangeLog.8 for earlier changes. | |||
| 13294 | ;; coding: iso-2022-7bit | 13294 | ;; coding: iso-2022-7bit |
| 13295 | ;; End: | 13295 | ;; End: |
| 13296 | 13296 | ||
| 13297 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 13297 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 13298 | Free Software Foundation, Inc. | 13298 | Free Software Foundation, Inc. |
| 13299 | 13299 | ||
| 13300 | This file is part of GNU Emacs. | 13300 | This file is part of GNU Emacs. |
diff --git a/src/Makefile.in b/src/Makefile.in index fd8afdc99ba..88acbbf802f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # Makefile for GNU Emacs. | 1 | # Makefile for GNU Emacs. |
| 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, | 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, |
| 3 | # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | # Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/README b/src/README index f575af46e05..c975969cdc0 100644 --- a/src/README +++ b/src/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/src/alloc.c b/src/alloc.c index 2d87e1806f0..6ded38c17da 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. | 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, |
| 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/atimer.c b/src/atimer.c index d17bbc92d72..f5f5f34f16a 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Asynchronous timers. | 1 | /* Asynchronous timers. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/atimer.h b/src/atimer.h index 1480e5152fd..e258b6a4447 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Asynchronous timers. | 1 | /* Asynchronous timers. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/blockinput.h b/src/blockinput.h index 8fb827101a6..cb352231f94 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. | 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. |
| 2 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/buffer.c b/src/buffer.c index 58e2bd9e4cd..57d88b0f791 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /* Buffer manipulation primitives for GNU Emacs. | 1 | /* Buffer manipulation primitives for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, |
| 3 | 1995, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | 1995, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/src/buffer.h b/src/buffer.h index a308d20e491..24c6fc5d6f2 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Header file for the buffer manipulation primitives. | 1 | /* Header file for the buffer manipulation primitives. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/bytecode.c b/src/bytecode.c index 3582e69dfb7..c667ba3e541 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Execution of byte code produced by bytecomp.el. | 1 | /* Execution of byte code produced by bytecomp.el. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/callint.c b/src/callint.c index 2ac53105afb..7dca5b30347 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Call a Lisp function interactively. | 1 | /* Call a Lisp function interactively. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/callproc.c b/src/callproc.c index 3e6833aed44..ef5fcc8f400 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Synchronous subprocess invocation for GNU Emacs. | 1 | /* Synchronous subprocess invocation for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/casefiddle.c b/src/casefiddle.c index 0e9e1ba2c34..0c438d6afa9 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs case conversion functions. | 1 | /* GNU Emacs case conversion functions. |
| 2 | Copyright (C) 1985, 1994, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/casetab.c b/src/casetab.c index 952a320dda3..057145bb17d 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs routines to deal with case tables. | 1 | /* GNU Emacs routines to deal with case tables. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/category.c b/src/category.c index 7ea9b7810fa..8305a36d911 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* GNU Emacs routines to deal with category tables. | 1 | /* GNU Emacs routines to deal with category tables. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/category.h b/src/category.h index be534fb47f5..8354327d23e 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations having to do with Emacs category tables. | 1 | /* Declarations having to do with Emacs category tables. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 | 3 | 2005, 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H14PRO021 | 5 | Registration Number H14PRO021 |
| 6 | 6 | ||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* CCL (Code Conversion Language) interpreter. | 1 | /* CCL (Code Conversion Language) interpreter. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header for CCL (Code Conversion Language) interpreter. | 1 | /* Header for CCL (Code Conversion Language) interpreter. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 | 3 | 2005, 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H14PRO021 | 5 | Registration Number H14PRO021 |
| 6 | 6 | ||
diff --git a/src/charset.c b/src/charset.c index 1a85cd39c72..d7bb13abc39 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Basic multilingual character support. | 1 | /* Basic multilingual character support. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/charset.h b/src/charset.h index c20766f910b..de7a16a01c7 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for multibyte character handler. | 1 | /* Header for multibyte character handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Cursor motion subroutines for GNU Emacs. | 1 | /* Cursor motion subroutines for GNU Emacs. |
| 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | based primarily on public domain code written by Chris Torek | 4 | based primarily on public domain code written by Chris Torek |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Cursor motion calculation definitions for GNU Emacs | 1 | /* Cursor motion calculation definitions for GNU Emacs |
| 2 | Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/cmds.c b/src/cmds.c index b89074fbc5e..6314df416a0 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Simple built-in editing commands. | 1 | /* Simple built-in editing commands. |
| 2 | Copyright (C) 1985, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, | 2 | Copyright (C) 1985, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/coding.c b/src/coding.c index 331b94e30a6..0e8a75647a2 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Coding system handler (conversion, detection, and etc). | 1 | /* Coding system handler (conversion, detection, and etc). |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/coding.h b/src/coding.h index a53a74ec161..a08bbb8d966 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for coding system handler. | 1 | /* Header for coding system handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/commands.h b/src/commands.h index e59b3c0382a..f1ac47c5ee7 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions needed by most editing commands. | 1 | /* Definitions needed by most editing commands. |
| 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/composite.c b/src/composite.c index 95c19d74560..12830b4f841 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Composite sequence support. | 1 | /* Composite sequence support. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | National Institute of Advanced Industrial Science and Technology (AIST) | 5 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | Registration Number H14PRO021 | 6 | Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/src/composite.h b/src/composite.h index ba8f8c84104..c770fbebe92 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Header for composite sequence handler. | 1 | /* Header for composite sequence handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | National Institute of Advanced Industrial Science and Technology (AIST) | 5 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | Registration Number H14PRO021 | 6 | Registration Number H14PRO021 |
| 7 | 7 | ||
diff --git a/src/config.in b/src/config.in index a368067563c..27f89c29b90 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* src/config.in. Generated from configure.in by autoheader. */ | 1 | /* src/config.in. Generated from configure.in by autoheader. */ |
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. | 3 | /* GNU Emacs site configuration template file. |
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, |
| 5 | Free Software Foundation, Inc. | 5 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/data.c b/src/data.c index 0e3987ae540..703e60b269b 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/dired.c b/src/dired.c index 09c72f69fdf..0ccbfd85601 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Lisp functions for making directory listings. | 1 | /* Lisp functions for making directory listings. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/dispextern.h b/src/dispextern.h index 9cf666b2fd2..594d763dde3 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Interface definitions for display code. | 1 | /* Interface definitions for display code. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index 312ec38f445..ab0f581b53d 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Updating of data structures for redisplay. | 1 | /* Updating of data structures for redisplay. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/disptab.h b/src/disptab.h index 19033dc993e..fc88e79b8df 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Things for GLYPHS and glyph tables. | 1 | /* Things for GLYPHS and glyph tables. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Record indices of function doc strings stored in a file. | 1 | /* Record indices of function doc strings stored in a file. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/doprnt.c b/src/doprnt.c index e9c97d60ccc..a016e20b9c7 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Also takes args differently: pass one pointer to an array of strings | 2 | Also takes args differently: pass one pointer to an array of strings |
| 3 | in addition to the format string which is separate. | 3 | in addition to the format string which is separate. |
| 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006, 2007 Free Software Foundation, Inc. | 5 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/dosfns.c b/src/dosfns.c index 32d7a2c8d74..8e81936d20d 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. | 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. |
| 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) | 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) |
| 3 | Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/dosfns.h b/src/dosfns.h index 904de03fbe6..a5fce906abe 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | Modified by Morten Welinder, 1993-1994. | 3 | Modified by Morten Welinder, 1993-1994. |
| 4 | 4 | ||
| 5 | Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 5 | Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 6 | 2005, 2006, 2007 Free Software Foundation, Inc. | 6 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/src/ecrt0.c b/src/ecrt0.c index 114fc4ea699..36f6caeceb9 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* C code startup routine. | 1 | /* C code startup routine. |
| 2 | Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/editfns.c b/src/editfns.c index f5b71f2aa18..43d4aa2aaa2 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp functions pertaining to editing. | 1 | /* Lisp functions pertaining to editing. |
| 2 | Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, | 2 | Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/emacs.c b/src/emacs.c index 85aa2f3a6f7..d990e1a6158 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. | 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/epaths.in b/src/epaths.in index dc537fa035c..fd7d91e7c2f 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Hey Emacs, this is -*- C -*- code! */ | 1 | /* Hey Emacs, this is -*- C -*- code! */ |
| 2 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 2 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/eval.c b/src/eval.c index 74ebb0c90b6..fbb3a7aad34 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Evaluator for GNU Emacs Lisp interpreter. | 1 | /* Evaluator for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/fileio.c b/src/fileio.c index 19558fa332a..d921916a4de 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -413,7 +413,7 @@ DEFUN ("file-name-directory", Ffile_name_directory, Sfile_name_directory, | |||
| 413 | 1, 1, 0, | 413 | 1, 1, 0, |
| 414 | doc: /* Return the directory component in file name FILENAME. | 414 | doc: /* Return the directory component in file name FILENAME. |
| 415 | Return nil if FILENAME does not include a directory. | 415 | Return nil if FILENAME does not include a directory. |
| 416 | Otherwise return a directory spec. | 416 | Otherwise return a directory name. |
| 417 | Given a Unix syntax file name, returns a string ending in slash; | 417 | Given a Unix syntax file name, returns a string ending in slash; |
| 418 | on VMS, perhaps instead a string ending in `:', `]' or `>'. */) | 418 | on VMS, perhaps instead a string ending in `:', `]' or `>'. */) |
| 419 | (filename) | 419 | (filename) |
| @@ -1032,7 +1032,7 @@ probably use `make-temp-file' instead, except in three circumstances: | |||
| 1032 | DEFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, | 1032 | DEFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, |
| 1033 | doc: /* Convert filename NAME to absolute, and canonicalize it. | 1033 | doc: /* Convert filename NAME to absolute, and canonicalize it. |
| 1034 | Second arg DEFAULT-DIRECTORY is directory to start with if NAME is relative | 1034 | Second arg DEFAULT-DIRECTORY is directory to start with if NAME is relative |
| 1035 | \(does not start with slash); if DEFAULT-DIRECTORY is nil or missing, | 1035 | \(does not start with slash or tilde); if DEFAULT-DIRECTORY is nil or missing, |
| 1036 | the current buffer's value of `default-directory' is used. | 1036 | the current buffer's value of `default-directory' is used. |
| 1037 | File name components that are `.' are removed, and | 1037 | File name components that are `.' are removed, and |
| 1038 | so are file name components followed by `..', along with the `..' itself; | 1038 | so are file name components followed by `..', along with the `..' itself; |
diff --git a/src/filelock.c b/src/filelock.c index 4c211bf9947..88cdc6d72a6 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Lock files for editing. | 1 | /* Lock files for editing. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/filemode.c b/src/filemode.c index db0f98fdf75..4c5ae83c122 100644 --- a/src/filemode.c +++ b/src/filemode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* filemode.c -- make a string describing file modes | 1 | /* filemode.c -- make a string describing file modes |
| 2 | Copyright (C) 1985, 1990, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1990, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/firstfile.c b/src/firstfile.c index 35367246542..019e858d32c 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. | 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. |
| 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/floatfns.c b/src/floatfns.c index a20f7981bf0..30336a6bc9b 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Random utility Lisp functions. | 1 | /* Random utility Lisp functions. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/fontset.c b/src/fontset.c index 2c0f0ac161c..dc16b7a3975 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Fontset handler. | 1 | /* Fontset handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/fontset.h b/src/fontset.h index c8bd1e36eab..91e4fec2dbc 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for fontset handler. | 1 | /* Header for fontset handler. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 | 5 | 2005, 2006, 2007, 2008 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/frame.c b/src/frame.c index b06b541d60c..9b921624bf7 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Generic frame functions. | 1 | /* Generic frame functions. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -687,7 +687,7 @@ affects all frames on the same terminal device. */) | |||
| 687 | abort (); | 687 | abort (); |
| 688 | #else /* not MSDOS */ | 688 | #else /* not MSDOS */ |
| 689 | 689 | ||
| 690 | #if 0 /* #ifdef MAC_OS */ | 690 | #if 0 /* #ifdef MAC_OS8 */ |
| 691 | /* This can happen for multi-tty when using both terminal frames and | 691 | /* This can happen for multi-tty when using both terminal frames and |
| 692 | Carbon frames. */ | 692 | Carbon frames. */ |
| 693 | if (sf->output_method != output_mac) | 693 | if (sf->output_method != output_mac) |
diff --git a/src/frame.h b/src/frame.h index a9bddbe34b8..b643f00f574 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Define frame-object for GNU Emacs. | 1 | /* Define frame-object for GNU Emacs. |
| 2 | Copyright (C) 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/fringe.c b/src/fringe.c index 70e14f51f5f..a006d45aba6 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Fringe handling (split from xdisp.c). | 1 | /* Fringe handling (split from xdisp.c). |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/getloadavg.c b/src/getloadavg.c index 6d66cbfd8a1..32d0f41a4a9 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Get the system load averages. | 1 | /* Get the system load averages. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, |
| 3 | 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | NOTE: The canonical source of this file is maintained with gnulib. | 6 | NOTE: The canonical source of this file is maintained with gnulib. |
diff --git a/src/getpagesize.h b/src/getpagesize.h index 2eb6532737e..5c3180dc36e 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Emulate getpagesize on systems that lack it. | 1 | /* Emulate getpagesize on systems that lack it. |
| 2 | Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Emacs "E" icon | 2 | /* Emacs "E" icon |
| 3 | 3 | ||
| 4 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> | 6 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> |
| 7 | 7 | ||
diff --git a/src/gtkutil.c b/src/gtkutil.c index 41926ace154..487e24dfa8a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Functions for creating and updating GTK widgets. | 1 | /* Functions for creating and updating GTK widgets. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/gtkutil.h b/src/gtkutil.h index bacee26d418..52731b0677a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Definitions and headers for GTK widgets. | 1 | /* Definitions and headers for GTK widgets. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/image.c b/src/image.c index a9b1e9835ed..04fda4f88a8 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for image support on window system. | 1 | /* Functions for image support on window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/indent.c b/src/indent.c index 2d48dc746d7..6c8fae06341 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Indentation functions. | 1 | /* Indentation functions. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/indent.h b/src/indent.h index 95cf23aaef1..5943f46bc8e 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for interface to indent.c | 1 | /* Definitions for interface to indent.c |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/insdel.c b/src/insdel.c index 5cde53864b7..6d94f32539f 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. | 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/intervals.c b/src/intervals.c index 639abcf3491..39e36561ee4 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Code for doing intervals. | 1 | /* Code for doing intervals. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/intervals.h b/src/intervals.h index 3b746ec40e9..f7208db7aba 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and global variables for intervals. | 1 | /* Definitions and global variables for intervals. |
| 2 | Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/keyboard.h b/src/keyboard.h index 6d046bc98e7..1d40045bfab 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations useful when processing input. | 1 | /* Declarations useful when processing input. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/keymap.c b/src/keymap.c index 5cfa8e7e1ce..905ea68973d 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Manipulation of keymaps | 1 | /* Manipulation of keymaps |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/keymap.h b/src/keymap.h index 3268967089a..64aa8a81156 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions to manipulate keymaps. | 1 | /* Functions to manipulate keymaps. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/lastfile.c b/src/lastfile.c index ef7d2527b22..79db5630396 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Mark end of data space to dump as pure, for GNU Emacs. | 1 | /* Mark end of data space to dump as pure, for GNU Emacs. |
| 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/lisp.h b/src/lisp.h index ee51db1f425..d7ab71b5de9 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/lread.c b/src/lread.c index ee020fd43d3..a7fe30e9f89 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp parsing and input streams. | 1 | /* Lisp parsing and input streams. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/m/alpha.h b/src/m/alpha.h index 5e46a05ab68..605b11509ae 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file For the alpha chip. | 1 | /* machine description file For the alpha chip. |
| 2 | Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 1f759cc9ec6..37ae8ebb148 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* machine description file for AMD x86-64. | 1 | /* machine description file for AMD x86-64. |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/m/arm.h b/src/m/arm.h index 697179723f7..9fb3bd416bc 100644 --- a/src/m/arm.h +++ b/src/m/arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for ARM-based non-RISCiX machines. | 1 | /* Machine description file for ARM-based non-RISCiX machines. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ews4800.h b/src/m/ews4800.h index 35bfb59f152..7651798cd18 100644 --- a/src/m/ews4800.h +++ b/src/m/ews4800.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* m- file for NEC EWS4800 RISC series. | 1 | /* m- file for NEC EWS4800 RISC series. |
| 2 | Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/hp800.h b/src/m/hp800.h index 83465052478..707946a9972 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for hp9000 series 800 machines. | 1 | /* machine description file for hp9000 series 800 machines. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 9a27065f866..b44b14e17d3 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for hp9000 series 200 or 300 on either HPUX or BSD. | 1 | /* machine description file for hp9000 series 200 or 300 on either HPUX or BSD. |
| 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ia64.h b/src/m/ia64.h index 8f7fed8d69e..556d41e4918 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for the IA-64 architecture. | 1 | /* machine description file for the IA-64 architecture. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Contributed by David Mosberger <davidm@hpl.hp.com> | 4 | Contributed by David Mosberger <davidm@hpl.hp.com> |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h index 0195ec141ab..62daa72369d 100644 --- a/src/m/ibm370aix.h +++ b/src/m/ibm370aix.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* m/ file for IBM 370 running AIX. | 1 | /* m/ file for IBM 370 running AIX. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index d542c07ad0a..fc5e6fd4737 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* R2 AIX machine/system dependent defines | 1 | /* R2 AIX machine/system dependent defines |
| 2 | Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index 1c7165e04c0..cd92450b221 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file template. | 1 | /* machine description file template. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 0dafe59000b..7c0c577523e 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* machine description file for IBM S390 in 64-bit mode | 1 | /* machine description file for IBM S390 in 64-bit mode |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/m/intel386.h b/src/m/intel386.h index 4ca09296f0f..6ea2bbc60c6 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for intel 386. | 1 | /* Machine description file for intel 386. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 4c15131e595..e22f7843214 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for Iris-4D machines. Use with s/irix*.h. | 1 | /* machine description file for Iris-4D machines. Use with s/irix*.h. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/m68k.h b/src/m/m68k.h index 4c600a44d8c..dbfcb131023 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for generic Motorola 68k. | 1 | /* Machine description file for generic Motorola 68k. |
| 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/macppc.h b/src/m/macppc.h index d4561c0289f..45375c752ee 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file For the powerpc Macintosh. | 1 | /* machine description file For the powerpc Macintosh. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/mips-siemens.h b/src/m/mips-siemens.h index 53366a1332e..110b72ef2dd 100644 --- a/src/m/mips-siemens.h +++ b/src/m/mips-siemens.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* m- file for Mips machines. | 1 | /* m- file for Mips machines. |
| 2 | Copyright (C) 1987, 1992, 1993, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1992, 1993, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file contains some changes for our SVR4 based SINIX-Mips 5.4. | 5 | This file contains some changes for our SVR4 based SINIX-Mips 5.4. |
| 6 | I hope this is helpful to port the emacs to our RM?00 series and | 6 | I hope this is helpful to port the emacs to our RM?00 series and |
diff --git a/src/m/mips.h b/src/m/mips.h index 6c039c5e14c..866a2a13742 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* m- file for Mips machines. | 1 | /* m- file for Mips machines. |
| 2 | Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/mips4.h b/src/m/mips4.h index a55e4c5e313..3151ed7bcaf 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* machine description file for Mips running RISCOS version 4. | 1 | /* machine description file for Mips running RISCOS version 4. |
| 2 | 2 | ||
| 3 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/m/next.h b/src/m/next.h index bca8ac39d47..7d76cd0272a 100644 --- a/src/m/next.h +++ b/src/m/next.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Configuration file for the NeXT machine. | 1 | /* Configuration file for the NeXT machine. |
| 2 | Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/pmax.h b/src/m/pmax.h index fbeba17c9e3..76734e96ed4 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Machine description file for DEC MIPS machines. | 1 | /* Machine description file for DEC MIPS machines. |
| 2 | 2 | ||
| 3 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/m/powermac.h b/src/m/powermac.h index 2dde47bd6cf..ab78b4c47f0 100644 --- a/src/m/powermac.h +++ b/src/m/powermac.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Machine description file for Apple Power Macintosh | 1 | /* Machine description file for Apple Power Macintosh |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h index 5be26e93b17..798833030ec 100644 --- a/src/m/powerpcle.h +++ b/src/m/powerpcle.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for PowerPC. | 1 | /* machine description file for PowerPC. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/sequent-ptx.h b/src/m/sequent-ptx.h index 8f915638a1a..de998e9fa31 100644 --- a/src/m/sequent-ptx.h +++ b/src/m/sequent-ptx.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for SEQUENT machines running DYNIX/ptx | 1 | /* machine description file for SEQUENT machines running DYNIX/ptx |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/sequent.h b/src/m/sequent.h index 3c06d854b41..97df4da6e09 100644 --- a/src/m/sequent.h +++ b/src/m/sequent.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for SEQUENT BALANCE machines | 1 | /* machine description file for SEQUENT BALANCE machines |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/sparc.h b/src/m/sparc.h index bf122d857cc..eabefdac4b2 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for Sun 4 SPARC. | 1 | /* machine description file for Sun 4 SPARC. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/template.h b/src/m/template.h index b893ba23df2..224432a2a86 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file template. | 1 | /* machine description file template. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/vax.h b/src/m/vax.h index 82695074424..850be9d9548 100644 --- a/src/m/vax.h +++ b/src/m/vax.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for vax. | 1 | /* machine description file for vax. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Unix emulation routines for GNU Emacs on the Mac OS. | 1 | /* Unix emulation routines for GNU Emacs on the Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macfns.c b/src/macfns.c index 7afeaafd85b..0ede52147b0 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Graphical user interface functions for Mac OS. | 1 | /* Graphical user interface functions for Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macgui.h b/src/macgui.h index 7a65e583b1b..b4c013f0dfa 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication on the Mac OS. | 1 | /* Definitions and headers for communication on the Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macmenu.c b/src/macmenu.c index 616d136465a..1d2e89ddd25 100644 --- a/src/macmenu.c +++ b/src/macmenu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Menu support for GNU Emacs on Mac OS. | 1 | /* Menu support for GNU Emacs on Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macros.c b/src/macros.c index 7f9f37eff59..c8fd94bfd76 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Keyboard macros. | 1 | /* Keyboard macros. |
| 2 | Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macros.h b/src/macros.h index 88f34879830..6d6696a1e4c 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for keyboard macro interpretation in GNU Emacs. | 1 | /* Definitions for keyboard macro interpretation in GNU Emacs. |
| 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macselect.c b/src/macselect.c index f8038effd8b..55466d4a54b 100644 --- a/src/macselect.c +++ b/src/macselect.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Selection processing for Emacs on Mac OS. | 1 | /* Selection processing for Emacs on Mac OS. |
| 2 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/macterm.c b/src/macterm.c index 1bf0cd0e707..3fbdcc2f822 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implementation of GUI terminal on the Mac OS. | 1 | /* Implementation of GUI terminal on the Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macterm.h b/src/macterm.h index 9fbbbc5a2f5..03016f30e0f 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Display module for Mac OS. | 1 | /* Display module for Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 65c5d87b845..6f3cab4e07f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/src/marker.c b/src/marker.c index 0c89f71d79a..4aa44acc918 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Markers: examining, setting and deleting. | 1 | /* Markers: examining, setting and deleting. |
| 2 | Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/mem-limits.h b/src/mem-limits.h index f1bad9bf6b9..9164305b8b4 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Includes for memory limit warnings. | 1 | /* Includes for memory limit warnings. |
| 2 | Copyright (C) 1990, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/minibuf.c b/src/minibuf.c index 5cd821e5179..d98df118a66 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Minibuffer input and completion. | 1 | /* Minibuffer input and completion. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, | 3 | 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/msdos.c b/src/msdos.c index fc14be2705c..73d66a7d770 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- | 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/msdos.h b/src/msdos.h index a9379efb75d..59e75ca4c6d 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* MS-DOS specific C utilities, interface. | 1 | /* MS-DOS specific C utilities, interface. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/prefix-args.c b/src/prefix-args.c index 16d7b7dba17..705671f76b2 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* prefix-args.c - echo each argument, prefixed by a string. | 1 | /* prefix-args.c - echo each argument, prefixed by a string. |
| 2 | Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/print.c b/src/print.c index 3a2e6926729..2199592e6b9 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp object printing and output streams. | 1 | /* Lisp object printing and output streams. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/process.c b/src/process.c index 0204388e672..5812660e85a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Asynchronous subprocess control for GNU Emacs. | 1 | /* Asynchronous subprocess control for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/process.h b/src/process.h index c1b1bc01e37..2b9f7b2727f 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for asynchronous process control in GNU Emacs. | 1 | /* Definitions for asynchronous process control in GNU Emacs. |
| 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/puresize.h b/src/puresize.h index 100721b36cc..6f2982746ce 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* How much read-only Lisp storage a dumped Emacs needs. | 1 | /* How much read-only Lisp storage a dumped Emacs needs. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/ralloc.c b/src/ralloc.c index e39ed5a4413..cd0df22e1a4 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Block-relocating memory allocator. | 1 | /* Block-relocating memory allocator. |
| 2 | Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/region-cache.c b/src/region-cache.c index f36eea901b5..e5fa4166a39 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Caching facts about regions of the buffer, for optimization. | 1 | /* Caching facts about regions of the buffer, for optimization. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995, 2001, 2002, 2003, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/region-cache.h b/src/region-cache.h index 8bfd7f04c3f..1b9580c60f4 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header file: Caching facts about regions of the buffer, for optimization. | 1 | /* Header file: Caching facts about regions of the buffer, for optimization. |
| 2 | Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 1110062605e..fe09df5f516 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on IBM AIX version 3.1 | 1 | /* Definitions file for GNU Emacs running on IBM AIX version 3.1 |
| 2 | Copyright (C) 1985, 1986, 1990, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1990, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 140f4202806..6d899a6c7f0 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s- file for building Emacs on AIX 3.2. | 1 | /* s- file for building Emacs on AIX 3.2. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index 704550c80ee..a2ed623d48c 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 1a2f7b7efa1..ebe5e9ba24d 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for bsd386 system. | 1 | /* s/ file for bsd386 system. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index e82a06bd6ae..b74dbb53237 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on bsd 4.1. | 1 | /* Definitions file for GNU Emacs running on bsd 4.1. |
| 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 00c1d326527..c9e4c5bcacc 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on bsd 4.2 | 1 | /* Definitions file for GNU Emacs running on bsd 4.2 |
| 2 | Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index f0bb14af69c..595bb0c5af7 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on bsd 4.3 | 1 | /* Definitions file for GNU Emacs running on bsd 4.3 |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 1785c7c6c76..0fde4fddbd3 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, | 4 | Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/s/darwin.h b/src/s/darwin.h index c1108e7c295..dee3480c783 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description header file for Darwin (Mac OS X). | 1 | /* System description header file for Darwin (Mac OS X). |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index a9604057c36..3331fb0f4f3 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 4 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 6 | Free Software Foundation, Inc. | ||
| 6 | 7 | ||
| 7 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 8 | 9 | ||
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 64dbe201173..cedd75d7210 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* This file is the configuration file for Linux-based GNU systems | 1 | /* This file is the configuration file for Linux-based GNU systems |
| 2 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/gnu.h b/src/s/gnu.h index 4d548838594..21287c65866 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. | 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. |
| 2 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/hpux.h b/src/s/hpux.h index 62427ba98a6..ca17f2aa1ec 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on HPUX release 7.0. | 1 | /* Definitions file for GNU Emacs running on HPUX release 7.0. |
| 2 | Based on AT&T System V.2. | 2 | Based on AT&T System V.2. |
| 3 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 8edcfa19633..ee1b6ed6704 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007 Free Software Foundation, Inc. | 3 | 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index ea8e30fb282..f9e21252f03 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* system description file for hpux version 8. | 1 | /* system description file for hpux version 8. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index cc45673089f..d91ec53f234 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* System description file for hpux version 9. | 1 | /* System description file for hpux version 9. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index b58283d584c..bb5785c6115 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 3.3. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 3.3. |
| 2 | Copyright (C) 1987, 1990, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1990, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 35fcae95e43..e06940a0378 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 4.0 | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 4.0 |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index e1aca546909..2d126ff5fd9 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 5.0. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 5.0. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index 53fdbd1b8f7..00c948ce1ec 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.0. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.0. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index ce92b4b430a..537e7975623 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/lynxos.h b/src/s/lynxos.h index b2bf5ba4186..df8f20a9ddb 100644 --- a/src/s/lynxos.h +++ b/src/s/lynxos.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on LynxOS-3.0.1 | 1 | /* Definitions file for GNU Emacs running on LynxOS-3.0.1 |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ee64a5d94f2..235c34820d0 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description file for Windows NT. | 1 | /* System description file for Windows NT. |
| 2 | Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index 297fda45baa..9b0b8b0449b 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* System description file for MS-DOS | 1 | /* System description file for MS-DOS |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 591c0548491..339ddbe680d 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for netbsd system. | 1 | /* s/ file for netbsd system. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/nextstep.h b/src/s/nextstep.h index 5a5dd6a3693..4e669972749 100644 --- a/src/s/nextstep.h +++ b/src/s/nextstep.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Configuration file for the NeXTstep system. | 1 | /* Configuration file for the NeXTstep system. |
| 2 | Copyright (C) 1990, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/ptx.h b/src/s/ptx.h index 4170e5036c9..346aab187cc 100644 --- a/src/s/ptx.h +++ b/src/s/ptx.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x | 1 | /* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x |
| 2 | Copyright (C) 1987, 1990, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1990, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/ptx4.h b/src/s/ptx4.h index d955234afd4..4e8913a0a6d 100644 --- a/src/s/ptx4.h +++ b/src/s/ptx4.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. | 1 | /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h index ca9aa84ad6a..7be32348eb6 100644 --- a/src/s/sol2-3.h +++ b/src/s/sol2-3.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Solaris 2.3. | 1 | /* Definitions file for GNU Emacs running on Solaris 2.3. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/sol2.h b/src/s/sol2.h index 73662c0fa31..47e88e58f30 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007 Free Software Foundation, Inc. | 3 | 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/template.h b/src/s/template.h index 23e1372aeda..a956fb0bb60 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index 9babf201e9f..652b6a862f9 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V.0 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V.0 |
| 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index 607c0c61904..6f80b7fc41e 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 2.2 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 2.2 |
| 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index 36588aecb9b..1d4bf597fd2 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 2.0 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 2.0 |
| 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index 5df34f31b0e..f518ee96b8d 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 3 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 3 |
| 2 | Copyright (C) 1987, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index b1616941da9..37ca5abd1f6 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for System V release 4.2. | 1 | /* s/ file for System V release 4.2. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007 Free Software Foundation, Inc. | 4 | 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 657fa9c51c6..71d421737fe 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 |
| 2 | Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/vms.h b/src/s/vms.h index c526b6c5135..97b00643e84 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* system description header for VMS | 1 | /* system description header for VMS |
| 2 | Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/scroll.c b/src/scroll.c index 5a59c69003e..ae600082f56 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Calculate what line insertion or deletion to do, and do it, | 1 | /* Calculate what line insertion or deletion to do, and do it, |
| 2 | Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/search.c b/src/search.c index 3c91d3cce92..7761448f0d9 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* String search routines for GNU Emacs. | 1 | /* String search routines for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1997, 1998, 1999, 2001, 2002, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1997, 1998, 1999, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/sheap.c b/src/sheap.c index 5d54a0edc45..fb62b6072ce 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; | 1 | /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; |
| 2 | complete rewrite of xemacs Cygwin `unexec' code | 2 | complete rewrite of xemacs Cygwin `unexec' code |
| 3 | 3 | ||
| 4 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/sound.c b/src/sound.c index 0873fe8b82f..0b153991c18 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sound.c -- sound support. | 1 | /* sound.c -- sound support. |
| 2 | Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syntax.c b/src/syntax.c index 4afaeda82db..586e2f92ea0 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs routines to deal with syntax tables; also word and list parsing. | 1 | /* GNU Emacs routines to deal with syntax tables; also word and list parsing. |
| 2 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, | 2 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/syntax.h b/src/syntax.h index 4026eeaee8f..b3980c3e851 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations having to do with GNU Emacs syntax tables. | 1 | /* Declarations having to do with GNU Emacs syntax tables. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/sysdep.c b/src/sysdep.c index d421c55f2c2..7c7b3810956 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Interfaces to system-dependent kernel and library entries. | 1 | /* Interfaces to system-dependent kernel and library entries. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/sysselect.h b/src/sysselect.h index bb27f5e1e0a..a866af31000 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sysselect.h - System-dependent definitions for the select function. | 1 | /* sysselect.h - System-dependent definitions for the select function. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syssignal.h b/src/syssignal.h index 72ac1ed7f62..53877ca107d 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* syssignal.h - System-dependent definitions for signals. | 1 | /* syssignal.h - System-dependent definitions for signals. |
| 2 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/systime.h b/src/systime.h index 8b1b7f56ad6..57efe0a3f0e 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* systime.h - System-dependent definitions for time manipulations. | 1 | /* systime.h - System-dependent definitions for time manipulations. |
| 2 | Copyright (C) 1993, 1994, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/systty.h b/src/systty.h index c89edfc8d93..411286908a3 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* systty.h - System-dependent definitions for terminals. | 1 | /* systty.h - System-dependent definitions for terminals. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syswait.h b/src/syswait.h index 7d0e667da96..9f652a63b85 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Define wait system call interface for Emacs. | 1 | /* Define wait system call interface for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/term.c b/src/term.c index 20c7be33e38..69936400a1d 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Terminal control module for terminals described by TERMCAP | 1 | /* Terminal control module for terminals described by TERMCAP |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/termcap.c b/src/termcap.c index 111565131b5..411ab1f2fbe 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Work-alike for termcap, plus extra features. | 1 | /* Work-alike for termcap, plus extra features. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/termchar.h b/src/termchar.h index 381210fd658..390b6490b63 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Flags and parameters describing terminal's characteristics. | 1 | /* Flags and parameters describing terminal's characteristics. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/termhooks.h b/src/termhooks.h index e5c7dcea140..7ff1a2ca111 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Parameters and display hooks for terminal devices. | 1 | /* Parameters and display hooks for terminal devices. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/terminfo.c b/src/terminfo.c index c28e26b9d68..ecd18112c96 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface from Emacs to terminfo. | 1 | /* Interface from Emacs to terminfo. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/termopts.h b/src/termopts.h index 5946666654c..219916c01af 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Flags and parameters describing user options for handling the terminal. | 1 | /* Flags and parameters describing user options for handling the terminal. |
| 2 | Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/textprop.c b/src/textprop.c index 6c1470735bd..ef6dda2014d 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface code for dealing with text properties. | 1 | /* Interface code for dealing with text properties. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/tparam.c b/src/tparam.c index dea57ff7461..8f7e79c32f7 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Merge parameters into a termcap entry string. | 1 | /* Merge parameters into a termcap entry string. |
| 2 | Copyright (C) 1985, 1987, 1993, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1987, 1993, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs VMS UAF definition file. | 1 | /* GNU Emacs VMS UAF definition file. |
| 2 | Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/undo.c b/src/undo.c index adc12193fd4..bf528e23935 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* undo handling for GNU Emacs. | 1 | /* undo handling for GNU Emacs. |
| 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexaix.c b/src/unexaix.c index f17922abf4f..2ac4b15ce81 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Dump an executable image. | 1 | /* Dump an executable image. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexalpha.c b/src/unexalpha.c index 4b54d4a0fa8..a9db43e17fb 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Unexec for DEC alpha. schoepf@sc.ZIB-Berlin.DE (Rainer Schoepf). | 1 | /* Unexec for DEC alpha. schoepf@sc.ZIB-Berlin.DE (Rainer Schoepf). |
| 2 | 2 | ||
| 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/unexcw.c b/src/unexcw.c index 5c5c0135238..7cd3dfce6a5 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* unexec() support for Cygwin; | 1 | /* unexec() support for Cygwin; |
| 2 | complete rewrite of xemacs Cygwin unexec() code | 2 | complete rewrite of xemacs Cygwin unexec() code |
| 3 | 3 | ||
| 4 | Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/unexec.c b/src/unexec.c index 81d8e9b83a4..05cff698313 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, |
| 2 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/unexelf.c b/src/unexelf.c index f7d8d22cb5d..8024944a4cc 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, |
| 2 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index dadc19d52e3..5f2a45da728 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Dump Emacs in Mach-O format for use on Mac OS X. | 1 | /* Dump Emacs in Mach-O format for use on Mac OS X. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexmips.c b/src/unexmips.c index fe3f6676f7c..7c52e9aa7e4 100644 --- a/src/unexmips.c +++ b/src/unexmips.c | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | maintenance might break it. | 7 | maintenance might break it. |
| 8 | 8 | ||
| 9 | Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, | 9 | Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, |
| 10 | 2005, 2006, 2007 Free Software Foundation, Inc. | 10 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | This file is part of GNU Emacs. | 12 | This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/src/unexnext.c b/src/unexnext.c index 1acd0b5aa22..48743a3b952 100644 --- a/src/unexnext.c +++ b/src/unexnext.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Dump Emacs in macho format. | 1 | /* Dump Emacs in macho format. |
| 2 | Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | Written by Bradley Taylor (btaylor@next.com). | 4 | Written by Bradley Taylor (btaylor@next.com). |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/unexsunos4.c b/src/unexsunos4.c index e1066453f5b..17f2b298e00 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Unexec for Sunos 4 using shared libraries. | 1 | /* Unexec for Sunos 4 using shared libraries. |
| 2 | Copyright (C) 1990, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexw32.c b/src/unexw32.c index fb4956ac432..67b6eca1a29 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* unexec for GNU Emacs on Windows NT. | 1 | /* unexec for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/vm-limit.c b/src/vm-limit.c index 5cb80cfa1c4..f3da55bf181 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for memory limit warnings. | 1 | /* Functions for memory limit warnings. |
| 2 | Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w16select.c b/src/w16select.c index a66fba7d078..cae6fa91972 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* 16-bit Windows Selection processing for emacs on MS-Windows | 1 | /* 16-bit Windows Selection processing for emacs on MS-Windows |
| 2 | Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | /* Support routines for the NT version of Emacs. | 4 | /* Support routines for the NT version of Emacs. |
| 5 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | 2006, 2007 Free Software Foundation, Inc. | 6 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/src/w32bdf.c b/src/w32bdf.c index 4a12b1f0190..c8929e00bc3 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implementation of BDF font handling on the Microsoft W32 API. | 1 | /* Implementation of BDF font handling on the Microsoft W32 API. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32bdf.h b/src/w32bdf.h index 36d6329645f..de472e12fc0 100644 --- a/src/w32bdf.h +++ b/src/w32bdf.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and header for handling BDF fonts on the Microsoft W32 API. | 1 | /* Definitions and header for handling BDF fonts on the Microsoft W32 API. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32console.c b/src/w32console.c index b1514f960b7..d87a004ad59 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Terminal hooks for GNU Emacs on the Microsoft W32 API. | 1 | /* Terminal hooks for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32fns.c b/src/w32fns.c index 6b005546a47..6320fdf951a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Graphical user interface functions for the Microsoft W32 API. | 1 | /* Graphical user interface functions for the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/w32gui.h b/src/w32gui.h index 484f15911bc..b0faa3e597d 100644 --- a/src/w32gui.h +++ b/src/w32gui.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication on the Microsoft W32 API. | 1 | /* Definitions and headers for communication on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32heap.c b/src/w32heap.c index 3b6f02d9d79..0e5da9fb118 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Heap management routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Heap management routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32heap.h b/src/w32heap.h index 0d990305e8d..bcaaa9ca0d6 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. | 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32inevt.c b/src/w32inevt.c index 17cfd384400..7960250e2b4 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Input event support for Emacs on the Microsoft W32 API. | 1 | /* Input event support for Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1993, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1993, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32inevt.h b/src/w32inevt.h index 08d85a0b2e4..903f17b7e98 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Input routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Input routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32menu.c b/src/w32menu.c index a0ce8c655cb..e258ec90a31 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Menu support for GNU Emacs on the Microsoft W32 API. | 1 | /* Menu support for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998, 1999, 2001, 2002, | 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998, 1999, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/w32proc.c b/src/w32proc.c index a14a8ee384c..f050cacf82d 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Process support for GNU Emacs on the Microsoft W32 API. | 1 | /* Process support for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32reg.c b/src/w32reg.c index 6acecfdb5fd..2313213bcfe 100644 --- a/src/w32reg.c +++ b/src/w32reg.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Emulate the X Resource Manager through the registry. | 1 | /* Emulate the X Resource Manager through the registry. |
| 2 | Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32select.c b/src/w32select.c index 0690204ad72..82a7d51814c 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Selection processing for Emacs on the Microsoft W32 API. | 1 | /* Selection processing for Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32term.c b/src/w32term.c index 2c22399bc1b..49c3ddf483d 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Implementation of GUI terminal on the Microsoft W32 API. | 1 | /* Implementation of GUI terminal on the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, | 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, |
| 3 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/w32term.h b/src/w32term.h index d331772dce9..d53ae1c8375 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication on the Microsoft W32 API. | 1 | /* Definitions and headers for communication on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32xfns.c b/src/w32xfns.c index 9d50676f921..67cc0b2075a 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions taken directly from X sources for use with the Microsoft W32 API. | 1 | /* Functions taken directly from X sources for use with the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widget.c b/src/widget.c index c76cce9e328..665964034e3 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget. | 1 | /* The emacs frame widget. |
| 2 | Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widget.h b/src/widget.h index 63b832a3632..fb918f705bf 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget public header file. | 1 | /* The emacs frame widget public header file. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index 3cd9fd81231..f418d5b13db 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget private header file. | 1 | /* The emacs frame widget private header file. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/window.c b/src/window.c index d0f351261e1..f1e37b756ab 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /* Window creation, deletion and examination for GNU Emacs. | 1 | /* Window creation, deletion and examination for GNU Emacs. |
| 2 | Does not include redisplay. | 2 | Does not include redisplay. |
| 3 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, | 3 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/src/window.h b/src/window.h index 3b9107acaa2..fb56be8bfb7 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Window definitions for GNU Emacs. | 1 | /* Window definitions for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/xdisp.c b/src/xdisp.c index c352c9355ae..d98b5139ded 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Display generation from window structure and buffer text. | 1 | /* Display generation from window structure and buffer text. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/xfaces.c b/src/xfaces.c index c4b19c71bb1..052f7b547ca 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xfaces.c -- "Face" primitives. | 1 | /* xfaces.c -- "Face" primitives. |
| 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xfns.c b/src/xfns.c index 96631d98f55..0bce9eb68c3 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Functions for the X window system. | 1 | /* Functions for the X window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/xmenu.c b/src/xmenu.c index 14c72397110..7ec2c53554f 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xrdb.c b/src/xrdb.c index 79f1da81a41..b34b85b7357 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Deal with the X Resource Manager. | 1 | /* Deal with the X Resource Manager. |
| 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xselect.c b/src/xselect.c index 45907b30be4..74d107e8ca4 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Selection processing for Emacs. | 1 | /* X Selection processing for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xsmfns.c b/src/xsmfns.c index 77abf3b5072..9a6225c2fa7 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Session management module for systems which understand the X Session | 1 | /* Session management module for systems which understand the X Session |
| 2 | management protocol. | 2 | management protocol. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/xterm.c b/src/xterm.c index 895d61df714..574c398949b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/xterm.h b/src/xterm.h index d9b5c327858..246a10ee671 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication with X protocol. | 1 | /* Definitions and headers for communication with X protocol. |
| 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/update-subdirs b/update-subdirs index 1d9cc68812c..302a8f2071a 100755 --- a/update-subdirs +++ b/update-subdirs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Write into $1/subdirs.el a list of subdirs of directory $1. | 2 | # Write into $1/subdirs.el a list of subdirs of directory $1. |
| 3 | 3 | ||
| 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, | 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, |
| 5 | # 2006, 2007 Free Software Foundation, Inc. | 5 | # 2006, 2007, 2008 Free Software Foundation, Inc. |
| 6 | # | 6 | # |
| 7 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 8 | # | 8 | # |
diff --git a/vms/make-mms-derivative.el b/vms/make-mms-derivative.el index 3f1c53778ec..a56fe2af26f 100644 --- a/vms/make-mms-derivative.el +++ b/vms/make-mms-derivative.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; make-mms-derivative.el --- framework to do horrible things for VMS support | 1 | ;;; make-mms-derivative.el --- framework to do horrible things for VMS support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> | 6 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> |
| 6 | ;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose | 7 | ;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose |