diff options
| author | Miles Bader | 2006-09-05 02:54:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-09-05 02:54:22 +0000 |
| commit | af6ea8ad8d62810d901561ae4a56d89f22ebacf0 (patch) | |
| tree | 02ee24f2f69b71a0690c99a5b007becf76077f74 /etc | |
| parent | 76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (diff) | |
| parent | 750a6cf4b21da81c1b451b8f4dc898127954c133 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/HELLO | 4 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
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 @@ | |||
| 1 | 2006-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * HELLO: Regroup Europe Non-ASCII examples by similar scripts. | ||
| 4 | |||
| 1 | 2006-08-25 Richard Stallman <rms@gnu.org> | 5 | 2006-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 |
| @@ -1,8 +1,8 @@ | |||
| 1 | This is a list of ways to say hello in various languages. | 1 | This is a list of ways to say hello in various languages. |
| 2 | 2 | ||
| 3 | Non-ASCII examples: | 3 | Non-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 |
| @@ -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 | ||
| 4162 | tick counter for changes to characters. Each time text in that buffer | ||
| 4163 | is inserted or deleted, the character-change counter is updated to the | ||
| 4164 | tick counter (`buffer-modified-tick'). Text property changes leave it | ||
| 4165 | unchanged. | ||
| 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 |
| 4162 | removes the text properties in the `yank-excluded-properties' list | 4169 | removes the text properties in the `yank-excluded-properties' list |
| 4163 | and handles the `yank-handler' text property. | 4170 | and handles the `yank-handler' text property. |