1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
Commit graph

20475 commits

Author SHA1 Message Date
Kenichi Handa
52af23fe10 *** empty log message *** 2002-07-31 07:15:29 +00:00
Kenichi Handa
d26e6665bf (tar-file-name-coding-system): New variable. Make
it permanent-local.p
(tar-header-block-tokenize): Decode filename and linkname by
tar-file-name-coding-system.
(tar-header-block-checksum): Call multibyte-char-to-unibyte to get
the byte value of eight-bit chars.
(tar-summarize-buffer): Call set-buffer-multibyte with METHOD
`to'.  Delete unnecessary call of position-bytes.
(tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
call of position-bytes.
(tar-extract): Simplified by calling decode-coding-region with
DESTINATION argument.  Don't toggle multibyteness of tar buffer.
(tar-copy): Don't toggle multibyteness of tar buffer.
(tar-expunge): Likewise.
(tar-clear-modification-flags): Delete unnecessary call of
position-bytes.
(tar-rename-entry): Call tar-alter-one-field with encoded new
name.
(tar-alter-one-field): Don't toggle multibyteness of tar buffer.
Convert new-data-string by string-to-multibyte before inserting
it.
(tar-subfile-save-buffer): Don't toggle multibyteness of tar
buffer.  Simplified by calling encoding-coding-region with
DESTINATION argument.
(tar-mode-write-file): Delete unnecessary call of
byte-to-position.
2002-07-31 07:14:35 +00:00
Kenichi Handa
ad38511a70 (archive-file-name-coding-system): New variable.
Make it permanent-local.
(byte-after, bref, insert-unibyte): New function.  Change most of
char-after, aref, insert to them respectively.
(archive-mode): Set archive-file-name-coding-system.
(archive-summarize): Don't change the buffer's multibyteness.
(archive-extract): Inherit archive-file-name-coding-system from
archive-superior-buffer.  Bind coding-system-for-write to
archive-file-name-coding-system.
(archive-*-write-file-member): Encode ENAME by
archive-file-name-coding-system.  Bind coding-system-for-write to
no-conversion.
(archive-rename-entry): Encode the filename by
archive-file-name-coding-system.
(archive-mode-revert): Don't change the buffer's multibyteness.
(archive-arc-summarize, archive-lzh-summarize,
archive-zoo-summarize): Don't change the buffer's multibyteness.
Decode filenames by archive-file-name-coding-system.
(archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
the buffer's multibyteness.
2002-07-31 07:14:13 +00:00
Dave Love
d1a6e8e738 *** empty log message *** 2002-07-30 11:41:15 +00:00
Dave Love
0c7d8ed979 (quail-cxterm-package-ext-info): Doc
fix.
2002-07-30 11:27:03 +00:00
Dave Love
4dee6f7a2e comment 2002-07-30 11:25:43 +00:00
Dave Love
a23daf4349 (rfc2047-charset-encoding-alist): Use B for Hebrew.
Doc fix.
2002-07-30 11:24:33 +00:00
Dave Love
eb75e087ad (gnus-read-newsrc-el-file): Don't bind
coding-system-for-read.
(gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2002-07-30 11:24:20 +00:00
Dave Love
c1da08325f Copyright up-date 2002-07-30 11:24:02 +00:00
Dave Love
d260b2183f (copyright-regexp): Remove redundancy. 2002-07-30 11:23:12 +00:00
Kenichi Handa
002fc10757 *** empty log message *** 2002-07-26 04:08:40 +00:00
Kenichi Handa
4e20903029 Don't register ccl-encode-indian-glyph-font
and ccl-encode-unicode-font in font-ccl-encoder-alist.
2002-07-26 04:04:09 +00:00
Kenichi Handa
b827d57197 (print-fontset): Use describe-vector
to handle a char table returned by fontset-info.
2002-07-26 04:03:50 +00:00
Kenichi Handa
c538b063e7 Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic,
japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
japanese-jisx0213-2.
(devanagari-glyph): New charset.
2002-07-26 04:03:27 +00:00
Kenichi Handa
37a94e2f80 Setup the default fontset by the new
script based way.
(x-complement-fontset-spec): Change the format of arg FONTLIST to
an alist of charsets vs font name lists.
(charset-script-alist): New variable.
(create-fontset-from-fontset-spec): Allow script name in
FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
to the corresponding script name.
(create-fontset-from-ascii-font): Slightly tuned.
2002-07-26 04:03:01 +00:00
Kenichi Handa
9ce5de1c3e Setup char-script-table. 2002-07-26 04:02:41 +00:00
Dave Love
1de0ddd35b (fancy-splash-head): Warn about status.
(fancy-splash-tail): Copyright up-date.
2002-07-18 11:09:38 +00:00
Kenichi Handa
3aad804510 (detect-coding-with-priority): Fix the place of using `,' marker in
backguote form.
2002-07-17 11:33:09 +00:00
Kenichi Handa
bd552f3fd7 *** empty log message *** 2002-07-17 11:32:51 +00:00
Dave Love
3a5231505d *** empty log message *** 2002-07-11 23:16:17 +00:00
Dave Love
1f32125f94 (set-coding-priority): Fix obsolete spec. 2002-07-11 23:08:18 +00:00
Dave Love
e08255bb7b (mule-unicode-e000-ffff): Set
:max-code.
2002-07-11 23:05:47 +00:00
Dave Love
0a999a5e9f (with-coding-priority): Fix. 2002-07-11 22:59:06 +00:00
Dave Love
f615c3bbea (mm-find-mime-charset-region): Fix :mime-charset
part.
2002-07-09 22:35:42 +00:00
Dave Love
139a6f13b4 *** empty log message *** 2002-07-05 22:18:13 +00:00
Dave Love
cfd8f3ed49 (leim-list-header): Add coding tag. 2002-07-05 21:59:41 +00:00
Dave Love
a4cc68f6fc (find-coding-systems-region)
(language-info-alist, reset-language-environment, princ-list): Doc
fix.
(input-method-verbose-flag): Fix :type.
(set-locale-environment): Revert last change.
2002-07-04 23:05:18 +00:00
Dave Love
cf8ba5800c *** empty log message *** 2002-07-03 22:47:08 +00:00
Dave Love
f65c6d9453 Comment. 2002-07-03 22:47:00 +00:00
Dave Love
256d0feff9 (set-char-table-default): Make obsolete. 2002-07-03 22:37:38 +00:00
Dave Love
3b9ca27d9b *** empty log message *** 2002-07-01 20:44:43 +00:00
Dave Love
961962c5fb ("Devanagari"): Fix coding-system,
coding-priority.
2002-07-01 20:42:08 +00:00
Dave Love
a7a75a473e (describe-char-after): Modify display
list processing.
(unicodedata-file, unicodedata-find): New.
2002-07-01 20:41:34 +00:00
Dave Love
3caaa30e0e Truncate to reflect only the branch. 2002-07-01 17:37:27 +00:00
Dave Love
0a09a3204f (batch-byte-compile-if-not-done): Add
autoload cookie.
2002-06-29 11:10:01 +00:00
Dave Love
e5342765fb (skkdic-convert): Add coding tag. 2002-06-29 11:07:55 +00:00
Dave Love
2f97406eb3 (detect-coding-with-priority):
Rewritten.
2002-06-29 10:46:39 +00:00
Dave Love
54e12af749 *** empty log message *** 2002-06-27 22:07:39 +00:00
Dave Love
c175069475 (compose-string): Doc fix. 2002-06-27 21:59:18 +00:00
Dave Love
69e7e293ce ("Georgian"): Delete code-pages feature,
add nonascii-translation.
2002-06-27 21:55:53 +00:00
Dave Love
0fbd042508 ("German", "French", "Spanish"): Add
latin-9 as alternative coding system.
("Slovenian", "Polish"): Add windows-1250 as alternative coding
system.
("Dutch"): Add latin-9 as alternative coding system.  Add input
method.
("Turkish"): Add windows-1254 and latin-3 as alternative coding
systems.
("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
system.
2002-06-27 21:54:39 +00:00
Dave Love
12504f574e Doc fixes. 2002-06-27 21:40:53 +00:00
Dave Love
85eb657621 (side-effect-free-fns): Add decode-char,
encode-char.
(side-effect-and-error-free-fns): Add charsetp, max-char,
primary-charset.
2002-06-27 21:28:58 +00:00
Dave Love
42fa3af842 *** empty log message *** 2002-06-27 20:15:23 +00:00
Dave Love
fd4938d6ae Don't require cl when compiling. 2002-06-27 20:15:08 +00:00
Dave Love
926d12409f (DONTCOMPILE): Fix duplicates. 2002-06-27 19:50:34 +00:00
Dave Love
9e55828966 (byte-compile-insert-header): Fix typo. 2002-06-27 19:19:47 +00:00
Dave Love
a6dfc99b26 (sort-coding-systems): Comment out
iso-2022 case.
(encoded-string-description): Fix coding-system-type test.
2002-06-27 18:40:25 +00:00
Dave Love
513dcb0ac6 (load-with-code-conversion): Simplify last change. 2002-06-27 18:37:40 +00:00
Dave Love
0432cccc3d (load-with-code-conversion): Fix
coding-system-type test.
2002-06-27 15:25:46 +00:00