1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
Commit graph

7870 commits

Author SHA1 Message Date
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
Kenichi Handa
1f312d8a93 (CODING_CATEGORY_MASK_BINARY): New macro. 1997-08-03 03:02:05 +00:00
Kenichi Handa
e8cc313b86 (x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.
1997-08-03 03:02:05 +00:00
Kenichi Handa
2584c9ec2b (Vclipboard_coding_system): New variable.
(selection_data_to_lisp_data): Decode text by
Vclipboard_coding_system.
(lisp_data_to_selection_data): Encode text by
Vclipboard_coding_system.
(syms_of_xselect): Declare clipboard-coding-system as Lisp
variable and initialize it.
1997-08-03 03:02:05 +00:00
Richard M. Stallman
1d78452128 (compute_motion): Correct the criterion for when to
move back 1 space when we terminate just after continuing the line.
1997-08-02 09:30:17 +00:00
Richard M. Stallman
145eec6fbc Comment change. 1997-08-01 07:18:01 +00:00
Kenichi Handa
76376439f3 (encode_coding_iso2022): When source data ends not at
character boundardy, set data in coding->carryover correctly, and
set SRC to SRC_END.
(encode_coding_sjis_big5): Likewise.
(encode_coding): Don't set coding->carryover_size to 0.
1997-08-01 01:36:20 +00:00
Kenichi Handa
8e662997af (Fwrite_region): Don't try to flush out a data twice. 1997-08-01 01:36:20 +00:00
Richard M. Stallman
4673d3e553 (direct_output_for_insert): Set last_point_x properly. 1997-08-01 00:58:56 +00:00
Kenichi Handa
9a32686f79 (x_list_fonts): Request at least 10 fonts by XListFonts. 1997-08-01 00:29:34 +00:00
Richard M. Stallman
52bc762447 (redisplay_window): Fix one-off in handling
scroll-conservatively for scrolling up.
1997-08-01 00:12:35 +00:00
Richard M. Stallman
536f4067ef (x_list_fonts): Reject a font whose min_bounds.width is 0. 1997-07-31 16:44:49 +00:00
Richard M. Stallman
72dcef0e0e (current_lock_owner): Don't try to delete lock
if this or another existing process owns it!
1997-07-31 07:54:07 +00:00
Richard M. Stallman
77e1b3d494 (read_process_output): Don't call setup_coding_system
for proc_decode_coding_system[channel].  It is already done in
detect_coding called via decode_coding.

(wait_reading_process_input): Call detect_input_pending
whenever read_kbd is 0, not just when wait_for_cell.
1997-07-31 06:08:07 +00:00