- 12 May, 1997 23 commits
-
-
Kenichi Handa authored
(quail-mode): Make sure to have quail-mode-map at the head of minor-mode-map-alist.
-
Kenichi Handa authored
default fontset. Name a fontset created from user-specified ASCII font as "fontset-startup".
-
Kenichi Handa authored
(rmail-convert-file): Comment fixed. (rmail-revert): Do not decode RMAIL file again because the backup file is saved in Emacs internal format. (rmail-convert-to-babyl-format): Check rmail-enable-decoding-message.
-
Kenichi Handa authored
(make-coding-system): Describe about INIT-BOL and DESIGNATION-BOL in doc-string. (find-new-buffer-file-coding-system): Doc-string modified. (make-unitication-table): New function.
-
Kenichi Handa authored
Initialize standard-character-unification-table-for-read and standard-character-unification-table-for-write. Set coding-category-iso-8-2 and coding-category-iso-else to the coding system iso-8859-1 by default.
-
Kenichi Handa authored
latin-jisx0201 and katakana-jisx0201 characters.
-
Kenichi Handa authored
build-set-language-environment-function): The functions deleted. (set-language-info): Doc-string modified. Chage handling of special keys describe-function and setup-function. (read-language-name): Return nil if a language specified does not have KEY. (current-input-method-title): Doc-string modified. (select-input-method): Set current-input-method to nil even if inactivation of the current input method failed. (set-language-environment): Doc-string modified. (describe-language-support): Doc-string modified. Calls an appropriate function for each langauge. (describe-language-support-internal): New function.
-
Kenichi Handa authored
function to encode text before sending by news. (gnus-mule-message-send-mail-function): New function to encode text before sending by mail. (gnus-mule-initialize): Add gnus-mule-message-send-news-function to the hook message-send-news-hook. Add gnus-mule-message-send-mail-function to the hook message-send-mail-hook.
-
Kenichi Handa authored
tutorial file.
-
Kenichi Handa authored
XLFD, set "*" instead of nil to a field which is omitted in the original font name. (generate-fontset-menu): Delete code for handling alias (or nickname). It is now handled in fontset-plain-name. (fontset-plain-name): Handle alias of fontset name, show more user-friendy names. (create-fontset-from-fontset-spec): Add an optional arg STYLE to create bold, italic, and bold-italic variants of a fonset.
-
Kenichi Handa authored
(encoded-kbd-select-terminal): The function deleted. (encoded-kbd-set-coding-system): New function.
-
Kenichi Handa authored
Tibetan characters. Add a category ?| to the category sets of characters of katakana-jisx0201 and japanese-jisx0212.
-
Kenichi Handa authored
-
Richard M. Stallman authored
The compiler should now handle custom-declare-variables on its own.
-
Richard M. Stallman authored
(make-autoload): Convert defcustom into defvar.
-
Richard M. Stallman authored
since make-dist now gets that done.
-
Richard M. Stallman authored
(updates): Do update-subdirs's job too.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Pass all "real" subdirs of lisp/ as args when rebuilding autoloads. (updates): New target, does all three of those.
-
Richard M. Stallman authored
Use the dirs specified on the command line.
-
Richard M. Stallman authored
instead, use the dirs specified on the command line.
-
Richard M. Stallman authored
(finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs.
-
Richard M. Stallman authored
-
- 11 May, 1997 2 commits
-
-
Paul Eggert authored
since this causes some shells to generate the empty string when IFS is $nl. (printlogline): Use SOH (octal code 1), not CR, since some PC-based shells mishandle CR.
-
Paul Eggert authored
-
- 10 May, 1997 15 commits
-
-
Richard M. Stallman authored
and set its mode, before starting the process. Set point in that buffer, and the process mark, (ange-ftp-gwp-start): Don't set the mode here. Move point to end of buffer. (internal-ange-ftp-mode): Don't move process-mark here.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Fread_variable, Fread_string, Fread_from_minibuffer): Likewise. (read_minibuf): Now static. New arg DEFALT. Callers changed. Bind minibuffer-default here. (read_minibuf_unwind): Now static. (Fcompleting_read): Past DEF to Fread_from_minibuffer; no need to use it directly here. (Fcompleting_read): New arg DEF. Callers changed. (Qminibuffer_default): New variable. (syms_of_minibuf): Initialize it.
-
Richard M. Stallman authored
Fread_from_minibuffer and Fread_variable. (Fcall_interactively): Pass new arg to Fcompleting_read.
-
Richard M. Stallman authored
Otherwise, remove it from other windows.
-
Richard M. Stallman authored
(find-backup-file-namem, backup-extract-version): Rename bv-length to backup-extract-version-start. (file-relative-name): Bind the variable fname.
-
Richard M. Stallman authored
Rename bv-length to backup-extract-version-start.
-
Richard M. Stallman authored
Rename bv-length to backup-extract-version-start.
-
Richard M. Stallman authored
-
Kenichi Handa authored
(fontset_pattern_regexp): Delete code for handling nickname of a fonset. It is now handled in Fquery_fontset by consulting Vfontset_alias_alist. (Fquery_fontset): Handle Vfontset_alias_alist. (syms_of_fontset): Terminate each line by `\n\' in doc-string of alternate-fontname-alist. Declare Lisp valiable fontset-alias-alist. Doc-string of highlight-wrong-size-font and clip-large-size-font modified.
-
Kenichi Handa authored
CODING_SYSTEM as Qnil to Fwrite_region.
-
Kenichi Handa authored
CONTINUE.
-
Kenichi Handa authored
(Fdefine_charset): Doc-string modified. (find_charset_in_str): Add 4th arg TABLE which is a character unification table. (Ffind_charset_region): Add optional arg TABLE which is a character unification table. (Ffind_charset_string): Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
(Venable_character_unification, Vstandard_character_unification_table_for_read, Vstandard_character_unification_table_for_write, Qcharacter_unification_table): New variables. (syms_of_coding): Initialize and declare them. (DECODE_ISO_CHARACTER): Modified to handle a character unification table instead of Valternate_charset_table. (DECODE_DESIGNATION): Delete handling of Valternate_charset_table. (decode_coding_iso2022): Handle a character unification table. (ENCODE_ISO_CHARACTER): New macro. (encode_designation_at_bol): Handle a character unification table. Do not return -1 even if end-of-line is not in the current run. (encode_coding_iso2022): Handle a character unification table. Call macro ENCODE_ISO_CHARACTER instead of calling ENCODE_ISO_CHARACTER_DIMENSION1 and ENCODE_ISO_CHARACTER_DIMENSION2 directly. Check the size of carryover before copying it to destination. (setup_coding_system): Initialize the member character_unification_table of the struct coding system to Qnil. (Fset_keyboard_coding_system): Doc string augmented.
-