1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Geoff Voelker
f21ef775e2 (redisplay_internal): Check to see if frame is not obscured
as well as visible.
1997-09-03 00:37:40 +00:00
Geoff Voelker
ab8f100801 (event_kind) [WINDOWSNT]: New event type: mouse_wheel. 1997-09-03 00:37:29 +00:00
Geoff Voelker
ad00c243fd (sys_subshell) [DOS_NT]: Save and restore parent's
working directory.
(sys_subshell) [WINDOWSNT]: Share MSDOS code. Don't take console.
(init_sys_modes, reset_sys_modes) [WINDOWSNT]: Do it even with
a read_socket_hook.
1997-09-03 00:37:00 +00:00
Geoff Voelker
084cd81029 Declare discard_mouse_events. 1997-09-03 00:36:38 +00:00
Geoff Voelker
07de30b9de (kbd_buffer_get_event) [WINDOWSNT]: Support
menu_bar_activate_event.
(set-input-mode) [DOS_NT]: Do not invoke reset and init sys modes.
(Qmouse_wheel) [WINDOWSNT]: New variable.
(discard_mouse_events): New function.
(mouse_wheel_syms) [WINDOWSNT]: New variable.
(lispy_mouse_wheel_names) [WINDOWSNT]: New variable.
(make_lispy_event) [WINDOWSNT]: Make mouse-wheel events.
(syms_of_keyboard) [WINDOWSNT]: Define Qmouse_wheel and
mouse_wheel_syms.
1997-09-03 00:31:17 +00:00
Geoff Voelker
0969b893b0 (FRAME_OBSCURED_P): New macro.
(FRAME_SAMPLE_VISIBILITY): Distinguish between invisible and obscured.
1997-09-03 00:30:51 +00:00
Geoff Voelker
bb1ff1f449 (Fexpand_file_name) [WINDOWSNT]: When stripping
drive letter, be careful not to create a UNC filename.
(Fadd_name_to_file) [WINDOWSNT]: Remove conditional.
1997-09-03 00:30:24 +00:00
Richard M. Stallman
f1651811d8 Minor reordering of macros. 1997-09-02 20:56:22 +00:00
Richard M. Stallman
5d648571be (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
in the detect_coding_iso2022 case.
1997-09-02 20:56:02 +00:00
Richard M. Stallman
c8c1552149 (Fread_from_minibuffer, Fread_string): Doc fixes.
(Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1997-09-02 05:22:07 +00:00
Richard M. Stallman
e6bab6e43c Comment change. 1997-09-02 05:05:37 +00:00
Richard M. Stallman
3e4a18035d Include unistd.h instead of libc.h. 1997-09-02 04:59:45 +00:00
Richard M. Stallman
4caa74487c (syms_of_window): Doc fix. 1997-09-02 00:15:04 +00:00
Richard M. Stallman
1cd5fe6a3a (free_float, free_cons): Don't use the same field for chaining as for marking.
(make_float, Fcons, gc_sweep): Corresponding changes.
1997-09-01 23:37:14 +00:00
Richard M. Stallman
d062cf3305 (Finsert_file_contents): Fix previous change--don't
call Fboundp on Vset_auto_coding_function, just check non-nil.
1997-09-01 22:43:29 +00:00
Richard M. Stallman
cfcbf459e1 (describe_category): Handle a sub-chartable. 1997-09-01 17:54:37 +00:00
Richard M. Stallman
37c0ed09e7 (internal_self_insert): Only set TARGET_CLM when C2 is tab.
When multibyte characters are disabled,
use 1 as the width of the inserted character.
1997-09-01 17:54:25 +00:00
Kenichi Handa
5c6257e54f (LEADING_CODE_PRIVATE_22): Comment fixed. 1997-09-01 07:15:46 +00:00
Kenichi Handa
e9c509cd76 (read_process_output): Index for
proc_encode_coding_system should be p->outfd (not `channel' which
is p->infd).
1997-09-01 07:15:46 +00:00
Kenichi Handa
0414b39470 (Vset_auto_coding_function): Name changed from
Vauto_file_coding_system.
(syms_of_fileio): Adjusted for the above change.  Doc-string
modified.
(Finsert_file_contents): The argument for Vset_auto_coding is a
concatination of the heading 1K-byte and the tailing 3K-byte.
1997-09-01 07:15:46 +00:00
Richard M. Stallman
0b93aa5389 (init_system_name): Don't try to use getdomainname. 1997-08-31 18:03:03 +00:00
Richard M. Stallman
e523f7e526 (change_frame_size_1): Save current buffer
around calling Fset_window_buffer.
1997-08-30 17:51:22 +00:00
Richard M. Stallman
7b88a4cfec (Fload): Fix doc syntax. 1997-08-30 16:20:02 +00:00
Richard M. Stallman
48de5f13b5 (HAVE_ALLOCA): Do define this, if SOLARIS2. 1997-08-30 07:18:39 +00:00
Richard M. Stallman
a45bad2a88 (free_frame_menubar): Clear menubar_height field. 1997-08-30 07:15:19 +00:00
Richard M. Stallman
211f7dcdee (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix. 1997-08-29 19:53:25 +00:00
Richard M. Stallman
5c5631cf9b (free_marker): Call unchain_marker. 1997-08-29 19:52:57 +00:00
Kenichi Handa
992f23f203 (detect_eol): Do not select no-conversion even if EOL
format of raw-text file is inconsistent.  Just read it by
raw-text-unix.
(Fdetect_coding_region): Do not select no-conversion even if EOL
format of raw-text file is inconsistent.
1997-08-28 10:54:13 +00:00
Kenichi Handa
27901516b6 (Qno_conversion, Qundecided): New variables.
(syms_of_coding): Initialize and staticpro them.
(coding_category_name): Include "coding-category-raw-test".
(setup_coding_system): Handle coding_type_raw_text.
(detect_coding_mask): Include CODING_CATEGORY_MASK_RAW_TEXT in the
return value instead of CODING_CATEGORY_MASK_BINARY.
(detect_coding): Do not check the case that `mask' is 0, which
never happens now.
(detect_eol_type): If EOL format is inconsistent, return
CODING_EOL_INCONSISTENT.
(detect_eol): If EOL format of raw-text file is inconsistent,
detect it as no-conversion.
(decode_coding): Handle coding_type_raw_text.
(encode_coding): Likewise.
(Fdetect_coding_region): Ajusted for the above changes.
(shrink_conversion_area): Handle coding_type_raw_text.
1997-08-28 10:51:12 +00:00
Kenichi Handa
e80de6b18f (coding_type): New member coding_type_raw_text.
(CODING_EOL_INCONSISTENT): New macro.
(CODING_REQUIRE_NO_CONVERSION): Check also coding_type_raw_text.
(CODING_MAY_REQUIRE_NO_CONVERSION): Likewise.
(CODING_CATEGORY_IDX_RAW_TEXT): New macro.
(CODING_CATEGORY_MASK_RAW_TEXT): New macro.
1997-08-28 10:51:12 +00:00
Eli Zaretskii
0e5c5ac0f8 Add coding: tag, to prevent Emacs from interpreting binary strings. 1997-08-28 09:30:01 +00:00
Richard M. Stallman
9dde47f579 Include errno.h.
(init_buffer) [HAVE_GETCWD]: Fix error message for getcwd failure.
1997-08-27 20:01:05 +00:00
Richard M. Stallman
759ae8118b Whitespace change. 1997-08-27 19:59:41 +00:00
Richard M. Stallman
5e741a4145 Declare Fchar_bytes. 1997-08-27 17:22:22 +00:00
Richard M. Stallman
0de441b6f6 (concat): Fix use of Fchar_bytes. 1997-08-27 17:21:54 +00:00
Richard M. Stallman
d420d5b4fe (Finsert_file_contents): Fix use of Fboundp. 1997-08-27 17:21:27 +00:00
Richard M. Stallman
44173109af (redisplay_window): When trying to scroll conservatively
correctly take the scroll margin into account.
1997-08-27 17:13:29 +00:00
Richard M. Stallman
1faf29d432 Fix previous change. 1997-08-27 15:53:09 +00:00
Richard M. Stallman
d30e754bc5 (decode_mode_spec): For %Z and %z, put keyboard and
terminal coding systems into modeline on MSDOS frames as well.
1997-08-26 22:41:06 +00:00
Richard M. Stallman
c75000c7e6 (read_minibuf): Inherit enable-multibyte-characters
along with the input method, if requested.
1997-08-26 22:16:09 +00:00
Kenichi Handa
1e206719d5 (Fml_arg): Call Fread_string with
INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
4328577a4e (Fexecute_extended_command): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
93fb51ae2e (Finteractive): Document the code letter `M'.
(Fcall_interactively): Call Fcompleting_read,
Fread_from_minibuffer, and Fread_string with a proper value for
the arg INHERIT-INPUT-METHOD.  Handle the code letter `M'.
1997-08-26 11:42:33 +00:00
Kenichi Handa
5593f7e37b (DEFUN_ARGS_8): New macro.
(Fcompleting_read, Fread_from_minibuffer, Fread_string,
Fread_no_blanks_input): Number of arguments fixed.
1997-08-26 11:42:33 +00:00
Kenichi Handa
61e011d971 (Fread_non_nil_coding_system): Supply the arg
INHERIT-INPUT-METHOD to Fcompleting_read.
(Fread_coding_system): Likewise.
1997-08-26 11:42:33 +00:00
Kenichi Handa
cee5453974 (Qcurrent_input_method, Qactivate_input_method): New
variables.
(syms_of_minibuf): Intern and staticpro them.
(read_minibuf): New argument INHERIT_INPUT_METHOD.  If it is
nonzero, remember the current input method in INPUT_METHOD, and
activate it after switching to the minibuffer.
(Fread_from_minibuffer): New argument INHERIT_INPUT_METHOD.
(Fread_minibuffer): Call read_minibuf with INHERIT_INPUT_METHOD
nil.
(Fread_string): New argument INHERIT_INPUT_METHOD.
(Fread_no_blanks_input): Likewise.
(Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD
nil.
(Fread_function, Fread_variable, Fread_buffer): Likewise
(Fcompleting_read): New argument INHERIT_INPUT_METHOD.
1997-08-26 11:42:33 +00:00
Kenichi Handa
166c822d2e (Feval): Handle a subr which takes 8 arguments.
(Ffuncall): Likewise.
1997-08-26 11:42:33 +00:00
Kenichi Handa
450c1a67ca (Fwrite_region): Convert EOL format even if
enable-multibyte-characters is nil.
(Fread_file_name): Call Fcompleting_read with INHERIT-INPUT-METHOD
nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
b24014d4ab (Fyes_or_no_p): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
6af4397485 (Fsearch_backward): Inherit the current input method on
reading STRING.
(Fsearch_forward): Likewise.
1997-08-26 11:42:33 +00:00