summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2002-05-191-87/+87
|
* *** empty log message ***Dave Love2002-05-191-0/+14
|
* (DONTCOMPILE): Remove ucs-tables, utf-8,Dave Love2002-05-191-3/+3
| | | | utf-8-subst; add vietnamese, cyrillic, czech.
* (iso-latin-10): New coding system.Dave Love2002-05-191-3/+15
|
* (describe-coding-system): Avoid errorDave Love2002-05-191-14/+21
| | | | for iso-2022, emacs-mule.
* (emacs-mule): Set :charset-list,Dave Love2002-05-191-0/+4
| | | | | consistent with coding-system-charset-list doc. (iso-8859-16): New charset.
* *** empty log message ***Dave Love2002-05-171-0/+33
|
* Most of code removed or commentedDave Love2002-05-171-632/+108
| | | | | out. (codepage-setup): Re-written as trivial, obsolete function.
* Doc fixes.Dave Love2002-05-171-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 Love2002-05-171-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 Love2002-05-171-10/+11
| | | | Remove setup function.
* (windows-1258, cp1258): New codingDave Love2002-05-171-7/+10
| | | | | systems. (font-ccl-encoder-alist): Remove viscii, vscii.
* (windows-1255, cp1255): New coding systems.Dave Love2002-05-171-2/+9
|
* (windows-1253, cp1253): New coding systems.Dave Love2002-05-171-0/+9
|
* (ebcdic-us, ebcdic-uk): New coding systems.Dave Love2002-05-171-0/+13
|
* (ebcdic-us, ebcdic-uk): Change mapDave Love2002-05-171-2/+66
| | | | | | file name. (windows-1253, windows-1254, windows-1255, windows-1256) (windows-1257, windows-1258, next): New charsets.
* *** empty log message ***Dave Love2002-05-171-0/+7
|
* #Dave Love2002-05-172-20676/+0
|
* Doc fixes.Dave Love2002-05-171-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 Love2002-05-171-12/+5
| | | | (list-block-of-chars): Trap invalid args of make-char.
* (list-character-sets-2): AvoidDave Love2002-05-172-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 Handa2002-05-171-8/+8
|
* *** empty log message ***Kenichi Handa2002-05-171-0/+4
|
* (list-character-sets-1): Fix last change.Dave Love2002-05-161-27/+17
| | | | (describe-character-set): Re-written.
* *** empty log message ***Dave Love2002-05-161-0/+21
|
* Doc fixes.Dave Love2002-05-161-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 Love2002-05-161-0/+78
| | | | | (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us) (ebcdic-uk): New charsets.
* (windows-1252): New coding system.Dave Love2002-05-161-0/+8
|
* (koi8-u, koi8-t, windows-1251, cp1125): NewDave Love2002-05-161-3/+34
| | | | coding systems.
* *** empty log message ***Kenichi Handa2002-05-161-0/+11
|
* By sure to run emacs with LC_ALL=C.Kenichi Handa2002-05-161-8/+8
|
* By sure to run emacs with LANG=C.Kenichi Handa2002-05-161-8/+8
|
* (encoded-kbd-handle-8bit): CallKenichi Handa2002-05-161-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 outDave Love2002-05-152-6/+13
| | | | set-keyboard-coding-system stuff.
* *** empty log message ***Kenichi Handa2002-05-141-0/+17
|
* Set syntax/category for japanese-jisx0208.Kenichi Handa2002-05-141-20/+18
|
* (skkdic-jisx0208-hiragana-block):Kenichi Handa2002-05-141-2/+3
| | | | | Fix the initial value to specify character range of japanese-jisx0208, not unicode.
* *** empty log message ***Kenichi Handa2002-05-141-0/+9
|
* *** empty log message ***Dave Love2002-05-142-0/+18
|
* (mm-mime-mule-charset-alist)Dave Love2002-05-141-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, notDave Love2002-05-141-1/+1
| | | | mime-charset.
* Fix :mime-charset properties.Dave Love2002-05-146-15/+15
|
* (cyrillic-iso-8bit, cyrillic-koi8)Dave Love2002-05-141-3/+6
| | | | | (cyrillic-alternativnyj): Fix :mime-charset. (cp878, cp866): New alias.
* Fix mime-charset properties.Dave Love2002-05-142-10/+21
|
* (utf-8-emacs): Add variousDave Love2002-05-141-4/+10
| | | | :mime-charset properties.
* (sort-coding-systems)Dave Love2002-05-141-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 Handa2002-05-141-1/+1
|
* Use decode-char instead of make-char.Kenichi Handa2002-05-141-1/+1
|
* (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. DirectlyKenichi Handa2002-05-141-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 Handa2002-05-141-0/+26
|