summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-05-301-0/+19
|
* (ctext-non-standard-designations-alist):Kenichi Handa2003-05-301-54/+64
| | | | | | | Exclude entries for iso8859-1[03456]. Fix docstring. (ctext-pre-write-conversion): Make it work for the case that FROM is a string. Don't do unnecessary save-restriction and narrow-to-region.
* (ctext-non-standard-encodings-alist):Kenichi Handa2003-05-281-139/+106
| | | | | | | | | | Renamed from non-standard-icccm-encodings-alist. (ctext-non-standard-encodings-regexp): New variable (ctext-post-read-conversion): Full rewrite. (ctext-non-standard-designations-alist): Renamed from non-standard-designations-alist. (ctext-pre-write-conversion): Full rewrite. (define-coding-system): Doc fix (escape '"' by '\').
* (define-coding-system): Doc fix.Dave Love2003-05-232-3/+17
|
* (utf-16le, utf-16be-16be)Dave Love2003-05-231-5/+17
| | | | | | (utf-16le-with-signature, utf-16be-with-signature, utf-16): Define :mime-text-unsuitable. `utf-16{b,l}e...' renamed from `-16-{b,l}e-' and aliases defined for the old names.
* *** empty log message ***Dave Love2003-05-082-0/+149
|
* (utf-7): New.Dave Love2003-05-081-0/+11
|
* *** empty log message ***Kenichi Handa2003-05-061-2/+11
|
* (utf-16-be)Kenichi Handa2003-05-061-2/+3
| | | | | (utf-16-be-with-signature): Cancel the previous change. (utf-16): Add :endinan 'big.
* (define-coding-system): Fix docstring about :bom and :endian.Kenichi Handa2003-05-061-4/+14
|
* *** empty log message ***Dave Love2003-05-021-0/+8
|
* (utf-16-be)Dave Love2003-04-301-2/+2
| | | | (utf-16-be-with-signature): Comment-out :endian.
* (describe-character-set): FixDave Love2003-04-301-2/+5
| | | | printing dimensions. Use `�, not `x'.
* *** empty log message ***Kenichi Handa2003-04-121-0/+5
|
* Register CDAC fonts inKenichi Handa2003-04-121-3/+3
| | | | face-font-rescale-alist instead of face-resizing-fonts.
* (utf-16-le-with-signature): Renamed from utf-16-le-with-sig.Kenichi Handa2003-04-121-3/+3
| | | | | (utf-16-be-with-signature): Renamed from utf-16-be-with-sig. (utf-16): Adjust :bom.
* *** empty log message ***Kenichi Handa2003-04-121-0/+10
|
* (utf-16-le): Renamed from utf-16-le-nosig.Kenichi Handa2003-03-281-17/+20
| | | | | | | (utf-16-be): Renamed from utf-16-be-nosig. (utf-16-le-with-sig): Renamed from utf-16-le. (utf-16-be-with-sig): Renamed from utf-16-be. (utf-16): Set :bom to (utf-16-le-with-sig . utf-16-be-with-sig).
* (chinese-big5-hkscs): New coding system.Dave Love2003-02-122-0/+23
| | | | (big5-hkscs, cn-big5-hkscs): New aliases.
* (georgian-ps, georgian-academy): New codingDave Love2003-02-121-1/+13
| | | | system.
* (big5-hkscs, georgian-academy): NewDave Love2003-02-121-5/+21
| | | | | | | charset. (ibm1047): Doc fix. (pt154): Add mime-charset. (ptcp154, cp154): New aliases.
* *** empty log message ***Dave Love2003-02-041-0/+5
|
* (charset-iso-final-char)Dave Love2003-02-041-2/+3
| | | | (define-coding-system): Doc fix.
* *** empty log message ***Kenichi Handa2003-01-301-0/+5
|
* (define-ccl-program): Fset charset-id to charset-id-internalKenichi Handa2003-01-301-1/+6
| | | | temporarily.
* (list-block-of-chars): Use decode-char instead of make-char.Kenichi Handa2003-01-211-5/+2
|
* *** empty log message ***Kenichi Handa2003-01-211-0/+5
|
* *** empty log message ***Kenichi Handa2003-01-101-0/+23
|
* Delete the code to create a fontset from the X resource "Font".Kenichi Handa2003-01-101-22/+0
|
* Enable the default fontset to useKenichi Handa2003-01-101-157/+59
| | | | | | | | | | unicode fonts for ASCII characters. (x-decompose-font-name): Don't try to resolve PATTERN by x-resolve-font-name. (x-complement-fontset-spec): Never prepend an ASCII font. (create-fontset-from-fontset-spec): If a fontset of the same name already exists, override it instead of signalling an error. Don't turn `ascii' into `latin'. Don't update fontset-alias-alist here.
* (unicode-bmp): Delete duplicated definition. Give it :code-offset 0.Kenichi Handa2003-01-101-13/+1
|
* (print-fontset-element): NewKenichi Handa2003-01-101-51/+55
| | | | | | | function. (print-fontset): Use print-fontset-element to print the elements of a fontset. Use it also to print fonts fallen back to the default fontsets.
* (print-fontset): Insert proper newline and indentation spaces.Kenichi Handa2003-01-092-1/+6
|
* *** empty log message ***Dave Love2003-01-071-0/+13
|
* (find-coding-systems-for-charsets):Dave Love2003-01-071-22/+14
| | | | | | | Use coding-system-type, coding-system-charset-list. (standard-keyboard-coding-systems): Deleted. (set-locale-environment): Maybe set keyboard coding system. Avoid typical warning about codeset in C locale.
* (cl-make-type-test): Use characterp.Dave Love2003-01-071-1/+1
|
* (side-effect-free-fns): Add langinfo,Dave Love2003-01-071-2/+2
| | | | multibyte-char-to-unibyte.
* *** empty log message ***Kenichi Handa2003-01-061-1/+7
|
* (x-complement-fontset-spec): If a fontname doesn't conform to XLFDKenichi Handa2003-01-061-1/+3
| | | | format, try to get XLFD name by x-list-fonts.
* *** empty log message ***Dave Love2002-12-081-0/+6
|
* (mik, pt154): New coding systems.Dave Love2002-12-081-0/+12
|
* (mik, pt154): New charsets.Dave Love2002-12-081-0/+14
|
* (unicode-data): Fix treatment ofDave Love2002-12-052-6/+11
| | | | numeric-value fields.
* Move parts around so that syntaxDave Love2002-12-051-68/+72
| | | | definitions aren't overwritten wrongly.
* *** empty log message ***Dave Love2002-12-012-0/+95
|
* Fix previous change.Kenichi Handa2002-11-071-16/+12
|
* *** empty log message ***Kenichi Handa2002-11-071-1/+4
|
* Load compositeKenichi Handa2002-11-071-0/+1
|
* (tibetan-composition-function): ChangeKenichi Handa2002-11-071-6/+12
| | | | arguments to conform to composition-function-table.
* Register tibetan-composition-function inKenichi Handa2002-11-071-15/+17
| | | | composition-function-table for Tibetan characters.