Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Dave Love | 2002-05-19 | 1 | -87/+87 |
| | |||||
* | *** empty log message *** | Dave Love | 2002-05-19 | 1 | -0/+14 |
| | |||||
* | (DONTCOMPILE): Remove ucs-tables, utf-8, | Dave Love | 2002-05-19 | 1 | -3/+3 |
| | | | | utf-8-subst; add vietnamese, cyrillic, czech. | ||||
* | (iso-latin-10): New coding system. | Dave Love | 2002-05-19 | 1 | -3/+15 |
| | |||||
* | (describe-coding-system): Avoid error | Dave Love | 2002-05-19 | 1 | -14/+21 |
| | | | | for iso-2022, emacs-mule. | ||||
* | (emacs-mule): Set :charset-list, | Dave Love | 2002-05-19 | 1 | -0/+4 |
| | | | | | consistent with coding-system-charset-list doc. (iso-8859-16): New charset. | ||||
* | *** empty log message *** | Dave Love | 2002-05-17 | 1 | -0/+33 |
| | |||||
* | Most of code removed or commented | Dave Love | 2002-05-17 | 1 | -632/+108 |
| | | | | | out. (codepage-setup): Re-written as trivial, obsolete function. | ||||
* | Doc fixes. | Dave Love | 2002-05-17 | 1 | -1/+9 |
| | | | | | | | | (charset-list, generic-char-p, set-coding-priority): Make obsolete. (coding-system-get): Try to convert old-style symbol to keyword. (define-charset): Purecopy strings in property list. (define-coding-system): Purecopy docstring. | ||||
* | (windows-1254, cp1254, windows-1257) | Dave Love | 2002-05-17 | 1 | -6/+45 |
| | | | | | | | (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems. ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages. (iso-latin-7): | ||||
* | ("UTF-8"): Use utf-8, not mule-utf-8. | Dave Love | 2002-05-17 | 1 | -10/+11 |
| | | | | Remove setup function. | ||||
* | (windows-1258, cp1258): New coding | Dave Love | 2002-05-17 | 1 | -7/+10 |
| | | | | | systems. (font-ccl-encoder-alist): Remove viscii, vscii. | ||||
* | (windows-1255, cp1255): New coding systems. | Dave Love | 2002-05-17 | 1 | -2/+9 |
| | |||||
* | (windows-1253, cp1253): New coding systems. | Dave Love | 2002-05-17 | 1 | -0/+9 |
| | |||||
* | (ebcdic-us, ebcdic-uk): New coding systems. | Dave Love | 2002-05-17 | 1 | -0/+13 |
| | |||||
* | (ebcdic-us, ebcdic-uk): Change map | Dave Love | 2002-05-17 | 1 | -2/+66 |
| | | | | | | file name. (windows-1253, windows-1254, windows-1255, windows-1256) (windows-1257, windows-1258, next): New charsets. | ||||
* | *** empty log message *** | Dave Love | 2002-05-17 | 1 | -0/+7 |
| | |||||
* | # | Dave Love | 2002-05-17 | 2 | -20676/+0 |
| | |||||
* | Doc fixes. | Dave Love | 2002-05-17 | 1 | -23/+33 |
| | | | | | | (charset-list, generic-char-p, set-coding-priority): Make obsolete. (coding-system-get): Try to convert old-style symbol to keyword. | ||||
* | (list-character-sets): Doc fix. | Dave Love | 2002-05-17 | 1 | -12/+5 |
| | | | | (list-block-of-chars): Trap invalid args of make-char. | ||||
* | (list-character-sets-2): Avoid | Dave Love | 2002-05-17 | 2 | -87/+61 |
| | | | | | | | | | charset-bytes. (list-iso-charset-chars, list-non-iso-charset-chars): Deleted. (list-block-of-chars): Re-written. (describe-character-set): Show more properties. (describe-char-after): Correct codepoint display. (print-coding-system): Use symbolic types. | ||||
* | Be sure also to run emacs with LANG=C. | Kenichi Handa | 2002-05-17 | 1 | -8/+8 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-05-17 | 1 | -0/+4 |
| | |||||
* | (list-character-sets-1): Fix last change. | Dave Love | 2002-05-16 | 1 | -27/+17 |
| | | | | (describe-character-set): Re-written. | ||||
* | *** empty log message *** | Dave Love | 2002-05-16 | 1 | -0/+21 |
| | |||||
* | Doc fixes. | Dave Love | 2002-05-16 | 1 | -184/+59 |
| | | | | | | | | | | | (sort-charset-list, charset-multibyte-form-string): Removed. (list-character-sets, list-character-sets-1) (list-character-sets-2): Re-written. (non-iso-charset-alist): Set to nil and made obsolete. (decode-codepage-char): Re-written and made obsolete. (read-charset, describe-character-set): Don't use non-iso-charset-alist. (describe-coding-system): Use keyword properties. | ||||
* | (koi8-u, koi8-t, georgian-ps) | Dave Love | 2002-05-16 | 1 | -0/+78 |
| | | | | | (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us) (ebcdic-uk): New charsets. | ||||
* | (windows-1252): New coding system. | Dave Love | 2002-05-16 | 1 | -0/+8 |
| | |||||
* | (koi8-u, koi8-t, windows-1251, cp1125): New | Dave Love | 2002-05-16 | 1 | -3/+34 |
| | | | | coding systems. | ||||
* | *** empty log message *** | Kenichi Handa | 2002-05-16 | 1 | -0/+11 |
| | |||||
* | By sure to run emacs with LC_ALL=C. | Kenichi Handa | 2002-05-16 | 1 | -8/+8 |
| | |||||
* | By sure to run emacs with LANG=C. | Kenichi Handa | 2002-05-16 | 1 | -8/+8 |
| | |||||
* | (encoded-kbd-handle-8bit): Call | Kenichi Handa | 2002-05-16 | 1 | -1/+39 |
| | | | | | | | | encoded-kbd-self-insert-iso2022-8bit with argument 1. (encoded-kbd-self-insert-charset): New function. (encoded-kbd-setup-keymap): Handle a coding-system of type charset. (encoded-kbd-mode): Likewise. | ||||
* | (set-locale-environment): Comment out | Dave Love | 2002-05-15 | 2 | -6/+13 |
| | | | | set-keyboard-coding-system stuff. | ||||
* | *** empty log message *** | Kenichi Handa | 2002-05-14 | 1 | -0/+17 |
| | |||||
* | Set syntax/category for japanese-jisx0208. | Kenichi Handa | 2002-05-14 | 1 | -20/+18 |
| | |||||
* | (skkdic-jisx0208-hiragana-block): | Kenichi Handa | 2002-05-14 | 1 | -2/+3 |
| | | | | | Fix the initial value to specify character range of japanese-jisx0208, not unicode. | ||||
* | *** empty log message *** | Kenichi Handa | 2002-05-14 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Dave Love | 2002-05-14 | 2 | -0/+18 |
| | |||||
* | (mm-mime-mule-charset-alist) | Dave Love | 2002-05-14 | 1 | -8/+18 |
| | | | | | | (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) (mm-mime-charset, mm-find-mime-charset-region): Look for `:mime-charset' property of coding systems before `mime-charset'. | ||||
* | (sendmail-send-it): Use :mime-charset, not | Dave Love | 2002-05-14 | 1 | -1/+1 |
| | | | | mime-charset. | ||||
* | Fix :mime-charset properties. | Dave Love | 2002-05-14 | 6 | -15/+15 |
| | |||||
* | (cyrillic-iso-8bit, cyrillic-koi8) | Dave Love | 2002-05-14 | 1 | -3/+6 |
| | | | | | (cyrillic-alternativnyj): Fix :mime-charset. (cp878, cp866): New alias. | ||||
* | Fix mime-charset properties. | Dave Love | 2002-05-14 | 2 | -10/+21 |
| | |||||
* | (utf-8-emacs): Add various | Dave Love | 2002-05-14 | 1 | -4/+10 |
| | | | | :mime-charset properties. | ||||
* | (sort-coding-systems) | Dave Love | 2002-05-14 | 1 | -5/+5 |
| | | | | | (select-safe-coding-system, select-message-coding-system): Use :mime-charset, not 'mime-charset. | ||||
* | (define-coding-system): Docstring fixed (sjis->shift-jis). | Kenichi Handa | 2002-05-14 | 1 | -1/+1 |
| | |||||
* | Use decode-char instead of make-char. | Kenichi Handa | 2002-05-14 | 1 | -1/+1 |
| | |||||
* | (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly | Kenichi Handa | 2002-05-14 | 1 | -10/+14 |
| | | | | | | call self-insert-command. This is a temporary workaround to make it work with latin-1. (encoded-kbd-mode): Change `sjis' to `shift-jis'. | ||||
* | Setup char-width-table for CJK characters. | Kenichi Handa | 2002-05-14 | 1 | -0/+26 |
| |