diff options
| author | Stefan Monnier | 2011-02-01 12:09:25 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-01 12:09:25 -0500 |
| commit | 8f1d2ef658f95549eb33fe5265f8f11c5129bece (patch) | |
| tree | b7cd852a1adb423384532cfe22c31547160b22bc /etc | |
| parent | 590130fb19e1f433965c421d98fedeb2d7c33310 (diff) | |
| parent | 1dc4075fa8809805aed5092e93e225e889725c94 (diff) | |
| download | emacs-8f1d2ef658f95549eb33fe5265f8f11c5129bece.tar.gz emacs-8f1d2ef658f95549eb33fe5265f8f11c5129bece.zip | |
Merge from trunk
Diffstat (limited to 'etc')
241 files changed, 770 insertions, 621 deletions
diff --git a/etc/.gitignore b/etc/.gitignore index 83bad1103f6..618d09438f8 100644 --- a/etc/.gitignore +++ b/etc/.gitignore | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | DOC | 1 | DOC |
| 2 | DOC-* | 2 | DOC-* |
| 3 | icons/ | 3 | icons/ |
| 4 | |||
| 5 | # arch-tag: 617d2467-cd9f-42e2-9115-88e1d44e66e6 | ||
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 99f24653ac9..df5dd7daefc 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 2006, 2007, 2008, 2009, 2010 | 1 | Copyright (C) 2006-2011 Free Software Foundation, Inc. |
| 2 | Free Software Foundation, Inc. | ||
| 3 | See end for license conditions. | 2 | See end for license conditions. |
| 4 | 3 | ||
| 5 | 4 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index eba8529f63d..db1c5d41c34 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,87 @@ | |||
| 1 | 2011-01-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Redo spelling of Makefile variables to conform to POSIX. | ||
| 4 | POSIX does not allow "-" in Makefile variable names. | ||
| 5 | Reported by Bruno Haible in | ||
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>. | ||
| 7 | * refcards/Makefile (DIRED_REFCARDS_PDF): Renamed from | ||
| 8 | DIRED-REFCARDS_PDF. | ||
| 9 | (MISC_REFCARDS_PDF): Renamed from MISC-REFCARDS_PDF. | ||
| 10 | (SURVIVAL_CARDS_PDF): Renamed from SURVIVAL-CARDS_PDF. | ||
| 11 | (VIPER_CARDS_PDF): Renamed from VIPER-CARDS_PDF. | ||
| 12 | |||
| 13 | 2011-01-18 Glenn Morris <rgm@gnu.org> | ||
| 14 | |||
| 15 | * PROBLEMS: Add note about svn+ssh. (Bug#7791) | ||
| 16 | |||
| 17 | 2011-01-14 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * refcards/calccard.tex, refcards/cs-dired-ref.tex: | ||
| 20 | * refcards/cs-refcard.tex, refcards/cs-survival.tex: | ||
| 21 | * refcards/de-refcard.tex, refcards/dired-ref.tex: | ||
| 22 | * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: | ||
| 23 | * refcards/fr-survival.tex, refcards/orgcard.tex: | ||
| 24 | * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex: | ||
| 25 | * refcards/refcard.tex, refcards/ru-refcard.tex: | ||
| 26 | * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex: | ||
| 27 | * refcards/sk-survival.tex, refcards/survival.tex: | ||
| 28 | * refcards/vipcard.tex, refcards/viperCard.tex: | ||
| 29 | Update short copyright year to 2011. | ||
| 30 | |||
| 31 | 2011-01-13 Christian Ohler <ohler@gnu.org> | ||
| 32 | |||
| 33 | * NEWS: Mention ERT. | ||
| 34 | |||
| 35 | 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 36 | |||
| 37 | * NEWS: Add new function dbus-register-service. | ||
| 38 | |||
| 39 | 2011-01-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 40 | |||
| 41 | * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind | ||
| 42 | tango palette colors. Only define faces for color displays. | ||
| 43 | Customize the ansi-color-names-vector variable. Add Ediff, | ||
| 44 | Flyspell, and Semantic faces as suggested by Jan Moringen. | ||
| 45 | |||
| 46 | 2011-01-08 Andreas Schwab <schwab@linux-m68k.org> | ||
| 47 | |||
| 48 | * compilation.txt: Add column to gcc-include sample. | ||
| 49 | |||
| 50 | 2011-01-08 Glenn Morris <rgm@gnu.org> | ||
| 51 | |||
| 52 | * PROBLEMS: -batch implies -q. | ||
| 53 | |||
| 54 | 2011-01-07 Tassilo Horn <tassilo@member.fsf.org> | ||
| 55 | |||
| 56 | * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove | ||
| 57 | dev-prefix from file names, so that the files don't clash on 8x3 | ||
| 58 | filesystems. | ||
| 59 | |||
| 60 | 2011-01-06 Tassilo Horn <tassilo@member.fsf.org> | ||
| 61 | |||
| 62 | * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme. | ||
| 63 | * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme. | ||
| 64 | |||
| 65 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 66 | |||
| 67 | * NEWS: Extended behaviour of dbus-register-{method,property}. | ||
| 68 | |||
| 69 | 2011-01-02 Kenichi Handa <handa@m17n.org> | ||
| 70 | |||
| 71 | * NEWS.23: Describe the changes for rmail's MIME handling. | ||
| 72 | |||
| 73 | 2010-12-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 74 | |||
| 75 | * images/separator.xpm: Tweak colors. | ||
| 76 | |||
| 77 | 2010-12-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 78 | |||
| 79 | * NEWS: Mention new Tramp method "ksu". | ||
| 80 | |||
| 81 | 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change) | ||
| 82 | |||
| 83 | * schema/schemas.xml: Add DocBook (Bug#7491). | ||
| 84 | |||
| 1 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> | 85 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 2 | 86 | ||
| 3 | * refcards/orgcard.tex: Cleanup. | 87 | * refcards/orgcard.tex: Cleanup. |
| @@ -5122,9 +5206,7 @@ | |||
| 5122 | ;; coding: utf-8 | 5206 | ;; coding: utf-8 |
| 5123 | ;; End: | 5207 | ;; End: |
| 5124 | 5208 | ||
| 5125 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 5209 | Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc. |
| 5126 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | ||
| 5127 | Free Software Foundation, Inc. | ||
| 5128 | 5210 | ||
| 5129 | This file is part of GNU Emacs. | 5211 | This file is part of GNU Emacs. |
| 5130 | 5212 | ||
| @@ -1,7 +1,6 @@ | |||
| 1 | Debugging GNU Emacs | 1 | Debugging GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1985, 2000-2011 Free Software Foundation, Inc. |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
| @@ -755,4 +754,3 @@ mode: outline | |||
| 755 | paragraph-separate: "[ ]*$" | 754 | paragraph-separate: "[ ]*$" |
| 756 | end: | 755 | end: |
| 757 | 756 | ||
| 758 | ;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b | ||
diff --git a/etc/DISTRIB b/etc/DISTRIB index 61434b6edd1..cc121105073 100644 --- a/etc/DISTRIB +++ b/etc/DISTRIB | |||
| @@ -1,9 +1,7 @@ | |||
| 1 | -*- text -*- | 1 | -*- text -*- |
| 2 | GNU Emacs availability information | 2 | GNU Emacs availability information |
| 3 | 3 | ||
| 4 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, | 4 | Copyright (C) 1986-1993, 1995, 1998, 2000-2011 Free Software Foundation, Inc. |
| 5 | 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | ||
| 6 | 2010 Free Software Foundation, Inc. | ||
| 7 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 8 | 6 | ||
| 9 | 7 | ||
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index ac7861ae8af..17bf4fc3877 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, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2011 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 |
| @@ -1343,4 +1343,3 @@ GNU General Public License for more details. | |||
| 1343 | You should have received a copy of the GNU General Public License | 1343 | You should have received a copy of the GNU General Public License |
| 1344 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 1344 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 1345 | 1345 | ||
| 1346 | arch-tag: 2b21b387-6cdc-4192-889c-6743cfffdcb1 | ||
diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 09f07a8239e..333465b7a41 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF | |||
| @@ -94,8 +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, 2008, 2009, 2010 | 97 | Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 98 | Free Software Foundation, Inc. | ||
| 99 | 98 | ||
| 100 | COPYING PERMISSIONS: | 99 | COPYING PERMISSIONS: |
| 101 | 100 | ||
diff --git a/etc/ETAGS.README b/etc/ETAGS.README index eff5d5b048c..fd9636c9734 100644 --- a/etc/ETAGS.README +++ b/etc/ETAGS.README | |||
| @@ -28,8 +28,7 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
| 28 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 | 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-1989, 1993-1995, 1998-2011 |
| 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | ||
| 33 | Free Software Foundation, Inc. | 32 | Free Software Foundation, Inc. |
| 34 | 33 | ||
| 35 | This file is not considered part of GNU Emacs. | 34 | This file is not considered part of GNU Emacs. |
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 1985, 1993, 2001, 2002, 2003, 2004, | 1 | Copyright (C) 1985, 1993, 2001-2011 Free Software Foundation, Inc. |
| 2 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 3 | 2 | ||
| 4 | Permission is granted to anyone to make or distribute verbatim copies | 3 | Permission is granted to anyone to make or distribute verbatim copies |
| 5 | of this document, in any medium, provided that the copyright notice and | 4 | of this document, in any medium, provided that the copyright notice and |
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS index ca2f2309b99..3192a58ce90 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -1,7 +1,6 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 4 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | Please send Gnus bug reports to bugs@gnus.org. | 6 | Please send Gnus bug reports to bugs@gnus.org. |
| @@ -72,8 +72,7 @@ Korean ($(CGQ1[(B) $(C>H3gGO<<?d(B / $(C>H3gGO=J4O1n(B | |||
| 72 | 72 | ||
| 73 | 73 | ||
| 74 | 74 | ||
| 75 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 75 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 76 | Free Software Foundation, Inc. | ||
| 77 | 76 | ||
| 78 | This file is part of GNU Emacs. | 77 | This file is part of GNU Emacs. |
| 79 | 78 | ||
diff --git a/etc/MACHINES b/etc/MACHINES index ebefc8905e0..126ae40cb57 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-2011 |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010 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 | ||
| 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. |
| @@ -402,5 +402,3 @@ GNU General Public License for more details. | |||
| 402 | 402 | ||
| 403 | You should have received a copy of the GNU General Public License | 403 | You should have received a copy of the GNU General Public License |
| 404 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 404 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 405 | |||
| 406 | arch-tag: 7d2e93c7-e982-40ec-9055-3cd064042473 | ||
diff --git a/etc/MAILINGLISTS b/etc/MAILINGLISTS index 796a39e6996..ef918d3d211 100644 --- a/etc/MAILINGLISTS +++ b/etc/MAILINGLISTS | |||
| @@ -318,8 +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, 2008, 2009, 2010 | 321 | Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 322 | Free Software Foundation, Inc. | ||
| 323 | 322 | ||
| 324 | Permission is hereby granted, free of charge, to any person obtaining | 323 | Permission is hereby granted, free of charge, to any person obtaining |
| 325 | a copy of this file, to deal in the file without restriction, including | 324 | a copy of this file, to deal in the file without restriction, including |
| @@ -330,6 +329,3 @@ Free Software Foundation, Inc. | |||
| 330 | 329 | ||
| 331 | The above copyright notice and this permission notice shall be | 330 | The above copyright notice and this permission notice shall be |
| 332 | included in all copies or substantial portions of the file. | 331 | included in all copies or substantial portions of the file. |
| 333 | |||
| 334 | |||
| 335 | arch-tag: 6e42bba8-7532-4a23-8486-99dbc5770a8e | ||
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index f4bf030eb32..27b6d40bd89 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | * COPYRIGHT | 1 | * COPYRIGHT |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | 2010 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
| @@ -3253,4 +3252,3 @@ mode: outline | |||
| 3253 | paragraph-separate: "[ ]*$" | 3252 | paragraph-separate: "[ ]*$" |
| 3254 | end: | 3253 | end: |
| 3255 | 3254 | ||
| 3256 | arch-tag: f6696cad-eb1b-4c5f-8057-4e3954a98d18 | ||
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index 36c89651d67..d876b6df504 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF | |||
| @@ -1,7 +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, 2008, | 3 | Copyright (C) 1993, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | This file describes GNU Emacs programs and resources that are | 6 | This file describes GNU Emacs programs and resources that are |
| @@ -277,4 +276,3 @@ GNU General Public License for more details. | |||
| 277 | You should have received a copy of the GNU General Public License | 276 | You should have received a copy of the GNU General Public License |
| 278 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 277 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 279 | 278 | ||
| 280 | arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa | ||
| @@ -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) 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 2010-2011 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 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 6 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. |
| @@ -59,6 +59,9 @@ automatically select it. | |||
| 59 | command line arguments, and the EMACS_UNIBYTE environment variable, no | 59 | command line arguments, and the EMACS_UNIBYTE environment variable, no |
| 60 | longer have any effect. (They were declared obsolete in Emacs 23.) | 60 | longer have any effect. (They were declared obsolete in Emacs 23.) |
| 61 | 61 | ||
| 62 | ** New command line option `--no-site-lisp' removes site-lisp directories | ||
| 63 | from load-path. -Q now implies this. | ||
| 64 | |||
| 62 | 65 | ||
| 63 | * Changes in Emacs 24.1 | 66 | * Changes in Emacs 24.1 |
| 64 | 67 | ||
| @@ -207,6 +210,10 @@ automatically when Emacs starts up. To disable this, set | |||
| 207 | `package-enable-at-startup' to nil. To change which packages are | 210 | `package-enable-at-startup' to nil. To change which packages are |
| 208 | loaded, customize `package-load-list'. | 211 | loaded, customize `package-load-list'. |
| 209 | 212 | ||
| 213 | ** An Emacs Lisp testing tool is now included. | ||
| 214 | Emacs Lisp developers can use this tool to write automated tests for | ||
| 215 | their code. See the ERT info manual for details. | ||
| 216 | |||
| 210 | ** Custom Themes | 217 | ** Custom Themes |
| 211 | 218 | ||
| 212 | *** `M-x customize-themes' lists Custom themes which can be enabled. | 219 | *** `M-x customize-themes' lists Custom themes which can be enabled. |
| @@ -216,12 +223,19 @@ Emacs no longer looks for custom themes in `load-path'. The default | |||
| 216 | is to search in `custom-theme-directory', followed by a built-in theme | 223 | is to search in `custom-theme-directory', followed by a built-in theme |
| 217 | directory named "themes/" in `data-directory'. | 224 | directory named "themes/" in `data-directory'. |
| 218 | 225 | ||
| 226 | *** New option `custom-safe-themes' records known-safe theme files. | ||
| 227 | If a theme is not in this list, Emacs queries before loading it, and | ||
| 228 | offers to save the theme to `custom-safe-themes' automatically. By | ||
| 229 | default, all themes included in Emacs are treated as safe. | ||
| 230 | |||
| 219 | ** The user option `remote-file-name-inhibit-cache' controls whether | 231 | ** The user option `remote-file-name-inhibit-cache' controls whether |
| 220 | the remote file-name cache is used for read access. | 232 | the remote file-name cache is used for read access. |
| 221 | 233 | ||
| 222 | ** The standalone programs lib-src/digest-doc and sorted-doc have been | 234 | ** The standalone programs lib-src/digest-doc and sorted-doc have been |
| 223 | replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. | 235 | replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. |
| 224 | 236 | ||
| 237 | ** The variable `focus-follows-mouse' now always defaults to nil. | ||
| 238 | |||
| 225 | 239 | ||
| 226 | * Editing Changes in Emacs 24.1 | 240 | * Editing Changes in Emacs 24.1 |
| 227 | 241 | ||
| @@ -232,6 +246,9 @@ replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. | |||
| 232 | 246 | ||
| 233 | ** The default value of `backup-by-copying-when-mismatch' is now t. | 247 | ** The default value of `backup-by-copying-when-mismatch' is now t. |
| 234 | 248 | ||
| 249 | ** The command `just-one-space' (C-SPC), if given a negative argument, | ||
| 250 | also deletes newlines around point. | ||
| 251 | |||
| 235 | ** Deletion changes | 252 | ** Deletion changes |
| 236 | 253 | ||
| 237 | *** New option `delete-active-region'. | 254 | *** New option `delete-active-region'. |
| @@ -252,60 +269,67 @@ should use delete-char with a negative argument instead. | |||
| 252 | 269 | ||
| 253 | ** Selection changes. | 270 | ** Selection changes. |
| 254 | 271 | ||
| 255 | The default handling of clipboard and primary selections has been | 272 | The default handling of clipboard and primary selections was changed |
| 256 | changed to conform with other X applications. The exact changes are | 273 | to conform with modern X applications. In short, most commands for |
| 257 | described below; in short, mouse commands to select and paste text now | 274 | killing and yanking text now use the clipboard, while mouse commands |
| 258 | use the primary selection, while all other commands for killing and | 275 | use the primary selection. |
| 259 | yanking text now use the clipboard. | ||
| 260 | |||
| 261 | *** Merely selecting text (e.g. with drag-mouse-1) does not add it to | ||
| 262 | the kill-ring. On systems with a primary selection separate from the | ||
| 263 | clipboard (such as X), the selected text is put in the primary | ||
| 264 | selection. | ||
| 265 | 276 | ||
| 266 | *** mouse-2 is now bound to `mouse-yank-primary', which pastes from | 277 | In the following, we provide a list of these changes, followed by a |
| 267 | the primary selection regardless of the contents of the kill-ring. | 278 | list of steps to get the old behavior back if you prefer that. |
| 268 | 279 | ||
| 269 | *** Commands that kill text or copy it to the kill-ring (M-w, C-w, | 280 | *** `mouse-drag-copy-region' now defaults to nil. |
| 270 | C-k, etc.) also put the killed text into the clipboard. This change | 281 | *** `select-active-regions' now defaults to t. |
| 271 | also means that the "Copy", "Cut", and "Paste" items in the "Edit" | 282 | Merely selecting text (e.g. with drag-mouse-1) no longer puts it in |
| 272 | menu are now exactly equivalent to, respectively M-w, C-w, and C-y. | 283 | the kill-ring. The selected text is put in the primary selection, if |
| 284 | the system possesses a separate primary selection facility (e.g. X). | ||
| 273 | 285 | ||
| 274 | *** Yank commands, such as C-y and M-y, retrieve text from the | 286 | **** `select-active-regions' also accepts a new value, `only'. |
| 275 | clipboard if it is available. | 287 | This means to only set the primary selection for temporarily active |
| 288 | regions (usually made by mouse-dragging or shift-selection); | ||
| 289 | "ordinary" active regions, such as those made with C-SPC followed by | ||
| 290 | point motion, do not alter the primary selection. | ||
| 276 | 291 | ||
| 277 | *** The above changes are reflected in the following new defaults: | 292 | *** mouse-2 is now bound to `mouse-yank-primary'. |
| 293 | This pastes from the primary selection, ignoring the kill-ring. | ||
| 294 | Previously, mouse-2 was bound to `mouse-yank-at-click'. | ||
| 278 | 295 | ||
| 279 | **** `select-active-regions' now defaults to t. | 296 | *** `x-select-enable-clipboard' now defaults to t on all platforms. |
| 280 | It also accepts a new value, `only', which means to only set the | 297 | *** `x-select-enable-primary' now defaults to nil. |
| 281 | primary selection for temporarily active regions (usually made by | 298 | Thus, commands that kill text or copy it to the kill-ring (such as |
| 282 | mouse-dragging or shift-selection). | 299 | M-w, C-w, and C-k) also use the clipboard---not the primary selection. |
| 283 | 300 | ||
| 284 | **** `mouse-2' is now bound to `mouse-yank-primary'. | 301 | **** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now |
| 285 | Previously, it was bound to `mouse-yank-at-click' (which is now | 302 | exactly equivalent to, respectively M-w, C-w, and C-y. |
| 286 | unbound by default). | ||
| 287 | 303 | ||
| 288 | **** `x-select-enable-clipboard' now defaults to t on all platforms. | 304 | **** Note that on MS-Windows, `x-select-enable-clipboard' was already |
| 289 | Note that this variable was already non-nil by default on MS-Windows, | 305 | non-nil by default, as Windows does not support the primary selection |
| 290 | which does not support the primary selection between applications. | 306 | between applications. |
| 291 | 307 | ||
| 292 | **** `x-select-enable-primary' now defaults to nil. | 308 | *** To return to the previous behavior, do the following: |
| 293 | This variable exists only on X; its default value was t in previous | ||
| 294 | versions. | ||
| 295 | 309 | ||
| 296 | **** `mouse-drag-copy-region' now defaults to nil. | 310 | **** Change `mouse-drag-copy-region' to t. |
| 297 | 311 | **** Change `x-select-enable-primary' to t (on X only). | |
| 298 | *** To return to the previous behavior, where mouse commands use the | 312 | **** Change `x-select-enable-clipboard' to nil. |
| 299 | clipboard, change `mouse-drag-copy-region' and (on X only) | 313 | **** Bind `mouse-yank-at-click' to mouse-2. |
| 300 | `x-select-enable-primary' to t. If you don't want Emacs to put the | ||
| 301 | text into the clipboard, only to the primary selection, additionally | ||
| 302 | set `x-select-enable-clipboard' to nil. | ||
| 303 | 314 | ||
| 304 | *** Support for X cut buffers has been removed. | 315 | *** Support for X cut buffers has been removed. |
| 305 | 316 | ||
| 317 | ** New command `rectangle-number-lines', bound to `C-x r N', numbers | ||
| 318 | the lines in the current rectangle. With an prefix argument, this | ||
| 319 | prompts for a number to count from and for a format string. | ||
| 320 | |||
| 306 | 321 | ||
| 307 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 322 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 308 | 323 | ||
| 324 | ** The compile.el mode can be used without font-lock-mode. | ||
| 325 | `compilation-parse-errors-function' is now obsolete. | ||
| 326 | |||
| 327 | ** The Landmark game is now invoked with `landmark', not `lm'. | ||
| 328 | |||
| 329 | ** Prolog mode has been completely revamped, with lots of additional | ||
| 330 | functionality such as more intelligent indentation, electricty, support for | ||
| 331 | more variants, including Mercury, and a lot more. | ||
| 332 | |||
| 309 | ** shell-mode can track your cwd by reading it from your prompt. | 333 | ** shell-mode can track your cwd by reading it from your prompt. |
| 310 | Just set shell-dir-cookie-re to an appropriate regexp. | 334 | Just set shell-dir-cookie-re to an appropriate regexp. |
| 311 | 335 | ||
| @@ -333,6 +357,12 @@ as the server coding system, this variable will then be consulted. | |||
| 333 | The default is to decode strings that can be decoded as utf-8 as | 357 | The default is to decode strings that can be decoded as utf-8 as |
| 334 | utf-8, and do the normal `undecided' decoding for the rest. | 358 | utf-8, and do the normal `undecided' decoding for the rest. |
| 335 | 359 | ||
| 360 | ** Eshell changes | ||
| 361 | |||
| 362 | *** The default value of eshell-directory-name is a directory named | ||
| 363 | "eshell" in `user-emacs-directory'. If the old "~/.eshell/" directory | ||
| 364 | exists, that is used instead. | ||
| 365 | |||
| 336 | ** In ido-mode, C-v is no longer bound to ido-toggle-vc. | 366 | ** In ido-mode, C-v is no longer bound to ido-toggle-vc. |
| 337 | The reason is that this interferes with cua-mode. | 367 | The reason is that this interferes with cua-mode. |
| 338 | 368 | ||
| @@ -526,6 +556,8 @@ listing object name completions when being sent text via | |||
| 526 | 556 | ||
| 527 | *** An API for manipulating SQL product definitions has been added. | 557 | *** An API for manipulating SQL product definitions has been added. |
| 528 | 558 | ||
| 559 | ** sregex.el is now obsolete, since rx.el is a strict superset. | ||
| 560 | |||
| 529 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | 561 | ** s-region.el is now declared obsolete, superceded by shift-select-mode |
| 530 | enabled by default in 23.1. | 562 | enabled by default in 23.1. |
| 531 | 563 | ||
| @@ -540,28 +572,42 @@ threads simultaneously. | |||
| 540 | *** It is possible now, to access alternative buses than the default | 572 | *** It is possible now, to access alternative buses than the default |
| 541 | system or session bus. | 573 | system or session bus. |
| 542 | 574 | ||
| 575 | *** dbus-register-{service,method,property} | ||
| 576 | The -method and -property functions do not automatically register | ||
| 577 | names anymore. | ||
| 578 | |||
| 579 | The new function dbus-register-service registers a service known name | ||
| 580 | on a D-Bus without simultaneously registering a property or a method. | ||
| 581 | |||
| 543 | ** Tramp | 582 | ** Tramp |
| 544 | 583 | ||
| 584 | *** There exists a new inline access method "ksu" (kerberized su). | ||
| 585 | |||
| 545 | *** The following access methods are discontinued: "ssh1_old", | 586 | *** The following access methods are discontinued: "ssh1_old", |
| 546 | "ssh2_old", "scp1_old", "scp2_old" and "fish". | 587 | "ssh2_old", "scp1_old", "scp2_old" and "fish". |
| 547 | 588 | ||
| 548 | ** VC and related modes | 589 | ** VC and related modes |
| 549 | 590 | ||
| 550 | *** Support for pulling on distributed version control systems. | 591 | *** Support for pulling on distributed version control systems. |
| 551 | The vc-update command now runs a "pull" operation, if it is supported. | 592 | The vc-pull command runs a "pull" operation, if it is supported. |
| 552 | This updates the current branch from upstream. A prefix argument | 593 | This updates the current branch from upstream. A prefix argument |
| 553 | means to prompt the user for command specifics, e.g. a pull location. | 594 | means to prompt the user for specifics, e.g. a pull location. |
| 554 | 595 | ||
| 555 | **** vc-pull is an alias for vc-update. | 596 | **** vc-update is now an alias for vc-update. |
| 556 | 597 | ||
| 557 | **** Currently supported by Bzr. | 598 | **** Currently supported by Bzr, Git, and Mercurial. |
| 558 | 599 | ||
| 559 | *** Support for merging on distributed version control systems. | 600 | *** Support for merging on distributed version control systems. |
| 560 | The vc-merge command now runs a "merge" operation, if it is supported. | 601 | The vc-merge command now runs a "merge" operation, if it is supported. |
| 561 | This merges another branch into the current one. A prefix argument | 602 | This merges another branch into the current one. This command prompts |
| 562 | means to prompt the user for command specifics, e.g. a merge location. | 603 | the user for specifics, e.g. a merge source. |
| 604 | |||
| 605 | **** Currently supported by Bzr, Git, and Mercurial. | ||
| 563 | 606 | ||
| 564 | **** Currently supported by Bzr. | 607 | ** Miscellaneous |
| 608 | |||
| 609 | --- | ||
| 610 | *** `copyright-fix-years' can optionally convert consecutive years to ranges. | ||
| 565 | 611 | ||
| 566 | 612 | ||
| 567 | * New Modes and Packages in Emacs 24.1 | 613 | * New Modes and Packages in Emacs 24.1 |
| @@ -583,6 +629,11 @@ Notifications API. It requires D-Bus for communication. | |||
| 583 | 629 | ||
| 584 | * Incompatible Lisp Changes in Emacs 24.1 | 630 | * Incompatible Lisp Changes in Emacs 24.1 |
| 585 | 631 | ||
| 632 | ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and | ||
| 633 | passes it to the mail user agent function. This argument specifies an | ||
| 634 | action for returning to the caller after finishing with the mail. | ||
| 635 | This is currently used by Rmail to delete a mail window. | ||
| 636 | |||
| 586 | ** For mouse click input events in the text area, the Y pixel | 637 | ** For mouse click input events in the text area, the Y pixel |
| 587 | coordinate in the POSITION list now counts from the top of the text | 638 | coordinate in the POSITION list now counts from the top of the text |
| 588 | area, excluding any header line. Previously, it counted from the top | 639 | area, excluding any header line. Previously, it counted from the top |
| @@ -638,6 +689,14 @@ sc.el, x-menu.el, rnews.el, rnewspost.el | |||
| 638 | 689 | ||
| 639 | * Lisp changes in Emacs 24.1 | 690 | * Lisp changes in Emacs 24.1 |
| 640 | 691 | ||
| 692 | ** Removed the stack-trace-on-error variable. | ||
| 693 | Also the debugger can now "continue" from an error, which means it will jump | ||
| 694 | to the error handler as if the debugger had not been invoked instead of | ||
| 695 | jumping all the way to the top-level. | ||
| 696 | |||
| 697 | ** New function `read-char-choice' reads a restricted set of characters, | ||
| 698 | discarding any inputs not inside the set. | ||
| 699 | |||
| 641 | ** `image-library-alist' is renamed to `dynamic-library-alist'. | 700 | ** `image-library-alist' is renamed to `dynamic-library-alist'. |
| 642 | The variable is now used to load all kind of supported dynamic libraries, | 701 | The variable is now used to load all kind of supported dynamic libraries, |
| 643 | not just image libraries. The previous name is still available as an | 702 | not just image libraries. The previous name is still available as an |
| @@ -675,6 +734,9 @@ The command `read-color' now requires a match for a color name or RGB | |||
| 675 | triplet, instead of signalling an error if the user provides a invalid | 734 | triplet, instead of signalling an error if the user provides a invalid |
| 676 | input. | 735 | input. |
| 677 | 736 | ||
| 737 | ** Tool-bars can display separators. | ||
| 738 | Tool-bar separators are handled like menu separators in menu-bar maps, | ||
| 739 | i.e. via menu entries of the form `(menu-item "--")'. | ||
| 678 | 740 | ||
| 679 | ** Image API | 741 | ** Image API |
| 680 | 742 | ||
| @@ -691,8 +753,8 @@ by the Graphic Control Extension of the image. | |||
| 691 | 753 | ||
| 692 | *** If Emacs is compiled with libxml2 support (which is the default), | 754 | *** If Emacs is compiled with libxml2 support (which is the default), |
| 693 | two new Emacs Lisp-level functions are defined: | 755 | two new Emacs Lisp-level functions are defined: |
| 694 | `xml-parse-html-string-internal' (which will parse "real world" HTML) | 756 | `libxml-parse-html-region' (which will parse "real world" HTML) |
| 695 | and `xml-parse-string-internal' (which parses XML). Both return an | 757 | and `libxml-parse-xml-region' (which parses XML). Both return an |
| 696 | Emacs Lisp parse tree. | 758 | Emacs Lisp parse tree. |
| 697 | 759 | ||
| 698 | FIXME: These should be front-ended by xml.el. | 760 | FIXME: These should be front-ended by xml.el. |
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index b45ddedbe28..89856429b1d 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, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1985-1986, 2006-2011 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 | ||
| @@ -2531,4 +2531,3 @@ Local variables: | |||
| 2531 | mode: text | 2531 | mode: text |
| 2532 | end: | 2532 | end: |
| 2533 | 2533 | ||
| 2534 | arch-tag: 33dc900d-9c58-473b-87c9-b6d7222323ea | ||
diff --git a/etc/NEWS.18 b/etc/NEWS.18 index 7cffb52a08d..6bf854d8b33 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, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 2006-2011 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 | ||
| @@ -1621,4 +1621,3 @@ Local variables: | |||
| 1621 | mode: text | 1621 | mode: text |
| 1622 | end: | 1622 | end: |
| 1623 | 1623 | ||
| 1624 | arch-tag: 8fed393b-c9c5-47d1-afbb-c0e7a135094a | ||
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index a97925bf909..90d96c12fb8 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -1,7 +1,6 @@ | |||
| 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, 2008, 2009, 2010 | 3 | Copyright (C) 1993-1995, 2001, 2006-2011 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
| @@ -6541,5 +6540,3 @@ Local variables: | |||
| 6541 | mode: outline | 6540 | mode: outline |
| 6542 | paragraph-separate: "[ ]*$" | 6541 | paragraph-separate: "[ ]*$" |
| 6543 | end: | 6542 | end: |
| 6544 | |||
| 6545 | arch-tag: 944be39b-afe8-4217-9977-c745b68a7ca2 | ||
diff --git a/etc/NEWS.20 b/etc/NEWS.20 index 29623c4ee9d..c76ddb2485e 100644 --- a/etc/NEWS.20 +++ b/etc/NEWS.20 | |||
| @@ -1,7 +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, 2008, 2009, 2010 | 3 | Copyright (C) 1999-2001, 2006-2011 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index 10accb2236b..47f61a13e3b 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -1,7 +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, 2008, 2009, 2010 | 3 | Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 79ccaf3101a..3920f59fefa 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -1,7 +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, 2008, 2009, 2010 | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 6 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. |
| @@ -5606,5 +5605,3 @@ Local variables: | |||
| 5606 | mode: outline | 5605 | mode: outline |
| 5607 | paragraph-separate: "[ ]*$" | 5606 | paragraph-separate: "[ ]*$" |
| 5608 | end: | 5607 | end: |
| 5609 | |||
| 5610 | arch-tag: 1aca9dfa-2ac4-4d14-bebf-0007cee12793 | ||
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 0608286e6d5..22c0b1de19c 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -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) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2011 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 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 6 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. |
| @@ -21,6 +21,10 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 21 | 21 | ||
| 22 | * Changes in Emacs 23.3 | 22 | * Changes in Emacs 23.3 |
| 23 | 23 | ||
| 24 | +++ | ||
| 25 | ** The last-resort backup file `%backup%~' is now written to | ||
| 26 | `user-emacs-directory', instead of the user's home directory. | ||
| 27 | |||
| 24 | 28 | ||
| 25 | * Editing Changes in Emacs 23.3 | 29 | * Editing Changes in Emacs 23.3 |
| 26 | 30 | ||
| @@ -67,6 +71,27 @@ Bazaar recognizes the headers "Author", "Date" and "Fixes". | |||
| 67 | Git, Mercurial, and Monotone recognize "Author" and "Date". | 71 | Git, Mercurial, and Monotone recognize "Author" and "Date". |
| 68 | Any unknown header is left as is in the message, so it is not lost. | 72 | Any unknown header is left as is in the message, so it is not lost. |
| 69 | 73 | ||
| 74 | ** Rmail | ||
| 75 | |||
| 76 | *** The default value of `rmail-enable-mime' is now t. Rmail decodes | ||
| 77 | MIME contents automatically. You can customize the variable | ||
| 78 | `rmail-enable-mime' back to `nil' to disable this automatic MIME | ||
| 79 | decoding. | ||
| 80 | |||
| 81 | *** The command `rmail-mime' change the displaying of a MIME message | ||
| 82 | between decoded presentation form and raw data if `rmail-enable-mime' | ||
| 83 | is non-nil. And, with prefix argument, it change only the displaying | ||
| 84 | of the MIME entity at point. | ||
| 85 | |||
| 86 | *** The new command `rmail-mime-next-item' (bound to TAB) moves point | ||
| 87 | to the next item of MIME message. | ||
| 88 | |||
| 89 | *** The new command `rmail-mime-previous-item' (bound to backtab) moves | ||
| 90 | point to the previous item of MIME message. | ||
| 91 | |||
| 92 | *** The new command `rmail-mime-toggle-hidden' (RET) hide or show the | ||
| 93 | body of the MIME entity at point. | ||
| 94 | |||
| 70 | ** Obsolete packages | 95 | ** Obsolete packages |
| 71 | 96 | ||
| 72 | +++ | 97 | +++ |
| @@ -2493,4 +2518,3 @@ mode: outline | |||
| 2493 | paragraph-separate: "[ ]*$" | 2518 | paragraph-separate: "[ ]*$" |
| 2494 | end: | 2519 | end: |
| 2495 | 2520 | ||
| 2496 | arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2 | ||
diff --git a/etc/NEXTSTEP b/etc/NEXTSTEP index d55bd65d884..fcde9727dff 100644 --- a/etc/NEXTSTEP +++ b/etc/NEXTSTEP | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 1 | Copyright (C) 2008-2011 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 | This file contains information about GNU Emacs on "Nextstep" platforms. | 4 | This file contains information about GNU Emacs on "Nextstep" platforms. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7090b225d7e..15d4ea227d0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | Known Problems with GNU Emacs | 1 | Known Problems with GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | Copyright (C) 1987-1989, 1993-1999, 2001-2011 |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | ||
| 5 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 6 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 7 | 6 | ||
| @@ -102,7 +101,7 @@ This can be another symptom of stale *.elc files in your load-path. | |||
| 102 | The following command will print any duplicate Lisp files that are | 101 | The following command will print any duplicate Lisp files that are |
| 103 | present in load-path: | 102 | present in load-path: |
| 104 | 103 | ||
| 105 | emacs -q -batch -f list-load-path-shadows | 104 | emacs -batch -f list-load-path-shadows |
| 106 | 105 | ||
| 107 | If this command prints any file names, some of these files are stale, | 106 | If this command prints any file names, some of these files are stale, |
| 108 | and should be deleted or their directories removed from your | 107 | and should be deleted or their directories removed from your |
| @@ -1660,6 +1659,19 @@ the script: | |||
| 1660 | exec 2> >(exec cat >&2 2>/dev/null) | 1659 | exec 2> >(exec cat >&2 2>/dev/null) |
| 1661 | exec ssh "$@" | 1660 | exec ssh "$@" |
| 1662 | 1661 | ||
| 1662 | *** GNU/Linux: Truncated svn annotate output with SSH. | ||
| 1663 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791 | ||
| 1664 | |||
| 1665 | The symptoms are: you are accessing a svn repository over SSH. | ||
| 1666 | You use vc-annotate on a large (several thousand line) file, and the | ||
| 1667 | result is truncated around the 1000 line mark. It works fine with | ||
| 1668 | other access methods (eg http), or from outside Emacs. | ||
| 1669 | |||
| 1670 | This may be a similar libc/SSH issue to the one mentioned above for CVS. | ||
| 1671 | A similar workaround seems to be effective: create a script with the | ||
| 1672 | same contents as the one used above for CVS_RSH, and set the SVN_SSH | ||
| 1673 | environment variable to point to it. | ||
| 1674 | |||
| 1663 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through | 1675 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through |
| 1664 | 5.4.22, Emacs crashes at startup with a segmentation fault. | 1676 | 5.4.22, Emacs crashes at startup with a segmentation fault. |
| 1665 | 1677 | ||
| @@ -3244,5 +3256,3 @@ Local variables: | |||
| 3244 | mode: outline | 3256 | mode: outline |
| 3245 | paragraph-separate: "[ ]*$" | 3257 | paragraph-separate: "[ ]*$" |
| 3246 | end: | 3258 | end: |
| 3247 | |||
| 3248 | arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a | ||
diff --git a/etc/README b/etc/README index 8fe5075142b..d1cad4a3a0f 100644 --- a/etc/README +++ b/etc/README | |||
| @@ -9,6 +9,5 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 9 | 9 | ||
| 10 | File: emacs.icon | 10 | File: emacs.icon |
| 11 | Author: Sun Microsystems, Inc | 11 | Author: Sun Microsystems, Inc |
| 12 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 12 | Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 13 | Free Software Foundation, Inc. | ||
| 14 | License: GNU General Public License version 3 or later (see COPYING) | 13 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/SERVICE b/etc/SERVICE index 3a057b98af1..61a4b950cee 100644 --- a/etc/SERVICE +++ b/etc/SERVICE | |||
| @@ -7,4 +7,3 @@ GNU software, including GNU Emacs, for a fee or in some cases at no | |||
| 7 | charge. | 7 | charge. |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | arch-tag: 1253ce32-1cbd-428a-ac36-70ed9e3999fc | ||
| @@ -1,5 +1,4 @@ | |||
| 1 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 1 | Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 2 | Free Software Foundation, Inc. | ||
| 3 | See the end of the file for copying permissions. | 2 | See the end of the file for copying permissions. |
| 4 | 3 | ||
| 5 | This file describes what you must or might want to do to termcap entries | 4 | This file describes what you must or might want to do to termcap entries |
| @@ -1,7 +1,6 @@ | |||
| 1 | Emacs TODO List -*-outline-*- | 1 | Emacs TODO List -*-outline-*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | 2010 Free Software Foundation, Inc. | ||
| 5 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 6 | 5 | ||
| 7 | 6 | ||
diff --git a/etc/charsets/README b/etc/charsets/README index 82a9e0bbdde..cd009220c3b 100644 --- a/etc/charsets/README +++ b/etc/charsets/README | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | # README file for charset mapping files in this directory. | 1 | # README file for charset mapping files in this directory. |
| 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 5 | # Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | 6 | ||
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | 8 | ||
diff --git a/etc/compilation.txt b/etc/compilation.txt index 9cf39c90f9f..85971cc26dd 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -233,7 +233,7 @@ symbol: gcc-include | |||
| 233 | The last file, i.e. the one you are compiling, is the interesting one. | 233 | The last file, i.e. the one you are compiling, is the interesting one. |
| 234 | 234 | ||
| 235 | In file included from /usr/include/c++/3.3/backward/warn.h:4, | 235 | In file included from /usr/include/c++/3.3/backward/warn.h:4, |
| 236 | from /usr/include/c++/3.3/backward/iostream.h:31, | 236 | from /usr/include/c++/3.3/backward/iostream.h:31:0, |
| 237 | from test_clt.cc:1: | 237 | from test_clt.cc:1: |
| 238 | 238 | ||
| 239 | 239 | ||
| @@ -548,8 +548,7 @@ Compilation segmentation fault at Thu Jul 13 10:55:49 | |||
| 548 | Compilation finished at Thu Jul 21 15:02:15 | 548 | Compilation finished at Thu Jul 21 15:02:15 |
| 549 | 549 | ||
| 550 | 550 | ||
| 551 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 551 | Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 552 | Free Software Foundation, Inc. | ||
| 553 | 552 | ||
| 554 | COPYING PERMISSIONS: | 553 | COPYING PERMISSIONS: |
| 555 | 554 | ||
diff --git a/etc/edt-user.el b/etc/edt-user.el index 663c6617ce4..84e6f8ca1b8 100644 --- a/etc/edt-user.el +++ b/etc/edt-user.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation | 1 | ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | ;; Copyright (C) 1986, 1992-1993, 2000-2011 Free Software Foundation, Inc. |
| 4 | ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> | 5 | ;; Author: Kevin Gallagher <kgallagh@@spd.dsccc.com> |
| 7 | ;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com> | 6 | ;; Maintainer: Kevin Gallagher <kgallagh@@spd.dsccc.com> |
| @@ -166,5 +165,4 @@ G-C-\\: Split Window | |||
| 166 | (interactive) | 165 | (interactive) |
| 167 | (describe-function 'edt-user-keypad-help)) | 166 | (describe-function 'edt-user-keypad-help)) |
| 168 | 167 | ||
| 169 | ;; arch-tag: a4671ca7-34b7-43a5-844c-2b2a89134ff4 | ||
| 170 | ;;; edt-user.el ends here | 168 | ;;; edt-user.el ends here |
diff --git a/etc/emacs-buffer.gdb b/etc/emacs-buffer.gdb index f0709aba7a0..14a7615801c 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, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | # Copyright (C) 2005-2011 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. |
| @@ -268,4 +268,3 @@ end | |||
| 268 | # mode: gdb-script | 268 | # mode: gdb-script |
| 269 | # end: | 269 | # end: |
| 270 | 270 | ||
| 271 | # arch-tag: 02087f62-2663-4868-977a-1fbb2fc2e7ef | ||
diff --git a/etc/emacs.py b/etc/emacs.py index 964c1f17f40..24004b321fe 100644 --- a/etc/emacs.py +++ b/etc/emacs.py | |||
| @@ -8,4 +8,3 @@ if sys.version_info[0] == 3: | |||
| 8 | else: | 8 | else: |
| 9 | from emacs2 import * | 9 | from emacs2 import * |
| 10 | 10 | ||
| 11 | # arch-tag: 894b5227-638f-45fd-8567-0417d5c35900 | ||
diff --git a/etc/emacs2.py b/etc/emacs2.py index 12faf7a8be1..805024cca3d 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, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004-2011 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. |
| @@ -234,4 +234,3 @@ Assumes that MODULE.py and MODULE.pyc are in the same directory.""" | |||
| 234 | 234 | ||
| 235 | # print '_emacs_ok' # ready for input and can call continuation | 235 | # print '_emacs_ok' # ready for input and can call continuation |
| 236 | 236 | ||
| 237 | # arch-tag: d90408f3-90e2-4de4-99c2-6eb9c7b9ca46 | ||
diff --git a/etc/emacs3.py b/etc/emacs3.py index de81848e5c3..470547b1877 100644 --- a/etc/emacs3.py +++ b/etc/emacs3.py | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1 | # Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 2 | # Author: Dave Love <fx@gnu.org> | 2 | # Author: Dave Love <fx@gnu.org> |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| @@ -232,4 +232,3 @@ Assumes that MODULE.py and MODULE.pyc are in the same directory.""" | |||
| 232 | 232 | ||
| 233 | # print '_emacs_ok' # ready for input and can call continuation | 233 | # print '_emacs_ok' # ready for input and can call continuation |
| 234 | 234 | ||
| 235 | # arch-tag: 37bfed38-5f4a-4027-a2bf-d5f41819dd89 | ||
diff --git a/etc/enriched.doc b/etc/enriched.doc index 4f01dea385f..5b2e1a88f24 100644 --- a/etc/enriched.doc +++ b/etc/enriched.doc | |||
| @@ -256,8 +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, 2008, 2009, 2010 | 259 | Copyright (C) 1995, 1997, 2001-2011 Free Software Foundation, Inc. |
| 260 | Free Software Foundation, Inc. | ||
| 261 | 260 | ||
| 262 | COPYING PERMISSIONS: | 261 | COPYING PERMISSIONS: |
| 263 | 262 | ||
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt index ca8dd11d8aa..80a652ba25f 100644 --- a/etc/gnus-tut.txt +++ b/etc/gnus-tut.txt | |||
| @@ -24,8 +24,7 @@ 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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 27 | ;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc. |
| 28 | ;; 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 29 | 28 | ||
| 30 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 29 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 31 | ;; Keywords: news | 30 | ;; Keywords: news |
diff --git a/etc/grep.txt b/etc/grep.txt index fa3f63c9ffc..9a3159f6b08 100644 --- a/etc/grep.txt +++ b/etc/grep.txt | |||
| @@ -84,8 +84,7 @@ grep -nH -e "xyzxyz" ../info/* | |||
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | 86 | ||
| 87 | Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 | 87 | Copyright (C) 2005-2011 Free Software Foundation, Inc. |
| 88 | Free Software Foundation, Inc. | ||
| 89 | 88 | ||
| 90 | COPYING PERMISSIONS: | 89 | COPYING PERMISSIONS: |
| 91 | 90 | ||
diff --git a/etc/images/README b/etc/images/README index 7adb3c7eb85..ae2d0556ad2 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -23,21 +23,19 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 23 | 23 | ||
| 24 | File: mh-logo.xpm | 24 | File: mh-logo.xpm |
| 25 | Author: Satyaki Das | 25 | Author: Satyaki Das |
| 26 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 26 | Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 27 | Free Software Foundation, Inc. | ||
| 28 | 27 | ||
| 29 | Files: splash.pbm, splash.xpm, gnus.pbm | 28 | Files: splash.pbm, splash.xpm, gnus.pbm |
| 30 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 29 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 31 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 30 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 32 | 2010 Free Software Foundation, Inc. | ||
| 33 | 31 | ||
| 34 | Files: splash.png, splash.svg | 32 | Files: splash.png, splash.svg |
| 35 | Author: Francesc Rocher <rocher@member.fsf.org> | 33 | Author: Francesc Rocher <rocher@member.fsf.org> |
| 36 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 34 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 37 | 35 | ||
| 38 | Files: checked.xpm, unchecked.xpm | 36 | Files: checked.xpm, unchecked.xpm |
| 39 | Author: Chong Yidong <cyd@stupidchicken.com> | 37 | Author: Chong Yidong <cyd@stupidchicken.com> |
| 40 | Copyright (C) 2010 Free Software Foundation, Inc. | 38 | Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 41 | 39 | ||
| 42 | 40 | ||
| 43 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but | 41 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but |
diff --git a/etc/images/checked.xpm b/etc/images/checked.xpm index e0152594836..959e77d7050 100644 --- a/etc/images/checked.xpm +++ b/etc/images/checked.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010 Free Software Foundation, Inc. | 2 | /* Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 3 | * | 3 | * |
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | 4 | * Author: Chong Yidong <cyd@stupidchicken.com> |
| 5 | * | 5 | * |
diff --git a/etc/images/custom/README b/etc/images/custom/README index 1b67e16526b..ad37dc1a7ac 100644 --- a/etc/images/custom/README +++ b/etc/images/custom/README | |||
| @@ -6,5 +6,5 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 6 | 6 | ||
| 7 | Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm | 7 | Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm |
| 8 | Author: Juri Linkov | 8 | Author: Juri Linkov |
| 9 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 9 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 10 | License: GNU General Public License version 3 or later (see COPYING) | 10 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/ezimage/README b/etc/images/ezimage/README index a2b54c84e29..38d49f3bb64 100644 --- a/etc/images/ezimage/README +++ b/etc/images/ezimage/README | |||
| @@ -7,6 +7,5 @@ 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, 2008, | 10 | Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 11 | 2009, 2010 Free Software Foundation, Inc. | ||
| 12 | License: GNU General Public License version 3 or later (see COPYING) | 11 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/gnus/README b/etc/images/gnus/README index 03efb7f7164..b19ad3fedcb 100644 --- a/etc/images/gnus/README +++ b/etc/images/gnus/README | |||
| @@ -7,8 +7,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 7 | 7 | ||
| 8 | Files: important.xpm, unimportant.xpm | 8 | Files: important.xpm, unimportant.xpm |
| 9 | Author: Simon Josefsson <simon@josefsson.org> | 9 | Author: Simon Josefsson <simon@josefsson.org> |
| 10 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 10 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 11 | 2010 Free Software Foundation, Inc. | ||
| 12 | 11 | ||
| 13 | Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm | 12 | Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm |
| 14 | describe-group.pbm describe-group.xpm exit-gnus.pbm exit-gnus.xpm | 13 | describe-group.pbm describe-group.xpm exit-gnus.pbm exit-gnus.xpm |
| @@ -22,12 +21,11 @@ Files: catchup.pbm catchup.xpm cu-exit.pbm cu-exit.xpm | |||
| 22 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm | 21 | unsubscribe.pbm unsubscribe.xpm uu-decode.pbm uu-decode.xpm |
| 23 | uu-post.pbm uu-post.xpm | 22 | uu-post.pbm uu-post.xpm |
| 24 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 23 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 25 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 24 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 26 | 2010 Free Software Foundation, Inc. | ||
| 27 | 25 | ||
| 28 | Files: gnus.png, gnus.svg | 26 | Files: gnus.png, gnus.svg |
| 29 | Author: Francesc Rocher <rocher@member.fsf.org> | 27 | Author: Francesc Rocher <rocher@member.fsf.org> |
| 30 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 28 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 31 | 29 | ||
| 32 | 30 | ||
| 33 | * The following icons are from GNOME 2.x. They are not part of Emacs, | 31 | * The following icons are from GNOME 2.x. They are not part of Emacs, |
diff --git a/etc/images/gnus/gnus.svg b/etc/images/gnus/gnus.svg index ff21a81d485..aad6560a004 100644 --- a/etc/images/gnus/gnus.svg +++ b/etc/images/gnus/gnus.svg | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!-- Gnu Emacs Logo | 2 | <!-- Gnu Emacs Logo |
| 3 | 3 | ||
| 4 | Copyright (C) 2008, 2009, 2010 | 4 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 5 | Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | Author: Francesc Rocher <f.rocher@member.fsf.org> | 6 | Author: Francesc Rocher <f.rocher@member.fsf.org> |
| 8 | 7 | ||
diff --git a/etc/images/gud/README b/etc/images/gud/README index a9c18c42070..11c22bab49f 100644 --- a/etc/images/gud/README +++ b/etc/images/gud/README | |||
| @@ -1,8 +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, 2008, 2009, 2010 | 4 | Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 5 | Free Software Foundation, Inc. | ||
| 6 | License: GNU General Public License version 3 or later (see COPYING) | 5 | License: GNU General Public License version 3 or later (see COPYING) |
| 7 | 6 | ||
| 8 | break.pbm, nexti.pbm, go.pbm, pp.pbm, print.pbm, pstar.pbm, remove.pbm | 7 | break.pbm, nexti.pbm, go.pbm, pp.pbm, print.pbm, pstar.pbm, remove.pbm |
| @@ -32,8 +31,7 @@ their copyright assignment included the icons. | |||
| 32 | The following icons are converted from the Insight Windows style icon | 31 | The following icons are converted from the Insight Windows style icon |
| 33 | set in src/gdb/gdbtk/library/images2. | 32 | set in src/gdb/gdbtk/library/images2. |
| 34 | 33 | ||
| 35 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 34 | Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 36 | Free Software Foundation, Inc. | ||
| 37 | License: GNU General Public License version 3 or later (see COPYING) | 35 | License: GNU General Public License version 3 or later (see COPYING) |
| 38 | 36 | ||
| 39 | cont.pbm and cont.xpm were converted from continue.gif | 37 | cont.pbm and cont.xpm were converted from continue.gif |
| @@ -49,8 +47,7 @@ License: GNU General Public License version 3 or later (see COPYING) | |||
| 49 | The following icons are created from the Insight Windows style icon | 47 | The following icons are created from the Insight Windows style icon |
| 50 | set in src/gdb/gdbtk/library/images2. | 48 | set in src/gdb/gdbtk/library/images2. |
| 51 | 49 | ||
| 52 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 50 | Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 53 | Free Software Foundation, Inc. | ||
| 54 | License: GNU General Public License version 3 or later (see COPYING) | 51 | License: GNU General Public License version 3 or later (see COPYING) |
| 55 | 52 | ||
| 56 | rcont.xpm rfinish.xpm | 53 | rcont.xpm rfinish.xpm |
diff --git a/etc/images/icons/README b/etc/images/icons/README index 491dc96c848..7855f401bb1 100644 --- a/etc/images/icons/README +++ b/etc/images/icons/README | |||
| @@ -5,7 +5,7 @@ Files: hicolor/16x16/apps/emacs.png hicolor/24x24/apps/emacs.png | |||
| 5 | hicolor/128x128/apps/emacs.png hicolor/scalable/apps/emacs.svg | 5 | hicolor/128x128/apps/emacs.png hicolor/scalable/apps/emacs.svg |
| 6 | 6 | ||
| 7 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 7 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
| 8 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 8 | Copyright (C) 2007-2011 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) |
| 10 | 10 | ||
| 11 | 11 | ||
| @@ -13,5 +13,5 @@ Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png | |||
| 13 | hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png | 13 | hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png |
| 14 | 14 | ||
| 15 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> | 15 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> |
| 16 | Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 16 | Copyright (C) 2005-2011 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) |
diff --git a/etc/images/icons/hicolor/scalable/apps/emacs.svg b/etc/images/icons/hicolor/scalable/apps/emacs.svg index 7565ef4b1f0..5abdc931c1c 100644 --- a/etc/images/icons/hicolor/scalable/apps/emacs.svg +++ b/etc/images/icons/hicolor/scalable/apps/emacs.svg | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | id="svg4768" | 10 | id="svg4768" |
| 11 | xml:space="preserve"> | 11 | xml:space="preserve"> |
| 12 | <!-- Gnu Emacs Icon | 12 | <!-- Gnu Emacs Icon |
| 13 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 13 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | This file is part of GNU Emacs. | 15 | This file is part of GNU Emacs. |
| 16 | 16 | ||
diff --git a/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg b/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg index f76091defae..2abe908b92c 100644 --- a/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg +++ b/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!-- Gnu Emacs Document Icon | 2 | <!-- Gnu Emacs Document Icon |
| 3 | 3 | ||
| 4 | Copyright (C) 2008, 2009, 2010 | 4 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 5 | Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 8 | 7 | ||
diff --git a/etc/images/mh-logo.xpm b/etc/images/mh-logo.xpm index adc0c3a7bb3..8b1d1f53788 100644 --- a/etc/images/mh-logo.xpm +++ b/etc/images/mh-logo.xpm | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* MH-E Logo | 2 | /* MH-E Logo |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 | * Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 5 | * Free Software Foundation, Inc. | ||
| 6 | * | 5 | * |
| 7 | * Author: Satyaki Das | 6 | * Author: Satyaki Das |
| 8 | * | 7 | * |
diff --git a/etc/images/mpc/README b/etc/images/mpc/README index b46ba78077b..99317ea90c0 100644 --- a/etc/images/mpc/README +++ b/etc/images/mpc/README | |||
| @@ -2,5 +2,5 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | Files: add.xpm ffwd.xpm next.xpm pause.xpm play.xpm prev.xpm rewind.xpm stop.xpm | 3 | Files: add.xpm ffwd.xpm next.xpm pause.xpm play.xpm prev.xpm rewind.xpm stop.xpm |
| 4 | Author: Stefan Monnier <monnier@iro.umontreal.ca> | 4 | Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 5 | Copyright (C) 2009, 2010 Free Software Foundation, Inc. | 5 | Copyright (C) 2009-2011 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) |
diff --git a/etc/images/mpc/ffwd.xpm b/etc/images/mpc/ffwd.xpm index c0b5a91a735..0d1ca0136e1 100644 --- a/etc/images/mpc/ffwd.xpm +++ b/etc/images/mpc/ffwd.xpm | |||
| @@ -31,4 +31,3 @@ static char * ffwd_xpm[] = { | |||
| 31 | " .ooooooooooooooooooooo ", | 31 | " .ooooooooooooooooooooo ", |
| 32 | " "}; | 32 | " "}; |
| 33 | 33 | ||
| 34 | /* arch-tag: 9b0fa3cf-1e36-4c20-ac68-948c2ae86b62 */ | ||
diff --git a/etc/images/mpc/next.xpm b/etc/images/mpc/next.xpm index e94b6388a4f..af712de14f7 100644 --- a/etc/images/mpc/next.xpm +++ b/etc/images/mpc/next.xpm | |||
| @@ -31,4 +31,3 @@ static char * next_xpm[] = { | |||
| 31 | " .ooooooooooooooooooooo ", | 31 | " .ooooooooooooooooooooo ", |
| 32 | " "}; | 32 | " "}; |
| 33 | 33 | ||
| 34 | /* arch-tag: 69a2ee4e-e71f-432d-b17b-ac8055dacc93 */ | ||
diff --git a/etc/images/mpc/pause.xpm b/etc/images/mpc/pause.xpm index 5a5d977c6f5..e02c3b80a2b 100644 --- a/etc/images/mpc/pause.xpm +++ b/etc/images/mpc/pause.xpm | |||
| @@ -30,4 +30,3 @@ static char * pause_xpm[] = { | |||
| 30 | " .ooooooooooooooooooooo ", | 30 | " .ooooooooooooooooooooo ", |
| 31 | " "}; | 31 | " "}; |
| 32 | 32 | ||
| 33 | /* arch-tag: 3fe99afb-7dfd-49dd-b5b3-d8eedf14b362 */ | ||
diff --git a/etc/images/mpc/play.xpm b/etc/images/mpc/play.xpm index 0f9b6905d74..9a6e289b36e 100644 --- a/etc/images/mpc/play.xpm +++ b/etc/images/mpc/play.xpm | |||
| @@ -31,4 +31,3 @@ static char * play_xpm[] = { | |||
| 31 | " .ooooooooooooooooooooo ", | 31 | " .ooooooooooooooooooooo ", |
| 32 | " "}; | 32 | " "}; |
| 33 | 33 | ||
| 34 | /* arch-tag: 318eb8de-b126-48bd-818b-bb293df74ec8 */ | ||
diff --git a/etc/images/mpc/prev.xpm b/etc/images/mpc/prev.xpm index aa973706fe9..6fe140de9df 100644 --- a/etc/images/mpc/prev.xpm +++ b/etc/images/mpc/prev.xpm | |||
| @@ -30,4 +30,3 @@ static char * prev_xpm[] = { | |||
| 30 | " .ooooooooooooooooooooo ", | 30 | " .ooooooooooooooooooooo ", |
| 31 | " "}; | 31 | " "}; |
| 32 | 32 | ||
| 33 | /* arch-tag: 284e0591-6e14-4dae-9cc3-c722fa0b9099 */ | ||
diff --git a/etc/images/mpc/rewind.xpm b/etc/images/mpc/rewind.xpm index 3dd285a9a76..af94c0fed2e 100644 --- a/etc/images/mpc/rewind.xpm +++ b/etc/images/mpc/rewind.xpm | |||
| @@ -30,4 +30,3 @@ static char * rewind_xpm[] = { | |||
| 30 | " .ooooooooooooooooooooo ", | 30 | " .ooooooooooooooooooooo ", |
| 31 | " "}; | 31 | " "}; |
| 32 | 32 | ||
| 33 | /* arch-tag: 2bdb6c7f-8ddb-4110-b8ee-ffc3f06d1aa9 */ | ||
diff --git a/etc/images/mpc/stop.xpm b/etc/images/mpc/stop.xpm index d5e4d517d0b..446c462e126 100644 --- a/etc/images/mpc/stop.xpm +++ b/etc/images/mpc/stop.xpm | |||
| @@ -30,4 +30,3 @@ static char * stop_xpm[] = { | |||
| 30 | " .ooooooooooooooooooooo ", | 30 | " .ooooooooooooooooooooo ", |
| 31 | " "}; | 31 | " "}; |
| 32 | 32 | ||
| 33 | /* arch-tag: 184ad626-ea69-40ae-839a-f5b5929ebb93 */ | ||
diff --git a/etc/images/separator.xpm b/etc/images/separator.xpm index 0c518fa7599..b728316a8f8 100644 --- a/etc/images/separator.xpm +++ b/etc/images/separator.xpm | |||
| @@ -2,11 +2,12 @@ | |||
| 2 | static char * separator_xpm[] = { | 2 | static char * separator_xpm[] = { |
| 3 | "2 24 3 1", | 3 | "2 24 3 1", |
| 4 | " c None", | 4 | " c None", |
| 5 | ". c #DBD3CB", | 5 | ". c #888888", |
| 6 | "+ c #FCFBFA", | 6 | "+ c #FFFFFF", |
| 7 | " ", | ||
| 8 | " ", | 7 | " ", |
| 9 | " ", | 8 | " ", |
| 9 | ".+ ", | ||
| 10 | ".+", | ||
| 10 | ".+", | 11 | ".+", |
| 11 | ".+", | 12 | ".+", |
| 12 | ".+", | 13 | ".+", |
| @@ -25,6 +26,5 @@ static char * separator_xpm[] = { | |||
| 25 | ".+", | 26 | ".+", |
| 26 | ".+", | 27 | ".+", |
| 27 | ".+", | 28 | ".+", |
| 28 | " ", | ||
| 29 | " ", | 29 | " ", |
| 30 | " "}; | 30 | " "}; |
diff --git a/etc/images/smilies/README b/etc/images/smilies/README index bd0ec8da7bb..d009849e36c 100644 --- a/etc/images/smilies/README +++ b/etc/images/smilies/README | |||
| @@ -3,6 +3,5 @@ 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, 2008, | 6 | Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 7 | 2009, 2010 Free Software Foundation, Inc. | ||
| 8 | License: GNU General Public License version 3 or later (see COPYING) | 7 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/images/smilies/grayscale/README b/etc/images/smilies/grayscale/README index 1cd5ff7879f..dc356104a78 100644 --- a/etc/images/smilies/grayscale/README +++ b/etc/images/smilies/grayscale/README | |||
| @@ -2,5 +2,5 @@ Files: blink.xpm braindamaged.xpm cry.xpm dead.xpm evil.xpm forced.xpm | |||
| 2 | frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm | 2 | frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm |
| 3 | smile.xpm wry.xpm | 3 | smile.xpm wry.xpm |
| 4 | Author: Adam Sjgren | 4 | Author: Adam Sjgren |
| 5 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 5 | Copyright (C) 2007-2011 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) |
diff --git a/etc/images/smilies/medium/README b/etc/images/smilies/medium/README index 1cd5ff7879f..dc356104a78 100644 --- a/etc/images/smilies/medium/README +++ b/etc/images/smilies/medium/README | |||
| @@ -2,5 +2,5 @@ Files: blink.xpm braindamaged.xpm cry.xpm dead.xpm evil.xpm forced.xpm | |||
| 2 | frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm | 2 | frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm |
| 3 | smile.xpm wry.xpm | 3 | smile.xpm wry.xpm |
| 4 | Author: Adam Sjgren | 4 | Author: Adam Sjgren |
| 5 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 5 | Copyright (C) 2007-2011 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) |
diff --git a/etc/images/splash.svg b/etc/images/splash.svg index 1346619f1d1..68ba4d7f7d7 100644 --- a/etc/images/splash.svg +++ b/etc/images/splash.svg | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!-- Gnu Emacs Logo | 2 | <!-- Gnu Emacs Logo |
| 3 | 3 | ||
| 4 | Copyright (C) 2008, 2009, 2010 | 4 | Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 5 | Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | Author: Francesc Rocher <f.rocher@members.fsf.org> | 6 | Author: Francesc Rocher <f.rocher@members.fsf.org> |
| 8 | Based on the original work by Luis Fernandes <elf@ee.ryerson.ca> | 7 | Based on the original work by Luis Fernandes <elf@ee.ryerson.ca> |
diff --git a/etc/images/splash.xpm b/etc/images/splash.xpm index 2b42a8d8455..30a587babaa 100644 --- a/etc/images/splash.xpm +++ b/etc/images/splash.xpm | |||
| @@ -1,8 +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, 2008, 2009, 2010 | 4 | * Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 5 | * Free Software Foundation, Inc. | ||
| 6 | * | 5 | * |
| 7 | * Author: Luis Fernandes <elf@ee.ryerson.ca> | 6 | * Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 8 | * | 7 | * |
diff --git a/etc/images/tree-widget/default/README b/etc/images/tree-widget/default/README index ca52bb5fb74..ccc6cdbf21e 100644 --- a/etc/images/tree-widget/default/README +++ b/etc/images/tree-widget/default/README | |||
| @@ -5,6 +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, 2008, 2009, 2010 | 8 | Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 9 | Free Software Foundation, Inc. | ||
| 10 | 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 d4f24a7f85c..58716db456d 100644 --- a/etc/images/tree-widget/folder/README +++ b/etc/images/tree-widget/folder/README | |||
| @@ -5,6 +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, 2008, 2009, 2010 | 8 | Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 9 | Free Software Foundation, Inc. | ||
| 10 | 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/unchecked.xpm b/etc/images/unchecked.xpm index ad01824d222..06e5178bce0 100644 --- a/etc/images/unchecked.xpm +++ b/etc/images/unchecked.xpm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010 Free Software Foundation, Inc. | 2 | /* Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 3 | * | 3 | * |
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | 4 | * Author: Chong Yidong <cyd@stupidchicken.com> |
| 5 | * | 5 | * |
diff --git a/etc/nxml/00000-0007F.el b/etc/nxml/00000-0007F.el index da2be08938c..4fc236b53f9 100644 --- a/etc/nxml/00000-0007F.el +++ b/etc/nxml/00000-0007F.el | |||
| @@ -96,4 +96,3 @@ | |||
| 96 | ("TILDE" #x007E) | 96 | ("TILDE" #x007E) |
| 97 | )) | 97 | )) |
| 98 | 98 | ||
| 99 | ;; arch-tag: c46ffe15-ef5b-46f6-837f-d6bcf56db5b2 | ||
diff --git a/etc/nxml/00080-000FF.el b/etc/nxml/00080-000FF.el index 61fd8e0a4b0..8f00b10afa2 100644 --- a/etc/nxml/00080-000FF.el +++ b/etc/nxml/00080-000FF.el | |||
| @@ -97,4 +97,3 @@ | |||
| 97 | ("LATIN SMALL LETTER Y WITH DIAERESIS" #x00FF) | 97 | ("LATIN SMALL LETTER Y WITH DIAERESIS" #x00FF) |
| 98 | )) | 98 | )) |
| 99 | 99 | ||
| 100 | ;; arch-tag: f7ca0f06-9eb7-4b7a-b014-795af10f23ac | ||
diff --git a/etc/nxml/00100-0017F.el b/etc/nxml/00100-0017F.el index 5c15ef91dfb..f78006615e5 100644 --- a/etc/nxml/00100-0017F.el +++ b/etc/nxml/00100-0017F.el | |||
| @@ -129,4 +129,3 @@ | |||
| 129 | ("LATIN SMALL LETTER LONG S" #x017F) | 129 | ("LATIN SMALL LETTER LONG S" #x017F) |
| 130 | )) | 130 | )) |
| 131 | 131 | ||
| 132 | ;; arch-tag: 30e6e868-1bc7-4cd1-b75b-7fd4354cf8fe | ||
diff --git a/etc/nxml/00180-0024F.el b/etc/nxml/00180-0024F.el index 5bc138be499..fe99beef0e5 100644 --- a/etc/nxml/00180-0024F.el +++ b/etc/nxml/00180-0024F.el | |||
| @@ -180,4 +180,3 @@ | |||
| 180 | ("LATIN SMALL LETTER Y WITH MACRON" #x0233) | 180 | ("LATIN SMALL LETTER Y WITH MACRON" #x0233) |
| 181 | )) | 181 | )) |
| 182 | 182 | ||
| 183 | ;; arch-tag: d2a4e7e0-0d3a-4a29-994e-f5d0ed62cea2 | ||
diff --git a/etc/nxml/00250-002AF.el b/etc/nxml/00250-002AF.el index 62ffa630e96..63c474c63d8 100644 --- a/etc/nxml/00250-002AF.el +++ b/etc/nxml/00250-002AF.el | |||
| @@ -95,4 +95,3 @@ | |||
| 95 | ("LATIN LETTER BIDENTAL PERCUSSIVE" #x02AD) | 95 | ("LATIN LETTER BIDENTAL PERCUSSIVE" #x02AD) |
| 96 | )) | 96 | )) |
| 97 | 97 | ||
| 98 | ;; arch-tag: edc50b43-a94e-48db-91c5-0f9ea113c93c | ||
diff --git a/etc/nxml/002B0-002FF.el b/etc/nxml/002B0-002FF.el index e94f58cc186..e72339e44a4 100644 --- a/etc/nxml/002B0-002FF.el +++ b/etc/nxml/002B0-002FF.el | |||
| @@ -64,4 +64,3 @@ | |||
| 64 | ("MODIFIER LETTER DOUBLE APOSTROPHE" #x02EE) | 64 | ("MODIFIER LETTER DOUBLE APOSTROPHE" #x02EE) |
| 65 | )) | 65 | )) |
| 66 | 66 | ||
| 67 | ;; arch-tag: 5fa09061-850e-4bbe-ad44-54c57a81a461 | ||
diff --git a/etc/nxml/00300-0036F.el b/etc/nxml/00300-0036F.el index d82fa0b2faf..09024c92ec0 100644 --- a/etc/nxml/00300-0036F.el +++ b/etc/nxml/00300-0036F.el | |||
| @@ -97,4 +97,3 @@ | |||
| 97 | ("COMBINING LATIN SMALL LETTER X" #x036F) | 97 | ("COMBINING LATIN SMALL LETTER X" #x036F) |
| 98 | )) | 98 | )) |
| 99 | 99 | ||
| 100 | ;; arch-tag: a3b46b6e-38fc-4043-b7f5-92a3591e2e47 | ||
diff --git a/etc/nxml/00370-003FF.el b/etc/nxml/00370-003FF.el index 780653b57b9..e127ea137a7 100644 --- a/etc/nxml/00370-003FF.el +++ b/etc/nxml/00370-003FF.el | |||
| @@ -116,4 +116,3 @@ | |||
| 116 | ("GREEK REVERSED LUNATE EPSILON SYMBOL" #x03F6) | 116 | ("GREEK REVERSED LUNATE EPSILON SYMBOL" #x03F6) |
| 117 | )) | 117 | )) |
| 118 | 118 | ||
| 119 | ;; arch-tag: 033e25a2-6f9c-4e9f-b517-be5ed38829af | ||
diff --git a/etc/nxml/00400-004FF.el b/etc/nxml/00400-004FF.el index b041b437cc9..e93109913a7 100644 --- a/etc/nxml/00400-004FF.el +++ b/etc/nxml/00400-004FF.el | |||
| @@ -247,4 +247,3 @@ | |||
| 247 | ("CYRILLIC SMALL LETTER YERU WITH DIAERESIS" #x04F9) | 247 | ("CYRILLIC SMALL LETTER YERU WITH DIAERESIS" #x04F9) |
| 248 | )) | 248 | )) |
| 249 | 249 | ||
| 250 | ;; arch-tag: 9cd8c4dd-3386-4c0a-b1dd-984efa12d958 | ||
diff --git a/etc/nxml/00500-0052F.el b/etc/nxml/00500-0052F.el index c098c898240..ba1587a43cd 100644 --- a/etc/nxml/00500-0052F.el +++ b/etc/nxml/00500-0052F.el | |||
| @@ -17,4 +17,3 @@ | |||
| 17 | ("CYRILLIC SMALL LETTER KOMI TJE" #x050F) | 17 | ("CYRILLIC SMALL LETTER KOMI TJE" #x050F) |
| 18 | )) | 18 | )) |
| 19 | 19 | ||
| 20 | ;; arch-tag: 3ae51d36-3921-4ec5-b6be-3e9c895be9f3 | ||
diff --git a/etc/nxml/00530-0058F.el b/etc/nxml/00530-0058F.el index 2b530a5afe4..83b5bdff208 100644 --- a/etc/nxml/00530-0058F.el +++ b/etc/nxml/00530-0058F.el | |||
| @@ -87,4 +87,3 @@ | |||
| 87 | ("ARMENIAN HYPHEN" #x058A) | 87 | ("ARMENIAN HYPHEN" #x058A) |
| 88 | )) | 88 | )) |
| 89 | 89 | ||
| 90 | ;; arch-tag: 7b3d705a-d060-42de-a918-ff39dbe5d276 | ||
diff --git a/etc/nxml/00590-005FF.el b/etc/nxml/00590-005FF.el index 764022948ea..ecd07b12cf5 100644 --- a/etc/nxml/00590-005FF.el +++ b/etc/nxml/00590-005FF.el | |||
| @@ -83,4 +83,3 @@ | |||
| 83 | ("HEBREW PUNCTUATION GERSHAYIM" #x05F4) | 83 | ("HEBREW PUNCTUATION GERSHAYIM" #x05F4) |
| 84 | )) | 84 | )) |
| 85 | 85 | ||
| 86 | ;; arch-tag: 262da37d-1065-4dfd-b6e4-a8259a780caf | ||
diff --git a/etc/nxml/00600-006FF.el b/etc/nxml/00600-006FF.el index c489a70dcac..a3b997f7555 100644 --- a/etc/nxml/00600-006FF.el +++ b/etc/nxml/00600-006FF.el | |||
| @@ -209,4 +209,3 @@ | |||
| 209 | ("ARABIC SIGN SINDHI POSTPOSITION MEN" #x06FE) | 209 | ("ARABIC SIGN SINDHI POSTPOSITION MEN" #x06FE) |
| 210 | )) | 210 | )) |
| 211 | 211 | ||
| 212 | ;; arch-tag: b20189fa-7cdb-4544-a41c-f4e0477d9e5e | ||
diff --git a/etc/nxml/00700-0074F.el b/etc/nxml/00700-0074F.el index 549387afe89..16bc7ae7f5c 100644 --- a/etc/nxml/00700-0074F.el +++ b/etc/nxml/00700-0074F.el | |||
| @@ -72,4 +72,3 @@ | |||
| 72 | ("SYRIAC BARREKH" #x074A) | 72 | ("SYRIAC BARREKH" #x074A) |
| 73 | )) | 73 | )) |
| 74 | 74 | ||
| 75 | ;; arch-tag: c008122a-484e-4253-b18f-eb215dbd1ecf | ||
diff --git a/etc/nxml/00780-007BF.el b/etc/nxml/00780-007BF.el index cda860cfebd..8d54fd5c229 100644 --- a/etc/nxml/00780-007BF.el +++ b/etc/nxml/00780-007BF.el | |||
| @@ -51,4 +51,3 @@ | |||
| 51 | ("THAANA LETTER NAA" #x07B1) | 51 | ("THAANA LETTER NAA" #x07B1) |
| 52 | )) | 52 | )) |
| 53 | 53 | ||
| 54 | ;; arch-tag: e1974c30-0604-412a-af3d-b6e688e0586c | ||
diff --git a/etc/nxml/00900-0097F.el b/etc/nxml/00900-0097F.el index 49bcde867d6..3a253f67b1b 100644 --- a/etc/nxml/00900-0097F.el +++ b/etc/nxml/00900-0097F.el | |||
| @@ -105,4 +105,3 @@ | |||
| 105 | ("DEVANAGARI ABBREVIATION SIGN" #x0970) | 105 | ("DEVANAGARI ABBREVIATION SIGN" #x0970) |
| 106 | )) | 106 | )) |
| 107 | 107 | ||
| 108 | ;; arch-tag: c9d655c5-2ec9-4b64-a13f-d4fafe0cbad7 | ||
diff --git a/etc/nxml/00980-009FF.el b/etc/nxml/00980-009FF.el index 6c6b01e1a82..5cec96ecebf 100644 --- a/etc/nxml/00980-009FF.el +++ b/etc/nxml/00980-009FF.el | |||
| @@ -90,4 +90,3 @@ | |||
| 90 | ("BENGALI ISSHAR" #x09FA) | 90 | ("BENGALI ISSHAR" #x09FA) |
| 91 | )) | 91 | )) |
| 92 | 92 | ||
| 93 | ;; arch-tag: 66599f15-c2b7-436a-9737-577d4f041abd | ||
diff --git a/etc/nxml/00A00-00A7F.el b/etc/nxml/00A00-00A7F.el index 98f221a2014..be542ff3eb5 100644 --- a/etc/nxml/00A00-00A7F.el +++ b/etc/nxml/00A00-00A7F.el | |||
| @@ -76,4 +76,3 @@ | |||
| 76 | ("GURMUKHI EK ONKAR" #x0A74) | 76 | ("GURMUKHI EK ONKAR" #x0A74) |
| 77 | )) | 77 | )) |
| 78 | 78 | ||
| 79 | ;; arch-tag: e97fe67c-79ac-48f8-8274-22436eec2f01 | ||
diff --git a/etc/nxml/00A80-00AFF.el b/etc/nxml/00A80-00AFF.el index 3bbd427271a..029c3519f6e 100644 --- a/etc/nxml/00A80-00AFF.el +++ b/etc/nxml/00A80-00AFF.el | |||
| @@ -79,4 +79,3 @@ | |||
| 79 | ("GUJARATI DIGIT NINE" #x0AEF) | 79 | ("GUJARATI DIGIT NINE" #x0AEF) |
| 80 | )) | 80 | )) |
| 81 | 81 | ||
| 82 | ;; arch-tag: e11e63c9-1fd7-496b-be1b-4c2bb32bdec4 | ||
diff --git a/etc/nxml/00B00-00B7F.el b/etc/nxml/00B00-00B7F.el index 033d73b41dc..5f32f4fb2ca 100644 --- a/etc/nxml/00B00-00B7F.el +++ b/etc/nxml/00B00-00B7F.el | |||
| @@ -80,4 +80,3 @@ | |||
| 80 | ("ORIYA ISSHAR" #x0B70) | 80 | ("ORIYA ISSHAR" #x0B70) |
| 81 | )) | 81 | )) |
| 82 | 82 | ||
| 83 | ;; arch-tag: 3a780627-f875-450a-b482-6b25f28c6f96 | ||
diff --git a/etc/nxml/00B80-00BFF.el b/etc/nxml/00B80-00BFF.el index ab5a34b821c..5258288dbe6 100644 --- a/etc/nxml/00B80-00BFF.el +++ b/etc/nxml/00B80-00BFF.el | |||
| @@ -62,4 +62,3 @@ | |||
| 62 | ("TAMIL NUMBER ONE THOUSAND" #x0BF2) | 62 | ("TAMIL NUMBER ONE THOUSAND" #x0BF2) |
| 63 | )) | 63 | )) |
| 64 | 64 | ||
| 65 | ;; arch-tag: a299bfdc-4543-4405-a4a8-202d178a578f | ||
diff --git a/etc/nxml/00C00-00C7F.el b/etc/nxml/00C00-00C7F.el index 8ccda98c60b..f33086da5d0 100644 --- a/etc/nxml/00C00-00C7F.el +++ b/etc/nxml/00C00-00C7F.el | |||
| @@ -81,4 +81,3 @@ | |||
| 81 | ("TELUGU DIGIT NINE" #x0C6F) | 81 | ("TELUGU DIGIT NINE" #x0C6F) |
| 82 | )) | 82 | )) |
| 83 | 83 | ||
| 84 | ;; arch-tag: 12e2c9a2-fa3a-400a-9adb-82a89e0a639b | ||
diff --git a/etc/nxml/00C80-00CFF.el b/etc/nxml/00C80-00CFF.el index d5251fafbab..459b2532756 100644 --- a/etc/nxml/00C80-00CFF.el +++ b/etc/nxml/00C80-00CFF.el | |||
| @@ -81,4 +81,3 @@ | |||
| 81 | ("KANNADA DIGIT NINE" #x0CEF) | 81 | ("KANNADA DIGIT NINE" #x0CEF) |
| 82 | )) | 82 | )) |
| 83 | 83 | ||
| 84 | ;; arch-tag: b17f4e00-00e9-4e2f-8343-37b9c8e29e89 | ||
diff --git a/etc/nxml/00D00-00D7F.el b/etc/nxml/00D00-00D7F.el index 5d4a728ae05..80001ac8f72 100644 --- a/etc/nxml/00D00-00D7F.el +++ b/etc/nxml/00D00-00D7F.el | |||
| @@ -79,4 +79,3 @@ | |||
| 79 | ("MALAYALAM DIGIT NINE" #x0D6F) | 79 | ("MALAYALAM DIGIT NINE" #x0D6F) |
| 80 | )) | 80 | )) |
| 81 | 81 | ||
| 82 | ;; arch-tag: 1bce48f6-bdc3-4ebc-b1f0-1563c32e4926 | ||
diff --git a/etc/nxml/00D80-00DFF.el b/etc/nxml/00D80-00DFF.el index 3130b1f919d..98068983f2a 100644 --- a/etc/nxml/00D80-00DFF.el +++ b/etc/nxml/00D80-00DFF.el | |||
| @@ -81,4 +81,3 @@ | |||
| 81 | ("SINHALA PUNCTUATION KUNDDALIYA" #x0DF4) | 81 | ("SINHALA PUNCTUATION KUNDDALIYA" #x0DF4) |
| 82 | )) | 82 | )) |
| 83 | 83 | ||
| 84 | ;; arch-tag: 3dfac4e1-97f5-433a-bd47-8cd364b09075 | ||
diff --git a/etc/nxml/00E00-00E7F.el b/etc/nxml/00E00-00E7F.el index f265a069a5c..992ee9a46da 100644 --- a/etc/nxml/00E00-00E7F.el +++ b/etc/nxml/00E00-00E7F.el | |||
| @@ -88,4 +88,3 @@ | |||
| 88 | ("THAI CHARACTER KHOMUT" #x0E5B) | 88 | ("THAI CHARACTER KHOMUT" #x0E5B) |
| 89 | )) | 89 | )) |
| 90 | 90 | ||
| 91 | ;; arch-tag: cf6119b0-ae54-4871-a8a7-10621d74cba8 | ||
diff --git a/etc/nxml/00E80-00EFF.el b/etc/nxml/00E80-00EFF.el index 29be3e172a7..8ef8a304d1d 100644 --- a/etc/nxml/00E80-00EFF.el +++ b/etc/nxml/00E80-00EFF.el | |||
| @@ -66,4 +66,3 @@ | |||
| 66 | ("LAO HO MO" #x0EDD) | 66 | ("LAO HO MO" #x0EDD) |
| 67 | )) | 67 | )) |
| 68 | 68 | ||
| 69 | ;; arch-tag: 36f98cb4-447d-49e0-bae5-03a026adabac | ||
diff --git a/etc/nxml/00F00-00FFF.el b/etc/nxml/00F00-00FFF.el index 8e8be125ccc..adc8fecfa9b 100644 --- a/etc/nxml/00F00-00FFF.el +++ b/etc/nxml/00F00-00FFF.el | |||
| @@ -194,4 +194,3 @@ | |||
| 194 | ("TIBETAN SIGN RDEL NAG GSUM" #x0FCF) | 194 | ("TIBETAN SIGN RDEL NAG GSUM" #x0FCF) |
| 195 | )) | 195 | )) |
| 196 | 196 | ||
| 197 | ;; arch-tag: 547e48c6-3ded-4dc7-be69-4ee324c604c3 | ||
diff --git a/etc/nxml/01000-0109F.el b/etc/nxml/01000-0109F.el index 56ab64648b5..56c6310415c 100644 --- a/etc/nxml/01000-0109F.el +++ b/etc/nxml/01000-0109F.el | |||
| @@ -79,4 +79,3 @@ | |||
| 79 | ("MYANMAR VOWEL SIGN VOCALIC LL" #x1059) | 79 | ("MYANMAR VOWEL SIGN VOCALIC LL" #x1059) |
| 80 | )) | 80 | )) |
| 81 | 81 | ||
| 82 | ;; arch-tag: 030cc7f0-2667-4504-ae9c-39c00fe146ff | ||
diff --git a/etc/nxml/010A0-010FF.el b/etc/nxml/010A0-010FF.el index d8c3ab7d314..e7b5916f1c8 100644 --- a/etc/nxml/010A0-010FF.el +++ b/etc/nxml/010A0-010FF.el | |||
| @@ -81,4 +81,3 @@ | |||
| 81 | ("GEORGIAN PARAGRAPH SEPARATOR" #x10FB) | 81 | ("GEORGIAN PARAGRAPH SEPARATOR" #x10FB) |
| 82 | )) | 82 | )) |
| 83 | 83 | ||
| 84 | ;; arch-tag: 8f5a9cec-8b71-48c9-af68-c8c51112e5b2 | ||
diff --git a/etc/nxml/01100-011FF.el b/etc/nxml/01100-011FF.el index 7e7619d3e8f..dbaa6212757 100644 --- a/etc/nxml/01100-011FF.el +++ b/etc/nxml/01100-011FF.el | |||
| @@ -241,4 +241,3 @@ | |||
| 241 | ("HANGUL JONGSEONG YEORINHIEUH" #x11F9) | 241 | ("HANGUL JONGSEONG YEORINHIEUH" #x11F9) |
| 242 | )) | 242 | )) |
| 243 | 243 | ||
| 244 | ;; arch-tag: e631a2ad-7d7e-4a86-89f0-e6e4f7db5f39 | ||
diff --git a/etc/nxml/01200-0137F.el b/etc/nxml/01200-0137F.el index 26a5a3a3836..c7ac4e0ddb6 100644 --- a/etc/nxml/01200-0137F.el +++ b/etc/nxml/01200-0137F.el | |||
| @@ -346,4 +346,3 @@ | |||
| 346 | ("ETHIOPIC NUMBER TEN THOUSAND" #x137C) | 346 | ("ETHIOPIC NUMBER TEN THOUSAND" #x137C) |
| 347 | )) | 347 | )) |
| 348 | 348 | ||
| 349 | ;; arch-tag: a34092f4-c605-4c01-b619-222a1241853d | ||
diff --git a/etc/nxml/013A0-013FF.el b/etc/nxml/013A0-013FF.el index e3fd669671f..392b4f267a7 100644 --- a/etc/nxml/013A0-013FF.el +++ b/etc/nxml/013A0-013FF.el | |||
| @@ -86,4 +86,3 @@ | |||
| 86 | ("CHEROKEE LETTER YV" #x13F4) | 86 | ("CHEROKEE LETTER YV" #x13F4) |
| 87 | )) | 87 | )) |
| 88 | 88 | ||
| 89 | ;; arch-tag: 42d669f3-aa0a-4b38-8f60-c1bf05b0d8be | ||
diff --git a/etc/nxml/01400-0167F.el b/etc/nxml/01400-0167F.el index 1dfce26a852..996d5b46d63 100644 --- a/etc/nxml/01400-0167F.el +++ b/etc/nxml/01400-0167F.el | |||
| @@ -631,4 +631,3 @@ | |||
| 631 | ("CANADIAN SYLLABICS NNGAA" #x1676) | 631 | ("CANADIAN SYLLABICS NNGAA" #x1676) |
| 632 | )) | 632 | )) |
| 633 | 633 | ||
| 634 | ;; arch-tag: 7b4079a4-dea1-44b9-9699-8826b5919ad7 | ||
diff --git a/etc/nxml/01680-0169F.el b/etc/nxml/01680-0169F.el index 52c4cce8798..ef593328741 100644 --- a/etc/nxml/01680-0169F.el +++ b/etc/nxml/01680-0169F.el | |||
| @@ -30,4 +30,3 @@ | |||
| 30 | ("OGHAM REVERSED FEATHER MARK" #x169C) | 30 | ("OGHAM REVERSED FEATHER MARK" #x169C) |
| 31 | )) | 31 | )) |
| 32 | 32 | ||
| 33 | ;; arch-tag: db8ea8fc-61b4-4f83-97f5-d2a952b9d8b6 | ||
diff --git a/etc/nxml/016A0-016FF.el b/etc/nxml/016A0-016FF.el index 81f1df77c27..b194a0ca0d0 100644 --- a/etc/nxml/016A0-016FF.el +++ b/etc/nxml/016A0-016FF.el | |||
| @@ -82,4 +82,3 @@ | |||
| 82 | ("RUNIC BELGTHOR SYMBOL" #x16F0) | 82 | ("RUNIC BELGTHOR SYMBOL" #x16F0) |
| 83 | )) | 83 | )) |
| 84 | 84 | ||
| 85 | ;; arch-tag: e21b5eb5-adb4-44fa-a453-995bf3c7fdc5 | ||
diff --git a/etc/nxml/01700-0171F.el b/etc/nxml/01700-0171F.el index 06df5066a6a..2b1238c8149 100644 --- a/etc/nxml/01700-0171F.el +++ b/etc/nxml/01700-0171F.el | |||
| @@ -21,4 +21,3 @@ | |||
| 21 | ("TAGALOG SIGN VIRAMA" #x1714) | 21 | ("TAGALOG SIGN VIRAMA" #x1714) |
| 22 | )) | 22 | )) |
| 23 | 23 | ||
| 24 | ;; arch-tag: f30d4825-3942-4534-8671-5fcd71df44ba | ||
diff --git a/etc/nxml/01720-0173F.el b/etc/nxml/01720-0173F.el index a7530051cea..7fb9c228b57 100644 --- a/etc/nxml/01720-0173F.el +++ b/etc/nxml/01720-0173F.el | |||
| @@ -24,4 +24,3 @@ | |||
| 24 | ("PHILIPPINE DOUBLE PUNCTUATION" #x1736) | 24 | ("PHILIPPINE DOUBLE PUNCTUATION" #x1736) |
| 25 | )) | 25 | )) |
| 26 | 26 | ||
| 27 | ;; arch-tag: d577c8e1-70e3-4afc-82f4-b61e4cf0b603 | ||
diff --git a/etc/nxml/01740-0175F.el b/etc/nxml/01740-0175F.el index 4043bcc317c..26f8f6ed7d5 100644 --- a/etc/nxml/01740-0175F.el +++ b/etc/nxml/01740-0175F.el | |||
| @@ -21,4 +21,3 @@ | |||
| 21 | ("BUHID VOWEL SIGN U" #x1753) | 21 | ("BUHID VOWEL SIGN U" #x1753) |
| 22 | )) | 22 | )) |
| 23 | 23 | ||
| 24 | ;; arch-tag: a30b6352-4c93-4908-a5df-0172b643ae23 | ||
diff --git a/etc/nxml/01760-0177F.el b/etc/nxml/01760-0177F.el index d6bb109d8db..2097b4f52ea 100644 --- a/etc/nxml/01760-0177F.el +++ b/etc/nxml/01760-0177F.el | |||
| @@ -19,4 +19,3 @@ | |||
| 19 | ("TAGBANWA VOWEL SIGN U" #x1773) | 19 | ("TAGBANWA VOWEL SIGN U" #x1773) |
| 20 | )) | 20 | )) |
| 21 | 21 | ||
| 22 | ;; arch-tag: 7ec84a4f-8077-400f-9b1a-f31b6d75fb65 | ||
diff --git a/etc/nxml/01780-017FF.el b/etc/nxml/01780-017FF.el index 182440e5eb1..762fd463d34 100644 --- a/etc/nxml/01780-017FF.el +++ b/etc/nxml/01780-017FF.el | |||
| @@ -104,4 +104,3 @@ | |||
| 104 | ("KHMER DIGIT NINE" #x17E9) | 104 | ("KHMER DIGIT NINE" #x17E9) |
| 105 | )) | 105 | )) |
| 106 | 106 | ||
| 107 | ;; arch-tag: 2d03b253-c5f2-4595-b346-36e3b87df51c | ||
diff --git a/etc/nxml/01800-018AF.el b/etc/nxml/01800-018AF.el index a24ec715bc4..b3701d4596a 100644 --- a/etc/nxml/01800-018AF.el +++ b/etc/nxml/01800-018AF.el | |||
| @@ -156,4 +156,3 @@ | |||
| 156 | ("MONGOLIAN LETTER ALI GALI DAGALGA" #x18A9) | 156 | ("MONGOLIAN LETTER ALI GALI DAGALGA" #x18A9) |
| 157 | )) | 157 | )) |
| 158 | 158 | ||
| 159 | ;; arch-tag: 36134d5c-514f-4042-b104-97688d5194b4 | ||
diff --git a/etc/nxml/01E00-01EFF.el b/etc/nxml/01E00-01EFF.el index fed5cf3ca7b..2f86f039951 100644 --- a/etc/nxml/01E00-01EFF.el +++ b/etc/nxml/01E00-01EFF.el | |||
| @@ -247,4 +247,3 @@ | |||
| 247 | ("LATIN SMALL LETTER Y WITH TILDE" #x1EF9) | 247 | ("LATIN SMALL LETTER Y WITH TILDE" #x1EF9) |
| 248 | )) | 248 | )) |
| 249 | 249 | ||
| 250 | ;; arch-tag: 67862606-3d2a-4063-b666-45ccd6edff6b | ||
diff --git a/etc/nxml/01F00-01FFF.el b/etc/nxml/01F00-01FFF.el index 5da301f019b..64e5f26c466 100644 --- a/etc/nxml/01F00-01FFF.el +++ b/etc/nxml/01F00-01FFF.el | |||
| @@ -234,4 +234,3 @@ | |||
| 234 | ("GREEK DASIA" #x1FFE) | 234 | ("GREEK DASIA" #x1FFE) |
| 235 | )) | 235 | )) |
| 236 | 236 | ||
| 237 | ;; arch-tag: ace2193e-e5be-4800-898e-efad7ba5d6da | ||
diff --git a/etc/nxml/02000-0206F.el b/etc/nxml/02000-0206F.el index 0a367cb1e1e..36dedde38eb 100644 --- a/etc/nxml/02000-0206F.el +++ b/etc/nxml/02000-0206F.el | |||
| @@ -96,4 +96,3 @@ | |||
| 96 | ("NOMINAL DIGIT SHAPES" #x206F) | 96 | ("NOMINAL DIGIT SHAPES" #x206F) |
| 97 | )) | 97 | )) |
| 98 | 98 | ||
| 99 | ;; arch-tag: 9208787e-c528-416d-a9b1-7261c9cde84e | ||
diff --git a/etc/nxml/02070-0209F.el b/etc/nxml/02070-0209F.el index aad7f331ccc..e7c3f215ce6 100644 --- a/etc/nxml/02070-0209F.el +++ b/etc/nxml/02070-0209F.el | |||
| @@ -30,4 +30,3 @@ | |||
| 30 | ("SUBSCRIPT RIGHT PARENTHESIS" #x208E) | 30 | ("SUBSCRIPT RIGHT PARENTHESIS" #x208E) |
| 31 | )) | 31 | )) |
| 32 | 32 | ||
| 33 | ;; arch-tag: 59e357e5-c021-440d-a923-921b485dcbb8 | ||
diff --git a/etc/nxml/020A0-020CF.el b/etc/nxml/020A0-020CF.el index 98f334752b8..a1df8bc2042 100644 --- a/etc/nxml/020A0-020CF.el +++ b/etc/nxml/020A0-020CF.el | |||
| @@ -19,4 +19,3 @@ | |||
| 19 | ("PESO SIGN" #x20B1) | 19 | ("PESO SIGN" #x20B1) |
| 20 | )) | 20 | )) |
| 21 | 21 | ||
| 22 | ;; arch-tag: 2f9ece37-0ae6-4a82-b12e-dc10ac58e6ce | ||
diff --git a/etc/nxml/020D0-020FF.el b/etc/nxml/020D0-020FF.el index c2626c6f362..7dcc145e840 100644 --- a/etc/nxml/020D0-020FF.el +++ b/etc/nxml/020D0-020FF.el | |||
| @@ -28,4 +28,3 @@ | |||
| 28 | ("COMBINING LEFTWARDS ARROW OVERLAY" #x20EA) | 28 | ("COMBINING LEFTWARDS ARROW OVERLAY" #x20EA) |
| 29 | )) | 29 | )) |
| 30 | 30 | ||
| 31 | ;; arch-tag: 4b1f7ef0-287b-49a6-a9f2-910752aac517 | ||
diff --git a/etc/nxml/02100-0214F.el b/etc/nxml/02100-0214F.el index 1c499c0c020..df92477cf64 100644 --- a/etc/nxml/02100-0214F.el +++ b/etc/nxml/02100-0214F.el | |||
| @@ -75,4 +75,3 @@ | |||
| 75 | ("TURNED AMPERSAND" #x214B) | 75 | ("TURNED AMPERSAND" #x214B) |
| 76 | )) | 76 | )) |
| 77 | 77 | ||
| 78 | ;; arch-tag: 4233f761-f78d-4854-a019-2409f78514fa | ||
diff --git a/etc/nxml/02150-0218F.el b/etc/nxml/02150-0218F.el index ac2e7067fd1..e4b7bcbac77 100644 --- a/etc/nxml/02150-0218F.el +++ b/etc/nxml/02150-0218F.el | |||
| @@ -50,4 +50,3 @@ | |||
| 50 | ("ROMAN NUMERAL REVERSED ONE HUNDRED" #x2183) | 50 | ("ROMAN NUMERAL REVERSED ONE HUNDRED" #x2183) |
| 51 | )) | 51 | )) |
| 52 | 52 | ||
| 53 | ;; arch-tag: 9931b436-670d-471f-8214-f4c4454ae841 | ||
diff --git a/etc/nxml/02190-021FF.el b/etc/nxml/02190-021FF.el index 4a2851a9552..e8b6861b07d 100644 --- a/etc/nxml/02190-021FF.el +++ b/etc/nxml/02190-021FF.el | |||
| @@ -113,4 +113,3 @@ | |||
| 113 | ("LEFT RIGHT OPEN-HEADED ARROW" #x21FF) | 113 | ("LEFT RIGHT OPEN-HEADED ARROW" #x21FF) |
| 114 | )) | 114 | )) |
| 115 | 115 | ||
| 116 | ;; arch-tag: de5679de-82b6-4d64-9b7c-79c35e12521d | ||
diff --git a/etc/nxml/02200-022FF.el b/etc/nxml/02200-022FF.el index be8278341d0..2889a1c9563 100644 --- a/etc/nxml/02200-022FF.el +++ b/etc/nxml/02200-022FF.el | |||
| @@ -257,4 +257,3 @@ | |||
| 257 | ("Z NOTATION BAG MEMBERSHIP" #x22FF) | 257 | ("Z NOTATION BAG MEMBERSHIP" #x22FF) |
| 258 | )) | 258 | )) |
| 259 | 259 | ||
| 260 | ;; arch-tag: 12911bcf-5cc6-4b8a-9f0e-48c0b6f85566 | ||
diff --git a/etc/nxml/02300-023FF.el b/etc/nxml/02300-023FF.el index 58526bd98ec..2e7cd88ca6b 100644 --- a/etc/nxml/02300-023FF.el +++ b/etc/nxml/02300-023FF.el | |||
| @@ -208,4 +208,3 @@ | |||
| 208 | ("RETURN SYMBOL" #x23CE) | 208 | ("RETURN SYMBOL" #x23CE) |
| 209 | )) | 209 | )) |
| 210 | 210 | ||
| 211 | ;; arch-tag: ee70bee5-f22f-4c0e-bed6-2606b27d94cf | ||
diff --git a/etc/nxml/02400-0243F.el b/etc/nxml/02400-0243F.el index ff6bdce8483..798a795c0c8 100644 --- a/etc/nxml/02400-0243F.el +++ b/etc/nxml/02400-0243F.el | |||
| @@ -40,4 +40,3 @@ | |||
| 40 | ("SYMBOL FOR SUBSTITUTE FORM TWO" #x2426) | 40 | ("SYMBOL FOR SUBSTITUTE FORM TWO" #x2426) |
| 41 | )) | 41 | )) |
| 42 | 42 | ||
| 43 | ;; arch-tag: efc349c9-065d-4033-b261-7cb961c54072 | ||
diff --git a/etc/nxml/02440-0245F.el b/etc/nxml/02440-0245F.el index 3a484cec296..019d6baecc3 100644 --- a/etc/nxml/02440-0245F.el +++ b/etc/nxml/02440-0245F.el | |||
| @@ -12,4 +12,3 @@ | |||
| 12 | ("OCR DOUBLE BACKSLASH" #x244A) | 12 | ("OCR DOUBLE BACKSLASH" #x244A) |
| 13 | )) | 13 | )) |
| 14 | 14 | ||
| 15 | ;; arch-tag: e532db31-38fd-4eee-8e47-974316fb6dd5 | ||
diff --git a/etc/nxml/02460-024FF.el b/etc/nxml/02460-024FF.el index 4cbea4a5f6f..736ff0b937e 100644 --- a/etc/nxml/02460-024FF.el +++ b/etc/nxml/02460-024FF.el | |||
| @@ -160,4 +160,3 @@ | |||
| 160 | ("DOUBLE CIRCLED NUMBER TEN" #x24FE) | 160 | ("DOUBLE CIRCLED NUMBER TEN" #x24FE) |
| 161 | )) | 161 | )) |
| 162 | 162 | ||
| 163 | ;; arch-tag: 2ec7ede5-ce9d-48b5-a725-dd3f177060f4 | ||
diff --git a/etc/nxml/02500-0257F.el b/etc/nxml/02500-0257F.el index 97e63df862c..a8cc739c28a 100644 --- a/etc/nxml/02500-0257F.el +++ b/etc/nxml/02500-0257F.el | |||
| @@ -129,4 +129,3 @@ | |||
| 129 | ("BOX DRAWINGS HEAVY UP AND LIGHT DOWN" #x257F) | 129 | ("BOX DRAWINGS HEAVY UP AND LIGHT DOWN" #x257F) |
| 130 | )) | 130 | )) |
| 131 | 131 | ||
| 132 | ;; arch-tag: 6870ad7c-84cf-42a0-82ce-f6863da1c7ad | ||
diff --git a/etc/nxml/02580-0259F.el b/etc/nxml/02580-0259F.el index bc4d6a12bff..0c7220971ff 100644 --- a/etc/nxml/02580-0259F.el +++ b/etc/nxml/02580-0259F.el | |||
| @@ -33,4 +33,3 @@ | |||
| 33 | ("QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT" #x259F) | 33 | ("QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT" #x259F) |
| 34 | )) | 34 | )) |
| 35 | 35 | ||
| 36 | ;; arch-tag: 51c971a7-cd90-42a5-bf18-dd9683bcab41 | ||
diff --git a/etc/nxml/025A0-025FF.el b/etc/nxml/025A0-025FF.el index 47284d4a126..b9fbe6f95d5 100644 --- a/etc/nxml/025A0-025FF.el +++ b/etc/nxml/025A0-025FF.el | |||
| @@ -97,4 +97,3 @@ | |||
| 97 | ("LOWER RIGHT TRIANGLE" #x25FF) | 97 | ("LOWER RIGHT TRIANGLE" #x25FF) |
| 98 | )) | 98 | )) |
| 99 | 99 | ||
| 100 | ;; arch-tag: ac97acd5-57a6-4521-bee4-8c2d0a9bd06a | ||
diff --git a/etc/nxml/02600-026FF.el b/etc/nxml/02600-026FF.el index c0d0a065aef..72ae5c3772b 100644 --- a/etc/nxml/02600-026FF.el +++ b/etc/nxml/02600-026FF.el | |||
| @@ -134,4 +134,3 @@ | |||
| 134 | ("BLACK CIRCLE WITH TWO WHITE DOTS" #x2689) | 134 | ("BLACK CIRCLE WITH TWO WHITE DOTS" #x2689) |
| 135 | )) | 135 | )) |
| 136 | 136 | ||
| 137 | ;; arch-tag: b976b52e-eefc-4aa3-b96c-7f4998429f77 | ||
diff --git a/etc/nxml/02700-027BF.el b/etc/nxml/02700-027BF.el index 47599255870..5ca5d8fe4fa 100644 --- a/etc/nxml/02700-027BF.el +++ b/etc/nxml/02700-027BF.el | |||
| @@ -175,4 +175,3 @@ | |||
| 175 | ("OPEN-OUTLINED RIGHTWARDS ARROW" #x27BE) | 175 | ("OPEN-OUTLINED RIGHTWARDS ARROW" #x27BE) |
| 176 | )) | 176 | )) |
| 177 | 177 | ||
| 178 | ;; arch-tag: 183adc05-e931-4f1b-8a89-abd760a8fcd5 | ||
diff --git a/etc/nxml/027C0-027EF.el b/etc/nxml/027C0-027EF.el index e0171576a54..04e9d5c0486 100644 --- a/etc/nxml/027C0-027EF.el +++ b/etc/nxml/027C0-027EF.el | |||
| @@ -29,4 +29,3 @@ | |||
| 29 | ("MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET" #x27EB) | 29 | ("MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET" #x27EB) |
| 30 | )) | 30 | )) |
| 31 | 31 | ||
| 32 | ;; arch-tag: f66b9857-6560-4ad9-9adb-1f3b5fb079de | ||
diff --git a/etc/nxml/027F0-027FF.el b/etc/nxml/027F0-027FF.el index 5da2bc2a226..dce4f7f867a 100644 --- a/etc/nxml/027F0-027FF.el +++ b/etc/nxml/027F0-027FF.el | |||
| @@ -17,4 +17,3 @@ | |||
| 17 | ("LONG RIGHTWARDS SQUIGGLE ARROW" #x27FF) | 17 | ("LONG RIGHTWARDS SQUIGGLE ARROW" #x27FF) |
| 18 | )) | 18 | )) |
| 19 | 19 | ||
| 20 | ;; arch-tag: 64623112-13d2-4bd6-8768-5508e3a7f8a9 | ||
diff --git a/etc/nxml/02800-028FF.el b/etc/nxml/02800-028FF.el index d936481acac..efcf8796698 100644 --- a/etc/nxml/02800-028FF.el +++ b/etc/nxml/02800-028FF.el | |||
| @@ -257,4 +257,3 @@ | |||
| 257 | ("BRAILLE PATTERN DOTS-12345678" #x28FF) | 257 | ("BRAILLE PATTERN DOTS-12345678" #x28FF) |
| 258 | )) | 258 | )) |
| 259 | 259 | ||
| 260 | ;; arch-tag: 461f6d3c-a4fb-404c-a107-ec8afd212bd2 | ||
diff --git a/etc/nxml/02900-0297F.el b/etc/nxml/02900-0297F.el index d1c217b0df4..bf8c2002c8f 100644 --- a/etc/nxml/02900-0297F.el +++ b/etc/nxml/02900-0297F.el | |||
| @@ -129,4 +129,3 @@ | |||
| 129 | ("DOWN FISH TAIL" #x297F) | 129 | ("DOWN FISH TAIL" #x297F) |
| 130 | )) | 130 | )) |
| 131 | 131 | ||
| 132 | ;; arch-tag: 57fdeec3-1003-4f3e-ac93-1d698f6eacd8 | ||
diff --git a/etc/nxml/02980-029FF.el b/etc/nxml/02980-029FF.el index 11197e31c91..9751a03c36a 100644 --- a/etc/nxml/02980-029FF.el +++ b/etc/nxml/02980-029FF.el | |||
| @@ -129,4 +129,3 @@ | |||
| 129 | ("MINY" #x29FF) | 129 | ("MINY" #x29FF) |
| 130 | )) | 130 | )) |
| 131 | 131 | ||
| 132 | ;; arch-tag: 4ae3dcff-8f56-4f7e-b9f3-07108e543969 | ||
diff --git a/etc/nxml/02A00-02AFF.el b/etc/nxml/02A00-02AFF.el index 3cdaa5d295c..6e7cdf2e648 100644 --- a/etc/nxml/02A00-02AFF.el +++ b/etc/nxml/02A00-02AFF.el | |||
| @@ -257,4 +257,3 @@ | |||
| 257 | ("N-ARY WHITE VERTICAL BAR" #x2AFF) | 257 | ("N-ARY WHITE VERTICAL BAR" #x2AFF) |
| 258 | )) | 258 | )) |
| 259 | 259 | ||
| 260 | ;; arch-tag: 672a8fbf-fb4a-4862-8b8e-2379b799484c | ||
diff --git a/etc/nxml/02E80-02EFF.el b/etc/nxml/02E80-02EFF.el index deb81105eab..aca68f20278 100644 --- a/etc/nxml/02E80-02EFF.el +++ b/etc/nxml/02E80-02EFF.el | |||
| @@ -116,4 +116,3 @@ | |||
| 116 | ("CJK RADICAL C-SIMPLIFIED TURTLE" #x2EF3) | 116 | ("CJK RADICAL C-SIMPLIFIED TURTLE" #x2EF3) |
| 117 | )) | 117 | )) |
| 118 | 118 | ||
| 119 | ;; arch-tag: 59a2c3dd-63ee-4cba-b427-1e8eb782634f | ||
diff --git a/etc/nxml/02F00-02FDF.el b/etc/nxml/02F00-02FDF.el index 1a2448aa844..63ad5b758b6 100644 --- a/etc/nxml/02F00-02FDF.el +++ b/etc/nxml/02F00-02FDF.el | |||
| @@ -215,4 +215,3 @@ | |||
| 215 | ("KANGXI RADICAL FLUTE" #x2FD5) | 215 | ("KANGXI RADICAL FLUTE" #x2FD5) |
| 216 | )) | 216 | )) |
| 217 | 217 | ||
| 218 | ;; arch-tag: e7210935-b74b-4a42-88c6-de146c755742 | ||
diff --git a/etc/nxml/02FF0-02FFF.el b/etc/nxml/02FF0-02FFF.el index f94bd1fe313..fc1eafb11e5 100644 --- a/etc/nxml/02FF0-02FFF.el +++ b/etc/nxml/02FF0-02FFF.el | |||
| @@ -13,4 +13,3 @@ | |||
| 13 | ("IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID" #x2FFB) | 13 | ("IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID" #x2FFB) |
| 14 | )) | 14 | )) |
| 15 | 15 | ||
| 16 | ;; arch-tag: dd6d1436-4620-4994-8da5-9140a8a6ec5b | ||
diff --git a/etc/nxml/03000-0303F.el b/etc/nxml/03000-0303F.el index 997795f31dd..a2f6435cdf3 100644 --- a/etc/nxml/03000-0303F.el +++ b/etc/nxml/03000-0303F.el | |||
| @@ -65,4 +65,3 @@ | |||
| 65 | ("IDEOGRAPHIC HALF FILL SPACE" #x303F) | 65 | ("IDEOGRAPHIC HALF FILL SPACE" #x303F) |
| 66 | )) | 66 | )) |
| 67 | 67 | ||
| 68 | ;; arch-tag: 05689acc-1d48-4a36-9b60-75d5abf8a065 | ||
diff --git a/etc/nxml/03040-0309F.el b/etc/nxml/03040-0309F.el index 18cdaa0827b..2484d11b959 100644 --- a/etc/nxml/03040-0309F.el +++ b/etc/nxml/03040-0309F.el | |||
| @@ -94,4 +94,3 @@ | |||
| 94 | ("HIRAGANA DIGRAPH YORI" #x309F) | 94 | ("HIRAGANA DIGRAPH YORI" #x309F) |
| 95 | )) | 95 | )) |
| 96 | 96 | ||
| 97 | ;; arch-tag: dc96b2bf-74f6-4885-adbb-4a81bd2884be | ||
diff --git a/etc/nxml/030A0-030FF.el b/etc/nxml/030A0-030FF.el index 24070605273..4507ed4083b 100644 --- a/etc/nxml/030A0-030FF.el +++ b/etc/nxml/030A0-030FF.el | |||
| @@ -97,4 +97,3 @@ | |||
| 97 | ("KATAKANA DIGRAPH KOTO" #x30FF) | 97 | ("KATAKANA DIGRAPH KOTO" #x30FF) |
| 98 | )) | 98 | )) |
| 99 | 99 | ||
| 100 | ;; arch-tag: 58c48b02-037a-43f3-b225-9e9bf37a7fbd | ||
diff --git a/etc/nxml/03100-0312F.el b/etc/nxml/03100-0312F.el index f7fa151bb67..6ab50b1dbb5 100644 --- a/etc/nxml/03100-0312F.el +++ b/etc/nxml/03100-0312F.el | |||
| @@ -41,4 +41,3 @@ | |||
| 41 | ("BOPOMOFO LETTER GN" #x312C) | 41 | ("BOPOMOFO LETTER GN" #x312C) |
| 42 | )) | 42 | )) |
| 43 | 43 | ||
| 44 | ;; arch-tag: 0aeb6bb4-ac93-4014-a836-eb793636a168 | ||
diff --git a/etc/nxml/03130-0318F.el b/etc/nxml/03130-0318F.el index 8bf3334371a..3aabfb76cf2 100644 --- a/etc/nxml/03130-0318F.el +++ b/etc/nxml/03130-0318F.el | |||
| @@ -95,4 +95,3 @@ | |||
| 95 | ("HANGUL LETTER ARAEAE" #x318E) | 95 | ("HANGUL LETTER ARAEAE" #x318E) |
| 96 | )) | 96 | )) |
| 97 | 97 | ||
| 98 | ;; arch-tag: 3ea3aa1e-8551-433b-8506-9591ed150673 | ||
diff --git a/etc/nxml/03190-0319F.el b/etc/nxml/03190-0319F.el index 1fe8f164c63..6dce50e4695 100644 --- a/etc/nxml/03190-0319F.el +++ b/etc/nxml/03190-0319F.el | |||
| @@ -17,4 +17,3 @@ | |||
| 17 | ("IDEOGRAPHIC ANNOTATION MAN MARK" #x319F) | 17 | ("IDEOGRAPHIC ANNOTATION MAN MARK" #x319F) |
| 18 | )) | 18 | )) |
| 19 | 19 | ||
| 20 | ;; arch-tag: e25f7331-0993-4daf-a193-0fe56332f9fa | ||
diff --git a/etc/nxml/031A0-031BF.el b/etc/nxml/031A0-031BF.el index 0119b7e78d2..54d2f54b803 100644 --- a/etc/nxml/031A0-031BF.el +++ b/etc/nxml/031A0-031BF.el | |||
| @@ -25,4 +25,3 @@ | |||
| 25 | ("BOPOMOFO FINAL LETTER H" #x31B7) | 25 | ("BOPOMOFO FINAL LETTER H" #x31B7) |
| 26 | )) | 26 | )) |
| 27 | 27 | ||
| 28 | ;; arch-tag: 1821baca-d463-4e8e-bf3d-97a35af58fd4 | ||
diff --git a/etc/nxml/031F0-031FF.el b/etc/nxml/031F0-031FF.el index 125d12d30f7..d447c3b0bec 100644 --- a/etc/nxml/031F0-031FF.el +++ b/etc/nxml/031F0-031FF.el | |||
| @@ -17,4 +17,3 @@ | |||
| 17 | ("KATAKANA LETTER SMALL RO" #x31FF) | 17 | ("KATAKANA LETTER SMALL RO" #x31FF) |
| 18 | )) | 18 | )) |
| 19 | 19 | ||
| 20 | ;; arch-tag: 090acfb7-1a46-4b05-bebb-573bbc0d8a82 | ||
diff --git a/etc/nxml/03200-032FF.el b/etc/nxml/03200-032FF.el index 8b8c84e07d4..eb05e9d2f35 100644 --- a/etc/nxml/03200-032FF.el +++ b/etc/nxml/03200-032FF.el | |||
| @@ -233,4 +233,3 @@ | |||
| 233 | ("CIRCLED KATAKANA WO" #x32FE) | 233 | ("CIRCLED KATAKANA WO" #x32FE) |
| 234 | )) | 234 | )) |
| 235 | 235 | ||
| 236 | ;; arch-tag: 56d35bfa-c41b-4779-be54-3999fbe11265 | ||
diff --git a/etc/nxml/03300-033FF.el b/etc/nxml/03300-033FF.el index acf2b6899b5..7d5820e08ae 100644 --- a/etc/nxml/03300-033FF.el +++ b/etc/nxml/03300-033FF.el | |||
| @@ -250,4 +250,3 @@ | |||
| 250 | ("IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE" #x33FE) | 250 | ("IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE" #x33FE) |
| 251 | )) | 251 | )) |
| 252 | 252 | ||
| 253 | ;; arch-tag: 818090a1-7854-485f-80bc-97e89f733e75 | ||
diff --git a/etc/nxml/03400-04DBF.el b/etc/nxml/03400-04DBF.el index 45d69119e80..6bae1066879 100644 --- a/etc/nxml/03400-04DBF.el +++ b/etc/nxml/03400-04DBF.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | (nxml-define-char-name-set 'cjk-unified-ideographs-extension-a | 1 | (nxml-define-char-name-set 'cjk-unified-ideographs-extension-a |
| 2 | '()) | 2 | '()) |
| 3 | 3 | ||
| 4 | ;; arch-tag: 571a41a5-7cc5-47c4-b98c-e98a415723bb | ||
diff --git a/etc/nxml/0A000-0A48F.el b/etc/nxml/0A000-0A48F.el index 9c54d94e55d..e797cf13b0b 100644 --- a/etc/nxml/0A000-0A48F.el +++ b/etc/nxml/0A000-0A48F.el | |||
| @@ -1166,4 +1166,3 @@ | |||
| 1166 | ("YI SYLLABLE YYR" #xA48C) | 1166 | ("YI SYLLABLE YYR" #xA48C) |
| 1167 | )) | 1167 | )) |
| 1168 | 1168 | ||
| 1169 | ;; arch-tag: 4c900a8b-cd84-4c41-86f4-dcb47efac01b | ||
diff --git a/etc/nxml/0A490-0A4CF.el b/etc/nxml/0A490-0A4CF.el index 57e731ed129..3052371a12a 100644 --- a/etc/nxml/0A490-0A4CF.el +++ b/etc/nxml/0A490-0A4CF.el | |||
| @@ -56,4 +56,3 @@ | |||
| 56 | ("YI RADICAL KE" #xA4C6) | 56 | ("YI RADICAL KE" #xA4C6) |
| 57 | )) | 57 | )) |
| 58 | 58 | ||
| 59 | ;; arch-tag: 2c93cdf1-e6f2-4a91-a798-3e1d7c094cf4 | ||
diff --git a/etc/nxml/0FB00-0FB4F.el b/etc/nxml/0FB00-0FB4F.el index 52d47dd746a..20b19e19ffe 100644 --- a/etc/nxml/0FB00-0FB4F.el +++ b/etc/nxml/0FB00-0FB4F.el | |||
| @@ -59,4 +59,3 @@ | |||
| 59 | ("HEBREW LIGATURE ALEF LAMED" #xFB4F) | 59 | ("HEBREW LIGATURE ALEF LAMED" #xFB4F) |
| 60 | )) | 60 | )) |
| 61 | 61 | ||
| 62 | ;; arch-tag: 06519b44-408f-43f4-89e6-3e5c1d2afe4d | ||
diff --git a/etc/nxml/0FB50-0FDFF.el b/etc/nxml/0FB50-0FDFF.el index 87b83cfff06..9feea5e918c 100644 --- a/etc/nxml/0FB50-0FDFF.el +++ b/etc/nxml/0FB50-0FDFF.el | |||
| @@ -595,4 +595,3 @@ | |||
| 595 | ("RIAL SIGN" #xFDFC) | 595 | ("RIAL SIGN" #xFDFC) |
| 596 | )) | 596 | )) |
| 597 | 597 | ||
| 598 | ;; arch-tag: 1fbfd997-096a-43c8-88a1-9d438ddabb57 | ||
diff --git a/etc/nxml/0FE00-0FE0F.el b/etc/nxml/0FE00-0FE0F.el index 187b58d4e6b..04d855e5602 100644 --- a/etc/nxml/0FE00-0FE0F.el +++ b/etc/nxml/0FE00-0FE0F.el | |||
| @@ -17,4 +17,3 @@ | |||
| 17 | ("VARIATION SELECTOR-16" #xFE0F) | 17 | ("VARIATION SELECTOR-16" #xFE0F) |
| 18 | )) | 18 | )) |
| 19 | 19 | ||
| 20 | ;; arch-tag: 591c3457-10c0-4036-8bfb-6cccd23f44dd | ||
diff --git a/etc/nxml/0FE20-0FE2F.el b/etc/nxml/0FE20-0FE2F.el index 358dccd061e..f2c9ae8a72f 100644 --- a/etc/nxml/0FE20-0FE2F.el +++ b/etc/nxml/0FE20-0FE2F.el | |||
| @@ -5,4 +5,3 @@ | |||
| 5 | ("COMBINING DOUBLE TILDE RIGHT HALF" #xFE23) | 5 | ("COMBINING DOUBLE TILDE RIGHT HALF" #xFE23) |
| 6 | )) | 6 | )) |
| 7 | 7 | ||
| 8 | ;; arch-tag: de291a34-737a-4bbb-8d97-94f878921d05 | ||
diff --git a/etc/nxml/0FE30-0FE4F.el b/etc/nxml/0FE30-0FE4F.el index b7fe8c00d64..cef6a39c835 100644 --- a/etc/nxml/0FE30-0FE4F.el +++ b/etc/nxml/0FE30-0FE4F.el | |||
| @@ -31,4 +31,3 @@ | |||
| 31 | ("WAVY LOW LINE" #xFE4F) | 31 | ("WAVY LOW LINE" #xFE4F) |
| 32 | )) | 32 | )) |
| 33 | 33 | ||
| 34 | ;; arch-tag: 6d8f4c10-304f-4d0b-b830-1e37a8386015 | ||
diff --git a/etc/nxml/0FE50-0FE6F.el b/etc/nxml/0FE50-0FE6F.el index 966d5a21c43..eda9e89630d 100644 --- a/etc/nxml/0FE50-0FE6F.el +++ b/etc/nxml/0FE50-0FE6F.el | |||
| @@ -27,4 +27,3 @@ | |||
| 27 | ("SMALL COMMERCIAL AT" #xFE6B) | 27 | ("SMALL COMMERCIAL AT" #xFE6B) |
| 28 | )) | 28 | )) |
| 29 | 29 | ||
| 30 | ;; arch-tag: 4facf8e4-cea2-4194-bc17-f0959c358f7f | ||
diff --git a/etc/nxml/0FE70-0FEFF.el b/etc/nxml/0FE70-0FEFF.el index 07b03dadc7a..4de14be73c4 100644 --- a/etc/nxml/0FE70-0FEFF.el +++ b/etc/nxml/0FE70-0FEFF.el | |||
| @@ -142,4 +142,3 @@ | |||
| 142 | ("ZERO WIDTH NO-BREAK SPACE" #xFEFF) | 142 | ("ZERO WIDTH NO-BREAK SPACE" #xFEFF) |
| 143 | )) | 143 | )) |
| 144 | 144 | ||
| 145 | ;; arch-tag: cdc72129-3cd8-4568-8366-c0deee767c17 | ||
diff --git a/etc/nxml/0FF00-0FFEF.el b/etc/nxml/0FF00-0FFEF.el index fb8dd897f19..a2134af9ac8 100644 --- a/etc/nxml/0FF00-0FFEF.el +++ b/etc/nxml/0FF00-0FFEF.el | |||
| @@ -226,4 +226,3 @@ | |||
| 226 | ("HALFWIDTH WHITE CIRCLE" #xFFEE) | 226 | ("HALFWIDTH WHITE CIRCLE" #xFFEE) |
| 227 | )) | 227 | )) |
| 228 | 228 | ||
| 229 | ;; arch-tag: 8af7a95d-6e71-47da-9679-b516b6e2f01a | ||
diff --git a/etc/nxml/0FFF0-0FFFF.el b/etc/nxml/0FFF0-0FFFF.el index 392312be01e..e7366549d5a 100644 --- a/etc/nxml/0FFF0-0FFFF.el +++ b/etc/nxml/0FFF0-0FFFF.el | |||
| @@ -6,4 +6,3 @@ | |||
| 6 | ("REPLACEMENT CHARACTER" #xFFFD) | 6 | ("REPLACEMENT CHARACTER" #xFFFD) |
| 7 | )) | 7 | )) |
| 8 | 8 | ||
| 9 | ;; arch-tag: 0bef6e81-4857-4032-a18a-18784233cc81 | ||
diff --git a/etc/nxml/10300-1032F.el b/etc/nxml/10300-1032F.el index 95d26005525..cf394b58ee6 100644 --- a/etc/nxml/10300-1032F.el +++ b/etc/nxml/10300-1032F.el | |||
| @@ -36,4 +36,3 @@ | |||
| 36 | ("OLD ITALIC NUMERAL FIFTY" #x10323) | 36 | ("OLD ITALIC NUMERAL FIFTY" #x10323) |
| 37 | )) | 37 | )) |
| 38 | 38 | ||
| 39 | ;; arch-tag: 823cbcc4-a815-4f82-a1e9-348c2f5d237e | ||
diff --git a/etc/nxml/10330-1034F.el b/etc/nxml/10330-1034F.el index edd9de4050c..9c6dfb6eadb 100644 --- a/etc/nxml/10330-1034F.el +++ b/etc/nxml/10330-1034F.el | |||
| @@ -28,4 +28,3 @@ | |||
| 28 | ("GOTHIC LETTER NINE HUNDRED" #x1034A) | 28 | ("GOTHIC LETTER NINE HUNDRED" #x1034A) |
| 29 | )) | 29 | )) |
| 30 | 30 | ||
| 31 | ;; arch-tag: 29caddb6-76f0-44bc-83f9-6cef55c20600 | ||
diff --git a/etc/nxml/10400-1044F.el b/etc/nxml/10400-1044F.el index a26005a3953..8aea9e3d72f 100644 --- a/etc/nxml/10400-1044F.el +++ b/etc/nxml/10400-1044F.el | |||
| @@ -77,4 +77,3 @@ | |||
| 77 | ("DESERET SMALL LETTER ENG" #x1044D) | 77 | ("DESERET SMALL LETTER ENG" #x1044D) |
| 78 | )) | 78 | )) |
| 79 | 79 | ||
| 80 | ;; arch-tag: 0fbf6586-41cf-41b2-88e9-d113db5d933e | ||
diff --git a/etc/nxml/1D000-1D0FF.el b/etc/nxml/1D000-1D0FF.el index 1c76fd0eff0..5d2eb237be8 100644 --- a/etc/nxml/1D000-1D0FF.el +++ b/etc/nxml/1D000-1D0FF.el | |||
| @@ -247,4 +247,3 @@ | |||
| 247 | ("BYZANTINE MUSICAL SYMBOL GORGON NEO KATO" #x1D0F5) | 247 | ("BYZANTINE MUSICAL SYMBOL GORGON NEO KATO" #x1D0F5) |
| 248 | )) | 248 | )) |
| 249 | 249 | ||
| 250 | ;; arch-tag: 2b360fc3-2760-43c9-9d3e-2ef3fd8452b5 | ||
diff --git a/etc/nxml/1D100-1D1FF.el b/etc/nxml/1D100-1D1FF.el index 1bfbf2608dd..9c71f5ca78c 100644 --- a/etc/nxml/1D100-1D1FF.el +++ b/etc/nxml/1D100-1D1FF.el | |||
| @@ -220,4 +220,3 @@ | |||
| 220 | ("MUSICAL SYMBOL PES SUBPUNCTIS" #x1D1DD) | 220 | ("MUSICAL SYMBOL PES SUBPUNCTIS" #x1D1DD) |
| 221 | )) | 221 | )) |
| 222 | 222 | ||
| 223 | ;; arch-tag: 4e6bd082-bedb-46a2-81be-06f86fbb74f4 | ||
diff --git a/etc/nxml/1D400-1D7FF.el b/etc/nxml/1D400-1D7FF.el index f702765c55f..5d4f1593006 100644 --- a/etc/nxml/1D400-1D7FF.el +++ b/etc/nxml/1D400-1D7FF.el | |||
| @@ -992,4 +992,3 @@ | |||
| 992 | ("MATHEMATICAL MONOSPACE DIGIT NINE" #x1D7FF) | 992 | ("MATHEMATICAL MONOSPACE DIGIT NINE" #x1D7FF) |
| 993 | )) | 993 | )) |
| 994 | 994 | ||
| 995 | ;; arch-tag: af730f58-d05e-4cd5-8a94-f914444a5351 | ||
diff --git a/etc/nxml/E0000-E007F.el b/etc/nxml/E0000-E007F.el index 1f4da35df29..db1d8ad9a3a 100644 --- a/etc/nxml/E0000-E007F.el +++ b/etc/nxml/E0000-E007F.el | |||
| @@ -98,4 +98,3 @@ | |||
| 98 | ("CANCEL TAG" #xE007F) | 98 | ("CANCEL TAG" #xE007F) |
| 99 | )) | 99 | )) |
| 100 | 100 | ||
| 101 | ;; arch-tag: e79cd51a-999f-4f8c-8f11-a5eeb5c2de4c | ||
diff --git a/etc/nxml/test-invalid.xml b/etc/nxml/test-invalid.xml index 87a0031f8e7..bdf6a2cb7ee 100644 --- a/etc/nxml/test-invalid.xml +++ b/etc/nxml/test-invalid.xml | |||
| @@ -6,6 +6,3 @@ | |||
| 6 | <p>This XHTML document is <span class="#foo">invalid</span>.</p> | 6 | <p>This XHTML document is <span class="#foo">invalid</span>.</p> |
| 7 | </body> | 7 | </body> |
| 8 | </html> | 8 | </html> |
| 9 | |||
| 10 | <!-- arch-tag: 8127c8be-d617-46f5-bdf2-c9159a417c38 | ||
| 11 | (do not change this comment) --> | ||
diff --git a/etc/nxml/test-valid.xml b/etc/nxml/test-valid.xml index c11380a0e41..56a12800faa 100644 --- a/etc/nxml/test-valid.xml +++ b/etc/nxml/test-valid.xml | |||
| @@ -6,6 +6,3 @@ | |||
| 6 | <p>This is a valid, albeit boring, XHTML document.</p> | 6 | <p>This is a valid, albeit boring, XHTML document.</p> |
| 7 | </body> | 7 | </body> |
| 8 | </html> | 8 | </html> |
| 9 | |||
| 10 | <!-- arch-tag: 6f7701be-ec51-48d0-bb63-38ed564718d6 | ||
| 11 | (do not change this comment) --> | ||
diff --git a/etc/ps-prin0.ps b/etc/ps-prin0.ps index 52e12cbd8ef..ed48807b068 100644 --- a/etc/ps-prin0.ps +++ b/etc/ps-prin0.ps | |||
| @@ -1,8 +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, 2008, 2009, 2010 | 4 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 5 | % Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | % This file is part of GNU Emacs. | 6 | % This file is part of GNU Emacs. |
| 8 | 7 | ||
diff --git a/etc/ps-prin1.ps b/etc/ps-prin1.ps index f64ca2faa07..dbb0db846bf 100644 --- a/etc/ps-prin1.ps +++ b/etc/ps-prin1.ps | |||
| @@ -1,8 +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, 2008, 2009, 2010 | 4 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 5 | % Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | % This file is part of GNU Emacs. | 6 | % This file is part of GNU Emacs. |
| 8 | 7 | ||
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile index c1bddd124d7..115b0ca084a 100644 --- a/etc/refcards/Makefile +++ b/etc/refcards/Makefile | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ### Makefile for Emacs refcards | 1 | ### Makefile for Emacs refcards |
| 2 | 2 | ||
| 3 | ## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | ## Copyright (C) 1993-1994, 2001-2011 Free Software Foundation, Inc. |
| 4 | ## 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 7 | # | 6 | # |
| @@ -29,24 +28,24 @@ REFCARDS_PDF = refcard.pdf cs-refcard.pdf de-refcard.pdf fr-refcard.pdf \ | |||
| 29 | refcards_pdf: ${REFCARDS_PDF} | 28 | refcards_pdf: ${REFCARDS_PDF} |
| 30 | refcards_ps: ${REFCARDS_PDF:.pdf=.ps} | 29 | refcards_ps: ${REFCARDS_PDF:.pdf=.ps} |
| 31 | 30 | ||
| 32 | DIRED-REFCARDS_PDF = dired-ref.pdf cs-dired-ref.pdf fr-dired-ref.pdf \ | 31 | DIRED_REFCARDS_PDF = dired-ref.pdf cs-dired-ref.pdf fr-dired-ref.pdf \ |
| 33 | sk-dired-ref.pdf | 32 | sk-dired-ref.pdf |
| 34 | dired-refcards_pdf: ${DIRED-REFCARDS_PDF} | 33 | dired-refcards_pdf: ${DIRED_REFCARDS_PDF} |
| 35 | dired-refcards_ps: ${DIRED-REFCARDS_PDF:.pdf=.ps} | 34 | dired-refcards_ps: ${DIRED_REFCARDS_PDF:.pdf=.ps} |
| 36 | 35 | ||
| 37 | MISC-REFCARDS_PDF = calccard.pdf gnus-booklet.pdf gnus-refcard.pdf orgcard.pdf | 36 | MISC_REFCARDS_PDF = calccard.pdf gnus-booklet.pdf gnus-refcard.pdf orgcard.pdf |
| 38 | misc-refcards_pdf: ${MISC-REFCARDS_PDF} | 37 | misc-refcards_pdf: ${MISC_REFCARDS_PDF} |
| 39 | misc-refcards_ps: ${MISC-REFCARDS_PDF:.pdf=.ps} | 38 | misc-refcards_ps: ${MISC_REFCARDS_PDF:.pdf=.ps} |
| 40 | 39 | ||
| 41 | 40 | ||
| 42 | ## The following files are not included with Emacs. | 41 | ## The following files are not included with Emacs. |
| 43 | SURVIVAL-CARDS_PDF = survival.pdf cs-survival.pdf sk-survival.pdf | 42 | SURVIVAL_CARDS_PDF = survival.pdf cs-survival.pdf sk-survival.pdf |
| 44 | survival-cards_pdf: ${SURVIVAL-CARDS_PDF} | 43 | survival-cards_pdf: ${SURVIVAL_CARDS_PDF} |
| 45 | survival-cards_ps: ${SURVIVAL-CARDS_PDF:.pdf=.ps} | 44 | survival-cards_ps: ${SURVIVAL_CARDS_PDF:.pdf=.ps} |
| 46 | 45 | ||
| 47 | VIPER-CARDS_PDF = vipcard.pdf viperCard.pdf | 46 | VIPER_CARDS_PDF = vipcard.pdf viperCard.pdf |
| 48 | viper-cards_pdf: ${VIPER-CARDS_PDF} | 47 | viper-cards_pdf: ${VIPER_CARDS_PDF} |
| 49 | viper-cards_ps: ${VIPER-CARDS_PDF:.pdf=.ps} | 48 | viper-cards_ps: ${VIPER_CARDS_PDF:.pdf=.ps} |
| 50 | 49 | ||
| 51 | 50 | ||
| 52 | ## PDF files. | 51 | ## PDF files. |
| @@ -75,7 +74,7 @@ ru-refcard.pdf: %.pdf: %.tex | |||
| 75 | #gnus-logo.pdf: %.pdf: %.eps | 74 | #gnus-logo.pdf: %.pdf: %.eps |
| 76 | # ps2pdf $< | 75 | # ps2pdf $< |
| 77 | 76 | ||
| 78 | gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf | 77 | gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf |
| 79 | pdflatex $< | 78 | pdflatex $< |
| 80 | 79 | ||
| 81 | gnus-booklet.pdf: gnus-refcard.tex gnus-logo.pdf | 80 | gnus-booklet.pdf: gnus-refcard.tex gnus-logo.pdf |
diff --git a/etc/refcards/README b/etc/refcards/README index 7a0d3f4e2ad..fa5ae9258eb 100644 --- a/etc/refcards/README +++ b/etc/refcards/README | |||
| @@ -12,6 +12,5 @@ it is reproduced here for convenience. | |||
| 12 | 12 | ||
| 13 | File: gnus-logo.eps, gnus-logo.pdf | 13 | File: gnus-logo.eps, gnus-logo.pdf |
| 14 | Author: Luis Fernandes <elf@ee.ryerson.ca> | 14 | Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 15 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 15 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 16 | Free Software Foundation, Inc. | ||
| 17 | License: GNU General Public License version 3 or later (see COPYING) | 16 | License: GNU General Public License version 3 or later (see COPYING) |
diff --git a/etc/refcards/calccard.tex b/etc/refcards/calccard.tex index 3684d767a73..f60be117ad5 100644 --- a/etc/refcards/calccard.tex +++ b/etc/refcards/calccard.tex | |||
| @@ -20,8 +20,7 @@ | |||
| 20 | % Typical command to format: tex calccard.tex | 20 | % Typical command to format: tex calccard.tex |
| 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, 2005, 2006, 2007, | 23 | % Copyright (C) 1987, 1992, 2001-2011 Free Software Foundation, Inc. |
| 24 | % 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 25 | 24 | ||
| 26 | % This file is part of GNU Emacs. | 25 | % This file is part of GNU Emacs. |
| 27 | 26 | ||
| @@ -65,7 +64,7 @@ | |||
| 65 | % Internet: gildea@stop.mail-abuse.org | 64 | % Internet: gildea@stop.mail-abuse.org |
| 66 | 65 | ||
| 67 | \def\emacsversionnumber{23} | 66 | \def\emacsversionnumber{23} |
| 68 | \def\year{2010} % latest copyright year | 67 | \def\year{2011} % latest copyright year |
| 69 | 68 | ||
| 70 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 69 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 71 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 70 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
| @@ -674,4 +673,3 @@ Variable names are single digits or whole words. | |||
| 674 | % compile-command: "pdftex calccard" | 673 | % compile-command: "pdftex calccard" |
| 675 | % End: | 674 | % End: |
| 676 | 675 | ||
| 677 | % arch-tag: a2764f34-ec23-4083-bd5c-53f9e70a5da9 | ||
diff --git a/etc/refcards/cs-dired-ref.tex b/etc/refcards/cs-dired-ref.tex index e531829f064..63239b55c10 100644 --- a/etc/refcards/cs-dired-ref.tex +++ b/etc/refcards/cs-dired-ref.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> | 5 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> |
| 7 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 | 6 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 |
| @@ -43,7 +42,7 @@ | |||
| 43 | \pdflayout=(0) | 42 | \pdflayout=(0) |
| 44 | 43 | ||
| 45 | \def\versionemacs{23} % version of Emacs this is for | 44 | \def\versionemacs{23} % version of Emacs this is for |
| 46 | \def\year{2010} % latest copyright year | 45 | \def\year{2011} % latest copyright year |
| 47 | 46 | ||
| 48 | % Nothing else needs to be changed. | 47 | % Nothing else needs to be changed. |
| 49 | 48 | ||
| @@ -399,4 +398,3 @@ For copies of the GNU Emacs manual, see: | |||
| 399 | 398 | ||
| 400 | \bye | 399 | \bye |
| 401 | 400 | ||
| 402 | % arch-tag: dd78e947-5b89-4e5b-8bab-b6003719dce5 | ||
diff --git a/etc/refcards/cs-refcard.tex b/etc/refcards/cs-refcard.tex index 6f902aefae6..8b9456b4a63 100644 --- a/etc/refcards/cs-refcard.tex +++ b/etc/refcards/cs-refcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 |
| 4 | % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | % Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 | 7 | % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 |
| @@ -60,7 +60,7 @@ | |||
| 60 | \pdflayout=(0) | 60 | \pdflayout=(0) |
| 61 | 61 | ||
| 62 | \def\versionemacs{23} % version of Emacs this is for | 62 | \def\versionemacs{23} % version of Emacs this is for |
| 63 | \def\year{2010} % latest copyright year | 63 | \def\year{2011} % latest copyright year |
| 64 | 64 | ||
| 65 | % Nothing else needs to be changed. | 65 | % Nothing else needs to be changed. |
| 66 | 66 | ||
| @@ -664,4 +664,3 @@ Vce se dozvte po proveden \kbd{C-h f interactive}. | |||
| 664 | % compile-command: "csplain cs-refcard" | 664 | % compile-command: "csplain cs-refcard" |
| 665 | % End: | 665 | % End: |
| 666 | 666 | ||
| 667 | % arch-tag: 24ab5519-539c-4941-9a95-4ed9d819030f | ||
diff --git a/etc/refcards/cs-survival.tex b/etc/refcards/cs-survival.tex index d6d7cea56c3..d20d6a08364 100644 --- a/etc/refcards/cs-survival.tex +++ b/etc/refcards/cs-survival.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Title: GNU Emacs Survival Card | 1 | % Title: GNU Emacs Survival Card |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> | 5 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> |
| 7 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 | 6 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 |
| @@ -56,7 +55,7 @@ | |||
| 56 | \chyph | 55 | \chyph |
| 57 | 56 | ||
| 58 | \def\versionemacs{23} % version of Emacs this is for | 57 | \def\versionemacs{23} % version of Emacs this is for |
| 59 | \def\year{2010} % latest copyright year | 58 | \def\year{2011} % latest copyright year |
| 60 | 59 | ||
| 61 | \def\copyrightnotice{\penalty-1\vfill | 60 | \def\copyrightnotice{\penalty-1\vfill |
| 62 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 61 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
| @@ -416,4 +415,3 @@ md v zvorkch. | |||
| 416 | % compile-command: "csplain survival" | 415 | % compile-command: "csplain survival" |
| 417 | % End: | 416 | % End: |
| 418 | 417 | ||
| 419 | % arch-tag: 86b21d3f-d8b6-412d-8d77-e6e8728f590e | ||
diff --git a/etc/refcards/de-refcard.tex b/etc/refcards/de-refcard.tex index b37c52b6692..58527be9d76 100644 --- a/etc/refcards/de-refcard.tex +++ b/etc/refcards/de-refcard.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | % Copyright (C) 1987, 1993, 1996, 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 5 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | % German translation: Sven Joachim <svenjoac@gmx.de> | 6 | % German translation: Sven Joachim <svenjoac@gmx.de> |
| @@ -62,7 +61,7 @@ | |||
| 62 | \mdqoff % deactivates the "-char | 61 | \mdqoff % deactivates the "-char |
| 63 | 62 | ||
| 64 | \def\versionemacs{23} % version of Emacs this is for | 63 | \def\versionemacs{23} % version of Emacs this is for |
| 65 | \def\year{2010} % latest copyright year | 64 | \def\year{2011} % latest copyright year |
| 66 | 65 | ||
| 67 | % Nothing else needs to be changed below this line. | 66 | % Nothing else needs to be changed below this line. |
| 68 | 67 | ||
| @@ -680,4 +679,3 @@ wird. F\"ur n\"ahere Details geben Sie \kbd{C-h f interactive} ein. | |||
| 680 | % compile-command: "pdftex de-refcard" | 679 | % compile-command: "pdftex de-refcard" |
| 681 | % End: | 680 | % End: |
| 682 | 681 | ||
| 683 | % arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314 | ||
diff --git a/etc/refcards/dired-ref.tex b/etc/refcards/dired-ref.tex index 951154da16a..f1fd6808cde 100644 --- a/etc/refcards/dired-ref.tex +++ b/etc/refcards/dired-ref.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> | 5 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> |
| 7 | 6 | ||
| @@ -45,7 +44,7 @@ | |||
| 45 | \pdflayout=(1) | 44 | \pdflayout=(1) |
| 46 | 45 | ||
| 47 | \def\versionemacs{23} % version of Emacs this is for | 46 | \def\versionemacs{23} % version of Emacs this is for |
| 48 | \def\year{2010} % latest copyright year | 47 | \def\year{2011} % latest copyright year |
| 49 | 48 | ||
| 50 | % Nothing else needs to be changed. | 49 | % Nothing else needs to be changed. |
| 51 | 50 | ||
| @@ -408,4 +407,3 @@ For copies of the GNU Emacs manual, see: | |||
| 408 | 407 | ||
| 409 | \bye | 408 | \bye |
| 410 | 409 | ||
| 411 | % arch-tag: 483e7bb4-4576-4733-9fca-0eae1c861484 | ||
diff --git a/etc/refcards/fr-dired-ref.tex b/etc/refcards/fr-dired-ref.tex index 66c90306a60..01afe76ff30 100644 --- a/etc/refcards/fr-dired-ref.tex +++ b/etc/refcards/fr-dired-ref.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> | 5 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> |
| 7 | % French translation: Eric Jacoboni | 6 | % French translation: Eric Jacoboni |
| @@ -37,7 +36,7 @@ | |||
| 37 | \pdflayout=(0) | 36 | \pdflayout=(0) |
| 38 | 37 | ||
| 39 | \def\versionemacs{23} % version of Emacs this is for | 38 | \def\versionemacs{23} % version of Emacs this is for |
| 40 | \def\year{2010} % latest copyright year | 39 | \def\year{2011} % latest copyright year |
| 41 | 40 | ||
| 42 | % Nothing else needs to be changed. | 41 | % Nothing else needs to be changed. |
| 43 | 42 | ||
| @@ -413,4 +412,3 @@ Pour obtenir des copies du manuel de GNU Emacs: | |||
| 413 | 412 | ||
| 414 | \bye | 413 | \bye |
| 415 | 414 | ||
| 416 | % arch-tag: ffe6a489-24a2-4083-b8c3-5d03b621689d | ||
diff --git a/etc/refcards/fr-refcard.tex b/etc/refcards/fr-refcard.tex index f356c229ac4..61caccbea8e 100644 --- a/etc/refcards/fr-refcard.tex +++ b/etc/refcards/fr-refcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 |
| 4 | % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | % Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | % French translation: Eric Jacoboni | 7 | % French translation: Eric Jacoboni |
| @@ -57,7 +57,7 @@ | |||
| 57 | \pdflayout=(0l) | 57 | \pdflayout=(0l) |
| 58 | 58 | ||
| 59 | \def\versionemacs{23} % version of Emacs this is for | 59 | \def\versionemacs{23} % version of Emacs this is for |
| 60 | \def\year{2010} % latest copyright year | 60 | \def\year{2011} % latest copyright year |
| 61 | 61 | ||
| 62 | % Nothing else needs to be changed below this line. | 62 | % Nothing else needs to be changed below this line. |
| 63 | 63 | ||
| @@ -676,4 +676,3 @@ plus de pr\'ecisions. | |||
| 676 | % compile-command: "pdftex fr-refcard" | 676 | % compile-command: "pdftex fr-refcard" |
| 677 | % End: | 677 | % End: |
| 678 | 678 | ||
| 679 | % arch-tag: 39d6dc6e-1a4a-4071-84db-4719d4e9e40d | ||
diff --git a/etc/refcards/fr-survival.tex b/etc/refcards/fr-survival.tex index 168026c79f2..b9c84ac680a 100644 --- a/etc/refcards/fr-survival.tex +++ b/etc/refcards/fr-survival.tex | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | %&tex | 1 | %&tex |
| 2 | % Title: GNU Emacs Survival Card | 2 | % Title: GNU Emacs Survival Card |
| 3 | 3 | ||
| 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 4 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 5 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> | 6 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> |
| 8 | % French translation: \'Eric Jacoboni <jaco@teaser.fr>, November 2001 | 7 | % French translation: \'Eric Jacoboni <jaco@teaser.fr>, November 2001 |
| @@ -51,7 +50,7 @@ | |||
| 51 | \pdflayout=(0) | 50 | \pdflayout=(0) |
| 52 | 51 | ||
| 53 | \def\versionemacs{23} % version of Emacs this is for | 52 | \def\versionemacs{23} % version of Emacs this is for |
| 54 | \def\year{2010} % latest copyright year | 53 | \def\year{2011} % latest copyright year |
| 55 | 54 | ||
| 56 | \def\copyrightnotice{\penalty-1\vfill | 55 | \def\copyrightnotice{\penalty-1\vfill |
| 57 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
| @@ -420,4 +419,3 @@ contient entre parenth\`eses le nom des modes en cours. | |||
| 420 | % compile-command: "pdftex survival" | 419 | % compile-command: "pdftex survival" |
| 421 | % End: | 420 | % End: |
| 422 | 421 | ||
| 423 | % arch-tag: 2fb4e93f-8bfa-4ab4-bc6d-b475131d766a | ||
diff --git a/etc/refcards/gnus-logo.eps b/etc/refcards/gnus-logo.eps index ea4eebbaf4e..36659ebfb4b 100644 --- a/etc/refcards/gnus-logo.eps +++ b/etc/refcards/gnus-logo.eps | |||
| @@ -1,6 +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, 2008, 2009, 2010 | 2 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 3 | % Free Software Foundation, Inc. | ||
| 4 | % | 3 | % |
| 5 | % Author: Luis Fernandes <elf@ee.ryerson.ca> | 4 | % Author: Luis Fernandes <elf@ee.ryerson.ca> |
| 6 | % | 5 | % |
diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex index 1b23188cd93..b164a28842e 100644 --- a/etc/refcards/gnus-refcard.tex +++ b/etc/refcards/gnus-refcard.tex | |||
| @@ -120,8 +120,7 @@ | |||
| 120 | %% Gnus logo by Luis Fernandes. | 120 | %% Gnus logo by Luis Fernandes. |
| 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-2011 Free Software Foundation, Inc.\\* |
| 124 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\\* | ||
| 125 | \end{center} | 124 | \end{center} |
| 126 | 125 | ||
| 127 | Permission is granted to make and distribute copies of this reference | 126 | Permission is granted to make and distribute copies of this reference |
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index c55c55dcf99..f35ed209149 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{7.4} | 2 | \def\orgversionnumber{7.4} |
| 3 | \def\versionyear{2010} % latest update | 3 | \def\versionyear{2010} % latest update |
| 4 | \def\year{2010} % latest copyright year | 4 | \def\year{2011} % latest copyright year |
| 5 | 5 | ||
| 6 | %**start of header | 6 | %**start of header |
| 7 | \newcount\columnsperpage | 7 | \newcount\columnsperpage |
| @@ -17,8 +17,8 @@ | |||
| 17 | \pdflayout=(0l) | 17 | \pdflayout=(0l) |
| 18 | 18 | ||
| 19 | % Nothing else needs to be changed below this line. | 19 | % Nothing else needs to be changed below this line. |
| 20 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, | 20 | % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 |
| 21 | % 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 21 | % Free Software Foundation, Inc. |
| 22 | 22 | ||
| 23 | % This file is part of GNU Emacs. | 23 | % This file is part of GNU Emacs. |
| 24 | 24 | ||
| @@ -683,4 +683,3 @@ your own key as shown under INSTALLATION. | |||
| 683 | % compile-command: "tex refcard" | 683 | % compile-command: "tex refcard" |
| 684 | % End: | 684 | % End: |
| 685 | 685 | ||
| 686 | % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 | ||
diff --git a/etc/refcards/pdflayout.sty b/etc/refcards/pdflayout.sty index c9f5ae15ab4..c7eb1913a09 100644 --- a/etc/refcards/pdflayout.sty +++ b/etc/refcards/pdflayout.sty | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | % Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1 | % Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | % This file is part of GNU Emacs. | 3 | % This file is part of GNU Emacs. |
| 4 | 4 | ||
| @@ -41,7 +41,3 @@ | |||
| 41 | \else | 41 | \else |
| 42 | \def\pdflayout=(#1#2){} | 42 | \def\pdflayout=(#1#2){} |
| 43 | \fi | 43 | \fi |
| 44 | |||
| 45 | % archtag: 63c938a5-cc78-4964-962d-603c90d34afc | ||
| 46 | |||
| 47 | % arch-tag: 3464d27c-1439-473a-bc47-a7c501e8c156 | ||
diff --git a/etc/refcards/pl-refcard.tex b/etc/refcards/pl-refcard.tex index cded3166524..23624116709 100644 --- a/etc/refcards/pl-refcard.tex +++ b/etc/refcards/pl-refcard.tex | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | %&mex | 1 | %&mex |
| 2 | % Reference Card for GNU Emacs | 2 | % Reference Card for GNU Emacs |
| 3 | 3 | ||
| 4 | % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 4 | % Copyright (C) 1999, 2001-2011 Free Software Foundation, Inc. |
| 5 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 8 | % Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl> | 7 | % Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl> |
| @@ -71,7 +70,7 @@ | |||
| 71 | \pdflayout=(0) | 70 | \pdflayout=(0) |
| 72 | 71 | ||
| 73 | \def\versionemacs{23} % version of Emacs this is for | 72 | \def\versionemacs{23} % version of Emacs this is for |
| 74 | \def\year{2010} % latest copyright year | 73 | \def\year{2011} % latest copyright year |
| 75 | 74 | ||
| 76 | % Nothing else needs to be changed. | 75 | % Nothing else needs to be changed. |
| 77 | 76 | ||
| @@ -994,4 +993,3 @@ przez wywo/lanie \kbd{C-h f interactive}. | |||
| 994 | % compile-command: "pdftex pl-refcard" | 993 | % compile-command: "pdftex pl-refcard" |
| 995 | % End: | 994 | % End: |
| 996 | 995 | ||
| 997 | % arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9 | ||
diff --git a/etc/refcards/pt-br-refcard.tex b/etc/refcards/pt-br-refcard.tex index c242ac2814c..4091f59d1f6 100644 --- a/etc/refcards/pt-br-refcard.tex +++ b/etc/refcards/pt-br-refcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, 2006, 2007, | 3 | % Copyright (C) 1987, 1993, 1996-1997, 2002-2004, 2006-2011 |
| 4 | % 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | % Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | % Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br> | 7 | % Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br> |
| @@ -63,7 +63,7 @@ | |||
| 63 | \pdflayout=(0l) | 63 | \pdflayout=(0l) |
| 64 | 64 | ||
| 65 | \def\versionemacs{23} % version of Emacs this is for | 65 | \def\versionemacs{23} % version of Emacs this is for |
| 66 | \def\year{2010} % latest copyright year | 66 | \def\year{2011} % latest copyright year |
| 67 | 67 | ||
| 68 | % Nothing else needs to be changed below this line. | 68 | % Nothing else needs to be changed below this line. |
| 69 | 69 | ||
| @@ -680,4 +680,3 @@ detalhes. | |||
| 680 | % coding: iso-latin-1 | 680 | % coding: iso-latin-1 |
| 681 | % End: | 681 | % End: |
| 682 | 682 | ||
| 683 | % arch-tag: 56bf248c-a1f3-443d-93f7-02d7aea67d94 | ||
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex index 735639b08ee..52b9348db26 100644 --- a/etc/refcards/refcard.tex +++ b/etc/refcards/refcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 |
| 4 | % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | % Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | 7 | ||
| @@ -64,7 +64,7 @@ | |||
| 64 | % Nothing else needs to be changed below this line. | 64 | % Nothing else needs to be changed below this line. |
| 65 | 65 | ||
| 66 | \def\versionemacs{23} % version of Emacs this is for | 66 | \def\versionemacs{23} % version of Emacs this is for |
| 67 | \def\year{2010} % copyright year | 67 | \def\year{2011} % copyright year |
| 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. |
| @@ -674,4 +674,3 @@ Type \kbd{C-h f interactive} for more details. | |||
| 674 | % compile-command: "pdftex refcard" | 674 | % compile-command: "pdftex refcard" |
| 675 | % End: | 675 | % End: |
| 676 | 676 | ||
| 677 | % arch-tag: d67bdf5d-b77c-44eb-a22e-f4f7d25174d2 | ||
diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex index 4b314726e1f..f2b47acc809 100644 --- a/etc/refcards/ru-refcard.tex +++ b/etc/refcards/ru-refcard.tex | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 1 | % Copyright (C) 1997, 2002-2011 Free Software Foundation, Inc. |
| 2 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 3 | 2 | ||
| 4 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 3 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 5 | % Russian translation: Alex Ott <alexott@gmail.com> | 4 | % Russian translation: Alex Ott <alexott@gmail.com> |
| @@ -23,7 +22,7 @@ | |||
| 23 | \setlength{\ColThreeWidth}{25mm} | 22 | \setlength{\ColThreeWidth}{25mm} |
| 24 | 23 | ||
| 25 | \newcommand{\versionemacs}[0]{23} % version of Emacs this is for | 24 | \newcommand{\versionemacs}[0]{23} % version of Emacs this is for |
| 26 | \newcommand{\cyear}[0]{2010} % copyright year | 25 | \newcommand{\cyear}[0]{2011} % copyright year |
| 27 | 26 | ||
| 28 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill | 27 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill |
| 29 | \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. | 28 | \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. |
| @@ -524,4 +523,3 @@ With ARG, put point on line ARG." | |||
| 524 | % coding: cyrillic-koi8 | 523 | % coding: cyrillic-koi8 |
| 525 | % End: | 524 | % End: |
| 526 | 525 | ||
| 527 | % arch-tag: 868a12f6-4339-4a14-a56e-4a3937277a9e | ||
diff --git a/etc/refcards/sk-dired-ref.tex b/etc/refcards/sk-dired-ref.tex index 5a2d04123db..12d66ce9554 100644 --- a/etc/refcards/sk-dired-ref.tex +++ b/etc/refcards/sk-dired-ref.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> | 5 | % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu> |
| 7 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 | 6 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 |
| @@ -44,7 +43,7 @@ | |||
| 44 | \pdflayout=(0) | 43 | \pdflayout=(0) |
| 45 | 44 | ||
| 46 | \def\versionemacs{23} % version of Emacs this is for | 45 | \def\versionemacs{23} % version of Emacs this is for |
| 47 | \def\year{2010} % latest copyright year | 46 | \def\year{2011} % latest copyright year |
| 48 | 47 | ||
| 49 | % Nothing else needs to be changed. | 48 | % Nothing else needs to be changed. |
| 50 | 49 | ||
| @@ -407,4 +406,3 @@ For copies of the GNU Emacs manual, see: | |||
| 407 | % compile-command: "csplain sk-dired-ref" | 406 | % compile-command: "csplain sk-dired-ref" |
| 408 | % End: | 407 | % End: |
| 409 | 408 | ||
| 410 | % arch-tag: d5b57e24-16ec-4981-9315-14d3d16d3062 | ||
diff --git a/etc/refcards/sk-refcard.tex b/etc/refcards/sk-refcard.tex index 7fd7b0d062b..789bbaea92f 100644 --- a/etc/refcards/sk-refcard.tex +++ b/etc/refcards/sk-refcard.tex | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | % Reference Card for GNU Emacs | 1 | % Reference Card for GNU Emacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, | 3 | % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 |
| 4 | % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | % Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> | 6 | % Author: Stephen Gildea <gildea@stop.mail-abuse.org> |
| 7 | % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 | 7 | % Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999 |
| @@ -665,4 +665,3 @@ Viac sa dozviete po vykonan \kbd{C-h f interactive}. | |||
| 665 | % coding: iso-latin-2 | 665 | % coding: iso-latin-2 |
| 666 | % End: | 666 | % End: |
| 667 | 667 | ||
| 668 | % arch-tag: 9f8eacf2-daf9-4162-bc8d-4af7b269f3d3 | ||
diff --git a/etc/refcards/sk-survival.tex b/etc/refcards/sk-survival.tex index ce499d4f529..f496ac1af0f 100644 --- a/etc/refcards/sk-survival.tex +++ b/etc/refcards/sk-survival.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Title: GNU Emacs Survival Card | 1 | % Title: GNU Emacs Survival Card |
| 2 | 2 | ||
| 3 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> | 5 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> |
| 7 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 | 6 | % Czech translation: Pavel Jank <Pavel@Janik.cz>, March 2001 |
| @@ -57,7 +56,7 @@ | |||
| 57 | \shyph | 56 | \shyph |
| 58 | 57 | ||
| 59 | \def\versionemacs{23} % version of Emacs this is for | 58 | \def\versionemacs{23} % version of Emacs this is for |
| 60 | \def\year{2010} % latest copyright year | 59 | \def\year{2011} % latest copyright year |
| 61 | 60 | ||
| 62 | \def\copyrightnotice{\penalty-1\vfill | 61 | \def\copyrightnotice{\penalty-1\vfill |
| 63 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 62 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
| @@ -419,4 +418,3 @@ mdov v ztvorkch. | |||
| 419 | % compile-command: "csplain sk-survival" | 418 | % compile-command: "csplain sk-survival" |
| 420 | % End: | 419 | % End: |
| 421 | 420 | ||
| 422 | % arch-tag: 126389ad-40b2-4bf9-ac1d-e5105d0986b9 | ||
diff --git a/etc/refcards/survival.tex b/etc/refcards/survival.tex index d92b414decc..845bc38bc47 100644 --- a/etc/refcards/survival.tex +++ b/etc/refcards/survival.tex | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | %&tex | 1 | %&tex |
| 2 | % Title: GNU Emacs Survival Card | 2 | % Title: GNU Emacs Survival Card |
| 3 | 3 | ||
| 4 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 4 | % Copyright (C) 2000-2011 Free Software Foundation, Inc. |
| 5 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> | 6 | % Author: Wlodek Bzyl <matwb@univ.gda.pl> |
| 8 | 7 | ||
| @@ -46,7 +45,7 @@ | |||
| 46 | \pdflayout=(1) | 45 | \pdflayout=(1) |
| 47 | 46 | ||
| 48 | \def\versionemacs{23} % version of Emacs this is for | 47 | \def\versionemacs{23} % version of Emacs this is for |
| 49 | \def\year{2010} % latest copyright year | 48 | \def\year{2011} % latest copyright year |
| 50 | 49 | ||
| 51 | \def\copyrightnotice{\penalty-1\vfill | 50 | \def\copyrightnotice{\penalty-1\vfill |
| 52 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 51 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
| @@ -412,4 +411,3 @@ contains names of the current modes, in parentheses. | |||
| 412 | % compile-command: "pdftex survival" | 411 | % compile-command: "pdftex survival" |
| 413 | % End: | 412 | % End: |
| 414 | 413 | ||
| 415 | % arch-tag: 4f9a0562-617b-4843-aee1-450c41d6b22c | ||
diff --git a/etc/refcards/vipcard.tex b/etc/refcards/vipcard.tex index 742ef3e01bb..47decbb9f74 100644 --- a/etc/refcards/vipcard.tex +++ b/etc/refcards/vipcard.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % Quick Reference Card for VIP | 1 | % Quick Reference Card for VIP |
| 2 | 2 | ||
| 3 | % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 3 | % Copyright (C) 1987, 2001-2011 Free Software Foundation, Inc. |
| 4 | % 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Masahiko Sato <ms@sail.stanford.edu>, <masahiko@sato.riec.tohoku.junet> | 5 | % Author: Masahiko Sato <ms@sail.stanford.edu>, <masahiko@sato.riec.tohoku.junet> |
| 7 | 6 | ||
| @@ -51,7 +50,7 @@ | |||
| 51 | \pdflayout=(1) | 50 | \pdflayout=(1) |
| 52 | 51 | ||
| 53 | \def\versionemacs{18} % version of Emacs this is for | 52 | \def\versionemacs{18} % version of Emacs this is for |
| 54 | \def\year{2010} % latest copyright year | 53 | \def\year{2011} % latest copyright year |
| 55 | \def\versionvip{3.5} | 54 | \def\versionvip{3.5} |
| 56 | 55 | ||
| 57 | % Nothing else needs to be changed. | 56 | % Nothing else needs to be changed. |
| @@ -680,4 +679,3 @@ moves 11 lines below current line to the end of buffer. | |||
| 680 | % compile-command: "pdftex vipcard" | 679 | % compile-command: "pdftex vipcard" |
| 681 | % End: | 680 | % End: |
| 682 | 681 | ||
| 683 | % arch-tag: 342a9548-4de4-499d-b864-74fb426b6729 | ||
diff --git a/etc/refcards/viperCard.tex b/etc/refcards/viperCard.tex index 8144fb14cb1..594137744fe 100644 --- a/etc/refcards/viperCard.tex +++ b/etc/refcards/viperCard.tex | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | % ViperCard -- The Reference Card for Viper under GNU Emacs and XEmacs | 1 | % ViperCard -- The Reference Card for Viper under GNU Emacs and XEmacs |
| 2 | 2 | ||
| 3 | % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | % Copyright (C) 1995-1997, 2001-2011 Free Software Foundation, Inc. |
| 4 | % 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | % Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper) | 5 | % Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper) |
| 7 | % Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3) | 6 | % Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3) |
| @@ -54,7 +53,7 @@ | |||
| 54 | \pdflayout=(1) | 53 | \pdflayout=(1) |
| 55 | 54 | ||
| 56 | \def\versionemacs{21} % version of Emacs this is for | 55 | \def\versionemacs{21} % version of Emacs this is for |
| 57 | \def\year{2010} % latest copyright year | 56 | \def\year{2011} % latest copyright year |
| 58 | \def\versionxemacs{20} % version of XEmacs this is for | 57 | \def\versionxemacs{20} % version of XEmacs this is for |
| 59 | \def\versionviper{3.0} % version of Viper this is for | 58 | \def\versionviper{3.0} % version of Viper this is for |
| 60 | 59 | ||
| @@ -741,4 +740,3 @@ Ex commands can be made to have history. See the manual for details. | |||
| 741 | % compile-command: "pdftex viperCard" | 740 | % compile-command: "pdftex viperCard" |
| 742 | % End: | 741 | % End: |
| 743 | 742 | ||
| 744 | % arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3 | ||
diff --git a/etc/schema/locate.rnc b/etc/schema/locate.rnc index 291c8bfb984..bab527107e9 100644 --- a/etc/schema/locate.rnc +++ b/etc/schema/locate.rnc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1 | # Copyright (C) 2003-2004, 2007-2011 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | # This file is part of GNU Emacs. | 3 | # This file is part of GNU Emacs. |
| 4 | 4 | ||
diff --git a/etc/schema/relaxng.rnc b/etc/schema/relaxng.rnc index c0d598f08fb..15b836c7500 100644 --- a/etc/schema/relaxng.rnc +++ b/etc/schema/relaxng.rnc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # RELAX NG XML syntax expressed in RELAX NG Compact syntax. | 1 | # RELAX NG XML syntax expressed in RELAX NG Compact syntax. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003-2004, 2007-2011 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/etc/schema/schemas.xml b/etc/schema/schemas.xml index 314bdf1145f..36c5fd873d8 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1 | <!-- Copyright (C) 2003-2004, 2007-2011 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | This file is part of GNU Emacs. | 3 | This file is part of GNU Emacs. |
| 4 | 4 | ||
| @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> | |||
| 22 | <uri pattern="*.html" typeId="XHTML"/> | 22 | <uri pattern="*.html" typeId="XHTML"/> |
| 23 | <uri pattern="*.rng" typeId="RELAX NG"/> | 23 | <uri pattern="*.rng" typeId="RELAX NG"/> |
| 24 | <uri pattern="*.rdf" typeId="RDF"/> | 24 | <uri pattern="*.rdf" typeId="RDF"/> |
| 25 | <uri pattern="*.dbk" typeId="DocBook"/> | ||
| 25 | 26 | ||
| 26 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> | 27 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> |
| 27 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> | 28 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> |
| @@ -55,6 +56,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> | |||
| 55 | <typeId id="DocBook" uri="docbook.rnc"/> | 56 | <typeId id="DocBook" uri="docbook.rnc"/> |
| 56 | <typeId id="RDF" uri="rdfxml.rnc"/> | 57 | <typeId id="RDF" uri="rdfxml.rnc"/> |
| 57 | </locatingRules> | 58 | </locatingRules> |
| 58 | |||
| 59 | <!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5 | ||
| 60 | (do not change this comment) --> | ||
diff --git a/etc/ses-example.ses b/etc/ses-example.ses index d88cedcd70f..842d0ad9477 100644 --- a/etc/ses-example.ses +++ b/etc/ses-example.ses | |||
| @@ -205,8 +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, 2008, 2009, 2010 | 208 | ;;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 209 | ;;; Free Software Foundation, Inc. | ||
| 210 | 209 | ||
| 211 | ;;; COPYING PERMISSIONS: | 210 | ;;; COPYING PERMISSIONS: |
| 212 | ;;; | 211 | ;;; |
| @@ -222,5 +221,3 @@ Sales summary - Acme fundraising | |||
| 222 | ;;; | 221 | ;;; |
| 223 | ;;; You should have received a copy of the GNU General Public License | 222 | ;;; You should have received a copy of the GNU General Public License |
| 224 | ;;; along with this program. If not, see <http://www.gnu.org/licenses/>. | 223 | ;;; along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 225 | |||
| 226 | ;;; arch-tag: 4fcb0843-e3f9-4270-b8fb-998129190765 | ||
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt index 85d304ee844..0b042efce69 100644 --- a/etc/srecode/cpp.srt +++ b/etc/srecode/cpp.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cpp.srt --- SRecode templates for c++-mode | 1 | ;;; cpp.srt --- SRecode templates for c++-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt index b42de2f7835..91a76321193 100644 --- a/etc/srecode/default.srt +++ b/etc/srecode/default.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; default.srt --- SRecode templates for srecode-template-mode | 1 | ;;; default.srt --- SRecode templates for srecode-template-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt index 2abe572e396..957986e8eda 100644 --- a/etc/srecode/doc-cpp.srt +++ b/etc/srecode/doc-cpp.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; doc-c.srt --- SRecode templates for "document" applications | 1 | ;; doc-c.srt --- SRecode templates for "document" applications |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt index 2d3094df60d..24741fa7741 100644 --- a/etc/srecode/doc-default.srt +++ b/etc/srecode/doc-default.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; doc-default.srt --- SRecode templates for "document" applications | 1 | ;; doc-default.srt --- SRecode templates for "document" applications |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt index f6ef6c9aea3..c6d2ef1fd54 100644 --- a/etc/srecode/doc-java.srt +++ b/etc/srecode/doc-java.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; doc-java.srt --- SRecode templates for "document" applications | 1 | ;; doc-java.srt --- SRecode templates for "document" applications |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt index 09551b4f539..48c5aae5a68 100644 --- a/etc/srecode/ede-make.srt +++ b/etc/srecode/ede-make.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; ede-make.srt --- SRecode templates for Makefiles used by EDE. | 1 | ;; ede-make.srt --- SRecode templates for Makefiles used by EDE. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt index 9ef258ca85a..b63d560582c 100644 --- a/etc/srecode/el.srt +++ b/etc/srecode/el.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; el.srt --- SRecode templates for Emacs Lisp mode | 1 | ;;; el.srt --- SRecode templates for Emacs Lisp mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/etc/srecode/getset-cpp.srt b/etc/srecode/getset-cpp.srt index 3fb15f5f9da..ebca17098d5 100644 --- a/etc/srecode/getset-cpp.srt +++ b/etc/srecode/getset-cpp.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. | 1 | ;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt index d4cc986a323..3059afad601 100644 --- a/etc/srecode/java.srt +++ b/etc/srecode/java.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; java.srt | 1 | ;; java.srt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/make.srt b/etc/srecode/make.srt index 81ce50ed464..d07d211a984 100644 --- a/etc/srecode/make.srt +++ b/etc/srecode/make.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; make.srt | 1 | ;; make.srt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt index dd2dce0d947..3c9aff7ff0d 100644 --- a/etc/srecode/template.srt +++ b/etc/srecode/template.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; template.srt --- Templates for Semantic Recoders | 1 | ;;; template.srt --- Templates for Semantic Recoders |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt index 8ae5aedaeee..b296f9dc515 100644 --- a/etc/srecode/test.srt +++ b/etc/srecode/test.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; test.srt --- SRecode templates for testing | 1 | ;; test.srt --- SRecode templates for testing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/texi.srt b/etc/srecode/texi.srt index 4d6a05942cf..abf086c7281 100644 --- a/etc/srecode/texi.srt +++ b/etc/srecode/texi.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; texi.srt --- SRecode templates for Texinfo | 1 | ;; texi.srt --- SRecode templates for Texinfo |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt index 5fe5d69e110..d45392e93dd 100644 --- a/etc/srecode/wisent.srt +++ b/etc/srecode/wisent.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. | 1 | ;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index f63440b4ea7..613c98f505a 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | ;;; tango-dark-theme.el --- Tango-based custom theme for faces | 1 | ;;; tango-dark-theme.el --- Tango-based custom theme for faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 4 | |||
| 5 | ;; Authors: Chong Yidong <cyd@stupidchicken> | ||
| 6 | ;; Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 4 | 7 | ||
| 5 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 6 | 9 | ||
| @@ -25,63 +28,124 @@ | |||
| 25 | ;;; Code: | 28 | ;;; Code: |
| 26 | 29 | ||
| 27 | (deftheme tango-dark | 30 | (deftheme tango-dark |
| 28 | "Theme for faces, based on the Tango palette on a dark background. | 31 | "Theme for faces, based on the Tango palette with a dark background. |
| 29 | Basic, Font Lock, Isearch, Gnus, and Message faces are included.") | 32 | Basic, Font Lock, Isearch, Gnus, Message, Ediff, Flyspell, |
| 30 | 33 | Semantic, and Ansi-Color faces are included.") | |
| 31 | (custom-theme-set-faces | 34 | |
| 32 | 'tango-dark | 35 | (let ((class '((class color) (min-colors 89))) |
| 33 | '(default ((t (:foreground "#eeeeec" :background "#2e3436")))) | 36 | ;; Tango palette colors. |
| 34 | '(cursor ((t (:foreground "#2e3436" :background "#fce94f")))) | 37 | (butter-1 "#fce94f") (butter-2 "#edd400") (butter-3 "#c4a000") |
| 35 | '(highlight ((t (:foreground "#2e3436" :background "#edd400")))) | 38 | (orange-1 "#fcaf3e") (orange-2 "#f57900") (orange-3 "#ce5c00") |
| 36 | '(region ((t (:background "#555753")))) | 39 | (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") |
| 37 | '(font-lock-builtin-face ((t (:foreground "#ad7fa8")))) | 40 | (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") |
| 38 | '(font-lock-comment-face ((t (:foreground "#73d216")))) | 41 | (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") |
| 39 | '(font-lock-constant-face ((t (:foreground "#e6a8df")))) | 42 | (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") |
| 40 | '(font-lock-function-name-face ((t (:foreground "#fce94f")))) | 43 | (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") |
| 41 | '(font-lock-keyword-face ((t (:foreground "#8cc4ff")))) | 44 | (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") |
| 42 | '(font-lock-string-face ((t (:foreground "#e9b96e")))) | 45 | (alum-4 "#888a85") (alum-5 "#555753") (alum-6 "#2e3436") |
| 43 | '(font-lock-type-face ((t (:foreground "#a5ff4d")))) | 46 | ;; Not in Tango palette; used for better contrast. |
| 44 | '(font-lock-variable-name-face ((t (:foreground "#fcaf3e")))) | 47 | (cham-0 "#b4fa70") (blue-0 "#8cc4ff") (plum-0 "#e6a8df") |
| 45 | '(font-lock-warning-face ((t (:foreground "#ef2929")))) | 48 | (red-0 "#ff4b4b") (alum-5.5 "#41423f") (alum-7 "#212526")) |
| 46 | '(button ((t (:underline t :foreground "#729fcf")))) | 49 | |
| 47 | '(link ((t (:underline t :foreground "#729fcf")))) | 50 | (custom-theme-set-faces |
| 48 | '(link-visited ((t (:underline t :foreground "#3465a4")))) | 51 | 'tango-dark |
| 49 | '(mode-line ((t (:box (:line-width -1 :style released-button) | 52 | `(default ((,class (:foreground ,alum-1 :background ,alum-6)))) |
| 50 | :background "#d3d7cf" :foreground "black")))) | 53 | `(cursor ((,class (:foreground ,alum-6 :background ,butter-1)))) |
| 51 | '(mode-line-inactive ((t (:box (:line-width -1 :style released-button) | 54 | ;; Highlighting faces |
| 52 | :background "#555753" :foreground "white")))) | 55 | `(fringe ((,class (:background ,alum-7)))) |
| 53 | '(isearch ((t (:foreground "#ffffff" :background "#ce5c00")))) | 56 | `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) |
| 54 | '(lazy-highlight ((t (:background "#8f5902")))) | 57 | `(region ((,class (:background ,alum-5)))) |
| 55 | '(gnus-group-news-1 ((t (:foreground "#ad7fa8")))) | 58 | `(secondary-selection ((,class (:background ,blue-3)))) |
| 56 | '(gnus-group-news-1-low ((t (:foreground "#75507b")))) | 59 | `(isearch ((,class (:foreground ,alum-1 :background ,orange-3)))) |
| 57 | '(gnus-group-news-2 ((t (:foreground "#729fcf")))) | 60 | `(lazy-highlight ((,class (:background ,choc-3)))) |
| 58 | '(gnus-group-news-2-low ((t (:foreground "#3465a4")))) | 61 | `(trailing-whitespace ((,class (:background ,red-3)))) |
| 59 | '(gnus-group-news-3 ((t (:foreground "#8ae234")))) | 62 | ;; Mode line faces |
| 60 | '(gnus-group-news-3-low ((t (:foreground "#73d216")))) | 63 | `(mode-line ((,class |
| 61 | '(gnus-group-news-4 ((t (:foreground "#e9b9e6")))) | 64 | (:box (:line-width -1 :style released-button) |
| 62 | '(gnus-group-news-4-low ((t (:foreground "#c17d11")))) | 65 | :background ,alum-2 :foreground ,alum-6)))) |
| 63 | '(gnus-group-news-5 ((t (:foreground "#fcaf3e")))) | 66 | `(mode-line-inactive ((,class |
| 64 | '(gnus-group-news-5-low ((t (:foreground "#f57900")))) | 67 | (:box (:line-width -1 :style released-button) |
| 65 | '(gnus-group-news-low ((t (:foreground "#edd400")))) | 68 | :background ,alum-5 :foreground ,alum-1)))) |
| 66 | '(gnus-group-mail-1 ((t (:foreground "#ad7fa8")))) | 69 | ;; Escape and prompt faces |
| 67 | '(gnus-group-mail-1-low ((t (:foreground "#75507b")))) | 70 | `(minibuffer-prompt ((,class (:foreground ,cham-0)))) |
| 68 | '(gnus-group-mail-2 ((t (:foreground "#729fcf")))) | 71 | `(escape-glyph ((,class (:foreground ,butter-3)))) |
| 69 | '(gnus-group-mail-2-low ((t (:foreground "#3465a4")))) | 72 | ;; Font lock faces |
| 70 | '(gnus-group-mail-3 ((t (:foreground "#8ae234")))) | 73 | `(font-lock-builtin-face ((,class (:foreground ,plum-1)))) |
| 71 | '(gnus-group-mail-3-low ((t (:foreground "#73d216")))) | 74 | `(font-lock-comment-face ((,class (:foreground ,cham-2)))) |
| 72 | '(gnus-group-mail-low ((t (:foreground "#edd400")))) | 75 | `(font-lock-constant-face ((,class (:foreground ,plum-0)))) |
| 73 | '(gnus-header-content ((t (:weight normal :foreground "#c4a000")))) | 76 | `(font-lock-function-name-face ((,class (:foreground ,butter-1)))) |
| 74 | '(gnus-header-from ((t (:foreground "#edd400")))) | 77 | `(font-lock-keyword-face ((,class (:foreground ,cham-0)))) |
| 75 | '(gnus-header-subject ((t (:foreground "#8ae234")))) | 78 | `(font-lock-string-face ((,class (:foreground ,choc-1)))) |
| 76 | '(gnus-header-name ((t (:foreground "#729fcf")))) | 79 | `(font-lock-type-face ((,class (:foreground ,blue-0)))) |
| 77 | '(gnus-header-newsgroups ((t (:foreground "#c17d11")))) | 80 | `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) |
| 78 | '(message-header-name ((t (:foreground "#729fcf")))) | 81 | `(font-lock-warning-face ((,class (:foreground ,red-0)))) |
| 79 | '(message-header-cc ((t (:foreground "#c4a000")))) | 82 | ;; Button and link faces |
| 80 | '(message-header-other ((t (:foreground "#c17d11")))) | 83 | `(button ((,class (:underline t :foreground ,blue-1)))) |
| 81 | '(message-header-subject ((t (:foreground "#8ae234")))) | 84 | `(link ((,class (:underline t :foreground ,blue-1)))) |
| 82 | '(message-header-to ((t (:foreground "#edd400")))) | 85 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) |
| 83 | '(message-cited-text ((t (:foreground "#8ae234")))) | 86 | ;; Gnus faces |
| 84 | '(message-separator ((t (:foreground "#ad7fa8"))))) | 87 | `(gnus-group-news-1 ((,class (:foreground ,plum-1)))) |
| 88 | `(gnus-group-news-1-low ((,class (:foreground ,plum-2)))) | ||
| 89 | `(gnus-group-news-2 ((,class (:foreground ,blue-1)))) | ||
| 90 | `(gnus-group-news-2-low ((,class (:foreground ,blue-2)))) | ||
| 91 | `(gnus-group-news-3 ((,class (:foreground ,cham-1)))) | ||
| 92 | `(gnus-group-news-3-low ((,class (:foreground ,cham-2)))) | ||
| 93 | `(gnus-group-news-4 ((,class (:foreground ,plum-0)))) | ||
| 94 | `(gnus-group-news-4-low ((,class (:foreground ,choc-2)))) | ||
| 95 | `(gnus-group-news-5 ((,class (:foreground ,orange-1)))) | ||
| 96 | `(gnus-group-news-5-low ((,class (:foreground ,orange-2)))) | ||
| 97 | `(gnus-group-news-low ((,class (:foreground ,butter-2)))) | ||
| 98 | `(gnus-group-mail-1 ((,class (:foreground ,plum-1)))) | ||
| 99 | `(gnus-group-mail-1-low ((,class (:foreground ,plum-2)))) | ||
| 100 | `(gnus-group-mail-2 ((,class (:foreground ,blue-1)))) | ||
| 101 | `(gnus-group-mail-2-low ((,class (:foreground ,blue-2)))) | ||
| 102 | `(gnus-group-mail-3 ((,class (:foreground ,cham-1)))) | ||
| 103 | `(gnus-group-mail-3-low ((,class (:foreground ,cham-2)))) | ||
| 104 | `(gnus-group-mail-low ((,class (:foreground ,butter-2)))) | ||
| 105 | `(gnus-header-content ((,class (:weight normal :foreground ,butter-3)))) | ||
| 106 | `(gnus-header-from ((,class (:foreground ,butter-2)))) | ||
| 107 | `(gnus-header-subject ((,class (:foreground ,cham-1)))) | ||
| 108 | `(gnus-header-name ((,class (:foreground ,blue-1)))) | ||
| 109 | `(gnus-header-newsgroups ((,class (:foreground ,choc-2)))) | ||
| 110 | ;; Message faces | ||
| 111 | `(message-header-name ((,class (:foreground ,blue-1)))) | ||
| 112 | `(message-header-cc ((,class (:foreground ,butter-3)))) | ||
| 113 | `(message-header-other ((,class (:foreground ,choc-2)))) | ||
| 114 | `(message-header-subject ((,class (:foreground ,cham-1)))) | ||
| 115 | `(message-header-to ((,class (:foreground ,butter-2)))) | ||
| 116 | `(message-cited-text ((,class (:foreground ,cham-1)))) | ||
| 117 | `(message-separator ((,class (:foreground ,plum-1)))) | ||
| 118 | ;; SMerge faces | ||
| 119 | `(smerge-refined-change ((,class (:background ,blue-3)))) | ||
| 120 | ;; Ediff faces | ||
| 121 | `(ediff-current-diff-A ((,class (:background ,alum-5)))) | ||
| 122 | `(ediff-fine-diff-A ((,class (:background ,blue-3)))) | ||
| 123 | `(ediff-even-diff-A ((,class (:background ,alum-5.5)))) | ||
| 124 | `(ediff-odd-diff-A ((,class (:background ,alum-5.5)))) | ||
| 125 | `(ediff-current-diff-B ((,class (:background ,alum-5)))) | ||
| 126 | `(ediff-fine-diff-B ((,class (:background ,choc-3)))) | ||
| 127 | `(ediff-even-diff-B ((,class (:background ,alum-5.5)))) | ||
| 128 | `(ediff-odd-diff-B ((,class (:background ,alum-5.5)))) | ||
| 129 | ;; Flyspell faces | ||
| 130 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) | ||
| 131 | `(flyspell-incorrect ((,class (:underline ,red-1)))) | ||
| 132 | ;; Semantic faces | ||
| 133 | `(semantic-decoration-on-includes ((,class (:underline ,alum-4)))) | ||
| 134 | `(semantic-decoration-on-private-members-face | ||
| 135 | ((,class (:background ,plum-3)))) | ||
| 136 | `(semantic-decoration-on-protected-members-face | ||
| 137 | ((,class (:background ,choc-3)))) | ||
| 138 | `(semantic-decoration-on-unknown-includes | ||
| 139 | ((,class (:background ,red-3)))) | ||
| 140 | `(semantic-decoration-on-unparsed-includes | ||
| 141 | ((,class (:background ,alum-5.5)))) | ||
| 142 | `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) | ||
| 143 | `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))) | ||
| 144 | |||
| 145 | (custom-theme-set-variables | ||
| 146 | 'tango-dark | ||
| 147 | `(ansi-color-names-vector [,alum-7 ,red-0 ,cham-0 ,butter-1 | ||
| 148 | ,blue-1 ,plum-1 ,blue-0 ,alum-1]))) | ||
| 85 | 149 | ||
| 86 | (provide-theme 'tango-dark) | 150 | (provide-theme 'tango-dark) |
| 87 | 151 | ||
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index f0492c048af..314b3986f21 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | ;;; tango-theme.el --- Tango-based custom theme for faces | 1 | ;;; tango-theme.el --- Tango-based custom theme for faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 4 | |||
| 5 | ;; Authors: Chong Yidong <cyd@stupidchicken> | ||
| 6 | ;; Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 4 | 7 | ||
| 5 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 6 | 9 | ||
| @@ -25,63 +28,117 @@ | |||
| 25 | ;;; Code: | 28 | ;;; Code: |
| 26 | 29 | ||
| 27 | (deftheme tango | 30 | (deftheme tango |
| 28 | "Theme for faces, based on the Tango palette on a light background. | 31 | "Theme for faces, based on the Tango palette with a light background. |
| 29 | Basic, Font Lock, Isearch, Gnus, and Message faces are included.") | 32 | Basic, Font Lock, Isearch, Gnus, Message, Ediff, Flyspell, |
| 30 | 33 | Semantic, and Ansi-Color faces are included.") | |
| 31 | (custom-theme-set-faces | 34 | |
| 32 | 'tango | 35 | (let ((class '((class color) (min-colors 89))) |
| 33 | '(default ((t (:foreground "#16191a" :background "#eeeeec")))) | 36 | ;; Tango palette colors. |
| 34 | '(cursor ((t (:foreground "#eeeeec" :background "#204a87")))) | 37 | (butter-1 "#fce94f") (butter-2 "#edd400") (butter-3 "#c4a000") |
| 35 | '(highlight ((t (:background "#babdb6")))) | 38 | (orange-1 "#fcaf3e") (orange-2 "#f57900") (orange-3 "#ce5c00") |
| 36 | '(region ((t (:background "#babdb6")))) | 39 | (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") |
| 37 | '(font-lock-builtin-face ((t (:weight bold :foreground "#204a87")))) | 40 | (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") |
| 38 | '(font-lock-comment-face ((t (:foreground "#204a87")))) | 41 | (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") |
| 39 | '(font-lock-constant-face ((t (:weight bold :foreground "#5c3566")))) | 42 | (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") |
| 40 | '(font-lock-function-name-face ((t (:weight bold :foreground "#ce5c00")))) | 43 | (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") |
| 41 | '(font-lock-keyword-face ((t (:foreground "#a40000")))) | 44 | (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") |
| 42 | '(font-lock-string-face ((t (:foreground "#5c3566")))) | 45 | (alum-4 "#888a85") (alum-5 "#555753") (alum-6 "#2e3436") |
| 43 | '(font-lock-type-face ((t (:weight bold :foreground "#4e9a06")))) | 46 | ;; Not in Tango palette; used for better contrast. |
| 44 | '(font-lock-variable-name-face ((t (:weight bold :foreground "#c17d11")))) | 47 | (cham-4 "#346604") (blue-0 "#8cc4ff")) |
| 45 | '(font-lock-warning-face ((t (:foreground "#cc0000")))) | 48 | |
| 46 | '(button ((t (:underline t :foreground "#204a87")))) | 49 | (custom-theme-set-faces |
| 47 | '(link ((t (:underline t :foreground "#204a87")))) | 50 | 'tango |
| 48 | '(link-visited ((t (:underline t :foreground "#3465a4")))) | 51 | `(default ((,class (:foreground ,"#16191a" :background ,alum-1)))) |
| 49 | '(mode-line ((t (:box (:line-width -1 :style released-button) | 52 | `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) |
| 50 | :background "#d3d7cf" :foreground "black")))) | 53 | ;; Highlighting faces |
| 51 | '(mode-line-inactive ((t (:box (:line-width -1 :style released-button) | 54 | `(fringe ((,class (:background ,alum-2)))) |
| 52 | :background "#babdb6" :foreground "black")))) | 55 | `(highlight ((,class (:background ,alum-3)))) |
| 53 | '(isearch ((t (:foreground "#ffffff" :background "#ce5c00")))) | 56 | `(region ((,class (:background ,alum-3)))) |
| 54 | '(lazy-highlight ((t (:background "#e9b96e")))) | 57 | `(secondary-selection ((,class (:background ,blue-0)))) |
| 55 | '(gnus-group-news-1 ((t (:weight bold :foreground "#5c3566")))) | 58 | `(isearch ((,class (:foreground ,"#ffffff" :background ,orange-3)))) |
| 56 | '(gnus-group-news-1-low ((t (:foreground "#5c3566")))) | 59 | `(lazy-highlight ((,class (:background ,choc-1)))) |
| 57 | '(gnus-group-news-2 ((t (:weight bold :foreground "#204a87")))) | 60 | `(trailing-whitespace ((,class (:background ,red-1)))) |
| 58 | '(gnus-group-news-2-low ((t (:foreground "#204a87")))) | 61 | ;; Mode line faces |
| 59 | '(gnus-group-news-3 ((t (:weight bold :foreground "#4e0a06")))) | 62 | `(mode-line ((,class (:box (:line-width -1 :style released-button) |
| 60 | '(gnus-group-news-3-low ((t (:foreground "#4e0a06")))) | 63 | :background ,alum-2 :foreground ,alum-6)))) |
| 61 | '(gnus-group-news-4 ((t (:weight bold :foreground "#7a4c02")))) | 64 | `(mode-line-inactive ((,class (:box (:line-width -1 :style released-button) |
| 62 | '(gnus-group-news-4-low ((t (:foreground "#7a4c02")))) | 65 | :background ,alum-4 :foreground ,alum-6)))) |
| 63 | '(gnus-group-news-5 ((t (:weight bold :foreground "#ce5c00")))) | 66 | ;; Escape and prompt faces |
| 64 | '(gnus-group-news-5-low ((t (:foreground "#ce5c00")))) | 67 | `(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3)))) |
| 65 | '(gnus-group-news-low ((t (:foreground "#888a85")))) | 68 | `(escape-glyph ((,class (:foreground ,red-3)))) |
| 66 | '(gnus-group-mail-1 ((t (:weight bold :foreground "#5c3566")))) | 69 | ;; Font lock faces |
| 67 | '(gnus-group-mail-1-low ((t (:foreground "#5c3566")))) | 70 | `(font-lock-builtin-face ((,class (:weight bold :foreground ,plum-3)))) |
| 68 | '(gnus-group-mail-2 ((t (:weight bold :foreground "#204a87")))) | 71 | `(font-lock-comment-face ((,class (:foreground ,cham-4)))) |
| 69 | '(gnus-group-mail-2-low ((t (:foreground "#204a87")))) | 72 | `(font-lock-constant-face ((,class (:weight bold :foreground ,blue-3)))) |
| 70 | '(gnus-group-mail-3 ((t (:weight bold :foreground "#4e0a06")))) | 73 | `(font-lock-function-name-face ((,class (:foreground ,red-3)))) |
| 71 | '(gnus-group-mail-3-low ((t (:foreground "#4e0a06")))) | 74 | `(font-lock-keyword-face ((,class (:weight bold :foreground ,choc-2)))) |
| 72 | '(gnus-group-mail-low ((t (:foreground "#888a85")))) | 75 | `(font-lock-string-face ((,class (:foreground ,plum-3)))) |
| 73 | '(gnus-header-content ((t (:foreground "#4e9a06")))) | 76 | `(font-lock-type-face ((,class (:foreground ,blue-3)))) |
| 74 | '(gnus-header-from ((t (:weight bold :foreground "#c4a000")))) | 77 | `(font-lock-variable-name-face ((,class (:weight bold :foreground ,orange-3)))) |
| 75 | '(gnus-header-subject ((t (:foreground "#4e0a06")))) | 78 | `(font-lock-warning-face ((,class (:foreground ,red-2)))) |
| 76 | '(gnus-header-name ((t (:foreground "#204a87")))) | 79 | ;; Button and link faces |
| 77 | '(gnus-header-newsgroups ((t (:foreground "#888a85")))) | 80 | `(button ((,class (:underline t :foreground ,blue-3)))) |
| 78 | '(message-header-name ((t (:foreground "#204a87")))) | 81 | `(link ((,class (:underline t :foreground ,blue-3)))) |
| 79 | '(message-header-cc ((t (:foreground "#c4a000")))) | 82 | `(link-visited ((,class (:underline t :foreground ,blue-2)))) |
| 80 | '(message-header-other ((t (:foreground "#c17d11")))) | 83 | ;; Gnus faces |
| 81 | '(message-header-subject ((t (:foreground "#4e0a06")))) | 84 | `(gnus-group-news-1 ((,class (:weight bold :foreground ,plum-3)))) |
| 82 | '(message-header-to ((t (:weight bold :foreground "#c4a000")))) | 85 | `(gnus-group-news-1-low ((,class (:foreground ,plum-3)))) |
| 83 | '(message-cited-text ((t (:foreground "#888a85")))) | 86 | `(gnus-group-news-2 ((,class (:weight bold :foreground ,blue-3)))) |
| 84 | '(message-separator ((t (:weight bold :foreground "#4e9a06"))))) | 87 | `(gnus-group-news-2-low ((,class (:foreground ,blue-3)))) |
| 88 | `(gnus-group-news-3 ((,class (:weight bold :foreground ,"#4e0a06")))) | ||
| 89 | `(gnus-group-news-3-low ((,class (:foreground ,"#4e0a06")))) | ||
| 90 | `(gnus-group-news-4 ((,class (:weight bold :foreground ,"#7a4c02")))) | ||
| 91 | `(gnus-group-news-4-low ((,class (:foreground ,"#7a4c02")))) | ||
| 92 | `(gnus-group-news-5 ((,class (:weight bold :foreground ,orange-3)))) | ||
| 93 | `(gnus-group-news-5-low ((,class (:foreground ,orange-3)))) | ||
| 94 | `(gnus-group-news-low ((,class (:foreground ,"#888a85")))) | ||
| 95 | `(gnus-group-mail-1 ((,class (:weight bold :foreground ,plum-3)))) | ||
| 96 | `(gnus-group-mail-1-low ((,class (:foreground ,plum-3)))) | ||
| 97 | `(gnus-group-mail-2 ((,class (:weight bold :foreground ,blue-3)))) | ||
| 98 | `(gnus-group-mail-2-low ((,class (:foreground ,blue-3)))) | ||
| 99 | `(gnus-group-mail-3 ((,class (:weight bold :foreground ,"#4e0a06")))) | ||
| 100 | `(gnus-group-mail-3-low ((,class (:foreground ,"#4e0a06")))) | ||
| 101 | `(gnus-group-mail-low ((,class (:foreground ,"#888a85")))) | ||
| 102 | `(gnus-header-content ((,class (:foreground ,cham-3)))) | ||
| 103 | `(gnus-header-from ((,class (:weight bold :foreground ,butter-3)))) | ||
| 104 | `(gnus-header-subject ((,class (:foreground ,"#4e0a06")))) | ||
| 105 | `(gnus-header-name ((,class (:foreground ,blue-3)))) | ||
| 106 | `(gnus-header-newsgroups ((,class (:foreground ,"#888a85")))) | ||
| 107 | ;; Message faces | ||
| 108 | `(message-header-name ((,class (:foreground ,blue-3)))) | ||
| 109 | `(message-header-cc ((,class (:foreground ,butter-3)))) | ||
| 110 | `(message-header-other ((,class (:foreground ,choc-2)))) | ||
| 111 | `(message-header-subject ((,class (:foreground ,"#4e0a06")))) | ||
| 112 | `(message-header-to ((,class (:weight bold :foreground ,butter-3)))) | ||
| 113 | `(message-cited-text ((,class (:foreground ,"#888a85")))) | ||
| 114 | `(message-separator ((,class (:weight bold :foreground ,cham-3)))) | ||
| 115 | ;; SMerge | ||
| 116 | `(smerge-refined-change ((,class (:background ,plum-1)))) | ||
| 117 | ;; Ediff | ||
| 118 | `(ediff-current-diff-A ((,class (:background ,blue-1)))) | ||
| 119 | `(ediff-fine-diff-A ((,class (:background ,plum-1)))) | ||
| 120 | `(ediff-current-diff-B ((,class (:background ,butter-1)))) | ||
| 121 | `(ediff-fine-diff-B ((,class (:background ,orange-1)))) | ||
| 122 | ;; Flyspell | ||
| 123 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) | ||
| 124 | `(flyspell-incorrect ((,class (:underline ,red-1)))) | ||
| 125 | ;; Semantic faces | ||
| 126 | `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) | ||
| 127 | `(semantic-decoration-on-private-members-face | ||
| 128 | ((,class (:background ,alum-2)))) | ||
| 129 | `(semantic-decoration-on-protected-members-face | ||
| 130 | ((,class (:background ,alum-2)))) | ||
| 131 | `(semantic-decoration-on-unknown-includes | ||
| 132 | ((,class (:background ,choc-3)))) | ||
| 133 | `(semantic-decoration-on-unparsed-includes | ||
| 134 | ((,class (:underline ,orange-3)))) | ||
| 135 | `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) | ||
| 136 | `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))) | ||
| 137 | |||
| 138 | (custom-theme-set-variables | ||
| 139 | 'tango | ||
| 140 | `(ansi-color-names-vector [,alum-6 ,red-3 ,cham-3 ,butter-3 | ||
| 141 | ,blue-3 ,plum-3 ,blue-1 ,alum-1]))) | ||
| 85 | 142 | ||
| 86 | (provide-theme 'tango) | 143 | (provide-theme 'tango) |
| 87 | 144 | ||
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el new file mode 100644 index 00000000000..d15677114aa --- /dev/null +++ b/etc/themes/tsdh-dark-theme.el | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | ;;; tsdh-dark-theme.el --- Tassilo's dark custom theme | ||
| 2 | |||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | ;; it under the terms of the GNU General Public License as published by | ||
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 10 | ;; (at your option) any later version. | ||
| 11 | |||
| 12 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | ;; GNU General Public License for more details. | ||
| 16 | |||
| 17 | ;; You should have received a copy of the GNU General Public License | ||
| 18 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | |||
| 20 | ;;; Code: | ||
| 21 | |||
| 22 | (deftheme tsdh-dark | ||
| 23 | "Theme with dark background used and created by Tassilo Horn.") | ||
| 24 | |||
| 25 | (custom-theme-set-faces | ||
| 26 | 'tsdh-dark | ||
| 27 | '(default ((t (:background "gray20" :foreground "white smoke")))) | ||
| 28 | '(diff-added ((t (:inherit diff-changed :background "dark green")))) | ||
| 29 | '(diff-changed ((t (:background "midnight blue")))) | ||
| 30 | '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) | ||
| 31 | '(diff-indicator-changed ((t (:weight bold)))) | ||
| 32 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) | ||
| 33 | '(diff-removed ((t (:inherit diff-changed :background "dark red")))) | ||
| 34 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) | ||
| 35 | '(header-line ((t (:inherit mode-line :inverse-video t)))) | ||
| 36 | '(hl-line ((t (:background "grey28")))) | ||
| 37 | '(message-header-subject ((t (:foreground "SkyBlue")))) | ||
| 38 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | ||
| 39 | '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) | ||
| 40 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) | ||
| 41 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) | ||
| 42 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) | ||
| 43 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) | ||
| 44 | '(org-agenda-structure ((t (:foreground "SkyBlue" :weight bold)))) | ||
| 45 | '(org-hide ((t (:foreground "gray30")))) | ||
| 46 | '(org-tag ((t (:weight bold)))) | ||
| 47 | '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) | ||
| 48 | '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) | ||
| 49 | '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold)))) | ||
| 50 | '(outline-4 ((t (:inherit font-lock-comment-face :weight bold)))) | ||
| 51 | '(outline-5 ((t (:inherit font-lock-type-face :weight bold)))) | ||
| 52 | '(outline-6 ((t (:inherit font-lock-constant-face :weight bold)))) | ||
| 53 | '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) | ||
| 54 | '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) | ||
| 55 | '(region ((t (:background "SteelBlue4")))) | ||
| 56 | '(show-paren-match ((t (:background "DarkGreen")))) | ||
| 57 | '(show-paren-mismatch ((t (:background "deep pink")))) | ||
| 58 | '(window-number-face ((t (:foreground "red" :weight bold))))) | ||
| 59 | |||
| 60 | (provide-theme 'tsdh-dark) | ||
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el new file mode 100644 index 00000000000..9fac27fda1e --- /dev/null +++ b/etc/themes/tsdh-light-theme.el | |||
| @@ -0,0 +1,59 @@ | |||
| 1 | ;;; tsdh-light-theme.el --- Tassilo's light custom theme | ||
| 2 | |||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | ;; it under the terms of the GNU General Public License as published by | ||
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 10 | ;; (at your option) any later version. | ||
| 11 | |||
| 12 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | ;; GNU General Public License for more details. | ||
| 16 | |||
| 17 | ;; You should have received a copy of the GNU General Public License | ||
| 18 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | |||
| 20 | ;;; Code: | ||
| 21 | |||
| 22 | (deftheme tsdh-light | ||
| 23 | "Black on white theme used and created by Tassilo Horn.") | ||
| 24 | |||
| 25 | (custom-theme-set-faces | ||
| 26 | 'tsdh-light | ||
| 27 | '(default ((t (:background "white" :foreground "black")))) | ||
| 28 | '(diff-added ((t (:inherit diff-changed :background "light green")))) | ||
| 29 | '(diff-changed ((t (:background "light steel blue")))) | ||
| 30 | '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) | ||
| 31 | '(diff-indicator-changed ((t (:weight bold)))) | ||
| 32 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) | ||
| 33 | '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) | ||
| 34 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) | ||
| 35 | '(header-line ((t (:inherit mode-line :inverse-video t)))) | ||
| 36 | '(hl-line ((t (:background "grey95")))) | ||
| 37 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | ||
| 38 | '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) | ||
| 39 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) | ||
| 40 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) | ||
| 41 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) | ||
| 42 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) | ||
| 43 | '(org-agenda-structure ((t (:foreground "Blue1" :weight bold :height 1.1 :family "DeJaVu Sans")))) | ||
| 44 | '(org-hide ((t (:foreground "white")))) | ||
| 45 | '(org-tag ((t (:weight bold)))) | ||
| 46 | '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) | ||
| 47 | '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) | ||
| 48 | '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold)))) | ||
| 49 | '(outline-4 ((t (:inherit font-lock-comment-face :weight bold)))) | ||
| 50 | '(outline-5 ((t (:inherit font-lock-type-face :weight bold)))) | ||
| 51 | '(outline-6 ((t (:inherit font-lock-constant-face :weight bold)))) | ||
| 52 | '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) | ||
| 53 | '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) | ||
| 54 | '(region ((t (:background "lightgoldenrod1")))) | ||
| 55 | '(show-paren-match ((t (:background "LightCyan2")))) | ||
| 56 | '(show-paren-mismatch ((t (:background "deep pink")))) | ||
| 57 | '(window-number-face ((t (:foreground "red" :weight bold))))) | ||
| 58 | |||
| 59 | (provide-theme 'tsdh-light) | ||
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 848e5e95073..0b22fd25d53 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wheatgrass-theme.el --- custom theme for faces | 1 | ;;; wheatgrass-theme.el --- custom theme for faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2011 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/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index f566df9735d..ae4cfb93edc 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -1121,8 +1121,7 @@ starting with the one written by Stuart Cracraft for the original Emacs. | |||
| 1121 | This version of the tutorial is a part of GNU Emacs. It is copyrighted | 1121 | This version of the tutorial is a part of GNU Emacs. It is copyrighted |
| 1122 | and comes with permission to distribute copies on certain conditions: | 1122 | and comes with permission to distribute copies on certain conditions: |
| 1123 | 1123 | ||
| 1124 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | 1124 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1125 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1126 | 1125 | ||
| 1127 | This file is part of GNU Emacs. | 1126 | This file is part of GNU Emacs. |
| 1128 | 1127 | ||
| @@ -1143,4 +1142,3 @@ Please read the file COPYING and then do give copies of GNU Emacs to | |||
| 1143 | your friends. Help stamp out software obstructionism ("ownership") by | 1142 | your friends. Help stamp out software obstructionism ("ownership") by |
| 1144 | using, writing, and sharing free software! | 1143 | using, writing, and sharing free software! |
| 1145 | 1144 | ||
| 1146 | ;;; arch-tag: a0f84628-777f-4238-8865-451a73167f55 | ||
diff --git a/etc/tutorials/TUTORIAL.bg b/etc/tutorials/TUTORIAL.bg index e8300d26653..cbbc27bd9c4 100644 --- a/etc/tutorials/TUTORIAL.bg +++ b/etc/tutorials/TUTORIAL.bg | |||
| @@ -1160,8 +1160,7 @@ Dired ( | |||
| 1160 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1160 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1161 | comes with permission to distribute copies on certain conditions: | 1161 | comes with permission to distribute copies on certain conditions: |
| 1162 | 1162 | ||
| 1163 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1163 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1164 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1165 | 1164 | ||
| 1166 | Permission is granted to anyone to make or distribute verbatim copies | 1165 | Permission is granted to anyone to make or distribute verbatim copies |
| 1167 | of this document as received, in any medium, provided that the | 1166 | of this document as received, in any medium, provided that the |
| @@ -1185,4 +1184,3 @@ Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | |||
| 1185 | ;;; Local Variables: | 1184 | ;;; Local Variables: |
| 1186 | ;;; coding: windows-1251 | 1185 | ;;; coding: windows-1251 |
| 1187 | ;;; End: | 1186 | ;;; End: |
| 1188 | ;;; arch-tag: 70cf6ad7-c2e4-41fe-8199-74aa52683b0e | ||
diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn index e24b3c25093..6a605f6e791 100644 --- a/etc/tutorials/TUTORIAL.cn +++ b/etc/tutorials/TUTORIAL.cn | |||
| @@ -980,8 +980,7 @@ starting with the one written by Stuart Cracraft for the original Emacs. | |||
| 980 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 980 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 981 | comes with permission to distribute copies on certain conditions: | 981 | comes with permission to distribute copies on certain conditions: |
| 982 | 982 | ||
| 983 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 983 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 984 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 985 | 984 | ||
| 986 | Permission is granted to anyone to make or distribute verbatim copies | 985 | Permission is granted to anyone to make or distribute verbatim copies |
| 987 | of this document as received, in any medium, provided that the | 986 | of this document as received, in any medium, provided that the |
| @@ -1006,8 +1005,7 @@ GNU Emacs to your friends. Help stamp out software obstructionism | |||
| 1006 | 1005 | ||
| 1007 | ƪĵ GNU Emacs һӵаȨԼ·俽 | 1006 | ƪĵ GNU Emacs һӵаȨԼ·俽 |
| 1008 | 1007 | ||
| 1009 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | 1008 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1010 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1011 | 1009 | ||
| 1012 | ĵڲĵݵκ˷κýϣͬʱ | 1010 | ĵڲĵݵκ˷κýϣͬʱ |
| 1013 | Ȩ뷢ȫͬġ籾 | 1011 | Ȩ뷢ȫͬġ籾 |
| @@ -1024,4 +1022,3 @@ Emacs İȨȱĵҪһЩҲͬľĶ | |||
| 1024 | ;;; coding: chinese-iso-8bit | 1022 | ;;; coding: chinese-iso-8bit |
| 1025 | ;;; End: | 1023 | ;;; End: |
| 1026 | 1024 | ||
| 1027 | ;;; arch-tag: 46a53d82-a85a-46b6-bdc7-583aca063578 | ||
diff --git a/etc/tutorials/TUTORIAL.cs b/etc/tutorials/TUTORIAL.cs index 628c3d7d8d1..98dcf473aef 100644 --- a/etc/tutorials/TUTORIAL.cs +++ b/etc/tutorials/TUTORIAL.cs | |||
| @@ -1015,8 +1015,7 @@ tutorilem napsanm Stuartem Cracraftem pro pvodn Emacs. | |||
| 1015 | Tato verze tutorilu je, podobn jako GNU Emacs, chrnna copyrightem a | 1015 | Tato verze tutorilu je, podobn jako GNU Emacs, chrnna copyrightem a |
| 1016 | je ena se svolenm distribuovat kopie za jistch podmnek: | 1016 | je ena se svolenm distribuovat kopie za jistch podmnek: |
| 1017 | 1017 | ||
| 1018 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1018 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1019 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1020 | 1019 | ||
| 1021 | Kadmu je zarueno prvo vytvet a distribuovat pesn kopie tohoto | 1020 | Kadmu je zarueno prvo vytvet a distribuovat pesn kopie tohoto |
| 1022 | dokumentu tak, jak jej obdrel, na jakmkoliv mdiu, s tm, e bude | 1021 | dokumentu tak, jak jej obdrel, na jakmkoliv mdiu, s tm, e bude |
| @@ -1037,4 +1036,3 @@ GNU Emacsu svm ptelm. Pomhejte potrat softwarovou obstrukci | |||
| 1037 | ;;; coding: iso-latin-2 | 1036 | ;;; coding: iso-latin-2 |
| 1038 | ;;; End: | 1037 | ;;; End: |
| 1039 | 1038 | ||
| 1040 | ;;; arch-tag: 479ef577-3d4d-4384-aeea-9fe79d5e89ca | ||
diff --git a/etc/tutorials/TUTORIAL.de b/etc/tutorials/TUTORIAL.de index 4b97aa60b47..ad0b765b55b 100644 --- a/etc/tutorials/TUTORIAL.de +++ b/etc/tutorials/TUTORIAL.de | |||
| @@ -1477,8 +1477,7 @@ Beachten Sie bitte, dass im Zweifelsfalle das englische Original | |||
| 1477 | dieser Urheberrechtsnotiz gltig ist (zu finden in der Datei | 1477 | dieser Urheberrechtsnotiz gltig ist (zu finden in der Datei |
| 1478 | TUTORIAL). | 1478 | TUTORIAL). |
| 1479 | 1479 | ||
| 1480 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, | 1480 | Copyright (C) 1985, 1996-1997, 2001-2011 Free Software Foundation, Inc. |
| 1481 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1482 | 1481 | ||
| 1483 | Diese Datei ist ein Bestandteil von GNU Emacs. | 1482 | Diese Datei ist ein Bestandteil von GNU Emacs. |
| 1484 | 1483 | ||
| @@ -1506,4 +1505,3 @@ freie Software verwenden, verteilen, oder sogar selber schreiben. | |||
| 1506 | ;;; coding: latin-1 | 1505 | ;;; coding: latin-1 |
| 1507 | ;;; End: | 1506 | ;;; End: |
| 1508 | 1507 | ||
| 1509 | ;;; arch-tag: a8f2fe06-631d-4ae1-887e-446f971b0baa | ||
diff --git a/etc/tutorials/TUTORIAL.eo b/etc/tutorials/TUTORIAL.eo index 91bf78e47a9..f95f3317abf 100644 --- a/etc/tutorials/TUTORIAL.eo +++ b/etc/tutorials/TUTORIAL.eo | |||
| @@ -1081,8 +1081,8 @@ la dosiero verkita de Stuart Cracraft por la originala Emakso. | |||
| 1081 | kopirajton, kaj venas kun permeso por disdoni kopiojn se certaj | 1081 | kopirajton, kaj venas kun permeso por disdoni kopiojn se certaj |
| 1082 | kondioj estas observataj: | 1082 | kondioj estas observataj: |
| 1083 | 1083 | ||
| 1084 | Copyright (C) 1985, 1999, 2001, 2002, 2005, | 1084 | Copyright (C) 1985, 1999, 2001-2002, 2005, 2007-2011 |
| 1085 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1085 | Free Software Foundation, Inc. |
| 1086 | 1086 | ||
| 1087 | i tiu dosiero estas parto de "GNU Emacs". | 1087 | i tiu dosiero estas parto de "GNU Emacs". |
| 1088 | 1088 | ||
| @@ -1114,5 +1114,3 @@ kaj kompletigis Sergio B. Pokrovskij. | |||
| 1114 | ;;; Local Variables: | 1114 | ;;; Local Variables: |
| 1115 | ;;; coding: latin-3 | 1115 | ;;; coding: latin-3 |
| 1116 | ;;; End: | 1116 | ;;; End: |
| 1117 | |||
| 1118 | ;; arch-tag: ee436ebb-58b6-4102-9402-1e92c33966e9 | ||
diff --git a/etc/tutorials/TUTORIAL.es b/etc/tutorials/TUTORIAL.es index 7b8198a915b..e4b2cf0d528 100644 --- a/etc/tutorials/TUTORIAL.es +++ b/etc/tutorials/TUTORIAL.es | |||
| @@ -1179,8 +1179,7 @@ Por favor, en caso de duda, slo es vlido el original en ingls de la | |||
| 1179 | siguiente nota de derechos de reproduccin (que puede encontrar en el | 1179 | siguiente nota de derechos de reproduccin (que puede encontrar en el |
| 1180 | archivo TUTORIAL). | 1180 | archivo TUTORIAL). |
| 1181 | 1181 | ||
| 1182 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1182 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1183 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1184 | 1183 | ||
| 1185 | Se permite a cualquiera hacer o distribuir copias literales de este | 1184 | Se permite a cualquiera hacer o distribuir copias literales de este |
| 1186 | documento como se recibe, en cualquier medio, siempre que la nota | 1185 | documento como se recibe, en cualquier medio, siempre que la nota |
| @@ -1205,4 +1204,3 @@ compartiendo software libre! | |||
| 1205 | ;;; coding: latin-1 | 1204 | ;;; coding: latin-1 |
| 1206 | ;;; End: | 1205 | ;;; End: |
| 1207 | 1206 | ||
| 1208 | ;;; arch-tag: 66aae86e-6f86-4a3e-b82a-44a783f774fd | ||
diff --git a/etc/tutorials/TUTORIAL.fr b/etc/tutorials/TUTORIAL.fr index 305f01957f9..5ba4ebae9c3 100644 --- a/etc/tutorials/TUTORIAL.fr +++ b/etc/tutorials/TUTORIAL.fr | |||
| @@ -1162,8 +1162,7 @@ Cette version du didacticiel, comme GNU Emacs, est place sous | |||
| 1162 | copyright, et vous pouvez en distribuer des copies sous certaines | 1162 | copyright, et vous pouvez en distribuer des copies sous certaines |
| 1163 | conditions : | 1163 | conditions : |
| 1164 | 1164 | ||
| 1165 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 1165 | Copyright (C) 1985, 1996, 2001-2011 Free Software Foundation, Inc. |
| 1166 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1167 | 1166 | ||
| 1168 | Chacun peut crer ou distribuer des copies de ce document tel qu'il | 1167 | Chacun peut crer ou distribuer des copies de ce document tel qu'il |
| 1169 | l'a reu, sur n'importe quel support, pourvu que la note de | 1168 | l'a reu, sur n'importe quel support, pourvu que la note de |
| @@ -1192,4 +1191,3 @@ Cette traduction franaise a t effectue par ric Jacoboni | |||
| 1192 | ;;; sentence-end-double-space: nil | 1191 | ;;; sentence-end-double-space: nil |
| 1193 | ;;; End: | 1192 | ;;; End: |
| 1194 | 1193 | ||
| 1195 | ;;; arch-tag: f6c5c2ff-bf24-477c-bd18-32f76f51ba65 | ||
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he index 8c376314d2e..529c42a1c40 100644 --- a/etc/tutorials/TUTORIAL.he +++ b/etc/tutorials/TUTORIAL.he | |||
| @@ -1008,7 +1008,7 @@ find-file. | |||
| 1008 | גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים | 1008 | גירסה זו של השיעור הינה חלק מחבילת GNU Emacs. היא מוגנת בזכויות יוצרים |
| 1009 | וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן: | 1009 | וניתנת להעתקה והפצת עותקים בתנאים מסויימים כדלקמן: |
| 1010 | 1010 | ||
| 1011 | Copyright (C) 2010 Free Software Foundation, Inc. | 1011 | Copyright (C) 2010-2011 Free Software Foundation, Inc. |
| 1012 | 1012 | ||
| 1013 | GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי | 1013 | GNU Emacs הינו תכנה חפשית; זכותכם להפיצו ו\או לשנותו בכפוף לתנאי |
| 1014 | הרשיון GNU General Public License, כפי שהוא יוצא לאור ע"י Free | 1014 | הרשיון GNU General Public License, כפי שהוא יוצא לאור ע"י Free |
diff --git a/etc/tutorials/TUTORIAL.it b/etc/tutorials/TUTORIAL.it index fda4a57adda..1c9f8bc6654 100644 --- a/etc/tutorials/TUTORIAL.it +++ b/etc/tutorials/TUTORIAL.it | |||
| @@ -1085,7 +1085,7 @@ distribuito con il permesso di farne copie a determinate condizioni: | |||
| 1085 | indicativo, restando comunque inteso il fatto che quella originale a | 1085 | indicativo, restando comunque inteso il fatto che quella originale a |
| 1086 | fare fede. | 1086 | fare fede. |
| 1087 | 1087 | ||
| 1088 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1088 | Copyright (C) 2003-2011 Free Software Foundation, Inc. |
| 1089 | 1089 | ||
| 1090 | permesso a chiunque copiare e distribuire attraverso ogni mezzo copie | 1090 | permesso a chiunque copiare e distribuire attraverso ogni mezzo copie |
| 1091 | fedeli di questo documento cos come viene ricevuto, a condizione che | 1091 | fedeli di questo documento cos come viene ricevuto, a condizione che |
| @@ -1109,4 +1109,3 @@ condividendo software libero! | |||
| 1109 | ;;; coding: latin-1 | 1109 | ;;; coding: latin-1 |
| 1110 | ;;; End: | 1110 | ;;; End: |
| 1111 | 1111 | ||
| 1112 | ;;; arch-tag: c6f7079d-8032-473d-91d4-36754af15719 | ||
diff --git a/etc/tutorials/TUTORIAL.ja b/etc/tutorials/TUTORIAL.ja index fac39e3f0c3..e4917d40987 100644 --- a/etc/tutorials/TUTORIAL.ja +++ b/etc/tutorials/TUTORIAL.ja | |||
| @@ -1062,8 +1062,7 @@ starting with the one written by Stuart Cracraft for the original Emacs. | |||
| 1062 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1062 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1063 | comes with permission to distribute copies on certain conditions: | 1063 | comes with permission to distribute copies on certain conditions: |
| 1064 | 1064 | ||
| 1065 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1065 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1066 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1067 | 1066 | ||
| 1068 | Permission is granted to anyone to make or distribute verbatim copies | 1067 | Permission is granted to anyone to make or distribute verbatim copies |
| 1069 | of this document as received, in any medium, provided that the | 1068 | of this document as received, in any medium, provided that the |
| @@ -1085,4 +1084,3 @@ GNU Emacs to your friends. Help stamp out software obstructionism | |||
| 1085 | ;;; coding: iso-2022-jp | 1084 | ;;; coding: iso-2022-jp |
| 1086 | ;;; End: | 1085 | ;;; End: |
| 1087 | 1086 | ||
| 1088 | ;;; arch-tag: 7136abc2-eb97-4f51-80a2-fa690ba4cfe8 | ||
diff --git a/etc/tutorials/TUTORIAL.ko b/etc/tutorials/TUTORIAL.ko index 5cb3c23f132..a928923832d 100644 --- a/etc/tutorials/TUTORIAL.ko +++ b/etc/tutorials/TUTORIAL.ko | |||
| @@ -981,8 +981,7 @@ C-x C-s$(C?M(B (META$(C<h3*(B EDIT$(C<h(B $(CH$@:(B $(C13C<<h0!(B $(C | |||
| 981 | GNU $(C@L8F=:?M(B $(C00@L(B $(C@L(B $(CAvD'<-(B $(CFG@:(B $(C@z@[1G@L(B $(C@V@88g(B $(CF/A$GQ(B $(CA60G@;(B $(C88A7GR(B | 981 | GNU $(C@L8F=:?M(B $(C00@L(B $(C@L(B $(CAvD'<-(B $(CFG@:(B $(C@z@[1G@L(B $(C@V@88g(B $(CF/A$GQ(B $(CA60G@;(B $(C88A7GR(B |
| 982 | $(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: | 982 | $(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: |
| 983 | 983 | ||
| 984 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 984 | Copyright (C) 1985, 1996, 2001-2011 Free Software Foundation, Inc. |
| 985 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 986 | 985 | ||
| 987 | $(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 | 986 | $(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 |
| 988 | $(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 | 987 | $(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 |
| @@ -998,4 +997,3 @@ COPYING$(C@L6s4B(B $(CFD@O@;(B $(C@P0m(B $(C3-(B $(CHD?!(B GNU $(C@L8 | |||
| 998 | $(CAV=J=C?@(B. $(C@Z@/(B $(C<RGAF.?~>n8&(B $(C>20m(B $(C885i0m(B $(C0x@/GT@87N=a(B $(C<RGAF.?~>n(B | 997 | $(CAV=J=C?@(B. $(C@Z@/(B $(C<RGAF.?~>n8&(B $(C>20m(B $(C885i0m(B $(C0x@/GT@87N=a(B $(C<RGAF.?~>n(B |
| 999 | $(C9fGX8&(B ("$(C<R@/1G(B") $(C1Y@}GO4B5%(B $(C55?s=C4Y(B. | 998 | $(C9fGX8&(B ("$(C<R@/1G(B") $(C1Y@}GO4B5%(B $(C55?s=C4Y(B. |
| 1000 | 999 | ||
| 1001 | ;;; arch-tag: 44503bc5-b2c1-4169-962d-9d33157221a9 | ||
diff --git a/etc/tutorials/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl index 6308c8b5547..59f54c1b2db 100644 --- a/etc/tutorials/TUTORIAL.nl +++ b/etc/tutorials/TUTORIAL.nl | |||
| @@ -1196,8 +1196,7 @@ het Engelse origineel.) | |||
| 1196 | Deze versie van de inleiding valt onder copyright, net als GNU Emacs. | 1196 | Deze versie van de inleiding valt onder copyright, net als GNU Emacs. |
| 1197 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: | 1197 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: |
| 1198 | 1198 | ||
| 1199 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, | 1199 | Copyright (C) 1985, 1996-1997, 2001-2011 Free Software Foundation, Inc. |
| 1200 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1201 | 1200 | ||
| 1202 | Iedereen mag letterlijke kopien van dit document, zowel ontvangen | 1201 | Iedereen mag letterlijke kopien van dit document, zowel ontvangen |
| 1203 | als verspreiden, op elk medium, vooropgesteld dat de | 1202 | als verspreiden, op elk medium, vooropgesteld dat de |
| @@ -1221,8 +1220,7 @@ software te gebruiken, te schrijven en te delen! | |||
| 1221 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1220 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1222 | comes with permission to distribute copies on certain conditions: | 1221 | comes with permission to distribute copies on certain conditions: |
| 1223 | 1222 | ||
| 1224 | Copyright (C) 1985, 1996, 1997, 2001, 2002, 2003, 2004, | 1223 | Copyright (C) 1985, 1996-1997, 2001-2011 Free Software Foundation, Inc. |
| 1225 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1226 | 1224 | ||
| 1227 | Permission is granted to anyone to make or distribute verbatim | 1225 | Permission is granted to anyone to make or distribute verbatim |
| 1228 | copies of this document as received, in any medium, provided that | 1226 | copies of this document as received, in any medium, provided that |
| @@ -1243,5 +1241,3 @@ GNU Emacs to your friends. Help stamp out software obstructionism | |||
| 1243 | ;;; Local Variables: | 1241 | ;;; Local Variables: |
| 1244 | ;;; coding: latin-1 | 1242 | ;;; coding: latin-1 |
| 1245 | ;;; End: | 1243 | ;;; End: |
| 1246 | |||
| 1247 | ;;; arch-tag: 3399e308-e605-4125-8fbb-b2fe91ac3149 | ||
diff --git a/etc/tutorials/TUTORIAL.pl b/etc/tutorials/TUTORIAL.pl index 7e2f147efd7..f6859612a49 100644 --- a/etc/tutorials/TUTORIAL.pl +++ b/etc/tutorials/TUTORIAL.pl | |||
| @@ -1209,8 +1209,7 @@ z pomoc Ryszarda Kubiaka i Janusza S. Bienia <jsbien@mail.uw.edu.pl>. | |||
| 1209 | Ta wersja samouczka, podobnie jak GNU Emacs, jest chroniona prawem | 1209 | Ta wersja samouczka, podobnie jak GNU Emacs, jest chroniona prawem |
| 1210 | autorskim, ale wolno j kopiowa pod nastpujcymi warunkami: | 1210 | autorskim, ale wolno j kopiowa pod nastpujcymi warunkami: |
| 1211 | 1211 | ||
| 1212 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 1212 | Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. |
| 1213 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1214 | 1213 | ||
| 1215 | Zezwala si na wykonywanie lub rozpowszechnianie | 1214 | Zezwala si na wykonywanie lub rozpowszechnianie |
| 1216 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym | 1215 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym |
| @@ -1237,4 +1236,3 @@ uywajc, tworzc i dzielc si oprogramowaniem swobodnym. | |||
| 1237 | ;;; sentence-end-double-space: nil | 1236 | ;;; sentence-end-double-space: nil |
| 1238 | ;;; End: | 1237 | ;;; End: |
| 1239 | 1238 | ||
| 1240 | ;;; arch-tag: 6c6b7445-4cd5-44ca-a101-7f4697b92f60 | ||
diff --git a/etc/tutorials/TUTORIAL.pt_BR b/etc/tutorials/TUTORIAL.pt_BR index a3feb476d39..1328c22f7b3 100644 --- a/etc/tutorials/TUTORIAL.pt_BR +++ b/etc/tutorials/TUTORIAL.pt_BR | |||
| @@ -1056,7 +1056,7 @@ Essa verso do tutorial foi originalmente traduzida por Marcelo Toledo | |||
| 1056 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem | 1056 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem |
| 1057 | com uma permisso de distribuio de cpias nas seguintes condies: | 1057 | com uma permisso de distribuio de cpias nas seguintes condies: |
| 1058 | 1058 | ||
| 1059 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1059 | Copyright (C) 2004-2011 Free Software Foundation, Inc. |
| 1060 | 1060 | ||
| 1061 | Permisso garantida a qualquer um para fazer ou distribuir cpias | 1061 | Permisso garantida a qualquer um para fazer ou distribuir cpias |
| 1062 | integrais deste documento como recebido, em qualquer meio, deixando | 1062 | integrais deste documento como recebido, em qualquer meio, deixando |
| @@ -1078,4 +1078,3 @@ Emacs para seus amigos. Ajude a erradicar o obstrucionismo de software | |||
| 1078 | ;;; sentence-end-double-space: nil | 1078 | ;;; sentence-end-double-space: nil |
| 1079 | ;;; End: | 1079 | ;;; End: |
| 1080 | 1080 | ||
| 1081 | ;;; arch-tag: 8ea256d6-2c4a-49ee-ac08-0ea6ef25bf8d | ||
diff --git a/etc/tutorials/TUTORIAL.ro b/etc/tutorials/TUTORIAL.ro index 1000950e704..a3ce0b79d48 100644 --- a/etc/tutorials/TUTORIAL.ro +++ b/etc/tutorials/TUTORIAL.ro | |||
| @@ -1082,8 +1082,7 @@ continuare noita de copyright original n limba englez. | |||
| 1082 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1082 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1083 | comes with permission to distribute copies on certain conditions: | 1083 | comes with permission to distribute copies on certain conditions: |
| 1084 | 1084 | ||
| 1085 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 1085 | Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc. |
| 1086 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1087 | 1086 | ||
| 1088 | Permission is granted to anyone to make or distribute verbatim copies | 1087 | Permission is granted to anyone to make or distribute verbatim copies |
| 1089 | of this document as received, in any medium, provided that the | 1088 | of this document as received, in any medium, provided that the |
| @@ -1105,4 +1104,3 @@ folosind, scriind i distribuind free software! | |||
| 1105 | ;;; coding: iso-latin-2 | 1104 | ;;; coding: iso-latin-2 |
| 1106 | ;;; End: | 1105 | ;;; End: |
| 1107 | 1106 | ||
| 1108 | ;;; arch-tag: dcf252cf-bd67-4f8d-a440-1ec4b8dbfd70 | ||
diff --git a/etc/tutorials/TUTORIAL.ru b/etc/tutorials/TUTORIAL.ru index 16bf9133d15..f8127a2d82e 100644 --- a/etc/tutorials/TUTORIAL.ru +++ b/etc/tutorials/TUTORIAL.ru | |||
| @@ -1128,8 +1128,7 @@ Dired ( | |||
| 1128 | (copyrighted) | 1128 | (copyrighted) |
| 1129 | : | 1129 | : |
| 1130 | 1130 | ||
| 1131 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1131 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1132 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1133 | 1132 | ||
| 1134 | Permission is granted to anyone to make or distribute verbatim copies | 1133 | Permission is granted to anyone to make or distribute verbatim copies |
| 1135 | of this document as received, in any medium, provided that the | 1134 | of this document as received, in any medium, provided that the |
| @@ -1156,4 +1155,3 @@ Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | |||
| 1156 | ;;; sentence-end-double-space: nil | 1155 | ;;; sentence-end-double-space: nil |
| 1157 | ;;; End: | 1156 | ;;; End: |
| 1158 | 1157 | ||
| 1159 | ;;; arch-tag: ad4e5698-ea8b-45b7-b236-ed5ad5b72d2b | ||
diff --git a/etc/tutorials/TUTORIAL.sk b/etc/tutorials/TUTORIAL.sk index ab7721e2cf5..b75f4c24f0e 100644 --- a/etc/tutorials/TUTORIAL.sk +++ b/etc/tutorials/TUTORIAL.sk | |||
| @@ -1074,8 +1074,7 @@ ttorialom napsanm Stuartom Cracraftom pre pvodn Emacs. | |||
| 1074 | Tto verzia ttorialu je, podobne ako GNU Emacs, chrnen copyrightom | 1074 | Tto verzia ttorialu je, podobne ako GNU Emacs, chrnen copyrightom |
| 1075 | a je ren s povolenm distribuova kpie za istch podmienok: | 1075 | a je ren s povolenm distribuova kpie za istch podmienok: |
| 1076 | 1076 | ||
| 1077 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1077 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1078 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1079 | 1078 | ||
| 1080 | Kadmu je zaruen prvo vytvra a distribuova presn kpie tohto | 1079 | Kadmu je zaruen prvo vytvra a distribuova presn kpie tohto |
| 1081 | dokumentu tak, ako ho dostal, na akomkovek mdiu, s tm, e bude | 1080 | dokumentu tak, ako ho dostal, na akomkovek mdiu, s tm, e bude |
| @@ -1096,4 +1095,3 @@ GNU Emacsu svojim priateom. Pomhajte potlaova softwarov obtrukciu | |||
| 1096 | ;;; coding: iso-latin-2 | 1095 | ;;; coding: iso-latin-2 |
| 1097 | ;;; End: | 1096 | ;;; End: |
| 1098 | 1097 | ||
| 1099 | ;;; arch-tag: 87861cfa-5cf6-4b87-9fab-86c93c5ca9f3 | ||
diff --git a/etc/tutorials/TUTORIAL.sl b/etc/tutorials/TUTORIAL.sl index 96923368438..e43ac324870 100644 --- a/etc/tutorials/TUTORIAL.sl +++ b/etc/tutorials/TUTORIAL.sl | |||
| @@ -1106,8 +1106,7 @@ Emacs. V slovenino ga je prevedel Primo Peterlin. | |||
| 1106 | To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo | 1106 | To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo |
| 1107 | razmnoevanje in razirjanje je dovoljeno pod naslednjimi pogoji: | 1107 | razmnoevanje in razirjanje je dovoljeno pod naslednjimi pogoji: |
| 1108 | 1108 | ||
| 1109 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1109 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1110 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1111 | 1110 | ||
| 1112 | Dovoljeno je izdelovati in razirjati neokrnjene kopije tega spisa | 1111 | Dovoljeno je izdelovati in razirjati neokrnjene kopije tega spisa |
| 1113 | v kakrnikoli obliki pod pogojem, da je ohranjena navedba o | 1112 | v kakrnikoli obliki pod pogojem, da je ohranjena navedba o |
| @@ -1129,4 +1128,3 @@ piete in delite prosto programje! | |||
| 1129 | ;;; sentence-end-double-space: nil | 1128 | ;;; sentence-end-double-space: nil |
| 1130 | ;;; End: | 1129 | ;;; End: |
| 1131 | 1130 | ||
| 1132 | ;;; arch-tag: 985059e4-44c6-4ac9-b627-46c8db57acf6 | ||
diff --git a/etc/tutorials/TUTORIAL.sv b/etc/tutorials/TUTORIAL.sv index 811178ec3b2..1960d35fff5 100644 --- a/etc/tutorials/TUTORIAL.sv +++ b/etc/tutorials/TUTORIAL.sv | |||
| @@ -1119,8 +1119,7 @@ Lidell versatte den till Svenska. | |||
| 1119 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1119 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1120 | comes with permission to distribute copies on certain conditions: | 1120 | comes with permission to distribute copies on certain conditions: |
| 1121 | 1121 | ||
| 1122 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1122 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1123 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1124 | 1123 | ||
| 1125 | Permission is granted to anyone to make or distribute verbatim copies | 1124 | Permission is granted to anyone to make or distribute verbatim copies |
| 1126 | of this document as received, in any medium, provided that the | 1125 | of this document as received, in any medium, provided that the |
| @@ -1143,4 +1142,3 @@ GNU Emacs to your friends. Help stamp out software obstructionism | |||
| 1143 | ;;; sentence-end-double-space: nil | 1142 | ;;; sentence-end-double-space: nil |
| 1144 | ;;; End: | 1143 | ;;; End: |
| 1145 | 1144 | ||
| 1146 | ;;; arch-tag: b352f774-622b-4cc6-85ce-43e3baf4fc1b | ||
diff --git a/etc/tutorials/TUTORIAL.th b/etc/tutorials/TUTORIAL.th index c53fad154ec..fae084cd5e8 100644 --- a/etc/tutorials/TUTORIAL.th +++ b/etc/tutorials/TUTORIAL.th | |||
| @@ -964,8 +964,7 @@ starting with the one written by Stuart Cracraft for the original Emacs. | |||
| 964 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 964 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 965 | comes with permission to distribute copies on certain conditions: | 965 | comes with permission to distribute copies on certain conditions: |
| 966 | 966 | ||
| 967 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 967 | Copyright (C) 1985, 1996, 2001-2011 Free Software Foundation, Inc. |
| 968 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 969 | 968 | ||
| 970 | Permission is granted to anyone to make or distribute verbatim copies | 969 | Permission is granted to anyone to make or distribute verbatim copies |
| 971 | of this document as received, in any medium, provided that the | 970 | of this document as received, in any medium, provided that the |
| @@ -1005,4 +1004,3 @@ Translate - January 1999 by Virach Sornlertlamvanich | |||
| 1005 | ;;; sentence-end-double-space: nil | 1004 | ;;; sentence-end-double-space: nil |
| 1006 | ;;; End: | 1005 | ;;; End: |
| 1007 | 1006 | ||
| 1008 | ;;; arch-tag: 79ad252a-448a-4dc9-a4cb-2097dd1ec014 | ||
diff --git a/etc/tutorials/TUTORIAL.translators b/etc/tutorials/TUTORIAL.translators index ea0b1ec040e..a69d23c471d 100644 --- a/etc/tutorials/TUTORIAL.translators +++ b/etc/tutorials/TUTORIAL.translators | |||
| @@ -96,4 +96,3 @@ Maintainer: Chao-Hong Liu <chliu@gnu.org> | |||
| 96 | ;;; coding: utf-8 | 96 | ;;; coding: utf-8 |
| 97 | ;;; End: | 97 | ;;; End: |
| 98 | 98 | ||
| 99 | ;;; arch-tag: 8788b16b-e739-4304-a7f2-729bdb999fa0 | ||
diff --git a/etc/tutorials/TUTORIAL.zh b/etc/tutorials/TUTORIAL.zh index 567aeb7915d..a7dc9e63a4a 100644 --- a/etc/tutorials/TUTORIAL.zh +++ b/etc/tutorials/TUTORIAL.zh | |||
| @@ -1049,8 +1049,7 @@ issue here>vC | |||
| 1049 | oӪֳtnM GNU Emacs @˳OvƪAåB\bYDZU | 1049 | oӪֳtnM GNU Emacs @˳OvƪAåB\bYDZU |
| 1050 | GG | 1050 | GG |
| 1051 | 1051 | ||
| 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1052 | Copyright (C) 1985, 1996, 1998, 2001-2011 Free Software Foundation, Inc. |
| 1053 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 1054 | 1053 | ||
| 1055 | Permission is granted to anyone to make or distribute verbatim copies | 1054 | Permission is granted to anyone to make or distribute verbatim copies |
| 1056 | of this document as received, in any medium, provided that the | 1055 | of this document as received, in any medium, provided that the |
| @@ -1083,4 +1082,3 @@ Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | |||
| 1083 | ;;; coding: chinese-big5 | 1082 | ;;; coding: chinese-big5 |
| 1084 | ;;; End: | 1083 | ;;; End: |
| 1085 | 1084 | ||
| 1086 | ;;; arch-tag: a51dafb4-e602-432b-8020-5d5d5f150811 | ||