aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2006-09-05 02:54:22 +0000
committerMiles Bader2006-09-05 02:54:22 +0000
commitaf6ea8ad8d62810d901561ae4a56d89f22ebacf0 (patch)
tree02ee24f2f69b71a0690c99a5b007becf76077f74 /etc
parent76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (diff)
parent750a6cf4b21da81c1b451b8f4dc898127954c133 (diff)
downloademacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.tar.gz
emacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/HELLO4
-rw-r--r--etc/NEWS7
3 files changed, 13 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 100460e9b93..d01cdd2186a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12006-09-02 Juri Linkov <juri@jurta.org>
2
3 * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
4
12006-08-25 Richard Stallman <rms@gnu.org> 52006-08-25 Richard Stallman <rms@gnu.org>
2 6
3 * TUTORIAL: Give priority to graphical terminals over text terminals 7 * TUTORIAL: Give priority to graphical terminals over text terminals
diff --git a/etc/HELLO b/etc/HELLO
index e12a901e548..821159be4bf 100644
--- a/etc/HELLO
+++ b/etc/HELLO
@@ -1,8 +1,8 @@
1This is a list of ways to say hello in various languages. 1This is a list of ways to say hello in various languages.
2 2
3Non-ASCII examples: 3Non-ASCII examples:
4 Europe: ,A!(BHola!, Hyv,Add(B p,Ad(Biv,Add(B, Gr,A|_(B Gott, Bon,Cu(Bu, Dobr,B}(B den, Tere p,Ad(Bevast 4 Europe: ,A!(BHola!, Gr,A|_(B Gott, Hyv,Add(B p,Ad(Biv,Add(B, Tere ,Au(Bhtust, Bon,Cu(Bu
5 Cze,B6f(B!, ,FCei\(B ,Fsar(B, ,L7T`PRabRcYbU(B!, $,1J2J0J;J0J@JOJ=J1J0(B 5 Cze,B6f(B!, Dobr,B}(B den, ,L7T`PRabRcYbU(B!, ,FCei\(B ,Fsar(B, $,1J2J0J;J0J@JOJ=J1J0(B
6 Africa: $(3!A!,!>(B 6 Africa: $(3!A!,!>(B
7 Middle/Near East: ,Hylem(B, (38R(47d(3T!JSa(4W(3W(B 7 Middle/Near East: ,Hylem(B, (38R(47d(3T!JSa(4W(3W(B
8 South Asia: $,15h5n5x6-5d6'(B, $,1?(?.?8?M>u?>?0(B, $,1@H@N@X@m@5@^@P@"(B, $,1<U<C<5<m<5<N<m(B, $(7"7"!#C"Q!;"E"S"G!;"7"2"[!;"D"["#"G!>(B 8 South Asia: $,15h5n5x6-5d6'(B, $,1?(?.?8?M>u?>?0(B, $,1@H@N@X@m@5@^@P@"(B, $,1<U<C<5<m<5<N<m(B, $(7"7"!#C"Q!;"E"S"G!;"7"2"[!;"D"["#"G!>(B
diff --git a/etc/NEWS b/etc/NEWS
index b4b3ba46937..114a19a2403 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4158,6 +4158,13 @@ position or for a given window pixel coordinate.
4158** Text modification: 4158** Text modification:
4159 4159
4160+++ 4160+++
4161*** The new function `buffer-chars-modified-tick' returns a buffer's
4162tick counter for changes to characters. Each time text in that buffer
4163is inserted or deleted, the character-change counter is updated to the
4164tick counter (`buffer-modified-tick'). Text property changes leave it
4165unchanged.
4166
4167+++
4161*** The new function `insert-for-yank' normally works like `insert', but 4168*** The new function `insert-for-yank' normally works like `insert', but
4162removes the text properties in the `yank-excluded-properties' list 4169removes the text properties in the `yank-excluded-properties' list
4163and handles the `yank-handler' text property. 4170and handles the `yank-handler' text property.