diff options
| author | Miles Bader | 2006-02-08 04:26:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-08 04:26:44 +0000 |
| commit | 380874900ca183ec2fdce91949d841328852d7a8 (patch) | |
| tree | 6918a4182f8657251e83223511aa7827fb8820ed /etc | |
| parent | 72b464afc12a7532fc8555352db04c65647c15ae (diff) | |
| parent | c96ec15a58817ac97db5348187e2d8695f609cb5 (diff) | |
| download | emacs-380874900ca183ec2fdce91949d841328852d7a8.tar.gz emacs-380874900ca183ec2fdce91949d841328852d7a8.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'etc')
54 files changed, 145 insertions, 89 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5411a0cf626..3d64ba12cc3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-02-05 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calccard.tex: Update copyright year. | ||
| 4 | |||
| 5 | 2006-02-04 Michael Olson <mwolson@gnu.org> | ||
| 6 | |||
| 7 | * NEWS: Update for ERC 5.1.1. Use the same wording for headings | ||
| 8 | that Emacs does in its NEWS file. | ||
| 9 | |||
| 1 | 2006-02-03 Bill Wohler <wohler@newt.com> | 10 | 2006-02-03 Bill Wohler <wohler@newt.com> |
| 2 | 11 | ||
| 3 | Release MH-E version 7.91. | 12 | Release MH-E version 7.91. |
| @@ -2542,7 +2551,7 @@ | |||
| 2542 | ;; End: | 2551 | ;; End: |
| 2543 | 2552 | ||
| 2544 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 2553 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 |
| 2545 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2554 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 2546 | Copying and distribution of this file, with or without modification, | 2555 | Copying and distribution of this file, with or without modification, |
| 2547 | are permitted provided the copyright notice and this notice are preserved. | 2556 | are permitted provided the copyright notice and this notice are preserved. |
| 2548 | 2557 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | Debugging GNU Emacs | 1 | Debugging GNU Emacs |
| 2 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Permission is granted to anyone to make or distribute verbatim copies | 5 | Permission is granted to anyone to make or distribute verbatim copies |
| 6 | of this document as received, in any medium, provided that the | 6 | of this document as received, in any medium, provided that the |
diff --git a/etc/DISTRIB b/etc/DISTRIB index f5c380bfe37..8b52ee51418 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, 1998, | 7 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, |
| 8 | 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 8 | 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | Permission is granted to anyone to make or distribute | 10 | Permission is granted to anyone to make or distribute |
| 11 | verbatim copies of this document provided that the | 11 | verbatim copies of this document provided that the |
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index fea5497a4a5..eee5589ad8d 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -1,6 +1,39 @@ | |||
| 1 | ERC NEWS -*- outline -*- | 1 | ERC NEWS -*- outline -*- |
| 2 | 2 | ||
| 3 | * Changes since ERC 5.0.4 | 3 | * Changes in ERC 5.1.1 |
| 4 | |||
| 5 | ** Fix a requirement on cl.el. | ||
| 6 | |||
| 7 | ** Use tls.el for SSL connections, rather than ssl.el. | ||
| 8 | |||
| 9 | ** Changes and additions to modules | ||
| 10 | |||
| 11 | *** ibuffer integration (erc-ibuffer.el) | ||
| 12 | |||
| 13 | **** Update this to work with the version of ibuffer.el that comes with | ||
| 14 | recent Emacs variants. | ||
| 15 | |||
| 16 | *** Old completion (erc-complete.el) | ||
| 17 | |||
| 18 | **** Fix a few errors. | ||
| 19 | |||
| 20 | *** Speedbar (erc-speedbar.el) | ||
| 21 | |||
| 22 | **** Make this work with the version of speedbar.el that comes with | ||
| 23 | recent Emacs variants. | ||
| 24 | |||
| 25 | *** Timestamps (erc-stamp.el) | ||
| 26 | |||
| 27 | **** By default, use a more failsafe method of displaying right timestamps. | ||
| 28 | To get right timestamps to align perfectly in Emacs22 using X, set the | ||
| 29 | new `erc-timestamp-right-align-by-pixel' option to non-nil. | ||
| 30 | |||
| 31 | *** Viper compatibility (erc-viper.el) | ||
| 32 | |||
| 33 | **** Since most of these changes are now merged into Emacs22, detect | ||
| 34 | whether we need these changes and install them only if necessary. | ||
| 35 | |||
| 36 | * Changes in ERC 5.1 | ||
| 4 | 37 | ||
| 5 | ** Improve XEmacs compatibility. | 38 | ** Improve XEmacs compatibility. |
| 6 | 39 | ||
| @@ -206,11 +239,11 @@ the right margin. | |||
| 206 | 239 | ||
| 207 | **** Helps ERC work correctly in viper-mode. | 240 | **** Helps ERC work correctly in viper-mode. |
| 208 | 241 | ||
| 209 | * Fixes since ERC 5.0.3 | 242 | * Changes in ERC 5.0.4 |
| 210 | 243 | ||
| 211 | ** Fix a problem with undo in channels. | 244 | ** Fix a problem with undo in channels. |
| 212 | 245 | ||
| 213 | * Fixes since ERC 5.0.2 | 246 | * Changes in ERC 5.0.3 |
| 214 | 247 | ||
| 215 | ** Fix typo in the `ctcp-request-to' entry of the English catalog. | 248 | ** Fix typo in the `ctcp-request-to' entry of the English catalog. |
| 216 | 249 | ||
| @@ -251,7 +284,7 @@ indicator. Previously, there was an additional unnecessary space. | |||
| 251 | **** Fix an error that occurred when unchecked buffers existed when | 284 | **** Fix an error that occurred when unchecked buffers existed when |
| 252 | invoking /QUIT. | 285 | invoking /QUIT. |
| 253 | 286 | ||
| 254 | * Fixes since ERC 5.0.1 | 287 | * Changes in ERC 5.0.2 |
| 255 | 288 | ||
| 256 | ** If a channel key is required for a certain channel, ERC will prompt | 289 | ** If a channel key is required for a certain channel, ERC will prompt |
| 257 | for one if `erc-prompt-for-channel-key' is non-nil. | 290 | for one if `erc-prompt-for-channel-key' is non-nil. |
| @@ -284,7 +317,7 @@ choice anymore. | |||
| 284 | 317 | ||
| 285 | **** You can now save logs and truncate buffers from the menu-bar. | 318 | **** You can now save logs and truncate buffers from the menu-bar. |
| 286 | 319 | ||
| 287 | * Fixes since ERC 5.0 | 320 | * Changes in ERC 5.0.1 |
| 288 | 321 | ||
| 289 | ** Narrowing in ERC buffers no longer causes formatting errors. | 322 | ** Narrowing in ERC buffers no longer causes formatting errors. |
| 290 | 323 | ||
| @@ -298,7 +331,7 @@ choice anymore. | |||
| 298 | This means that `erc-track-priority-faces-only', `erc-track-exclude', | 331 | This means that `erc-track-priority-faces-only', `erc-track-exclude', |
| 299 | and `erc-track-exclude-types' now work with server buffers. | 332 | and `erc-track-exclude-types' now work with server buffers. |
| 300 | 333 | ||
| 301 | * Changes since ERC 4.0 | 334 | * Changes in ERC 5.0 |
| 302 | 335 | ||
| 303 | ** Channel members are now stored as a hash-table. | 336 | ** Channel members are now stored as a hash-table. |
| 304 | `erc-server-users' and `erc-channel-users' are now hash-tables, rather | 337 | `erc-server-users' and `erc-channel-users' are now hash-tables, rather |
| @@ -542,7 +575,7 @@ in XEmacs. | |||
| 542 | mode-line where modified channels are shown (only works in GNU | 575 | mode-line where modified channels are shown (only works in GNU |
| 543 | Emacs versions above 21.3). | 576 | Emacs versions above 21.3). |
| 544 | 577 | ||
| 545 | * Changes since ERC 3.0.cvs.20030119 | 578 | * Changes in ERC 4.0 |
| 546 | 579 | ||
| 547 | ** The module system has again changed a lot. You can now customize | 580 | ** The module system has again changed a lot. You can now customize |
| 548 | the variable `erc-modules' and define once and for all which | 581 | the variable `erc-modules' and define once and for all which |
| @@ -565,7 +598,7 @@ in XEmacs. | |||
| 565 | openprojects to freenode. You may need to update your configuration | 598 | openprojects to freenode. You may need to update your configuration |
| 566 | for a successful automatic nickserv identification. | 599 | for a successful automatic nickserv identification. |
| 567 | 600 | ||
| 568 | * Changes since ERC 2.93.cvs.20020819 | 601 | * Changes in ERC 3.0.cvs.20030119 |
| 569 | 602 | ||
| 570 | ** New module erc-dcc: | 603 | ** New module erc-dcc: |
| 571 | 604 | ||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 1985, 1993, 2002, 2003, 2004, | 1 | Copyright (C) 1985, 1993, 2002, 2003, 2004, |
| 2 | 2005 Free Software Foundation, Inc. | 2 | 2005, 2006 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 59e0b5dbd2e..d5fbfe78106 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNUS NEWS -- history of user-visible changes. | 1 | GNUS NEWS -- history of user-visible changes. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | See the end for copying conditions. | 4 | See the end for copying conditions. |
| 5 | 5 | ||
| 6 | Please send Gnus bug reports to bugs@gnus.org. | 6 | Please send Gnus bug reports to bugs@gnus.org. |
| @@ -529,7 +529,7 @@ ever-changing layouts. | |||
| 529 | Copyright information: | 529 | Copyright information: |
| 530 | 530 | ||
| 531 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 531 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 532 | 2005 Free Software Foundation, Inc. | 532 | 2005, 2006 Free Software Foundation, Inc. |
| 533 | 533 | ||
| 534 | Permission is granted to anyone to make or distribute verbatim copies | 534 | Permission is granted to anyone to make or distribute verbatim copies |
| 535 | of this document as received, in any medium, provided that the | 535 | of this document as received, in any medium, provided that the |
| @@ -14868,7 +14868,7 @@ select one of those items. | |||
| 14868 | Copyright information: | 14868 | Copyright information: |
| 14869 | 14869 | ||
| 14870 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 14870 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 14871 | 2005 Free Software Foundation, Inc. | 14871 | 2005, 2006 Free Software Foundation, Inc. |
| 14872 | 14872 | ||
| 14873 | Permission is granted to anyone to make or distribute verbatim copies | 14873 | Permission is granted to anyone to make or distribute verbatim copies |
| 14874 | of this document as received, in any medium, provided that the | 14874 | of this document as received, in any medium, provided that the |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8db27aab035..93561daa534 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3599,7 +3599,7 @@ of machine defines NO_UNION_TYPE. | |||
| 3599 | 3599 | ||
| 3600 | 3600 | ||
| 3601 | Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3601 | Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 3602 | 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3602 | 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 3603 | 3603 | ||
| 3604 | Copying and redistribution of this file with or without modification | 3604 | Copying and redistribution of this file with or without modification |
| 3605 | are permitted without royalty provided this notice is preserved. | 3605 | are permitted without royalty provided this notice is preserved. |
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 0df9a6f2711..5748d0d4e5e 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -1104,7 +1104,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1104 | comes with permission to distribute copies on certain conditions: | 1104 | comes with permission to distribute copies on certain conditions: |
| 1105 | 1105 | ||
| 1106 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1106 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1107 | 2005 Free Software Foundation, Inc. | 1107 | 2005, 2006 Free Software Foundation, Inc. |
| 1108 | 1108 | ||
| 1109 | Permission is granted to anyone to make or distribute verbatim copies | 1109 | Permission is granted to anyone to make or distribute verbatim copies |
| 1110 | of this document as received, in any medium, provided that the | 1110 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.bg b/etc/TUTORIAL.bg index 8f51458381f..9cb97696772 100644 --- a/etc/TUTORIAL.bg +++ b/etc/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 Free Software Foundation, Inc. | 1173 | 2005, 2006 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/TUTORIAL.cn b/etc/TUTORIAL.cn index f35c53be663..ce22ac0b349 100644 --- a/etc/TUTORIAL.cn +++ b/etc/TUTORIAL.cn | |||
| @@ -1050,7 +1050,7 @@ issue here>¡¹¡£ | |||
| 1050 | É¢²¼Æä¿½±´£º | 1050 | É¢²¼Æä¿½±´£º |
| 1051 | 1051 | ||
| 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1053 | 2005 Free Software Foundation, Inc. | 1053 | 2005, 2006 Free Software Foundation, Inc. |
| 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) | 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) |
| 1055 | 1055 | ||
| 1056 | Permission is granted to anyone to make or distribute verbatim copies | 1056 | Permission is granted to anyone to make or distribute verbatim copies |
diff --git a/etc/TUTORIAL.cs b/etc/TUTORIAL.cs index 57e77de9a4b..5b0e20ce218 100644 --- a/etc/TUTORIAL.cs +++ b/etc/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 Free Software Foundation, Inc. | 1026 | 2005, 2006 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/TUTORIAL.de b/etc/TUTORIAL.de index 17019ad66dc..a571b15c545 100644 --- a/etc/TUTORIAL.de +++ b/etc/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, 2002, 2003, 2004, | 1463 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, |
| 1464 | 2005 Free Software Foundation | 1464 | 2005, 2006 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/TUTORIAL.es b/etc/TUTORIAL.es index cb5e92a2df3..0860cb7972c 100644 --- a/etc/TUTORIAL.es +++ b/etc/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 Free Software Foundation, Inc. | 1191 | 2005, 2006 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/TUTORIAL.fr b/etc/TUTORIAL.fr index 30a6f05fe23..0c8b3d3ee9b 100644 --- a/etc/TUTORIAL.fr +++ b/etc/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 Free Software Foundation, Inc. | 1174 | 2005, 2006 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/TUTORIAL.it b/etc/TUTORIAL.it index d310a16eae4..46388e78cc3 100644 --- a/etc/TUTORIAL.it +++ b/etc/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 Free Software Foundation, Inc. | 1096 | Copyright (C) 2003, 2004, 2005, 2006 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/TUTORIAL.ja b/etc/TUTORIAL.ja index dec03f35d20..826a175e8c6 100644 --- a/etc/TUTORIAL.ja +++ b/etc/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 Free Software Foundation, Inc. | 1051 | 2005, 2006 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/TUTORIAL.ko b/etc/TUTORIAL.ko index c8875dc31be..9a9f28612c5 100644 --- a/etc/TUTORIAL.ko +++ b/etc/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 Free Software Foundation, Inc. | 993 | 2005, 2006 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/TUTORIAL.nl b/etc/TUTORIAL.nl index 6438869369f..1efe9748803 100644 --- a/etc/TUTORIAL.nl +++ b/etc/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, 2003, 2004, | 1207 | Copyright (C) 1985, 1996, 1997, 2003, 2004, |
| 1208 | 2005 Free Software Foundation, Inc. | 1208 | 2005, 2006 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, 2002, 2003, 2004, | 1232 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, |
| 1233 | 2005 Free Software Foundation, Inc. | 1233 | 2005, 2006 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/TUTORIAL.pl b/etc/TUTORIAL.pl index cff0b9dd40c..e1cfeec9dab 100644 --- a/etc/TUTORIAL.pl +++ b/etc/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 Free Software Foundation, Inc. | 1221 | 2005, 2006 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/TUTORIAL.pt_BR b/etc/TUTORIAL.pt_BR index bd7cf84d6c1..b9309d31d5d 100644 --- a/etc/TUTORIAL.pt_BR +++ b/etc/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 Free Software Foundation, Inc. | 1066 | Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. |
| 1067 | 1067 | ||
| 1068 | Permissão é garantida a qualquer um para fazer ou distribuir copias | 1068 | Permissão é garantida a qualquer um para fazer ou distribuir copias |
| 1069 | integrais deste documento como recebido, em qualquer meio, deixando | 1069 | integrais deste documento como recebido, em qualquer meio, deixando |
diff --git a/etc/TUTORIAL.ro b/etc/TUTORIAL.ro index 85e8e30892f..3a4c7fb77af 100644 --- a/etc/TUTORIAL.ro +++ b/etc/TUTORIAL.ro | |||
| @@ -1091,7 +1091,8 @@ continuare noþita de copyright originalã în limba englezã. | |||
| 1091 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1091 | 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, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1094 | Copyright (C) 1998, 2002, 2003, 2004, 2005, |
| 1095 | 2006 Free Software Foundation, Inc. | ||
| 1095 | 1096 | ||
| 1096 | Permission is granted to anyone to make or distribute verbatim copies | 1097 | Permission is granted to anyone to make or distribute verbatim copies |
| 1097 | 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/TUTORIAL.ru b/etc/TUTORIAL.ru index cd84911db2d..4a097635a59 100644 --- a/etc/TUTORIAL.ru +++ b/etc/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 Free Software Foundation, Inc. | 1135 | 2005, 2006 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/TUTORIAL.sk b/etc/TUTORIAL.sk index 26e3f834748..6b2cd86bf91 100644 --- a/etc/TUTORIAL.sk +++ b/etc/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, 2002, 2003, 2004, | 1084 | Copyright (C) 1985, 1996, 1998, 2002, 2003, 2004, |
| 1085 | 2005 Free Software Foundation, Inc. | 1085 | 2005, 2006 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/TUTORIAL.sl b/etc/TUTORIAL.sl index 37ebb2fbf11..52d2d18766c 100644 --- a/etc/TUTORIAL.sl +++ b/etc/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 Free Software Foundation, Inc. | 1118 | 2005, 2006 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/TUTORIAL.sv b/etc/TUTORIAL.sv index 65dff742ec2..a2e0cd9abea 100644 --- a/etc/TUTORIAL.sv +++ b/etc/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 Free Software Foundation, Inc. | 1130 | 2005, 2006 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/TUTORIAL.th b/etc/TUTORIAL.th index 5db33b3d470..1156925e2a5 100644 --- a/etc/TUTORIAL.th +++ b/etc/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, 2002, 2003, 2004, | 973 | Copyright (C) 1985, 1996, 2002, 2003, 2004, |
| 974 | 2005 Free Software Foundation, Inc. | 974 | 2005, 2006 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/TUTORIAL.zh b/etc/TUTORIAL.zh index 1a1020a425b..0a04da4d9e1 100644 --- a/etc/TUTORIAL.zh +++ b/etc/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 Free Software Foundation, Inc. | 1053 | 2005, 2006 Free Software Foundation, Inc. |
| 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) | 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) |
| 1055 | 1055 | ||
| 1056 | Permission is granted to anyone to make or distribute verbatim copies | 1056 | Permission is granted to anyone to make or distribute verbatim copies |
diff --git a/etc/calccard.tex b/etc/calccard.tex index 1502a3c73c2..befdea965ae 100644 --- a/etc/calccard.tex +++ b/etc/calccard.tex | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi | 14 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi |
| 15 | 15 | ||
| 16 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, | 16 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, |
| 17 | % 2005 Free Software Foundation, Inc. | 17 | % 2005, 2006 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | % This file is part of GNU Emacs. | 19 | % This file is part of GNU Emacs. |
| 20 | 20 | ||
| @@ -60,7 +60,7 @@ | |||
| 60 | % Internet: gildea@stop.mail-abuse.org | 60 | % Internet: gildea@stop.mail-abuse.org |
| 61 | 61 | ||
| 62 | \def\versionnumber{2.1} | 62 | \def\versionnumber{2.1} |
| 63 | \def\year{2005} | 63 | \def\year{2006} |
| 64 | \def\version{v\versionnumber} | 64 | \def\version{v\versionnumber} |
| 65 | 65 | ||
| 66 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 66 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/cs-dired-ref.tex b/etc/cs-dired-ref.tex index 12e3c01c871..46f7d7c6985 100644 --- a/etc/cs-dired-ref.tex +++ b/etc/cs-dired-ref.tex | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 3 | % 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | % Czech hyphenation rules applied | 5 | % Czech hyphenation rules applied |
| 5 | \chyph | 6 | \chyph |
| @@ -47,7 +48,7 @@ | |||
| 47 | % e.g. in the TeX Live CD). | 48 | % e.g. in the TeX Live CD). |
| 48 | 49 | ||
| 49 | \def\versionnumber{0.1} | 50 | \def\versionnumber{0.1} |
| 50 | \def\year{2005} | 51 | \def\year{2006} |
| 51 | \def\version{May \year\ v\versionnumber} | 52 | \def\version{May \year\ v\versionnumber} |
| 52 | 53 | ||
| 53 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/cs-refcard.tex b/etc/cs-refcard.tex index 1164817a14d..be54da104ad 100644 --- a/etc/cs-refcard.tex +++ b/etc/cs-refcard.tex | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | \columnsperpage=1 | 12 | \columnsperpage=1 |
| 13 | 13 | ||
| 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 15 | % 2005 Free Software Foundation, Inc. | 15 | % 2005, 2006 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | % This file is part of GNU Emacs. | 17 | % This file is part of GNU Emacs. |
| 18 | 18 | ||
| @@ -66,7 +66,7 @@ | |||
| 66 | % e.g. in the TeX Live CD). | 66 | % e.g. in the TeX Live CD). |
| 67 | 67 | ||
| 68 | \def\versionnumber{2.2} | 68 | \def\versionnumber{2.2} |
| 69 | \def\year{2005} | 69 | \def\year{2006} |
| 70 | 70 | ||
| 71 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 71 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 72 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 72 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/cs-survival.tex b/etc/cs-survival.tex index 4140f2a858e..cf8297e7f39 100644 --- a/etc/cs-survival.tex +++ b/etc/cs-survival.tex | |||
| @@ -21,7 +21,8 @@ | |||
| 21 | \endinput | 21 | \endinput |
| 22 | \fi | 22 | \fi |
| 23 | 23 | ||
| 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 25 | % 2006 Free Software Foundation, Inc. | ||
| 25 | 26 | ||
| 26 | % This file is part of GNU Emacs. | 27 | % This file is part of GNU Emacs. |
| 27 | 28 | ||
| @@ -49,7 +50,7 @@ | |||
| 49 | % e.g. in the TeX Live CD). | 50 | % e.g. in the TeX Live CD). |
| 50 | 51 | ||
| 51 | \def\versionnumber{1.0} | 52 | \def\versionnumber{1.0} |
| 52 | \def\year{2005} | 53 | \def\year{2006} |
| 53 | 54 | ||
| 54 | \def\copyrightnotice{\penalty-1\vfill | 55 | \def\copyrightnotice{\penalty-1\vfill |
| 55 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/de-refcard.tex b/etc/de-refcard.tex index bb0ce3c978d..743e699fd76 100644 --- a/etc/de-refcard.tex +++ b/etc/de-refcard.tex | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | \columnsperpage=2 | 8 | \columnsperpage=2 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1987, 1993, 1996, 2000, 2002, 2003, 2004, | 10 | % Copyright (C) 1987, 1993, 1996, 2000, 2002, 2003, 2004, |
| 11 | % 2005 Free Software Foundation, Inc. | 11 | % 2005, 2006 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -53,7 +53,7 @@ | |||
| 53 | % If there were room, it would be nice to see a section on Dired. | 53 | % If there were room, it would be nice to see a section on Dired. |
| 54 | 54 | ||
| 55 | \def\versionnumber{2.1} | 55 | \def\versionnumber{2.1} |
| 56 | \def\year{2005} | 56 | \def\year{2006} |
| 57 | \def\version{March \year\ v\versionnumber} | 57 | \def\version{March \year\ v\versionnumber} |
| 58 | 58 | ||
| 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/dired-ref.tex b/etc/dired-ref.tex index 62038525a21..ce4150e1df7 100644 --- a/etc/dired-ref.tex +++ b/etc/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 Free Software Foundation, Inc. | 3 | % 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % This file is part of GNU Emacs. | 5 | % This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -41,7 +41,7 @@ | |||
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | \def\versionnumber{0.1} | 43 | \def\versionnumber{0.1} |
| 44 | \def\year{2005} | 44 | \def\year{2006} |
| 45 | \def\version{May \year\ v\versionnumber} | 45 | \def\version{May \year\ v\versionnumber} |
| 46 | 46 | ||
| 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/edt-user.doc b/etc/edt-user.doc index 9910317de0a..1195c21841f 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, 2002, 2003, 2004, | 5 | Copyright (C) 1986, 1992, 1994, 1995, 1999, 2000, 2002, 2003, 2004, |
| 6 | 2005 Free Software Foundation, Inc. | 6 | 2005, 2006 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | Author: Kevin Gallagher <kevingal@onramp.net> | 8 | Author: Kevin Gallagher <kevingal@onramp.net> |
| 9 | Maintainer: Kevin Gallagher <kevingal@onramp.net> | 9 | Maintainer: Kevin Gallagher <kevingal@onramp.net> |
diff --git a/etc/emacs.1 b/etc/emacs.1 index 1c9707243d9..ed9de22bf33 100644 --- a/etc/emacs.1 +++ b/etc/emacs.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, | 1 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 2 | .\" 2005 Free Software Foundation, Inc. | 2 | .\" 2005, 2006 Free Software Foundation, Inc. |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file is part of GNU Emacs. | 4 | .\" This file is part of GNU Emacs. |
| 5 | .\" | 5 | .\" |
| @@ -536,7 +536,8 @@ Joachim Martillo and Robert Krawitz added the X features. | |||
| 536 | Copyright | 536 | Copyright |
| 537 | .if t \(co | 537 | .if t \(co |
| 538 | .if n (c) | 538 | .if n (c) |
| 539 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 539 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 540 | 2006 Free Software Foundation, Inc. | ||
| 540 | .PP | 541 | .PP |
| 541 | Permission is granted to make and distribute verbatim copies of this | 542 | Permission is granted to make and distribute verbatim copies of this |
| 542 | document provided the copyright notice and this permission notice are | 543 | document provided the copyright notice and this permission notice are |
diff --git a/etc/emacs.py b/etc/emacs.py index fcb55a0a205..9538b0b7127 100644 --- a/etc/emacs.py +++ b/etc/emacs.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 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | # Author: Dave Love <d.love@dl.ac.uk> | 4 | # Author: Dave Love <d.love@dl.ac.uk> |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/etc/emacstool.1 b/etc/emacstool.1 index 7f3200a0700..22eb311789a 100644 --- a/etc/emacstool.1 +++ b/etc/emacstool.1 | |||
| @@ -136,7 +136,7 @@ emacs(1) | |||
| 136 | Copyright | 136 | Copyright |
| 137 | .if t \(co | 137 | .if t \(co |
| 138 | .if n (c) | 138 | .if n (c) |
| 139 | 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 139 | 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 140 | .PP | 140 | .PP |
| 141 | Permission is granted to make and distribute verbatim copies of this | 141 | Permission is granted to make and distribute verbatim copies of this |
| 142 | document provided the copyright notice and this permission notice are | 142 | document provided the copyright notice and this permission notice are |
diff --git a/etc/etags.1 b/etc/etags.1 index ad049066577..39228685d08 100644 --- a/etc/etags.1 +++ b/etc/etags.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, | 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, |
| 2 | .\" 2005 Free Software Foundation, Inc. | 2 | .\" 2005, 2006 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 |
| @@ -292,7 +292,7 @@ Stallman. | |||
| 292 | Copyright | 292 | Copyright |
| 293 | .if t \(co | 293 | .if t \(co |
| 294 | .if n (c) | 294 | .if n (c) |
| 295 | 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 295 | 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 296 | .PP | 296 | .PP |
| 297 | Permission is granted to make and distribute verbatim copies of this | 297 | Permission is granted to make and distribute verbatim copies of this |
| 298 | document provided the copyright notice and this permission notice are | 298 | document provided the copyright notice and this permission notice are |
diff --git a/etc/fr-drdref.tex b/etc/fr-drdref.tex index e64fe9574a5..40a238d529f 100644 --- a/etc/fr-drdref.tex +++ b/etc/fr-drdref.tex | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | % Reference Card for Dired | 2 | % Reference Card for Dired |
| 3 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 4 | % 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | % This file is part of GNU Emacs. | 6 | % This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -41,7 +42,7 @@ | |||
| 41 | 42 | ||
| 42 | 43 | ||
| 43 | \def\versionnumber{0.1} | 44 | \def\versionnumber{0.1} |
| 44 | \def\year{2005} | 45 | \def\year{2006} |
| 45 | \def\version{Mai \year\ v\versionnumber} | 46 | \def\version{Mai \year\ v\versionnumber} |
| 46 | 47 | ||
| 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 48 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/fr-refcard.tex b/etc/fr-refcard.tex index bff17c6d625..54d73ca6312 100644 --- a/etc/fr-refcard.tex +++ b/etc/fr-refcard.tex | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | \columnsperpage=1 | 9 | \columnsperpage=1 |
| 10 | 10 | ||
| 11 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 11 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 12 | % 2005 Free Software Foundation, Inc. | 12 | % 2005, 2006 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | % This file is part of GNU Emacs. | 14 | % This file is part of GNU Emacs. |
| 15 | 15 | ||
| @@ -54,7 +54,7 @@ | |||
| 54 | % If there were room, it would be nice to see a section on Dired. | 54 | % If there were room, it would be nice to see a section on Dired. |
| 55 | 55 | ||
| 56 | \def\versionnumber{2.2} | 56 | \def\versionnumber{2.2} |
| 57 | \def\year{2005} | 57 | \def\year{2006} |
| 58 | 58 | ||
| 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 60 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 60 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/fr-survival.tex b/etc/fr-survival.tex index e73db5352a5..5c99fb27c49 100644 --- a/etc/fr-survival.tex +++ b/etc/fr-survival.tex | |||
| @@ -22,7 +22,8 @@ | |||
| 22 | \endinput | 22 | \endinput |
| 23 | \fi | 23 | \fi |
| 24 | 24 | ||
| 25 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 25 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 26 | % 2006 Free Software Foundation, Inc. | ||
| 26 | 27 | ||
| 27 | % This file is part of GNU Emacs. | 28 | % This file is part of GNU Emacs. |
| 28 | 29 | ||
| @@ -44,7 +45,7 @@ | |||
| 44 | % Translated to french by \'Eric Jacoboni <jaco@teaser.fr> in November 2001 | 45 | % Translated to french by \'Eric Jacoboni <jaco@teaser.fr> in November 2001 |
| 45 | 46 | ||
| 46 | \def\versionnumber{1.0} | 47 | \def\versionnumber{1.0} |
| 47 | \def\year{2005} | 48 | \def\year{2006} |
| 48 | 49 | ||
| 49 | \def\copyrightnotice{\penalty-1\vfill | 50 | \def\copyrightnotice{\penalty-1\vfill |
| 50 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 51 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/gnus-refcard.tex b/etc/gnus-refcard.tex index 87c02032424..3bfca03d93d 100644 --- a/etc/gnus-refcard.tex +++ b/etc/gnus-refcard.tex | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | \newcommand{\Copyright}{% | 113 | \newcommand{\Copyright}{% |
| 114 | \begin{center} | 114 | \begin{center} |
| 115 | Copyright \copyright\ 1995, 2002, 2003, 2004, | 115 | Copyright \copyright\ 1995, 2002, 2003, 2004, |
| 116 | 2005 Free Software Foundation, Inc.\\* | 116 | 2005, 2006 Free Software Foundation, Inc.\\* |
| 117 | Copyright \copyright\ 1995 Vladimir Alexiev | 117 | Copyright \copyright\ 1995 Vladimir Alexiev |
| 118 | $<$vladimir@cs.ualberta.ca$>$.\\* | 118 | $<$vladimir@cs.ualberta.ca$>$.\\* |
| 119 | Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\* | 119 | Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\* |
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt index 29b5356e9e9..5dd26f1dfc5 100644 --- a/etc/gnus-tut.txt +++ b/etc/gnus-tut.txt | |||
| @@ -24,7 +24,8 @@ was done by moi, yours truly, your humble servant, Lars Magne | |||
| 24 | Ingebrigtsen. If you have a WWW browser, you can investigate to your | 24 | 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, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 27 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 28 | ;; 2006 Free Software Foundation, Inc. | ||
| 28 | 29 | ||
| 29 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 30 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 30 | ;; Keywords: news | 31 | ;; Keywords: news |
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 494ef6b3ae7..064d9decc95 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | % This file can be printed with 1, 2, or 3 columns per page (see below). | 6 | % This file can be printed with 1, 2, or 3 columns per page (see below). |
| 7 | % At the moment this card works quite nicely in 3 column format and | 7 | % At the moment this card works quite nicely in 3 column format and |
| 8 | % currently takes 2 full pages. It is thus suited to producing one | 8 | % currently takes 2 full pages. It is thus suited to producing one |
| 9 | % double-side page when printed. | 9 | % double-side page when printed. |
| 10 | 10 | ||
| 11 | % There are a couple of tweaks in the format of this card which make it work | 11 | % There are a couple of tweaks in the format of this card which make it work |
| @@ -18,7 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | \columnsperpage=3 | 19 | \columnsperpage=3 |
| 20 | 20 | ||
| 21 | % Copyright (c) 2004 Philip Rooke, 2005, 2006 Free Software Foundation | 21 | % Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
| 22 | % Copyright (c) 2004 Philip Rooke | ||
| 22 | 23 | ||
| 23 | % GNU Emacs is free software; you can redistribute it and/or modify | 24 | % GNU Emacs is free software; you can redistribute it and/or modify |
| 24 | % it under the terms of the GNU General Public License as published by | 25 | % it under the terms of the GNU General Public License as published by |
| @@ -88,7 +89,7 @@ are preserved on all copies. | |||
| 88 | 89 | ||
| 89 | \def\ncolumns{\the\columnsperpage} | 90 | \def\ncolumns{\the\columnsperpage} |
| 90 | 91 | ||
| 91 | \message{[\ncolumns\space | 92 | \message{[\ncolumns\space |
| 92 | column\if 1\ncolumns\else s\fi\space per page]} | 93 | column\if 1\ncolumns\else s\fi\space per page]} |
| 93 | 94 | ||
| 94 | \def\scaledmag#1{ scaled \magstep #1} | 95 | \def\scaledmag#1{ scaled \magstep #1} |
| @@ -173,7 +174,7 @@ are preserved on all copies. | |||
| 173 | \def\bye{\par\vfill\supereject | 174 | \def\bye{\par\vfill\supereject |
| 174 | \if a\abc \else\null\vfill\eject\fi | 175 | \if a\abc \else\null\vfill\eject\fi |
| 175 | \if a\abc \else\null\vfill\eject\fi | 176 | \if a\abc \else\null\vfill\eject\fi |
| 176 | \end} | 177 | \end} |
| 177 | \fi | 178 | \fi |
| 178 | 179 | ||
| 179 | % we won't be using math mode much, so redefine some of the characters | 180 | % we won't be using math mode much, so redefine some of the characters |
| @@ -710,7 +711,7 @@ an org file. In the file, find a location with: | |||
| 710 | \key{next heading}{DOWN} | 711 | \key{next heading}{DOWN} |
| 711 | \key{previous heading}{UP} | 712 | \key{previous heading}{UP} |
| 712 | 713 | ||
| 713 | Insert the note with one of the following: | 714 | Insert the note with one of the following: |
| 714 | 715 | ||
| 715 | \key{as sublevel of heading at cursor}{RET} | 716 | \key{as sublevel of heading at cursor}{RET} |
| 716 | \key{right here (cursor not on heading)}{RET} | 717 | \key{right here (cursor not on heading)}{RET} |
| @@ -752,7 +753,7 @@ $^4$ Keybinding affected by {\tt org-CUA-compatibility}. | |||
| 752 | 753 | ||
| 753 | % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 | 754 | % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 |
| 754 | 755 | ||
| 755 | %%% Local Variables: | 756 | %%% Local Variables: |
| 756 | %%% mode: latex | 757 | %%% mode: latex |
| 757 | %%% TeX-master: t | 758 | %%% TeX-master: t |
| 758 | %%% End: | 759 | %%% End: |
diff --git a/etc/pl-refcard.tex b/etc/pl-refcard.tex index dfbb5a2783a..0d5f008378e 100644 --- a/etc/pl-refcard.tex +++ b/etc/pl-refcard.tex | |||
| @@ -32,7 +32,8 @@ | |||
| 32 | 32 | ||
| 33 | \columnsperpage=2 | 33 | \columnsperpage=2 |
| 34 | 34 | ||
| 35 | % Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 35 | % Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 36 | % 2006 Free Software Foundation, Inc. | ||
| 36 | 37 | ||
| 37 | % This file is part of GNU Emacs. | 38 | % This file is part of GNU Emacs. |
| 38 | 39 | ||
| @@ -73,7 +74,7 @@ | |||
| 73 | % If there were room, it would be nice to see a section on Dired. | 74 | % If there were room, it would be nice to see a section on Dired. |
| 74 | 75 | ||
| 75 | \def\versionnumber{1.1} | 76 | \def\versionnumber{1.1} |
| 76 | \def\year{2005} | 77 | \def\year{2006} |
| 77 | 78 | ||
| 78 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 79 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 79 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 80 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcard.tex b/etc/refcard.tex index 5567320c98a..218a6cc8e36 100644 --- a/etc/refcard.tex +++ b/etc/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, 2002, 2003, 2004, | 17 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 18 | % 2005 Free Software Foundation, Inc. | 18 | % 2005, 2006 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | % This file is part of GNU Emacs. | 20 | % This file is part of GNU Emacs. |
| 21 | 21 | ||
| @@ -64,7 +64,7 @@ | |||
| 64 | % If there were room, it would be nice to see a section on Dired. | 64 | % If there were room, it would be nice to see a section on Dired. |
| 65 | 65 | ||
| 66 | \def\versionnumber{2.3} | 66 | \def\versionnumber{2.3} |
| 67 | \def\year{2005} | 67 | \def\year{2006} |
| 68 | 68 | ||
| 69 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 69 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 70 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 70 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/ru-refcard.tex b/etc/ru-refcard.tex index 1083055bd9f..72fbe28e86f 100644 --- a/etc/ru-refcard.tex +++ b/etc/ru-refcard.tex | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 2 | % 2006 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | \documentclass[10pt]{article} | 4 | \documentclass[10pt]{article} |
| 4 | \usepackage{multicol,tabularx} | 5 | \usepackage{multicol,tabularx} |
| @@ -19,7 +20,7 @@ | |||
| 19 | \setlength{\ColThreeWidth}{25mm} | 20 | \setlength{\ColThreeWidth}{25mm} |
| 20 | 21 | ||
| 21 | \newcommand{\versionnumber}[0]{2.2} | 22 | \newcommand{\versionnumber}[0]{2.2} |
| 22 | \newcommand{\nyear}[0]{2005} | 23 | \newcommand{\nyear}[0]{2006} |
| 23 | 24 | ||
| 24 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill | 25 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill |
| 25 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. | 26 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. |
diff --git a/etc/sk-dired-ref.tex b/etc/sk-dired-ref.tex index 26846834b36..82a3d2a5be0 100644 --- a/etc/sk-dired-ref.tex +++ b/etc/sk-dired-ref.tex | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 3 | % 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | % Slovak hyphenation rules applied | 5 | % Slovak hyphenation rules applied |
| 5 | \shyph | 6 | \shyph |
| @@ -48,7 +49,7 @@ | |||
| 48 | % e.g. in the TeX Live CD). | 49 | % e.g. in the TeX Live CD). |
| 49 | 50 | ||
| 50 | \def\versionnumber{0.1} | 51 | \def\versionnumber{0.1} |
| 51 | \def\year{2005} | 52 | \def\year{2006} |
| 52 | \def\version{May \year\ v\versionnumber} | 53 | \def\version{May \year\ v\versionnumber} |
| 53 | 54 | ||
| 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 55 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/sk-refcard.tex b/etc/sk-refcard.tex index 40f36f2109f..97911a66db8 100644 --- a/etc/sk-refcard.tex +++ b/etc/sk-refcard.tex | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | \columnsperpage=1 | 12 | \columnsperpage=1 |
| 13 | 13 | ||
| 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 15 | % 2005 Free Software Foundation, Inc. | 15 | % 2005, 2006 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | % This file is part of GNU Emacs. | 17 | % This file is part of GNU Emacs. |
| 18 | 18 | ||
| @@ -68,7 +68,7 @@ | |||
| 68 | % e.g. in the TeX Live CD). | 68 | % e.g. in the TeX Live CD). |
| 69 | 69 | ||
| 70 | \def\versionnumber{2.2} | 70 | \def\versionnumber{2.2} |
| 71 | \def\year{2005} | 71 | \def\year{2006} |
| 72 | 72 | ||
| 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 74 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 74 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/sk-survival.tex b/etc/sk-survival.tex index 346516cf48e..4cd12672ada 100644 --- a/etc/sk-survival.tex +++ b/etc/sk-survival.tex | |||
| @@ -21,7 +21,8 @@ | |||
| 21 | \endinput | 21 | \endinput |
| 22 | \fi | 22 | \fi |
| 23 | 23 | ||
| 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 25 | % 2006 Free Software Foundation, Inc. | ||
| 25 | 26 | ||
| 26 | % This file is part of GNU Emacs. | 27 | % This file is part of GNU Emacs. |
| 27 | 28 | ||
| @@ -50,7 +51,7 @@ | |||
| 50 | % e.g. in the TeX Live CD). | 51 | % e.g. in the TeX Live CD). |
| 51 | 52 | ||
| 52 | \def\versionnumber{1.0} | 53 | \def\versionnumber{1.0} |
| 53 | \def\year{2005} | 54 | \def\year{2006} |
| 54 | 55 | ||
| 55 | \def\copyrightnotice{\penalty-1\vfill | 56 | \def\copyrightnotice{\penalty-1\vfill |
| 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 57 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/survival.tex b/etc/survival.tex index 0e164d7654f..8c56232d7ad 100644 --- a/etc/survival.tex +++ b/etc/survival.tex | |||
| @@ -25,7 +25,8 @@ | |||
| 25 | \endinput | 25 | \endinput |
| 26 | \fi | 26 | \fi |
| 27 | 27 | ||
| 28 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 28 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 29 | % 2006 Free Software Foundation, Inc. | ||
| 29 | 30 | ||
| 30 | % This file is part of GNU Emacs. | 31 | % This file is part of GNU Emacs. |
| 31 | 32 | ||
| @@ -45,7 +46,7 @@ | |||
| 45 | % Boston, MA 02110-1301, USA. | 46 | % Boston, MA 02110-1301, USA. |
| 46 | 47 | ||
| 47 | \def\versionnumber{1.0} | 48 | \def\versionnumber{1.0} |
| 48 | \def\year{2005} | 49 | \def\year{2006} |
| 49 | 50 | ||
| 50 | \def\copyrightnotice{\penalty-1\vfill | 51 | \def\copyrightnotice{\penalty-1\vfill |
| 51 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 52 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/vipcard.tex b/etc/vipcard.tex index cca644b6bfd..693667bd076 100644 --- a/etc/vipcard.tex +++ b/etc/vipcard.tex | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | 7 | ||
| 8 | \columnsperpage=1 | 8 | \columnsperpage=1 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 10 | % Copyright (C) 1987, 2002, 2003, 2004, 2005, |
| 11 | % 2006 Free Software Foundation, Inc. | ||
| 11 | 12 | ||
| 12 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 13 | 14 | ||
| @@ -54,7 +55,7 @@ | |||
| 54 | 55 | ||
| 55 | 56 | ||
| 56 | \def\versionnumber{1.2} | 57 | \def\versionnumber{1.2} |
| 57 | \def\year{2005} | 58 | \def\year{2006} |
| 58 | \def\version{September \year\ v\versionnumber} | 59 | \def\version{September \year\ v\versionnumber} |
| 59 | 60 | ||
| 60 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 61 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/viperCard.tex b/etc/viperCard.tex index 50f65b2c0d5..b2761126837 100644 --- a/etc/viperCard.tex +++ b/etc/viperCard.tex | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | \columnsperpage=2 | 8 | \columnsperpage=2 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, | 10 | % Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, |
| 11 | % 2005 Free Software Foundation, Inc. | 11 | % 2005, 2006 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | \def\versionnumber{3.0} | 64 | \def\versionnumber{3.0} |
| 65 | \def\year{2005} | 65 | \def\year{2006} |
| 66 | \def\version{August \year\ v\versionnumber} | 66 | \def\version{August \year\ v\versionnumber} |
| 67 | 67 | ||
| 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |