diff options
| author | Reiner Steib | 2005-03-04 13:44:58 +0000 |
|---|---|---|
| committer | Reiner Steib | 2005-03-04 13:44:58 +0000 |
| commit | 518d36377077b17d7bb6591786765b0f33436601 (patch) | |
| tree | a9cb7014e977fc8f1b6f63342c2a1e5250fe2009 | |
| parent | ba025f6dd119f781c62a72839da66817ec6ddf9d (diff) | |
| download | emacs-518d36377077b17d7bb6591786765b0f33436601.tar.gz emacs-518d36377077b17d7bb6591786765b0f33436601.zip | |
(windows-1250, windows-125[2-8])
(iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/code-pages.el | 13 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 870717d310f..adbbfcefbbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * international/code-pages.el (windows-1250, windows-125[2-8]) | ||
| 4 | (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies. | ||
| 5 | |||
| 1 | 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be | 8 | * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be |
diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index 0f8cdbf5713..cc4e1766145 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; code-pages.el --- coding systems for assorted codepages -*-coding: utf-8;-*- | 1 | ;;; code-pages.el --- coding systems for assorted codepages -*-coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
| @@ -2440,6 +2440,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 2440 | nil | 2440 | nil |
| 2441 | nil]) | 2441 | nil]) |
| 2442 | 2442 | ||
| 2443 | ;;;###autoload(autoload-coding-system 'windows-1250 '(require 'code-pages)) | ||
| 2443 | (cp-make-coding-system | 2444 | (cp-make-coding-system |
| 2444 | windows-1250 | 2445 | windows-1250 |
| 2445 | [?\€ | 2446 | [?\€ |
| @@ -2571,6 +2572,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 2571 | ?\ţ | 2572 | ?\ţ |
| 2572 | ?\˙]) | 2573 | ?\˙]) |
| 2573 | 2574 | ||
| 2575 | ;;;###autoload(autoload-coding-system 'windows-1253 '(require 'code-pages)) | ||
| 2574 | (cp-make-coding-system | 2576 | (cp-make-coding-system |
| 2575 | windows-1253 | 2577 | windows-1253 |
| 2576 | [?\€ | 2578 | [?\€ |
| @@ -2703,6 +2705,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 2703 | nil] | 2705 | nil] |
| 2704 | nil ?g) ;; Greek | 2706 | nil ?g) ;; Greek |
| 2705 | 2707 | ||
| 2708 | ;;;###autoload(autoload-coding-system 'windows-1254 '(require 'code-pages)) | ||
| 2706 | (cp-make-coding-system | 2709 | (cp-make-coding-system |
| 2707 | windows-1254 | 2710 | windows-1254 |
| 2708 | [?\€ | 2711 | [?\€ |
| @@ -2835,6 +2838,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 2835 | ?\ÿ]) | 2838 | ?\ÿ]) |
| 2836 | 2839 | ||
| 2837 | ;; yi_US | 2840 | ;; yi_US |
| 2841 | ;;;###autoload(autoload-coding-system 'windows-1255 '(require 'code-pages)) | ||
| 2838 | (cp-make-coding-system | 2842 | (cp-make-coding-system |
| 2839 | windows-1255 | 2843 | windows-1255 |
| 2840 | [?\€ | 2844 | [?\€ |
| @@ -2967,6 +2971,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 2967 | nil] | 2971 | nil] |
| 2968 | nil ?h) ;; Hebrew | 2972 | nil ?h) ;; Hebrew |
| 2969 | 2973 | ||
| 2974 | ;;;###autoload(autoload-coding-system 'windows-1256 '(require 'code-pages)) | ||
| 2970 | (cp-make-coding-system | 2975 | (cp-make-coding-system |
| 2971 | windows-1256 | 2976 | windows-1256 |
| 2972 | [?\€ | 2977 | [?\€ |
| @@ -3099,6 +3104,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 3099 | ?\ے] | 3104 | ?\ے] |
| 3100 | nil ?a) ;; Arabic | 3105 | nil ?a) ;; Arabic |
| 3101 | 3106 | ||
| 3107 | ;;;###autoload(autoload-coding-system 'windows-1257 '(require 'code-pages)) | ||
| 3102 | (cp-make-coding-system | 3108 | (cp-make-coding-system |
| 3103 | windows-1257 | 3109 | windows-1257 |
| 3104 | [?\€ | 3110 | [?\€ |
| @@ -3230,6 +3236,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 3230 | ?\ž | 3236 | ?\ž |
| 3231 | nil]) | 3237 | nil]) |
| 3232 | 3238 | ||
| 3239 | ;;;###autoload(autoload-coding-system 'windows-1258 '(require 'code-pages)) | ||
| 3233 | (cp-make-coding-system | 3240 | (cp-make-coding-system |
| 3234 | windows-1258 | 3241 | windows-1258 |
| 3235 | [?\€ | 3242 | [?\€ |
| @@ -3652,6 +3659,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 3652 | ;; ISO 8859-16 was primarily designed for single-byte encoding the Romanian | 3659 | ;; ISO 8859-16 was primarily designed for single-byte encoding the Romanian |
| 3653 | ;; language. The UTF-8 charset is the preferred and in today's MIME software | 3660 | ;; language. The UTF-8 charset is the preferred and in today's MIME software |
| 3654 | ;; more widely implemented encoding suitable for Romanian. | 3661 | ;; more widely implemented encoding suitable for Romanian. |
| 3662 | ;;;###autoload(autoload-coding-system 'iso-8859-16 '(require 'code-pages)) | ||
| 3655 | (cp-make-coding-system | 3663 | (cp-make-coding-system |
| 3656 | iso-latin-10 ; consistent with, e.g. Latin-1 | 3664 | iso-latin-10 ; consistent with, e.g. Latin-1 |
| 3657 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil | 3665 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil |
| @@ -3823,6 +3831,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 3823 | ?6) | 3831 | ?6) |
| 3824 | (define-coding-system-alias 'arabic-iso-8bit 'iso-8859-6) | 3832 | (define-coding-system-alias 'arabic-iso-8bit 'iso-8859-6) |
| 3825 | 3833 | ||
| 3834 | ;;;###autoload(autoload-coding-system 'iso-8859-10 '(require 'code-pages)) | ||
| 3826 | (cp-make-coding-system | 3835 | (cp-make-coding-system |
| 3827 | iso-latin-6 | 3836 | iso-latin-6 |
| 3828 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil | 3837 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil |
| @@ -3929,6 +3938,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 3929 | (define-coding-system-alias 'latin-6 'iso-latin-6) | 3938 | (define-coding-system-alias 'latin-6 'iso-latin-6) |
| 3930 | 3939 | ||
| 3931 | ;; used by lt_LT, lv_LV, mi_NZ | 3940 | ;; used by lt_LT, lv_LV, mi_NZ |
| 3941 | ;;;###autoload(autoload-coding-system 'iso-8859-13 '(require 'code-pages)) | ||
| 3932 | (cp-make-coding-system | 3942 | (cp-make-coding-system |
| 3933 | iso-latin-7 | 3943 | iso-latin-7 |
| 3934 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil | 3944 | [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil |
| @@ -4039,6 +4049,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 4039 | ;; Fixme: check on the C1 characters which libiconv includes. They | 4049 | ;; Fixme: check on the C1 characters which libiconv includes. They |
| 4040 | ;; are reproduced below, but are probably wrong. I can't find an | 4050 | ;; are reproduced below, but are probably wrong. I can't find an |
| 4041 | ;; official definition of georgian-ps. | 4051 | ;; official definition of georgian-ps. |
| 4052 | ;;;###autoload(autoload-coding-system 'georgian-ps '(require 'code-pages)) | ||
| 4042 | (cp-make-coding-system | 4053 | (cp-make-coding-system |
| 4043 | georgian-ps ; used by glibc for ka_GE | 4054 | georgian-ps ; used by glibc for ka_GE |
| 4044 | [?\ | 4055 | [?\ |