]> git.eshelyaron.com Git - emacs.git/commitdiff
("italian-alt-postfix"): Undo previous change.
authorFrancesco Potortì <pot@gnu.org>
Sat, 27 Oct 2001 00:55:34 +0000 (00:55 +0000)
committerFrancesco Potortì <pot@gnu.org>
Sat, 27 Oct 2001 00:55:34 +0000 (00:55 +0000)
leim/ChangeLog
leim/quail/latin-alt.el

index 6d53a459304bc7852a6c5ace93b5e39de7b63b34..a0551e181d0cb8133fb65aea282a14c1933d858d 100644 (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.
index eb6ad99545c316acbfe7687de124cf8934050bda..eed14a17453e52b1ad0271725554030a536048ab 100644 (file)
@@ -1193,7 +1193,7 @@ a' -> \e,Aa\e(B    A' -> \e,AA\e(B    a` -> \e,A`\e(B    A` -> \e,A@\e(B    i^ -> \e,An\e(
 e' -> \e,Ai\e(B    E' -> \e,AI\e(B    e` -> \e,Ah\e(B    E` -> \e,AH\e(B    I^ -> \e,AN\e(B    >> -> \e,A;\e(B
 i' -> \e,Am\e(B    I' -> \e,AM\e(B    i` -> \e,Al\e(B    I` -> \e,AL\e(B               o_ -> \e,A:\e(B
 o' -> \e,As\e(B    O' -> \e,AS\e(B    o` -> \e,Ar\e(B    O` -> \e,AR\e(B               a_ -> \e,A*\e(B
-u' -> \e,Az\e(B    U' -> \e,AZ\e(B    u` -> \e,Ay\e(B    U` -> \e,AY\e(B               E= -> \e,A$\e(B
+u' -> \e,Az\e(B    U' -> \e,AZ\e(B    u` -> \e,Ay\e(B    U` -> \e,AY\e(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'" ?\e,Aa\e(B)
  ("E`" ?\e,AH\e(B)
  ("E'" ?\e,AI\e(B)
- ("E=" ?\e,A$\e(B)
  ("e`" ?\e,Ah\e(B)
  ("e'" ?\e,Ai\e(B)
  ("I`" ?\e,AL\e(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`"])