Juanma Barranquero
544dd97560
(view-hello-file): Use view-file' instead of
find-file-read-only'.
2003-02-14 06:55:32 +00:00
Stefan Monnier
050afd6435
(sort-coding-systems): Use \'.
...
(select-safe-coding-system): Remove redundant assq check.
Remove raw-text, emacs-mule and no-conversion from the list of
proposed encodings unless there's nothing else.
2003-02-13 20:06:36 +00:00
Juanma Barranquero
70ea295a11
Use new ?\s syntax instead of "? " followed by a comment.
2003-02-13 15:56:09 +00:00
Stefan Monnier
4c86cca05a
(load-with-code-conversion): Use push.
2003-02-10 22:20:47 +00:00
Juanma Barranquero
8ee2b52067
Restore missing space and put a comment to protect it from being deleted as
...
trailing whitespace.
2003-02-04 16:06:31 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Juanma Barranquero
c60ee5e70f
Cygwin support patch.
2003-01-31 15:24:20 +00:00
Markus Rost
756e055fe9
(set-language-info, current-language-environment):
...
Simplify setting the type of current-language-environment.
2003-01-25 18:20:30 +00:00
Kenichi Handa
db046b7d3a
(decode-coding-inserted-region): Renamed
...
from decode-coding-region-as-inserted-from-file to make it fit
well in the Lisp manual.
2003-01-24 13:28:00 +00:00
Kenichi Handa
f29387e80b
(decode-coding-region-as-inserted-from-file): New function.
2003-01-22 02:33:07 +00:00
Dave Love
e9b2b83231
Redo 8859-6 change in the right
...
place.
2003-01-17 14:00:11 +00:00
Kenichi Handa
c963bbc27d
Don't setup the default fontset and
...
font-encoding-alist at the top level.
(setup-default-fontset): New function.
(create-fontset-from-fontset-spec): Delete autoload cookie.
2003-01-17 08:13:39 +00:00
Kenichi Handa
2af778bdd1
Undo the last change.
2003-01-16 07:56:55 +00:00
Dave Love
59367f5608
Set up tables for 8859-6.
2003-01-15 17:53:16 +00:00
Kenichi Handa
850964c2bf
(optimize-char-coding-system-table): Optimize it.
2003-01-15 05:57:31 +00:00
Dave Love
395da65f76
(mule-utf-16-be, mule-utf-16-le): Remove
...
pre-write-conversion.
2003-01-13 13:26:21 +00:00
Dave Love
31d98fa0b4
(cp-make-coding-system): Fix last
...
change.
2003-01-10 23:30:52 +00:00
Dave Love
e3b839aa6d
(non-iso-charset-alist): Add
...
vietnamese-tcvn.
2003-01-05 23:14:20 +00:00
Dave Love
03cb032430
(locale-language-names): Use
...
Croatian, Swedish.
2003-01-05 23:13:56 +00:00
Dave Love
db6bd804ad
(set-locale-environment): Ignore
...
empty values of environment variables.
2003-01-05 00:38:05 +00:00
Dave Love
b439e72aa8
(sort-coding-systems): Adjust
...
priority of utf-16 and x-ctext.
2003-01-03 20:16:56 +00:00
Dave Love
13d472b871
(utf-translate-cjk): Call
...
optimize-char-coding-system-table.
2003-01-03 20:12:51 +00:00
Dave Love
7de350175d
(ucs-unify-8859, ucs-fragment-8859):
...
Call optimize-char-coding-system-table.
2003-01-03 20:12:17 +00:00
Dave Love
237e59935a
(register-char-codings): Don't call
...
optimize-char-coding-system-table here.
(keyboard-coding-system): Doc fix. Update :version.
2003-01-03 20:11:15 +00:00
Andreas Schwab
9ddf362eb8
(select-safe-coding-system): Fix typo.
2002-12-26 17:29:06 +00:00
Dave Love
166ce29fb6
(standard-keyboard-coding-systems):
...
Deleted.
(set-locale-environment): Don't use it.
2002-12-19 12:52:51 +00:00
Dave Love
6993ac191d
*** empty log message ***
2002-12-18 23:24:47 +00:00
Dave Love
84dc47fd3e
(optimize-char-coding-system-table): New.
...
(register-char-codings): Use it.
2002-12-18 23:21:50 +00:00
Dave Love
c45bb3b117
(ucs-fragment-8859): Don't modify
...
char-coding-system-table elements destructively. Use
optimize-char-coding-system-table.
2002-12-18 23:19:01 +00:00
Dave Love
0c8410d509
(ucs-mule-cjk-to-unicode)
...
(ucs-unicode-to-mule-cjk): Revert last change.
(utf-subst-table-for-encode): Initially use
ucs-mule-cjk-to-unicode.
(utf-subst-table-for-decode): Initially use
ucs-unicode-to-mule-cjk.
(utf-fragment-on-decoding, utf-translate-cjk): Don't modify
char-coding-system-table elements destructively.
(utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
ucs-unicode-to-mule-cjk to new hash tables with realistic
parameters.
2002-12-17 17:58:13 +00:00
Kenichi Handa
701414e3a0
(set-file-name-coding-system): New function.
2002-12-17 11:56:56 +00:00
Kenichi Handa
2308d0d7e0
(mule-keymap, set-coding-system-map):
...
Add bindings for set-file-name-coding-system.
2002-12-17 11:56:26 +00:00
Kenichi Handa
0e9ec6091e
(universal-coding-system-argument):
...
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.
2002-12-17 11:40:47 +00:00
Dave Love
ccdd5c6187
(ucs-mule-cjk-to-unicode)
...
(utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
(utf-subst-table-for-decode): Specify :size, :rehash-size.
(utf-translate-cjk): :set rewritten to load subst-... files. Add
:set-after.
(ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2002-12-15 16:46:00 +00:00
Markus Rost
990a41084b
(current-language-environment): Set type according to
...
`language-info-alist' also here.
2002-12-13 22:42:21 +00:00
Dave Love
d7136fd37a
*** empty log message ***
2002-12-12 22:55:05 +00:00
Markus Rost
1169bd863a
(set-language-info): Update custom-type of
...
current-language-environment directly without a function call.
(current-language-environment-custom-type): Deleted.
2002-12-12 00:52:05 +00:00
Markus Rost
5a911ab598
(current-language-environment-custom-type): Return a sorted list.
2002-12-12 00:27:36 +00:00
Markus Rost
590dbcbaa6
(current-language-environment-custom-type): New fun.
...
(set-language-info): Use it.
(current-language-environment): Fix custom type.
2002-12-11 21:29:31 +00:00
Dave Love
aacad7aa1f
(mik, pt154): New coding systems.
2002-12-09 20:12:57 +00:00
Dave Love
10d44a9905
Fix properly.
2002-12-09 18:01:21 +00:00
Andreas Schwab
034d21fe42
Fix last change.
2002-12-09 15:55:32 +00:00
Kenichi Handa
c3ff164a74
(titdic-convert): Process the header part in multibyte mode.
2002-12-09 05:44:06 +00:00
Dave Love
63dc56a176
(mule-diag): Move where it's
...
required.
2002-12-08 19:13:04 +00:00
Dave Love
ad7c69e787
Add latin-jisx0201 characters. Fix
...
translation-table-for-input for lao, thai, tibetan.
2002-12-08 18:59:46 +00:00
Dave Love
2a0f890579
Revert last change.
2002-12-06 19:27:12 +00:00
Dave Love
903307483a
Update safe-chars of mule-utf-8,
...
mule-utf-16-le, mule-utf-16-be.
2002-12-05 16:56:21 +00:00
Kenichi Handa
0631f894b4
(quail-misc-package-ext-info):
...
Remove duplicate entry for chinese-b5-quick.
(batch-miscdic-convert): Don't try to call miscdic-convert on
files in the directory just following the arg "-dir".
2002-12-05 08:39:14 +00:00
Dave Love
a4895da13f
(ucs-unify-8859, ucs-unify-8859)
...
(ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
(ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2002-12-03 10:31:28 +00:00
Dave Love
5ba511bddf
(cp-make-coding-system): Deal with
...
unencodable characters.
2002-11-26 18:17:33 +00:00