aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2001-10-27 00:55:34 +0000
committerFrancesco Potortì2001-10-27 00:55:34 +0000
commit3a8b7edb66bd1e8f8ee8640fa9d252d421e58ae9 (patch)
tree137d787cda0ad1e11a3522db69b27f7b3b46b966
parent9d458fde49db35dbde84fd49f5532859e678f645 (diff)
downloademacs-3a8b7edb66bd1e8f8ee8640fa9d252d421e58ae9.tar.gz
emacs-3a8b7edb66bd1e8f8ee8640fa9d252d421e58ae9.zip
("italian-alt-postfix"): Undo previous change.
-rw-r--r--leim/ChangeLog6
-rw-r--r--leim/quail/latin-alt.el4
2 files changed, 7 insertions, 3 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 6d53a459304..a0551e181d0 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12001-10-27 Francesco Potorti` <pot@gnu.org>
2
3 * quail/latin-post.el ("italian-postfix"): Undo previous change.
4
5 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
6
12001-10-25 Francesco Potorti` <pot@gnu.org> 72001-10-25 Francesco Potorti` <pot@gnu.org>
2 8
3 * quail/latin-post.el ("italian-postfix"): Euro symbol. 9 * quail/latin-post.el ("italian-postfix"): Euro symbol.
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el
index eb6ad99545c..eed14a17453 100644
--- a/leim/quail/latin-alt.el
+++ b/leim/quail/latin-alt.el
@@ -1193,7 +1193,7 @@ a' -> ,Aa(B A' -> ,AA(B a` -> ,A`(B A` -> ,A@(B i^ -> ,An(
1193e' -> ,Ai(B E' -> ,AI(B e` -> ,Ah(B E` -> ,AH(B I^ -> ,AN(B >> -> ,A;(B 1193e' -> ,Ai(B E' -> ,AI(B e` -> ,Ah(B E` -> ,AH(B I^ -> ,AN(B >> -> ,A;(B
1194i' -> ,Am(B I' -> ,AM(B i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B 1194i' -> ,Am(B I' -> ,AM(B i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B
1195o' -> ,As(B O' -> ,AS(B o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B 1195o' -> ,As(B O' -> ,AS(B o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B
1196u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B E= -> ,A$(B 1196u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B
1197 1197
1198This method is for purists who like accents the old way. 1198This method is for purists who like accents the old way.
1199 1199
@@ -1207,7 +1207,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
1207 ("a'" ?,Aa(B) 1207 ("a'" ?,Aa(B)
1208 ("E`" ?,AH(B) 1208 ("E`" ?,AH(B)
1209 ("E'" ?,AI(B) 1209 ("E'" ?,AI(B)
1210 ("E=" ?,A$(B)
1211 ("e`" ?,Ah(B) 1210 ("e`" ?,Ah(B)
1212 ("e'" ?,Ai(B) 1211 ("e'" ?,Ai(B)
1213 ("I`" ?,AL(B) 1212 ("I`" ?,AL(B)
@@ -1235,7 +1234,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
1235 ("a''" ["a'"]) 1234 ("a''" ["a'"])
1236 ("E``" ["E`"]) 1235 ("E``" ["E`"])
1237 ("E''" ["E'"]) 1236 ("E''" ["E'"])
1238 ("E==" ["E="])
1239 ("e``" ["e`"]) 1237 ("e``" ["e`"])
1240 ("e''" ["e'"]) 1238 ("e''" ["e'"])
1241 ("I``" ["I`"]) 1239 ("I``" ["I`"])