("italian-alt-postfix"): Undo previous change.

This commit is contained in:
Francesco Potortì 2001-10-27 00:55:34 +00:00
parent 9d458fde49
commit 3a8b7edb66
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2001-10-27 Francesco Potorti` <pot@gnu.org>
* quail/latin-post.el ("italian-postfix"): Undo previous change.
* quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
2001-10-25 Francesco Potorti` <pot@gnu.org>
* quail/latin-post.el ("italian-postfix"): Euro symbol.

View file

@ -1193,7 +1193,7 @@ a' -> ,Aa(B A' -> ,AA(B a` -> ,A`(B A` -> ,A@(B i^ -> ,An(
e' -> ,Ai(B E' -> ,AI(B e` -> ,Ah(B E` -> ,AH(B I^ -> ,AN(B >> -> ,A;(B
i' -> ,Am(B I' -> ,AM(B i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B
o' -> ,As(B O' -> ,AS(B o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B
u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B E= -> ,A$(B
u' -> ,Az(B U' -> ,AZ(B u` -> ,Ay(B U` -> ,AY(B
This method is for purists who like accents the old way.
@ -1207,7 +1207,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
("a'" ?,Aa(B)
("E`" ?,AH(B)
("E'" ?,AI(B)
("E=" ?,A$(B)
("e`" ?,Ah(B)
("e'" ?,Ai(B)
("I`" ?,AL(B)
@ -1235,7 +1234,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
("a''" ["a'"])
("E``" ["E`"])
("E''" ["E'"])
("E==" ["E="])
("e``" ["e`"])
("e''" ["e'"])
("I``" ["I`"])