aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-10-011-0/+5
|
* (iso-2022-jp, iso-2022-jp-2, japanese-iso-8bit): Fix the order ofKenichi Handa2003-10-011-6/+6
| | | | charsets in :charset-list.
* *** empty log message ***Kenichi Handa2003-09-301-0/+35
|
* (auto-composition-chunk-size): Variable deleted.Kenichi Handa2003-09-301-25/+28
| | | | (auto-compose-chars): Always stop after processing a newline.
* *** empty log message ***Kenichi Handa2003-09-281-0/+5
|
* (define-coding-system): Fix attribute name :for-unibyte.Kenichi Handa2003-09-281-1/+1
|
* *** empty log message ***Kenichi Handa2003-09-261-3/+13
|
* (ps-mule-begin-job): Fix previous change.Kenichi Handa2003-09-261-1/+1
|
* *** empty log message ***Kenichi Handa2003-09-261-1/+1
|
* (ps-generate-string-list): Function deleted.Kenichi Handa2003-09-261-114/+34
| | | | | | | | | | | | | | | | | | | | | | | (ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted. (ps-header-footer-string): Function deleted. (ps-encode-header-string-function): New variable (ps-generate-header-line): Call ps-encode-header-string-function. (ps-basic-plot-string-function): New variable (ps-begin-job): Set ps-basic-plot-string-function and ps-encode-header-string-function. For setting up headers and footers, don't use caches such as ps-rh-cache. Don't call ps-mule-begin-page. (ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font. (ps-basic-plot-string): Likewise. (ps-control-character): Likewise. (ps-plot-region): Don't pay attention to composition and non-ASCII characters. (ps-generate): Call ps-mule-end-job. (ps-mule-prepare-ascii-font): Delete autoload. (ps-mule-set-ascii-font): Likewise. (ps-mule-plot-string): Likewise. (ps-mule-begin-page): Likewise. (ps-mule-end-job): Declare autoload.
* Mostly re-written.Kenichi Handa2003-09-262-1192/+968
|
* (auto-compose-region): New function.Kenichi Handa2003-09-261-0/+26
|
* *** empty log message ***Dave Love2003-09-111-0/+20
|
* (detect-coding-with-language-environment): Doc fix.Dave Love2003-09-111-1/+1
|
* (capitalized-words-mode): Add autoloadDave Love2003-09-111-5/+6
| | | | cookie. Doc fix.
* (list-charset-chars): Set buffer fileDave Love2003-09-111-0/+4
| | | | coding system.
* Doc fixes.Dave Love2003-09-111-15/+10
| | | | (auto-compose-chars): Use functionp, not fboundp.
* *** empty log message ***Dave Love2003-09-101-0/+12
|
* (standard-display-default): Use characterp.Dave Love2003-09-101-1/+1
|
* (edmacro-parse-keys): Use characterp.Dave Love2003-09-101-1/+1
|
* (generic-mode-set-comments): Use characterp.Dave Love2003-09-101-2/+2
|
* (prin1-char): Use characterp.Dave Love2003-09-101-1/+1
|
* (keypad-setup): Use characterp.Dave Love2003-09-101-1/+1
|
* (eshell-process-option): Use characterp.Dave Love2003-09-101-1/+1
|
* (perl-font-lock-syntactic-face-function): Use characterp.Dave Love2003-09-101-1/+1
|
* (sh-font-lock-syntactic-face-function): Use characterp.Dave Love2003-09-101-1/+1
|
* (tex-font-lock-syntactic-face-function): Use characterp.Dave Love2003-09-101-1/+1
|
* *** empty log message ***Kenichi Handa2003-09-0899-59866/+8313
|\
| * (utf-7-decode, utf-7-encode): Use utf-16be, not utf-16-be.Kenichi Handa2003-06-222-2/+13
| |
| * (utf-16-be): Make it an alias of utf-16be-with-signature.Kenichi Handa2003-06-221-9/+8
| | | | | | | | | | | | (utf-16-le): Make it an alias of utf-16be-with-signature. (utf-16-be-with-signature, utf-16-le-with-signature): Remove these coding system aliases.
| * (coding-system-category): New function.Kenichi Handa2003-06-101-0/+4
| |
| * *** empty log message ***Kenichi Handa2003-06-061-1/+9
| |
| * (universal-coding-system-argument):Kenichi Handa2003-06-061-44/+47
| | | | | | | | | | | | | | | | Check the coding system type `undecided', not `t'. (sort-coding-systems): Fix for iso-2022 coding systems. (find-multibyte-characters): Fix for eight-bit chars. (set-language-environment): Set charset priorities according to the charsets supported by the coding systems of higher priorities.
| * (set-coding-priority): Re-written.Kenichi Handa2003-06-052-59/+32
| | | | | | | | (make-translation-table): Re-written.
| * (font-lock-match-c-style-declaration-item-and-skip-to-next):Kenichi Handa2003-06-051-1/+2
| | | | | | | | Check (match-end 2) before goto there.
| * *** empty log message ***Kenichi Handa2003-06-051-0/+6
| |
| * *** 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
| |