aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2005-06-09 07:13:03 +0000
committerMiles Bader2005-06-09 07:13:03 +0000
commitd113efea8e0a56aedd60615f5dc6669c72aca77f (patch)
treec51aa1cd5076acfc2391217b0d7dea96552011de /etc
parent2435213ba6b74f7425e15b1f799c9ae18467e43d (diff)
parent47600d8e97925ed8816b099267e24f4ab3311e75 (diff)
downloademacs-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/ChangeLog12
-rw-r--r--etc/NEWS26
-rw-r--r--etc/PROBLEMS18
-rw-r--r--etc/TUTORIAL.cs2
-rw-r--r--etc/TUTORIAL.ro12
-rw-r--r--etc/TUTORIAL.sk2
-rw-r--r--etc/TUTORIAL.translators38
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 @@
12005-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
62005-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
12005-05-30 Miles Bader <miles@gnu.org> 132005-05-30 Miles Bader <miles@gnu.org>
2 14
3 * emacs-buffer.gdb: Remove RCS keywords. 15 * emacs-buffer.gdb: Remove RCS keywords.
diff --git a/etc/NEWS b/etc/NEWS
index 3de259d9599..5a042464e83 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
874of the recognized cursor types. 874of the recognized cursor types.
875 875
876** New faces:
877
878+++
879*** `mode-line-highlight' is the standard face indicating mouse sensitive
880elements on mode-line (and header-line) like `highlight' face on text
881areas.
882
883+++
884*** `shadow' face defines the appearance of the "shadowed" text, i.e.
885the text which should be less noticeable than the surrounding text.
886This can be achieved by using shades of grey in contrast with either
887black or white default foreground color. This generic shadow face
888allows customization of the appearance of shadowed text in one place,
889so 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'
3589accepts such a list for restoring the match state. 3604accepts such a list for restoring the match state.
3590 3605
3591+++ 3606+++
3607*** Functions `match-data' and `set-match-data' now have an optional
3608argument `reseat'. When non-nil, all markers in the match data list
3609passed to these function will be reseated to point to nowhere, and if
3610the value of `reseat' is `evaporate', the markers are put onto the
3611free list. Note that no other references to those markers must exist
3612if `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
3593variable `sentence-end-without-space', which contains such characters 3616variable `sentence-end-without-space', which contains such characters
3594that end a sentence without following spaces. 3617that 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
4876elements on mode-line (and header-line) like `highlight' face on text
4877areas.
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
1588There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to
1589read corrupted process output.
1590
1591*** GNU/Linux: Remote access to CVS with SSH causes file corruption.
1592
1593If you access a remote CVS repository via SSH, files may be corrupted
1594due to bad interaction between CVS, SSH, and libc.
1595
1596To fix the problem, save the following script into a file, make it
1597executable, and set CVS_RSH environment variable to the file name of
1598the script:
1599
1600#!/bin/bash
1601exec 2> >(exec cat >&2 2>/dev/null)
1602exec 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
15875.4.22, Emacs crashes at startup with a segmentation fault. 16055.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
491Emacs se vás zeptá na jméno souboru. Jméno souboru, které píšete, se 491Emacs se vás zeptá na jméno souboru. Jméno souboru, které píšete, se
492objevuje ve spodním řádku obrazovky, který se v této situaci nazývá 492objevuje ve spodním řádku obrazovky, který se v této situaci nazývá
493minibuffer. Pro editaci jména souboru můžete používat obvyklé editační 493minibuffer. Pro editaci jména souboru můžete používat obvyklé editační
494příkazy Emacsu. 494pří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 @@
1tutorialului de Emacs. 1Tutorialului de Emacs. A se citi sfârşitul pentru condiţii.
2Copyright (c) 1998 Free Software Foundation -*-coding: latin-2;-*- 2Copyright (c) 1998 Free Software Foundation
3Traducere din engleză de Tudor Hulubei <tudor@gnu.org>. 3Traducere din engleză de Tudor Hulubei <tudor@gnu.org>.
4Mulţumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi şi sugestii. 4Mulţumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi şi sugestii.
5 5
6A se citi sfârşitul pentru condiţii.
7
8Această versiune a fost produsă plecând de la versiunea în limba 6Această versiune a fost produsă plecând de la versiunea în limba
9engleză, care este 7engleză, care este
10Copyright (c) 1985 Free Software Foundation, Inc. 8Copyright (c) 1985 Free Software Foundation, Inc.
@@ -1112,4 +1110,8 @@ spirit. Citiţi fişierul COPYING şi apoi distribuiţi prietenilor copii
1112ale Emacs-ului. Contribuiţi la eliminarea obstrucţionismului software 1110ale Emacs-ului. Contribuiţi la eliminarea obstrucţionismului software
1113folosind, scriind şi distribuind free software! 1111folosind, 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
503Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré píšete, sa 503Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré píšete, sa
504objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva 504objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva
505minibuffer. Pre editáciu mena súboru môžete používať obvyklé editačné 505minibuffer. Pre editáciu mena súboru môžete používať obvyklé editačné
506príkazy Emacsu. 506prí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 @@
1This file contains the list of translators and maintainers of the 1This file contains the list of translators and maintainers of the
2tutorial. 2tutorial.
3 3
4* TUTORIAL.bg: 4* TUTORIAL.bg:
5Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg> 5Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
6Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg> 6Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
7 7
8* TUTORIAL.cn: 8* TUTORIAL.cn:
9Author: Chao-Hong Liu <chliu@gnu.org> 9Author: Chao-Hong Liu <chliu@gnu.org>
10Maintainer: Chao-Hong Liu <chliu@gnu.org> 10Maintainer: Chao-Hong Liu <chliu@gnu.org>
11 11
12* TUTORIAL.cs: 12* TUTORIAL.cs:
13Author: Milan Zamazal <pdm@zamazal.org> 13Author: Milan Zamazal <pdm@zamazal.org>
14 Pavel JanĂ­k <Pavel@Janik.cz> 14 Pavel JanĂ­k <Pavel@Janik.cz>
15Maintainer: Milan Zamazal <pdm@zamazal.org> 15Maintainer: 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:
19Author: Werner Lemberg <wl@gnu.org> 19Author: Werner Lemberg <wl@gnu.org>
20Maintainer: Werner Lemberg <wl@gnu.org> 20Maintainer: Werner Lemberg <wl@gnu.org>
21 21
22* TUTORIAL.es: 22* TUTORIAL.es:
23Author: Rafael SepĂşlveda <drs@gnulinux.org.mx> 23Author: Rafael SepĂşlveda <drs@gnulinux.org.mx>
24Maintainer: Rafael SepĂşlveda <drs@gnulinux.org.mx> 24Maintainer: Rafael SepĂşlveda <drs@gnulinux.org.mx>
25 25
26* TUTORIAL.fr: 26* TUTORIAL.fr:
27Author: Éric Jacoboni <jaco@teaser.fr> 27Author: Éric Jacoboni <jaco@teaser.fr>
28Maintainer: Éric Jacoboni <jaco@teaser.fr> 28Maintainer: Éric Jacoboni <jaco@teaser.fr>
29 29
30* TUTORIAL.it: 30* TUTORIAL.it:
31Author: Alfredo Finelli <alfredofnl@tiscali.it> 31Author: Alfredo Finelli <alfredofnl@tiscali.it>
32 Italian GNU Translation Group <tp@lists.linux.it> 32 Italian GNU Translation Group <tp@lists.linux.it>
33Maintainer: Alfredo Finelli <alfredofnl@tiscali.it> 33Maintainer: 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:
37Author: Kenichi Handa <handa@m17n.org> 37Author: Kenichi Handa <handa@m17n.org>
38Maintainer: Kenichi Handa <handa@m17n.org> 38Maintainer: Kenichi Handa <handa@m17n.org>
39 39
40* TUTORIAL.ko: 40* TUTORIAL.ko:
41Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr> 41Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr>
42Maintainer: Maintainer needed. 42Maintainer: Maintainer needed.
43 43
44* TUTORIAL.nl: 44* TUTORIAL.nl:
45Author: Pieter Schoenmakers <tiggr@tiggr.net> 45Author: Pieter Schoenmakers <tiggr@tiggr.net>
46Maintainer: Pieter Schoenmakers <tiggr@tiggr.net> 46Maintainer: Pieter Schoenmakers <tiggr@tiggr.net>
47 47
48* TUTORIAL.pl: 48* TUTORIAL.pl:
49Author: Beatę Wierzchołowską <beataw@orient.uw.edu.pl> 49Author: 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>
51Maintainer: Beatę Wierzchołowską <beataw@orient.uw.edu.pl> 51Maintainer: 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:
55Author: Marcelo Toledo <marcelo@gnu.org> 55Author: Marcelo Toledo <marcelo@gnu.org>
56Maintainer: Marcelo Toledo <marcelo@gnu.org> 56Maintainer: Marcelo Toledo <marcelo@gnu.org>
57 57
58* TUTORIAL.ro: 58* TUTORIAL.ro:
59Author: Tudor Hulubei <tudor@gnu.org> 59Author: Tudor Hulubei <tudor@gnu.org>
60Maintainer: Maintainer needed. 60Maintainer: Maintainer needed.
61 61
62* TUTORIAL.ru: 62* TUTORIAL.ru:
63Author: Alex Ott <ottalex@narod.ru> 63Author: Alex Ott <ottalex@narod.ru>
64Maintainer: Alex Ott <ottalex@narod.ru> 64Maintainer: Alex Ott <ottalex@narod.ru>
65 65
66* TUTORIAL.sk: 66* TUTORIAL.sk:
67Author: Miroslav VaĹĄko <vasko@debian.cz> 67Author: Miroslav VaĹĄko <vasko@debian.cz>
68 Pavel JanĂ­k <Pavel@Janik.cz> 68 Pavel JanĂ­k <Pavel@Janik.cz>
69Maintainer: Pavel JanĂ­k <Pavel@Janik.cz> 69Maintainer: Pavel JanĂ­k <Pavel@Janik.cz>
70 70
71* TUTORIAL.sl: 71* TUTORIAL.sl:
72Author: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> 72Author: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
73Maintainer: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> 73Maintainer: PrimoĹž Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
74 74
75* TUTORIAL.sv: 75* TUTORIAL.sv:
76Author: Mats Lidell <matsl@contactor.se> 76Author: Mats Lidell <matsl@contactor.se>
77Maintainer: Mats Lidell <matsl@contactor.se> 77Maintainer: Mats Lidell <matsl@contactor.se>
78 78
79* TUTORIAL.th: 79* TUTORIAL.th:
80Author: Virach Sornlertlamvanich <virach@nectec.or.th> 80Author: Virach Sornlertlamvanich <virach@nectec.or.th>
81Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th> 81Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th>
82 82
83* TUTORIAL.zh: 83* TUTORIAL.zh:
84Author: Chao-Hong Liu <chliu@gnu.org> 84Author: Chao-Hong Liu <chliu@gnu.org>
85Maintainer: Chao-Hong Liu <chliu@gnu.org> 85Maintainer: Chao-Hong Liu <chliu@gnu.org>
86 86