1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

628 commits

Author SHA1 Message Date
Richard M. Stallman
14915c37c2 (set-selection-coding-system): Renamed from set-clipboard-coding-system.
Set the variable's new name, selection-coding-system.
1998-07-12 05:58:47 +00:00
Richard M. Stallman
6e9ed08693 (set-language-environment): Test unibyte-syntax instead of using a
fixed list of latin-N character sets.
1998-07-09 04:53:59 +00:00
Kenichi Handa
56d25ff57f (x-complement-fontset-spec): Typo fixed.
(create-fontset-from-fontset-spec): Likewise.
(create-fontset-from-ascii-font): Likewise.
1998-07-09 02:02:33 +00:00
Kenichi Handa
c7d8aff3e0 * international/mule.el: Don't make the function charset-list
obsolete.
1998-07-06 01:54:21 +00:00
Kenichi Handa
1c4cc63a3c (set-auto-coding-for-load): New variable.
(set-auto-coding): If set-auto-coding-for-load is non-nil,
look for "unibyte" file variable first, then for "coding".
(load-with-code-conversion): Bind set-auto-coding-for-load to t.
1998-07-06 01:52:48 +00:00
Kenichi Handa
1f50fef973 (create-fontset-from-fontset-spec):
Returns a created fontset.
(create-fontset-from-ascii-font): New function.
1998-07-03 04:39:22 +00:00
Kenichi Handa
eb9386bbb8 (mule-version): Changed to 4.0.
(mule-version-date): Updated.
1998-07-01 07:16:28 +00:00
Richard M. Stallman
26471f0600 (set-keyboard-coding-system): Doc typo. 1998-06-27 17:48:27 +00:00
Kenichi Handa
8f90191767 (create-fontset-from-fontset-spec):
Generate ASCII font names of style variants fontsets from a
resolved ASCII font name of a base fontset.
1998-06-26 03:29:58 +00:00
Richard M. Stallman
01bc2c19ba (fontset-default-styles): Fix custom type. 1998-06-24 18:10:16 +00:00
Richard M. Stallman
9307a9db6a (set-language-environment): Allow all language environments, even in
unibyte mode.  But set the terminal coding system only in the known few.
1998-06-24 05:25:01 +00:00
Kenichi Handa
2fa8603a52 (x-style-funcs-alist): Remove duplicated code. 1998-06-24 02:41:08 +00:00
Karl Heuer
94487c4e37 Doc fixes. 1998-06-20 22:06:30 +00:00
Kenichi Handa
63d3d7841a (encoded-kbd-self-insert-sjis):
Handle katakana-jisx0201 correctly.
1998-06-20 02:59:51 +00:00
Karl Heuer
d96917194a (x-style-funcs-alist):
Fix the elements that call two x-... functions
so they don't call the second if the first gives nil.
(fontset-default-styles): New variable.
(create-fontset-from-fontset-spec): Use fontset-default-styles.
1998-06-19 16:54:41 +00:00
Kenichi Handa
b5cadc4fb0 (set-auto-coding): Redo the previous change. 1998-06-15 01:03:12 +00:00
Kenichi Handa
167eb370ed (set-auto-coding): Cancel the previous change. 1998-06-12 08:55:04 +00:00
Kenichi Handa
bb98ead951 (instantiate-fontset): Delete
duplicated call of x-complement-fontset-spec.  Call new-fontset
with a correct argument.
(x-compose-font-name): Argument name adjusted for the doc-string.
(x-complement-fontset-spec): Don't alter the contents of the
arguments XLFD-FIELDS and FONTLIST.
(x-style-funcs-alist): The format changed.
(x-modify-font-name): New function.
(create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is
changed to STYLE-VARIANT, the format also changed.  Use
x-modify-font-name instead of calling functions in
x-style-funcs-alist directly.
(instantiate-fontset): Use x-modify-font-name instead of calling
functions in x-style-funcs-alist directly.
(resolve-fontset-name): New function.
1998-06-12 07:10:59 +00:00
Kenichi Handa
25ca8cf6d7 (set-auto-coding): Argument is changed to SIZE. 1998-06-12 01:39:07 +00:00
Karl Heuer
13cef08d9d (list-character-sets-1): New subroutine.
(list-character-sets): Use it.
(list-coding-systems-1): New subroutine.
(list-coding-systems): Use it.
(list-input-methods-1): New subroutine.
(list-input-methods): Use it.
(mule-diag): Avoid method of displaying text in *Help* then copying it.
Instead, insert it directly into *Mule-Diagnosis*.
Use list-character-sets-1, list-coding-systems-1, list-input-methods-1.
Copy the code from list-fontsets and list-coding-categories.
Improve the display buffer's header.
1998-06-03 14:38:07 +00:00
Karl Heuer
4527adca68 Many doc fixes. 1998-06-01 03:08:00 +00:00
Karl Heuer
6e2c88407b (coding-system-mnemonic): Don't crash if arg is nil. 1998-06-01 03:01:30 +00:00
Karl Heuer
eabe0ad3ad (mule-diag): Don't call help-mode.
Instead, call print-help-return-message.
1998-05-30 14:58:17 +00:00
Kenichi Handa
2feaf204b0 (set-coding-priority): Call
set-coding-priority-internal at the tail.
1998-05-25 08:08:51 +00:00
Richard M. Stallman
452fdb314d (make-translation-table): Doc fix.
(define-translation-table): Doc fix.
1998-05-25 07:23:08 +00:00
Richard M. Stallman
f08adf276a (register-input-method): Rename arg ENV to LANG-ENV. Fix previous change.
(set-language-info):
Delete args describe-map and setup-map.  Don't set up menus at all.
(set-language-info-alist): Set up menus here.
(setup-specified-language-environment): Doc fix.
1998-05-23 20:05:36 +00:00
Kenichi Handa
f967223b11 Change term "character translation table" to "translation table". 1998-05-22 09:45:34 +00:00
Kenichi Handa
6fb8f8bdc5 (x-font-name-charset-alist): New
variable.
(register-alternate-fontnames): Doc-string modified.
(x-complement-fontset-spec): Likewise.
(x-complement-fontset-spec): Delete unused local variable.  Delete
ad hoc code for Latin-1, instead refer to
x-font-name-charset-alist.
(uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
FONTLIST).
(x-style-funcs-alist): New variable.
(create-fontset-from-fontset-spec): 2nd optional arg is changed
from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
unused code.  Adjusted for the change of
uninstantiated-fontset-alist.
(instantiate-fontset): Adjusted for the change of
uninstantiated-fontset-alist.
1998-05-21 01:46:39 +00:00
Kenichi Handa
3ad911d8a0 (make-coding-system): If ISO2022 based
8-bit coding system allows alternative designation, set the coding
category to `coding-category-iso-8-else'.
1998-05-21 01:46:39 +00:00
Richard M. Stallman
2c395d560b Several doc fixes.
(get-language-info, set-language-info): Rename argument.
(set-language-info-alist): Likewise.
(find-coding-systems-region-subset-p): Renamed from subset-p.
(find-coding-systems-region): Use new name.
(register-input-method): Rename argument.
(activate-input-method): If INPUT-METHOD is nil, deactivate.
1998-05-20 00:46:03 +00:00
Richard M. Stallman
ca1a6e9d0f (create-fontset-from-fontset-spec): Add autoload cookie. 1998-05-18 03:45:58 +00:00
Kenichi Handa
50443272bb Change term translate-XXX-map to map-XXX
throughout the file.  Change terms unify/unification to
translate/translation respectively throughtout the file.
1998-05-18 01:01:00 +00:00
Kenichi Handa
d2a1ee18b8 Change term unification to
translation throughtout the file.
1998-05-18 01:01:00 +00:00
Kenichi Handa
b25eef20fd Change term unification to translation
throughtout the file.
(set-clipboard-coding-system): New function.
1998-05-18 01:01:00 +00:00
Kenichi Handa
0548a7fdc2 (quail-completion): Consecutive call of
this command scrolls the Quail completion buffer.
1998-05-18 01:01:00 +00:00
Richard M. Stallman
82d6c19f8a (set-auto-coding): Exclude \n when matching the coding system name. 1998-05-15 22:24:17 +00:00
Richard M. Stallman
ccb77b4efd (after-insert-file-set-buffer-file-coding-system):
Don't make buffer unibyte unless we seem to be visiting a file.
1998-05-12 23:09:35 +00:00
Richard M. Stallman
c83c4f6098 (last-coding-system-specified): New var.
(select-safe-coding-system): Set var if user specifies a coding system.
1998-05-11 01:22:35 +00:00
Richard M. Stallman
7ddbb5bc20 (toggle-input-method): Use a more
appropriate default value while reading an input method.
1998-05-07 20:50:48 +00:00
Richard M. Stallman
73eaef52d3 (list-input-methods): Doc fix. 1998-05-07 19:15:43 +00:00
Kenichi Handa
44d086b885 Cancel the previous change for
customization, customized variables are changed to constant.
1998-05-07 06:41:35 +00:00
Richard M. Stallman
0d5f1e3a1e (print-coding-system):
Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system.
1998-05-07 03:52:48 +00:00
Kenichi Handa
341043629f (find-coding-systems-for-charsets):
Consider priority of each coding system too.
(select-safe-coding-system): Show mime-charset name (if it is also
a coding system) instead of base coding system name.
(select-safe-coding-system): Always delete *Warning* buffer.
(universal-coding-system-argument): Use buffer-file-coding-system
as default.
1998-05-01 04:16:29 +00:00
Kenichi Handa
e953b36874 (quail-show-translations): Show
followable keys in alphabetic order.
1998-05-01 04:16:29 +00:00
Richard M. Stallman
51a8fc1d8a (set-language-environment): Fix previous change.
Call standard-display-european-internal.
Call set-terminal-coding-system.

(standard-display-european-internal): New subroutine.
1998-04-30 03:20:24 +00:00
Richard M. Stallman
e728468b45 (set-language-environment):
Check for language environments that can't work in unibyte.
1998-04-26 02:50:41 +00:00
Richard M. Stallman
ba74e83386 (load-with-code-conversion): Don't pass extra arg to eval-buffer.
(set-auto-coding): Doc fix.
1998-04-23 21:57:25 +00:00
Richard M. Stallman
678dc7ec25 (file-coding-system-alist): Use emacs-mule for .elc files. 1998-04-23 01:34:49 +00:00
Richard M. Stallman
ab87fc3dcd Comment change. 1998-04-22 02:40:39 +00:00
Richard M. Stallman
f7e5a6321a (encoded-kbd-mode): Doc fix. 1998-04-22 02:34:39 +00:00