1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 00:01:47 -07:00
Commit graph

7962 commits

Author SHA1 Message Date
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
Richard M. Stallman
078227951f (Fframe_pixel_height): Doc fix. 1997-08-26 01:36:29 +00:00
Richard M. Stallman
3b36676955 (emacs): Put dash at beginning. 1997-08-25 19:13:16 +00:00
Richard M. Stallman
fe7d182410 (xrdb.o): Depend on paths.h. 1997-08-24 16:22:56 +00:00
Richard M. Stallman
9847d4f877 (KERBEROS5, HAVE_LIBKRB4, HAVE_LIBDES425, HAVE_LIBKRB5)
(HAVE_LIBCRYPTO, HAVE_LIBCOM_ERR, HAVE_KRB5_H, HAVE_DES_H, HAVE_KRB_H)
(HAVE_KERBEROSIV_DES_H, HAVE_KERBEROSIV_KRB_H, HAVE_KERBEROS_DES_H)
(HAVE_KERBEROS_KRB_H, HAVE_COM_ERR_H): Add undefs.
1997-08-24 02:21:44 +00:00
Richard M. Stallman
d883eb6232 (init_callproc): Don't warn about missing
arch-dep data directory, while preparing to dump.
1997-08-24 00:44:34 +00:00
Richard M. Stallman
80d1e5c9af (BASE_PURESIZE): Increased by 10k. 1997-08-23 17:02:44 +00:00
Richard M. Stallman
d802580c4c (redisplay_window): Don't try using last_point_x
if point is in the left margin of an hscroll'ed window.
1997-08-23 01:03:37 +00:00
Richard M. Stallman
2790bdd8c8 (LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.
1997-08-22 21:26:45 +00:00
Richard M. Stallman
46266d2bb7 (HAVE_MOTIF_2_1): Add #undef. 1997-08-22 21:16:48 +00:00
Richard M. Stallman
41886f350b (Fmake_temp_name): Doc fix. 1997-08-22 06:14:20 +00:00
Richard M. Stallman
839dd8341f (syms_of_buffer): Doc fixes. 1997-08-22 05:51:48 +00:00
Kenichi Handa
7fc4808e17 (syms_of_fileio): Fix previous change. 1997-08-22 03:47:42 +00:00
Kenichi Handa
fb3903d3c2 (detect_eol): If the coding system an alias, get
eol-type from the base of it.
1997-08-22 03:33:51 +00:00
Kenichi Handa
01d4b81700 (Valternate_fontname_alist): Name changed from
Valternative_fontname_alist.
(syms_of_fontset): Adjusted for the above change.
1997-08-22 01:19:27 +00:00
Kenichi Handa
015e1bb0da Adjusted for the name change of
Valternate_fontname_alist.
1997-08-22 01:19:27 +00:00
Kenichi Handa
c9e8239214 (Vauto_file_coding_system_function): New variable.
(Finsert_file_contents): Decide coding system after opening a
file.  Call functions set in Vauto_file_coding_system_function.
(syms_of_fileio): Declare auto-file-coding-system as a Lisp
variable.
1997-08-22 01:19:27 +00:00
Kenichi Handa
6b0efe7393 (x_list_fonts): Adjusted for the name change of
Valternate_fontname_alist.
1997-08-22 01:19:27 +00:00
Richard M. Stallman
a8a35e617a (Fchars_in_region): Fix gap handling. 1997-08-20 22:28:40 +00:00
Richard M. Stallman
a03eaf1c04 (NULL): Define, if not defined. 1997-08-20 16:31:20 +00:00
Richard M. Stallman
2f9d985f41 (Finsert_file_contents): Fix previous change. 1997-08-19 15:12:38 +00:00
Richard M. Stallman
dd9d15d637 (read_minibuf): New arg disable_multibyte.
(Fcompleting_read): Pass 1 for disable_multibyte if
the completion table is read-file-name-internal.
1997-08-18 18:57:32 +00:00