1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

17698 Commits

Author SHA1 Message Date
Richard M. Stallman
ff45a04da5 (custom-deps): Target renamed from cus-load.el.
(finder-data): Target renamed from finder-inf.el
(unlock, relock): Targets deleted.

(lisptagsfiles): Look in all subdirs.
1997-05-12 00:06:03 +00:00
Richard M. Stallman
86e67f134f Use new non-file targets in lisp/Makefile. 1997-05-12 00:03:38 +00:00
Paul Eggert
d74a9f24b3 (loginFullnameMailaddrs, logins, rlog_options, files): Don't prepend $nl
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.
1997-05-11 20:02:32 +00:00
Paul Eggert
8726160d7e Doc fix: CR is \015, not \013. 1997-05-11 18:43:55 +00:00
Richard M. Stallman
839c87f2e9 (ange-ftp-start-process): Create the buffer
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.
1997-05-10 22:29:42 +00:00
Richard M. Stallman
8959979418 (command_loop_1): Use an int for last_command_char. 1997-05-10 21:48:30 +00:00
Richard M. Stallman
e5d4686b20 (Fread_command): New optional arg DEFAULT-VALUE. Callers changed.
(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.
1997-05-10 21:47:21 +00:00
Richard M. Stallman
ff9cd111c6 (Fcall_interactively): Pass new arg to
Fread_from_minibuffer and Fread_variable.

(Fcall_interactively): Pass new arg to Fcompleting_read.
1997-05-10 21:44:59 +00:00
Richard M. Stallman
435bc8400e (Fbury_buffer): If buffer is in selected window, remove it.
Otherwise, remove it from other windows.
1997-05-10 21:44:11 +00:00
Richard M. Stallman
e2b307720f (backup-extract-version-start): New variable.
(find-backup-file-namem, backup-extract-version):
Rename bv-length to backup-extract-version-start.

(file-relative-name): Bind the variable fname.
1997-05-10 05:44:56 +00:00
Richard M. Stallman
afbd0a53ac (dired-collect-file-versions):
Rename bv-length to backup-extract-version-start.
1997-05-10 05:43:58 +00:00
Richard M. Stallman
a40f49a087 (diff-latest-backup-file):
Rename bv-length to backup-extract-version-start.
1997-05-10 05:42:53 +00:00
Richard M. Stallman
f89cbd61d3 (auto-mode-alist): Shuffle a few elements, 1997-05-10 05:36:01 +00:00
Kenichi Handa
1c283e35bc (Vfontset_alias_alist): New variable.
(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.
1997-05-10 03:37:01 +00:00
Kenichi Handa
69445b3bd4 (Fcall_process_region): Supply 7th new arg
CODING_SYSTEM as Qnil to Fwrite_region.
1997-05-10 03:37:01 +00:00
Kenichi Handa
cb5373dd8d (Fccl_execute_on_string): Add 4th optional arg
CONTINUE.
1997-05-10 03:37:01 +00:00
Kenichi Handa
23d2a7f194 (unify_char): New function.
(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.
1997-05-10 03:37:01 +00:00
Kenichi Handa
2db95897dd (unify_char): Extern it. 1997-05-10 03:37:01 +00:00
Kenichi Handa
bdd9fb4867 (Valternate_charset_table): The valiable deleted.
(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.
1997-05-10 03:37:01 +00:00
Kenichi Handa
ceb5851081 (CODING_SPEC_ISO_PLANE_CHARSET): Return -1 if no
character set is invoked to PLANE.
(struct coding_system): New member character_unification_table.
1997-05-10 03:37:01 +00:00
Kenichi Handa
cdfb0f1d9b (Fwrite_region): Add 7th optional arg
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.
1997-05-10 03:37:01 +00:00
Kenichi Handa
477f8642b9 (Fx_create_frame): Delete code for handling the X
resouce "Fontset".
1997-05-10 03:37:01 +00:00
Kenichi Handa
f78da51e8d (selection_data_to_lisp_data): If TYPE is `STRING'
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.
1997-05-10 03:37:01 +00:00
Kenichi Handa
34910d41c1 (dumpglyphs): Even if font (not fontset) is used,
display Latin1 characters correctly if the font contains glyphs
for them.  Fix bug of displaying cursor on a composite character.
1997-05-10 03:37:01 +00:00
Richard M. Stallman
5b467a5234 (Fexecute_extended_command): Pass new arg to Fcompleting_read. 1997-05-10 03:24:32 +00:00
Richard M. Stallman
27908c4bfe (Fread_file_name): Finish previous change. 1997-05-10 03:20:43 +00:00
Richard M. Stallman
9d991de859 (Fread_coding_system, Fread_non_nil_coding_system):
Pass new arg to Fcompleting_read.
1997-05-10 03:19:20 +00:00
Richard M. Stallman
690f91845e (iso-languages): For Latin-2, add ^I and ^i. Fix ~a. 1997-05-10 01:47:16 +00:00
Richard M. Stallman
6ccc68a265 (iso-languages): Add charset spec to some elements.
(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.
1997-05-10 01:43:18 +00:00
Richard M. Stallman
b3e78233cd (read_minibuf): Declaration deleted. 1997-05-10 01:24:59 +00:00
Richard M. Stallman
53efb70716 (quoted-insert-character-offset): Initialize more cleanly.
(quoted-insert): Don't offset codes above 377.
1997-05-10 00:39:44 +00:00
Richard M. Stallman
b392bac9b9 (server-buffer-done): New arg FOR-KILLING.
(server-kill-buffer): New fn, to inform clients when buffer is killed.
1997-05-10 00:37:24 +00:00
Richard M. Stallman
543abb4a78 (dabbrev-case-replace, dabbrev-case-fold-search):
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.
1997-05-10 00:33:28 +00:00
Richard M. Stallman
19e31f7cf9 Add a `provide' call.
Delete periods from many error messages.
1997-05-09 21:58:00 +00:00
Richard M. Stallman
a7ebd44378 (Fx_popup_menu): Do fix. 1997-05-09 21:47:48 +00:00
Richard M. Stallman
b0144c1bbe (timer-event-handler): Take timer as arg directly.
Don't bind a key in special-event-map.
1997-05-09 19:57:36 +00:00
Richard M. Stallman
637b47089a (read-quoted-char): Don't mask down to 8 bits. 1997-05-09 06:31:04 +00:00
Richard M. Stallman
a47e454e39 Add Kermit replacement project. 1997-05-09 05:19:39 +00:00
Richard M. Stallman
74e89fc9b4 (TAGS): Fix typo. 1997-05-08 20:49:36 +00:00
Richard M. Stallman
8c731d3d49 (byte-compile-file-form-custom-declare-variable): New function. 1997-05-08 16:28:07 +00:00
Richard M. Stallman
dc2e979fc7 Fix previous change. 1997-05-08 16:04:55 +00:00
Richard M. Stallman
27f73a8b79 (customize): Call customize-group. 1997-05-08 16:03:40 +00:00
Richard M. Stallman
5f7480417e (iso-accents-compose):
Handle case where unread-command-events is already nonempty.
1997-05-08 14:51:57 +00:00
Richard M. Stallman
43a8874dac (assoc-ignore-case): Function deleted.
(bibtex-member-of-regexp): Renamed from member-of-regexp.
Call changed.
1997-05-08 06:02:42 +00:00
Richard M. Stallman
d925fb392a (Qtimer_event): Variable deleted.
(Qtimer_event_handler): New variable.
(syms_of_keyboard): Don't initialize Qtimer_event.
Do initialize Qtimer_event_handler.
(read_char): Don't check for timer event.
(swallow_events): Don't handle timer events.
(timer_check): Likewise.
(make_lispy_event): Likewise.
1997-05-08 05:51:48 +00:00
Richard M. Stallman
293a54ce2c (mark_window_display_accurate, redisplay_internal):
Test highlight_nonselected_windows.
(display_text_line): Likewise (in more places).
(syms_of_xdisp): Initialize highlight_nonselected_windows to 0.
1997-05-08 05:48:01 +00:00
Richard M. Stallman
a2185576ed Customize.
(display-time-string-forms): Test display-time-day-and-date
and display-time-24hr-format here.
(display-time-format): Default value is now nil.
1997-05-08 05:11:50 +00:00
Richard M. Stallman
a0cd87a4d6 (menu-bar-help-menu): Move "Customize" to the top. 1997-05-07 20:54:04 +00:00
Richard M. Stallman
8c44b2ad7a (printify-region): Doc fix. 1997-05-07 20:31:57 +00:00
Richard M. Stallman
bbc054a9ab (holiday-passover-etc): Postpone date of Yom
HaShoah to Monday if it falls on Sunday (as per ammendment passed
by the Israeli Kenesset, May, 1997).
1997-05-07 19:34:18 +00:00