- 10 Aug, 1997 27 commits
-
-
Kenichi Handa authored
(CODING_SPEC_ISO_EXPECTED_CHARSETS): New macro.
-
Kenichi Handa authored
declaring it as an alias of iso-2022-7bit.
-
Kenichi Handa authored
(syms_of_fontset): Doc-string of use-default-ascent modified. Declare ignore-relative-composition as a Lisp variable.
-
Kenichi Handa authored
-
Kenichi Handa authored
CODING_FLAG_ISO_SAFE. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (safe_terminal_coding): New variable. (Fset_safe_terminal_coding_system_internal): New function. (init_coding_once): Initilize safe_terminal_coding. (syms_of_coding): Declare set-safe-terminal-coding-system as a Lisp function. (Vmicrosoft_code_table): New variable. (syms_of_coding): Declare it as a Lisp variable and initialize it. (detect_coding_mask): Pay attention to Vmicrosoft_code_table.
-
Kenichi Handa authored
(CODING_INHIBIT_CHARACTER_SUBSTITUTION): New macro. coding.h (safe_terminal_coding): Extern it.
-
Kenichi Handa authored
TARGET_TYPE is Lisp_String.
-
Kenichi Handa authored
terminal_coding seems to encode Emacs' internal code as is. (write_glyphs): Likewise.
-
Kenichi Handa authored
Vignore_relative_composition.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
ignore-relative-composition.
-
Kenichi Handa authored
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
(encoded-kbd-mode): Doc-string fixed. Save current-input-mode when turning on Encoded-kbd mode, and recover it when turning off Encoded-kbd mode. Set encoded-kbd-iso2022-designations correctly. (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension instead fo charset-bytes. (encoded-kbd-self-insert-iso2022-8bit): Likewise.
-
Kenichi Handa authored
Doc-string modified. (prefer-coding-system): Moved from mule-util.el. Call set-default-coding-systems.
-
Kenichi Handa authored
-
Kenichi Handa authored
fontset name doesn't confirm to XLFD. (describe-current-coding-system): Do not show the same coding system twice in the list of priority order.
-
Kenichi Handa authored
-
Kenichi Handa authored
elements SAFE. Use it for terminal coding system if some other coding system is specified explicitly. (ignore-relative-composition): Initialize it.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(lrt-single-consonant-table): Several key sequence changed. (lrt-composing-pattern-double-c): Handle a consonant with semi-vowel-lower correctly. (lrt-handle-maa-sakod): Do not reset quail-current-key. (lrt-handle-tone-mark): Check the existence of double consonant correctly.
-
Kenichi Handa authored
-
Richard M. Stallman authored
-
- 09 Aug, 1997 13 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
commented out; don't use it either.
-
Richard M. Stallman authored
(c-initialization-hook): New variable.
-
Richard M. Stallman authored
c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. (c-set-style-2): Fixed broken implementation of inherited styles. (c-set-style): Call c-initialize-builtin-style. (c-initialize-builtin-style): Handle c-style-variables-are-local-p.
-
Richard M. Stallman authored
(c-initialize-cc-mode): Move the calling of c-make-styles-buffer-local into c-initialize-builtin-style. (c-initialize-cc-mode): Run the c-initialization-hook, but only once per Emacs session.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
on a semi following a close brace. (c-guess-basic-syntax): CASE 5I: When adding 'inclass syntax, use the relpos pointing to the class opening brace, unless that hangs on the right side, in which case, use the start of the class/struct keyword.
-
Richard M. Stallman authored
First character must be a letter or underscore. (c-styles-are-initialized): Variable deleted. (c-common-init): Don't initialize styles here. (idl-mode-abbrev-table): New variable. (idl-mode-map, idl-mode-syntax-table): New variables. (c-idl-menu): New menu.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-