diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/language/european.el | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c68c115e178..71edf9d561c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-02-06 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * language/european.el ("Italian"): New. | ||
| 4 | |||
| 1 | 2003-02-06 Matthew Swift <swift@alum.mit.edu> | 5 | 2003-02-06 Matthew Swift <swift@alum.mit.edu> |
| 2 | 6 | ||
| 3 | * dired.el (dired-move-to-filename-regexp): Support "K" suffix on | 7 | * 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 | |||
| @@ -284,6 +284,22 @@ but it selects the French tutorial.")) | |||
| 284 | '("European")) | 284 | '("European")) |
| 285 | 285 | ||
| 286 | (set-language-info-alist | 286 | (set-language-info-alist |
| 287 | "Italian" '((tutorial . "TUTORIAL.it") | ||
| 288 | (charset ascii latin-iso8859-1) | ||
| 289 | (coding-system iso-latin-1 iso-latin-9) | ||
| 290 | (coding-priority iso-latin-1) | ||
| 291 | (nonascii-translation . latin-iso8859-1) | ||
| 292 | (unibyte-syntax . "latin-1") | ||
| 293 | (unibyte-display . iso-latin-1) | ||
| 294 | (input-method . "italian-postfix") | ||
| 295 | (sample-text . "Salve, ciao!") | ||
| 296 | (documentation . "\ | ||
| 297 | This language environment is almost the same as Latin-1, | ||
| 298 | but sets the default input method to \"italian-postfix\". | ||
| 299 | Additionally, it selects the Italian tutorial.")) | ||
| 300 | '("European")) | ||
| 301 | |||
| 302 | (set-language-info-alist | ||
| 287 | "Slovenian" '((charset . (ascii latin-iso8859-2)) | 303 | "Slovenian" '((charset . (ascii latin-iso8859-2)) |
| 288 | (coding-system . (iso-8859-2)) | 304 | (coding-system . (iso-8859-2)) |
| 289 | (coding-priority . (iso-8859-2)) | 305 | (coding-priority . (iso-8859-2)) |