mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
Italian greeting changed.
This commit is contained in:
parent
c433f76c30
commit
0dcfc7bc0c
@ -1,3 +1,7 @@
|
||||
2003-02-06 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* language/european.el ("Italian"): New.
|
||||
|
||||
2003-02-06 Matthew Swift <swift@alum.mit.edu>
|
||||
|
||||
* dired.el (dired-move-to-filename-regexp): Support "K" suffix on
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user