Richard M. Stallman
db72273572
(IT_set_frame_parameters): Actually store the frame
...
parameters in the frame parameters' alist.
1997-08-11 21:40:57 +00:00
Richard M. Stallman
e610ea4305
(main) [__FreeBSD__ && PROFILING]: Add code for profiling.
1997-08-11 01:38:02 +00:00
Richard M. Stallman
65788bc228
(Finsert_startup_screen): Call `insert_char' with a single argument.
1997-08-11 00:20:31 +00:00
Richard M. Stallman
e9fbf17cde
(Qbackground_color, Qforeground_color): Define vars.
1997-08-11 00:20:14 +00:00
Kenichi Handa
6e85d753e7
(Fset_terminal_coding_system_internal): Set
...
CODING_FLAG_ISO_SAFE in terminal_coding.flags.
(ENCODE_ISO_CHARACTER_DIMENSION1): Check
CODING_SPEC_ISO_EXPECTED_CHARSETS.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
1997-08-10 05:54:48 +00:00
Kenichi Handa
e6de76f88d
(struct iso2022_spec): New member expected_charsets.
...
(CODING_SPEC_ISO_EXPECTED_CHARSETS): New macro.
1997-08-10 05:54:48 +00:00
Kenichi Handa
2aeafb78bf
(Vignore_relative_composition): New variable.
...
(syms_of_fontset): Doc-string of use-default-ascent modified.
Declare ignore-relative-composition as a Lisp variable.
1997-08-10 04:13:19 +00:00
Kenichi Handa
32eb3f088f
(Vignore_relative_composition): Extern it.
1997-08-10 04:13:19 +00:00
Kenichi Handa
c482535825
(ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention to
...
CODING_FLAG_ISO_SAFE.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(safe_terminal_coding): New variable.
(Fset_safe_terminal_coding_system_internal): New function.
(init_coding_once): Initilize safe_terminal_coding.
(syms_of_coding): Declare set-safe-terminal-coding-system as a
Lisp function.
(Vmicrosoft_code_table): New variable.
(syms_of_coding): Declare it as a Lisp variable and initialize it.
(detect_coding_mask): Pay attention to Vmicrosoft_code_table.
1997-08-10 04:13:19 +00:00
Kenichi Handa
fbaa2ed9b5
(CODING_FLAG_ISO_SAFE): New macro.
...
(CODING_INHIBIT_CHARACTER_SUBSTITUTION): New macro.
coding.h (safe_terminal_coding): Extern it.
1997-08-10 04:13:19 +00:00
Kenichi Handa
dec58e65b1
(concat): Pay attention to multibyte characters when
...
TARGET_TYPE is Lisp_String.
1997-08-10 04:13:19 +00:00
Kenichi Handa
df8bf43147
(encode_terminal_code): Use safe_terminal_coding if
...
terminal_coding seems to encode Emacs' internal code as is.
(write_glyphs): Likewise.
1997-08-10 04:13:19 +00:00
Kenichi Handa
f64a355ce0
(dumpglyphs): Pay attention to
...
Vignore_relative_composition.
1997-08-10 04:13:19 +00:00
Richard M. Stallman
9b80a5aa02
(init_system_name): If domain is null, don't add a period.
1997-08-10 00:15:53 +00:00
Richard M. Stallman
d23ad362d6
(lisp, shortlisp): Add bindings.el and case-table.elc.
1997-08-09 08:09:30 +00:00
Richard M. Stallman
6335beb00f
(init_buffer): Use getcwd instead of getwd, if available.
1997-08-09 04:46:22 +00:00
Richard M. Stallman
03e8861388
(read1): Handle read_escape making a multibyte character.
1997-08-09 03:44:54 +00:00
Richard M. Stallman
4aac230234
(do_autoload): Require a suffix for the file.
1997-08-09 03:06:55 +00:00
Richard M. Stallman
9c5886e7ee
(redisplay_window): Fix access to w->last_point{,_[xy]}.
1997-08-08 20:09:27 +00:00
Richard M. Stallman
a154f40682
(Flocal_variable_p, Ffind_operation_coding_system): Declared.
...
(find_symbol_value): Fix declaration.
1997-08-08 20:07:59 +00:00
Richard M. Stallman
fdb5bec046
(Frequire): Don't insist on a suffix
...
if the file name argument was explicitly specified.
1997-08-08 20:06:34 +00:00
Richard M. Stallman
dd3427fa1f
(PATH_LOCK): Definition deleted.
1997-08-07 18:43:31 +00:00
Richard M. Stallman
8b6f8a9998
(init_filelock): Function deleted.
1997-08-07 18:43:19 +00:00
Richard M. Stallman
783dfc1423
(main): Remove call to init_filelock.
1997-08-07 18:42:56 +00:00
Richard M. Stallman
7050d53077
(current_column): Update ptr differently at newline
...
so that current_column_bol_cache is set properly.
1997-08-07 09:01:52 +00:00
Richard M. Stallman
2cad2e34fa
(Fwiden, Fnarrow_to_region, save_restriction_restore):
...
Don't set clip_changed if the new values are the same as the old.
1997-08-07 08:59:08 +00:00
Richard M. Stallman
a9171faac4
(Fwrite_region): Turn off the feature of checking
...
whether another buffer has locked this file.
1997-08-07 08:56:22 +00:00
Richard M. Stallman
d45de95b21
(COERCE_MARKER): New macro.
...
(redisplay_internal): Coerce Voverlay_arrow_position to a number
to record it in last_arrow_position.
(mark_window_display_accurate, redisplay_window): Likewise.
(redisplay_window): Don't do the "only point has change" optimization
if the overlay arrow is in this buffer.
1997-08-07 08:30:47 +00:00
Richard M. Stallman
89b95605b7
(unexec): Cast 1st arg in mmap calls.
1997-08-07 03:52:11 +00:00
Richard M. Stallman
c179a6d163
(init_sys_modes) [mips || HAVE_TCATTR]:
...
Handle flow_control by setting VSTART and VSTOP characters.
1997-08-07 02:12:40 +00:00
Richard M. Stallman
8e83f80290
(redisplay_internal): Count only visible frames at first.
1997-08-06 19:43:02 +00:00
Richard M. Stallman
266d7a00c2
(lock_file_1, lock_file): Add casts.
1997-08-06 18:59:33 +00:00
Richard M. Stallman
4cf066bb98
(syms_of_xselect): Doc syntax fixes.
1997-08-06 18:56:43 +00:00
Richard M. Stallman
2ebb362dc5
(syms_of_coding): Doc syntax fixes.
1997-08-06 18:54:05 +00:00
Richard M. Stallman
0d3c19dfa3
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
1997-08-06 17:46:39 +00:00
Richard M. Stallman
657fcfbd41
Whitespace change.
1997-08-06 06:31:13 +00:00
Kenichi Handa
85a02ca454
(detect_eol_type): Fix previous change.
1997-08-06 01:09:16 +00:00
Richard M. Stallman
bc4bc72a9a
(detect_eol_type): If EOL representation does not
...
seem consistent, use no conversion.
1997-08-05 18:19:33 +00:00
Richard M. Stallman
fc8915913f
(syms_of_fontset): Doc fixes.
1997-08-05 18:08:38 +00:00
Kenichi Handa
0384b4b76d
(Fcall_process_region): Use cdr part (not car part)
...
of Vdefault_process_coding_system for writing out text.
1997-08-04 06:59:57 +00:00
Kenichi Handa
bf9cdd4e0c
(detect_coding_iso2022): Do not exclude posibility of
...
7-bit encoding when designation to G1 occurs. If CSI, SS2, or SS3
is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
(Fdetect_coding_region): Doc-string modified.
1997-08-04 06:59:57 +00:00
Kenichi Handa
a95c35f6a2
(Fset_process_coding_system): Doc-string modified.
...
(Fprocess_coding_system): Likewise.
1997-08-04 06:59:57 +00:00
Richard M. Stallman
1819565517
(merge_face_list): New function.
...
(compute_char_face): Use merge_face_list.
Allow (foreground-color . COLOR) and (background-color . COLOR)
in place of a face.
1997-08-04 06:07:05 +00:00
Richard M. Stallman
89819bddb6
(redisplay_internal): Count number of visible frames
...
instead of number of frames that were redisplayed.
(redisplay_window): Fix previous change.
1997-08-04 03:04:24 +00:00
Richard M. Stallman
5d8c798306
(Fload): Update declaration.
1997-08-04 03:02:19 +00:00
Richard M. Stallman
10bff6f19d
(detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in the
...
return value if any 8-bit code is found.
Doc fix.
1997-08-04 03:01:57 +00:00
Richard M. Stallman
14a136b327
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
1997-08-04 03:00:36 +00:00
Richard M. Stallman
76323a073c
(do_autoload): Pass new arg to Fload.
1997-08-04 03:00:25 +00:00
Richard M. Stallman
f0a50954f3
(Fload): New optional arg MUST-SUFFIX.
1997-08-04 03:00:11 +00:00
Richard M. Stallman
47adf45238
(LD_SWITCH_MACHINE):
...
Add #ifdef emacs around all the definitions of this.
1997-08-03 22:59:26 +00:00