diff options
| author | Miles Bader | 2005-06-09 07:13:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-09 07:13:03 +0000 |
| commit | d113efea8e0a56aedd60615f5dc6669c72aca77f (patch) | |
| tree | c51aa1cd5076acfc2391217b0d7dea96552011de /etc | |
| parent | 2435213ba6b74f7425e15b1f799c9ae18467e43d (diff) | |
| parent | 47600d8e97925ed8816b099267e24f4ab3311e75 (diff) | |
| download | emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.tar.gz emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 12 | ||||
| -rw-r--r-- | etc/NEWS | 26 | ||||
| -rw-r--r-- | etc/PROBLEMS | 18 | ||||
| -rw-r--r-- | etc/TUTORIAL.cs | 2 | ||||
| -rw-r--r-- | etc/TUTORIAL.ro | 12 | ||||
| -rw-r--r-- | etc/TUTORIAL.sk | 2 | ||||
| -rw-r--r-- | etc/TUTORIAL.translators | 38 |
7 files changed, 81 insertions, 29 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 2a21b596300..796d2db3190 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-06-08 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * PROBLEMS: Linux kernel 2.6.10 may corrupt process output. | ||
| 4 | Warn that using CVS+SSH may corrupt files, include work-around. | ||
| 5 | |||
| 6 | 2005-06-06 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 8 | * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space. | ||
| 9 | |||
| 10 | * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the | ||
| 11 | second line to Local Variables. Fix title line. | ||
| 12 | |||
| 1 | 2005-05-30 Miles Bader <miles@gnu.org> | 13 | 2005-05-30 Miles Bader <miles@gnu.org> |
| 2 | 14 | ||
| 3 | * emacs-buffer.gdb: Remove RCS keywords. | 15 | * emacs-buffer.gdb: Remove RCS keywords. |
| @@ -873,6 +873,21 @@ appears in. | |||
| 873 | *** The variable `cursor-in-non-selected-windows' can now be set to any | 873 | *** The variable `cursor-in-non-selected-windows' can now be set to any |
| 874 | of the recognized cursor types. | 874 | of the recognized cursor types. |
| 875 | 875 | ||
| 876 | ** New faces: | ||
| 877 | |||
| 878 | +++ | ||
| 879 | *** `mode-line-highlight' is the standard face indicating mouse sensitive | ||
| 880 | elements on mode-line (and header-line) like `highlight' face on text | ||
| 881 | areas. | ||
| 882 | |||
| 883 | +++ | ||
| 884 | *** `shadow' face defines the appearance of the "shadowed" text, i.e. | ||
| 885 | the text which should be less noticeable than the surrounding text. | ||
| 886 | This can be achieved by using shades of grey in contrast with either | ||
| 887 | black or white default foreground color. This generic shadow face | ||
| 888 | allows customization of the appearance of shadowed text in one place, | ||
| 889 | so package-specific faces can inherit from it. | ||
| 890 | |||
| 876 | ** Font-Lock changes: | 891 | ** Font-Lock changes: |
| 877 | 892 | ||
| 878 | +++ | 893 | +++ |
| @@ -3589,6 +3604,14 @@ element, if the last match was on a buffer. `set-match-data' | |||
| 3589 | accepts such a list for restoring the match state. | 3604 | accepts such a list for restoring the match state. |
| 3590 | 3605 | ||
| 3591 | +++ | 3606 | +++ |
| 3607 | *** Functions `match-data' and `set-match-data' now have an optional | ||
| 3608 | argument `reseat'. When non-nil, all markers in the match data list | ||
| 3609 | passed to these function will be reseated to point to nowhere, and if | ||
| 3610 | the value of `reseat' is `evaporate', the markers are put onto the | ||
| 3611 | free list. Note that no other references to those markers must exist | ||
| 3612 | if `evaporate' is specified for the `reseat' argument. | ||
| 3613 | |||
| 3614 | +++ | ||
| 3592 | *** The default value of `sentence-end' is now defined using the new | 3615 | *** The default value of `sentence-end' is now defined using the new |
| 3593 | variable `sentence-end-without-space', which contains such characters | 3616 | variable `sentence-end-without-space', which contains such characters |
| 3594 | that end a sentence without following spaces. | 3617 | that end a sentence without following spaces. |
| @@ -4872,9 +4895,6 @@ line. | |||
| 4872 | 4895 | ||
| 4873 | +++ | 4896 | +++ |
| 4874 | *** Mouse-face on mode-line (and header-line) is now supported. | 4897 | *** Mouse-face on mode-line (and header-line) is now supported. |
| 4875 | `mode-line-highlight' is the standard face indicating mouse sensitive | ||
| 4876 | elements on mode-line (and header-line) like `highlight' face on text | ||
| 4877 | areas. | ||
| 4878 | 4898 | ||
| 4879 | ** Menu manipulation changes: | 4899 | ** Menu manipulation changes: |
| 4880 | 4900 | ||
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bddd5f633e3..f2c0cfaec50 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1583,6 +1583,24 @@ global-font-lock-mode RET" or by customizing the variable | |||
| 1583 | 1583 | ||
| 1584 | ** GNU/Linux | 1584 | ** GNU/Linux |
| 1585 | 1585 | ||
| 1586 | *** GNU/Linux: Process output is corrupted. | ||
| 1587 | |||
| 1588 | There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to | ||
| 1589 | read corrupted process output. | ||
| 1590 | |||
| 1591 | *** GNU/Linux: Remote access to CVS with SSH causes file corruption. | ||
| 1592 | |||
| 1593 | If you access a remote CVS repository via SSH, files may be corrupted | ||
| 1594 | due to bad interaction between CVS, SSH, and libc. | ||
| 1595 | |||
| 1596 | To fix the problem, save the following script into a file, make it | ||
| 1597 | executable, and set CVS_RSH environment variable to the file name of | ||
| 1598 | the script: | ||
| 1599 | |||
| 1600 | #!/bin/bash | ||
| 1601 | exec 2> >(exec cat >&2 2>/dev/null) | ||
| 1602 | exec ssh "$@" | ||
| 1603 | |||
| 1586 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through | 1604 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through |
| 1587 | 5.4.22, Emacs crashes at startup with a segmentation fault. | 1605 | 5.4.22, Emacs crashes at startup with a segmentation fault. |
| 1588 | 1606 | ||
diff --git a/etc/TUTORIAL.cs b/etc/TUTORIAL.cs index 54b77094a37..9a244a5e750 100644 --- a/etc/TUTORIAL.cs +++ b/etc/TUTORIAL.cs | |||
| @@ -489,7 +489,7 @@ vyvoláte příkaz | |||
| 489 | C-x C-f Vyhledání souboru | 489 | C-x C-f Vyhledání souboru |
| 490 | 490 | ||
| 491 | Emacs se vás zeptá na jméno souboru. Jméno souboru, které píšete, se | 491 | Emacs se vás zeptá na jméno souboru. Jméno souboru, které píšete, se |
| 492 | objevuje ve spodním řádku obrazovky, který se v této situaci nazývá | 492 | objevuje ve spodním řádku obrazovky, který se v této situaci nazývá |
| 493 | minibuffer. Pro editaci jména souboru můžete používat obvyklé editační | 493 | minibuffer. Pro editaci jména souboru můžete používat obvyklé editační |
| 494 | příkazy Emacsu. | 494 | příkazy Emacsu. |
| 495 | 495 | ||
diff --git a/etc/TUTORIAL.ro b/etc/TUTORIAL.ro index 459d3726cee..71b2466eca9 100644 --- a/etc/TUTORIAL.ro +++ b/etc/TUTORIAL.ro | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | tutorialului de Emacs. | 1 | Tutorialului de Emacs. A se citi sfârşitul pentru condiţii. |
| 2 | Copyright (c) 1998 Free Software Foundation -*-coding: latin-2;-*- | 2 | Copyright (c) 1998 Free Software Foundation |
| 3 | Traducere din engleză de Tudor Hulubei <tudor@gnu.org>. | 3 | Traducere din engleză de Tudor Hulubei <tudor@gnu.org>. |
| 4 | Mulţumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi şi sugestii. | 4 | Mulţumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi şi sugestii. |
| 5 | 5 | ||
| 6 | A se citi sfârşitul pentru condiţii. | ||
| 7 | |||
| 8 | Această versiune a fost produsă plecând de la versiunea în limba | 6 | Această versiune a fost produsă plecând de la versiunea în limba |
| 9 | engleză, care este | 7 | engleză, care este |
| 10 | Copyright (c) 1985 Free Software Foundation, Inc. | 8 | Copyright (c) 1985 Free Software Foundation, Inc. |
| @@ -1112,4 +1110,8 @@ spirit. Citiţi fişierul COPYING şi apoi distribuiţi prietenilor copii | |||
| 1112 | ale Emacs-ului. Contribuiţi la eliminarea obstrucţionismului software | 1110 | ale Emacs-ului. Contribuiţi la eliminarea obstrucţionismului software |
| 1113 | folosind, scriind şi distribuind free software! | 1111 | folosind, scriind şi distribuind free software! |
| 1114 | 1112 | ||
| 1113 | ;;; Local Variables: | ||
| 1114 | ;;; coding: iso-latin-2 | ||
| 1115 | ;;; End: | ||
| 1116 | |||
| 1115 | ;;; arch-tag: dcf252cf-bd67-4f8d-a440-1ec4b8dbfd70 | 1117 | ;;; arch-tag: dcf252cf-bd67-4f8d-a440-1ec4b8dbfd70 |
diff --git a/etc/TUTORIAL.sk b/etc/TUTORIAL.sk index 47f104ffa77..67e20f1497c 100644 --- a/etc/TUTORIAL.sk +++ b/etc/TUTORIAL.sk | |||
| @@ -501,7 +501,7 @@ vyvoláte príkaz | |||
| 501 | C-x C-f Vyhľadanie súboru | 501 | C-x C-f Vyhľadanie súboru |
| 502 | 502 | ||
| 503 | Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré píšete, sa | 503 | Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré píšete, sa |
| 504 | objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva | 504 | objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva |
| 505 | minibuffer. Pre editáciu mena súboru môžete používať obvyklé editačné | 505 | minibuffer. Pre editáciu mena súboru môžete používať obvyklé editačné |
| 506 | príkazy Emacsu. | 506 | príkazy Emacsu. |
| 507 | 507 | ||
diff --git a/etc/TUTORIAL.translators b/etc/TUTORIAL.translators index d0c09e5bc7b..671c52e0b1e 100644 --- a/etc/TUTORIAL.translators +++ b/etc/TUTORIAL.translators | |||
| @@ -1,86 +1,86 @@ | |||
| 1 | This file contains the list of translators and maintainers of the | 1 | This file contains the list of translators and maintainers of the |
| 2 | tutorial. | 2 | tutorial. |
| 3 | 3 | ||
| 4 | * TUTORIAL.bg: | 4 | * TUTORIAL.bg: |
| 5 | Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 5 | Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
| 6 | Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 6 | Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
| 7 | 7 | ||
| 8 | * TUTORIAL.cn: | 8 | * TUTORIAL.cn: |
| 9 | Author: Chao-Hong Liu <chliu@gnu.org> | 9 | Author: Chao-Hong Liu <chliu@gnu.org> |
| 10 | Maintainer: Chao-Hong Liu <chliu@gnu.org> | 10 | Maintainer: Chao-Hong Liu <chliu@gnu.org> |
| 11 | 11 | ||
| 12 | * TUTORIAL.cs: | 12 | * TUTORIAL.cs: |
| 13 | Author: Milan Zamazal <pdm@zamazal.org> | 13 | Author: Milan Zamazal <pdm@zamazal.org> |
| 14 | Pavel JanĂk <Pavel@Janik.cz> | 14 | Pavel JanĂk <Pavel@Janik.cz> |
| 15 | Maintainer: Milan Zamazal <pdm@zamazal.org> | 15 | Maintainer: Milan Zamazal <pdm@zamazal.org> |
| 16 | Pavel JanĂk <Pavel@Janik.cz> | 16 | Pavel JanĂk <Pavel@Janik.cz> |
| 17 | 17 | ||
| 18 | * TUTORIAL.de: | 18 | * TUTORIAL.de: |
| 19 | Author: Werner Lemberg <wl@gnu.org> | 19 | Author: Werner Lemberg <wl@gnu.org> |
| 20 | Maintainer: Werner Lemberg <wl@gnu.org> | 20 | Maintainer: Werner Lemberg <wl@gnu.org> |
| 21 | 21 | ||
| 22 | * TUTORIAL.es: | 22 | * TUTORIAL.es: |
| 23 | Author: Rafael SepĂşlveda <drs@gnulinux.org.mx> | 23 | Author: Rafael SepĂşlveda <drs@gnulinux.org.mx> |
| 24 | Maintainer: Rafael SepĂşlveda <drs@gnulinux.org.mx> | 24 | Maintainer: Rafael SepĂşlveda <drs@gnulinux.org.mx> |
| 25 | 25 | ||
| 26 | * TUTORIAL.fr: | 26 | * TUTORIAL.fr: |
| 27 | Author: Ăric Jacoboni <jaco@teaser.fr> | 27 | Author: Ăric Jacoboni <jaco@teaser.fr> |
| 28 | Maintainer: Ăric Jacoboni <jaco@teaser.fr> | 28 | Maintainer: Ăric Jacoboni <jaco@teaser.fr> |
| 29 | 29 | ||
| 30 | * TUTORIAL.it: | 30 | * TUTORIAL.it: |
| 31 | Author: Alfredo Finelli <alfredofnl@tiscali.it> | 31 | Author: Alfredo Finelli <alfredofnl@tiscali.it> |
| 32 | Italian GNU Translation Group <tp@lists.linux.it> | 32 | Italian GNU Translation Group <tp@lists.linux.it> |
| 33 | Maintainer: Alfredo Finelli <alfredofnl@tiscali.it> | 33 | Maintainer: Alfredo Finelli <alfredofnl@tiscali.it> |
| 34 | Italian GNU Translation Group <tp@lists.linux.it> | 34 | Italian GNU Translation Group <tp@lists.linux.it> |
| 35 | 35 | ||
| 36 | * TUTORIAL.ja: | 36 | * TUTORIAL.ja: |
| 37 | Author: Kenichi Handa <handa@m17n.org> | 37 | Author: Kenichi Handa <handa@m17n.org> |
| 38 | Maintainer: Kenichi Handa <handa@m17n.org> | 38 | Maintainer: Kenichi Handa <handa@m17n.org> |
| 39 | 39 | ||
| 40 | * TUTORIAL.ko: | 40 | * TUTORIAL.ko: |
| 41 | Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr> | 41 | Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr> |
| 42 | Maintainer: Maintainer needed. | 42 | Maintainer: Maintainer needed. |
| 43 | 43 | ||
| 44 | * TUTORIAL.nl: | 44 | * TUTORIAL.nl: |
| 45 | Author: Pieter Schoenmakers <tiggr@tiggr.net> | 45 | Author: Pieter Schoenmakers <tiggr@tiggr.net> |
| 46 | Maintainer: Pieter Schoenmakers <tiggr@tiggr.net> | 46 | Maintainer: Pieter Schoenmakers <tiggr@tiggr.net> |
| 47 | 47 | ||
| 48 | * TUTORIAL.pl: | 48 | * TUTORIAL.pl: |
| 49 | Author: BeatÄ WierzchoĹowskÄ <beataw@orient.uw.edu.pl> | 49 | Author: BeatÄ WierzchoĹowskÄ <beataw@orient.uw.edu.pl> |
| 50 | Janusz S. Bien <jsbien@mail.uw.edu.pl> | 50 | Janusz S. Bien <jsbien@mail.uw.edu.pl> |
| 51 | Maintainer: BeatÄ WierzchoĹowskÄ <beataw@orient.uw.edu.pl> | 51 | Maintainer: BeatÄ WierzchoĹowskÄ <beataw@orient.uw.edu.pl> |
| 52 | Janusz S. Bien <jsbien@mail.uw.edu.pl> | 52 | Janusz S. Bien <jsbien@mail.uw.edu.pl> |
| 53 | 53 | ||
| 54 | * TUTORIAL.pt_BR: | 54 | * TUTORIAL.pt_BR: |
| 55 | Author: Marcelo Toledo <marcelo@gnu.org> | 55 | Author: Marcelo Toledo <marcelo@gnu.org> |
| 56 | Maintainer: Marcelo Toledo <marcelo@gnu.org> | 56 | Maintainer: Marcelo Toledo <marcelo@gnu.org> |
| 57 | 57 | ||
| 58 | * TUTORIAL.ro: | 58 | * TUTORIAL.ro: |
| 59 | Author: Tudor Hulubei <tudor@gnu.org> | 59 | Author: Tudor Hulubei <tudor@gnu.org> |
| 60 | Maintainer: Maintainer needed. | 60 | Maintainer: Maintainer needed. |
| 61 | 61 | ||
| 62 | * TUTORIAL.ru: | 62 | * TUTORIAL.ru: |
| 63 | Author: Alex Ott <ottalex@narod.ru> | 63 | Author: Alex Ott <ottalex@narod.ru> |
| 64 | Maintainer: Alex Ott <ottalex@narod.ru> | 64 | Maintainer: Alex Ott <ottalex@narod.ru> |
| 65 | 65 | ||
| 66 | * TUTORIAL.sk: | 66 | * TUTORIAL.sk: |
| 67 | Author: Miroslav VaĹĄko <vasko@debian.cz> | 67 | Author: Miroslav VaĹĄko <vasko@debian.cz> |
| 68 | Pavel JanĂk <Pavel@Janik.cz> | 68 | Pavel JanĂk <Pavel@Janik.cz> |
| 69 | Maintainer: Pavel JanĂk <Pavel@Janik.cz> | 69 | Maintainer: Pavel JanĂk <Pavel@Janik.cz> |
| 70 | 70 | ||
| 71 | * TUTORIAL.sl: | 71 | * TUTORIAL.sl: |
| 72 | Author: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> | 72 | Author: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> |
| 73 | Maintainer: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> | 73 | Maintainer: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> |
| 74 | 74 | ||
| 75 | * TUTORIAL.sv: | 75 | * TUTORIAL.sv: |
| 76 | Author: Mats Lidell <matsl@contactor.se> | 76 | Author: Mats Lidell <matsl@contactor.se> |
| 77 | Maintainer: Mats Lidell <matsl@contactor.se> | 77 | Maintainer: Mats Lidell <matsl@contactor.se> |
| 78 | 78 | ||
| 79 | * TUTORIAL.th: | 79 | * TUTORIAL.th: |
| 80 | Author: Virach Sornlertlamvanich <virach@nectec.or.th> | 80 | Author: Virach Sornlertlamvanich <virach@nectec.or.th> |
| 81 | Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th> | 81 | Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th> |
| 82 | 82 | ||
| 83 | * TUTORIAL.zh: | 83 | * TUTORIAL.zh: |
| 84 | Author: Chao-Hong Liu <chliu@gnu.org> | 84 | Author: Chao-Hong Liu <chliu@gnu.org> |
| 85 | Maintainer: Chao-Hong Liu <chliu@gnu.org> | 85 | Maintainer: Chao-Hong Liu <chliu@gnu.org> |
| 86 | 86 | ||