From: Francesco Potortì Date: Thu, 6 Feb 2003 11:25:49 +0000 (+0000) Subject: Italian greeting changed. X-Git-Tag: ttn-vms-21-2-B4~11320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dcfc7bc0c02bf649e3286edd3bf73d87f6f242b;p=emacs.git Italian greeting changed. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c68c115e178..71edf9d561c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-02-06 Francesco Potort,Al(B + + * language/european.el ("Italian"): New. + 2003-02-06 Matthew Swift * dired.el (dired-move-to-filename-regexp): Support "K" suffix on diff --git a/lisp/language/european.el b/lisp/language/european.el index ed4607c6b9a..4ab5ba902cc 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -283,6 +283,22 @@ This language environment is almost the same as Latin-1, but it selects the French tutorial.")) '("European")) +(set-language-info-alist + "Italian" '((tutorial . "TUTORIAL.it") + (charset ascii latin-iso8859-1) + (coding-system iso-latin-1 iso-latin-9) + (coding-priority iso-latin-1) + (nonascii-translation . latin-iso8859-1) + (unibyte-syntax . "latin-1") + (unibyte-display . iso-latin-1) + (input-method . "italian-postfix") + (sample-text . "Salve, ciao!") + (documentation . "\ +This language environment is almost the same as Latin-1, +but sets the default input method to \"italian-postfix\". +Additionally, it selects the Italian tutorial.")) + '("European")) + (set-language-info-alist "Slovenian" '((charset . (ascii latin-iso8859-2)) (coding-system . (iso-8859-2))