- 12 May, 1997 9 commits
-
-
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 29 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.
-
Kenichi Handa authored
character set is invoked to PLANE. (struct coding_system): New member character_unification_table.
-
Kenichi Handa authored
CODING_SYSTEM. Move gap after a newline code if we are encoding in a coding system which requires designation sequences to be put at beginning of line. Set coding.last_block to 1 before calling a_write for an empty file. (build_annotations): Code tuned up for handling pre_write_conversion of a coding system. (e_write): Delete code for handling carryover of code conversion. It is now handled in encode_coding. (auto_save_1): Supply 7th new arg CODING_SYSTEM as Qnil to Fwrite_region.
-
Kenichi Handa authored
resouce "Fontset".
-
Kenichi Handa authored
and DATA contains 8-bit codes, decode them as Latin-1 characters. (lisp_data_to_selection_data): Supply 4th arg TABLE as Qnil to find_charset_in_str.
-
Kenichi Handa authored
display Latin1 characters correctly if the font contains glyphs for them. Fix bug of displaying cursor on a composite character.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Pass new arg to Fcompleting_read.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(iso-accents-compose): Add iso-accents-insert-offset to the code. (iso-accents-insert-offset): New variable. (iso-accents-customize): Set iso-accents-insert-offset according to data from iso-languages.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(quoted-insert): Don't offset codes above 377.
-
Richard M. Stallman authored
(server-kill-buffer): New fn, to inform clients when buffer is killed.
-
Richard M. Stallman authored
Make these simple three-value choices. (dabbrev-completion): Handle dabbrev-case-fold-search and dabbrev-case-replace the new way. (dabbrev-expand, dabbrev--substitute-expansion): Likewise.
-