Refill some long/short copyright headers.
[bpt/emacs.git] / leim / quail / latin-post.el
index 1131b57..bca518b 100644 (file)
@@ -1,9 +1,8 @@
 ;;; latin-post.el --- Quail packages for inputting various European characters  -*-coding: utf-8;-*-
 
-;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1997-1998, 2001-2011  Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008
+;;   2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H14PRO021
 ;; Copyright (C) 2003
@@ -1085,7 +1084,7 @@ ae  -> ä
 aee -> ae
 oe  -> ö
 oee -> oe
-ue  -> ü
+ue  -> ü (not after a/e/q)
 uee -> ue
 sz  -> ß
 szz -> sz
@@ -1108,7 +1107,14 @@ szz -> sz
  ("UEE" ["UE"])
  ("uee" ["ue"])
  ("szz" ["sz"])
- )
+ ("ge" ["ge"])
+ ("eue" ["eue"])
+ ("Eue" ["Eue"])
+ ("aue" ["aue"])
+ ("Aue" ["Aue"])
+ ("que" ["que"])
+ ("Que" ["Que"]) 
+)
 
 (quail-define-package
  "icelandic-postfix" "Latin-1" "IS<" t
@@ -2483,5 +2489,4 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("s<" ?š)
  ("z<" ?ž))
 
-;; arch-tag: 170180fb-9617-4d58-9d51-65ca23c05d94
 ;;; latin-post.el ends here