Gerd Moellmann
7ab1745fb8
(image_error): Use add_to_log.
1999-09-23 22:17:46 +00:00
Gerd Moellmann
1b8f7fbca2
(load_pixmap): Call add_to_log without frame parameter.
...
(load_face_font_or_fontset, load_color,
merge_face_vector_with_property): Ditto.
(add_to_log): Move to xdisp.c.
1999-09-23 22:17:44 +00:00
Gerd Moellmann
937248bc7f
(add_to_log): Moved from xfaces.c. Remove frame
...
parameter.
1999-09-23 22:17:40 +00:00
Gerd Moellmann
86c8e82375
(enlarge_window): Add window parameter instead of using
...
selected_window.
(Fdisplay_buffer): Call it with window parameter instead of
setting selected_window.
(Fenlarge_window, Fshrink_window): Ditto.
(shrink_mini_window): If there is no recorded height and position
info, resize mini-window to height 1.
1999-09-23 22:17:37 +00:00
Gerd Moellmann
9ee8429940
Add prototype for add_to_log.
1999-09-23 22:17:36 +00:00
Gerd Moellmann
e88b3c5076
(XTread_socket) <MotionNotify>: Change #ifdef
...
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
1999-09-23 11:58:49 +00:00
Gerd Moellmann
da4487236d
(resize_mini_window): Use grow_mini_window and
...
shrink_mini_window.
1999-09-23 11:58:42 +00:00
Gerd Moellmann
57209cbae0
(struct window): New members orig_top, orig_height.
...
(toplevel): Add prototypes for grow_mini_window and
shrink_mini_window. Remove prototype for change_window_height.
1999-09-23 11:58:41 +00:00
Gerd Moellmann
f984d4fcdf
(window_min_size): Add parameter ignore_fixed_p.
...
(change_window_height): Call window_min_size with new parameter.
(shrink_window_lowest_first, save_restore_orig_size,
grow_mini_window, shrink_mini_window): New.
(make_window, replace_window): Initialize orig_top and
orig_height.
(enlarge_window): Renamed from change_window_height. Make it
static.
(Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
enlarge_window instead of change_window_height.
1999-09-23 11:58:37 +00:00
Eli Zaretskii
48970f2f02
(frame_name_fnn_p): Fix previous change.
1999-09-21 14:49:28 +00:00
Gerd Moellmann
3f708f4c75
(toplevel): Move include of stdio.h to other includes.
1999-09-20 23:18:49 +00:00
Gerd Moellmann
95384e1ede
(readchar): Remove unused variables.
...
(read_filtered_event, read1, Fmapatoms): Ditto.
(toplevel): Include intervals.h.
1999-09-20 23:18:48 +00:00
Gerd Moellmann
b18c598fd0
Add prototype for safe_bcopy, fatal.
1999-09-20 23:18:46 +00:00
Gerd Moellmann
47935df1ad
(Flookup_key, Faccessible_keymaps, describe_vector,
...
keys_of_keymap, syms_of_keymap): Remove unused variables.
1999-09-20 23:18:45 +00:00
Gerd Moellmann
2decc5a9e8
(get_boot_time): Put local variable used in
...
conditinally compiled section in #ifdef.
(toplevel): Include stdio.h.
1999-09-20 23:18:45 +00:00
Gerd Moellmann
cb81ac977e
(Fsignal): Remove unused variables.
...
(Fcommandp, do_autoload): Ditto.
1999-09-20 23:18:44 +00:00
Gerd Moellmann
2ea0266e7d
(init_editfns): Remove unused variables.
...
(Fgoto_char, Fchar_after, Fformat): Ditto.
(message_text, message_length): Put in #ifndef HAVE_MENUS.
1999-09-20 23:18:42 +00:00
Gerd Moellmann
700fb05a49
(direct_output_for_insert): Cast arguments to
...
safe_bcopy to char *.
1999-09-20 23:18:39 +00:00
Gerd Moellmann
dd8daec5e8
(find_symbol_value): Remove unused variables.
...
(Faref, Fstring_to_number): Ditto.
(toplevel): Include stdio.h.
(Fnumber_to_string): Cast XINT to long for %ld.
1999-09-20 23:18:38 +00:00
Gerd Moellmann
fe568ef5dc
(casify_object): Remove unused variables.
...
(casify_region): Ditto.
1999-09-20 23:18:36 +00:00
Gerd Moellmann
f002db9312
(sync_frame_with_window_matrix_rows): Disable frame rows
...
whose corresponding window rows have been disabled in
try_window_id.
1999-09-20 13:02:31 +00:00
Gerd Moellmann
f3751a65aa
(compute_window_start_on_continuation_line): Handle case
...
that window start is out of range.
(handle_display_prop, handle_single_display_prop): Replace
marginal area specifications like `left-margin' with `(margin
left-margin)'.
(Qmargin): New.
(syms_of_xdisp): Initialize Qmargin.
1999-09-20 11:25:06 +00:00
Gerd Moellmann
695f302f5c
(Fset_text_properties): Remove unused variables.
...
(text_property_list, verify_interval_modification,
interval_has_all_properties): Ditto.
1999-09-20 00:34:45 +00:00
Gerd Moellmann
4ffe723bfe
(update_syntax_table, find_defun_start, back_comment,
...
describe_syntax, skip_chars): Remove unused variables.
(back_comment, forw_comment): Add braces to if-statement with
if-else as dependent statement.
1999-09-20 00:34:44 +00:00
Gerd Moellmann
41d03b9a59
(list_processes_1): Remove unused variables.
...
(Fopen_network_stream, create_process): Add parentheses to
conditional expressions.
(create_process): Put declaration of sigchld in #if 0.
(Fopen_network_stream): Removed unused variables.
(Fopen_network_stream, wait_reading_process_input,
wait_reading_process_input, send_process, send_process): Ditto.
(toplevel): Add prototypes for set_waiting_for_input and
keyboard_bit_set.
1999-09-20 00:34:43 +00:00
Gerd Moellmann
0868e74e52
(RETURN_UNGCPRO): Use do-while (0) idiom.
...
(toplevel): Add prototypes for stuff_char, and
code_convert_string_norecord.
1999-09-20 00:34:41 +00:00
Gerd Moellmann
03cee6ae65
(Frecursive_edit): Remove unused variable.
...
(command_loop_1, safe_run_hooks, kbd_buffer_get_event,
timer_check, make_lispy_event, menu_bar_items,
menu_bar_one_keymap, menu_bar_item, parse_menu_item,
parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
read_key_sequence): Ditto. Fread_key_sequence,
Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
(read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
used when GOBBLE_FIRST_EVENT is defined in #ifdef
(Fexecute_extended_command): Cast XINT to long for %ld.
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
(toplevel): Include sys/types.h.
1999-09-20 00:34:37 +00:00
Gerd Moellmann
3cbd6585e0
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
...
(Fcall_process): Remove unused variable.
1999-09-20 00:34:36 +00:00
Gerd Moellmann
11017f88a3
(Fexpand_abbrev): Remove unused variables.
1999-09-20 00:34:35 +00:00
Gerd Moellmann
838fad1597
Add prototype for shrink_regexp_cache,
...
sweep_weak_hash_tables.
1999-09-19 21:46:47 +00:00
Gerd Moellmann
6021f7c517
(copy_text): Removed unused variables.
...
(count_combining_after, count_combining_after, insert_1_both,
insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
(adjust_after_replace, replace_range): Add parentheses to logical
expressions. Remove unused variables.
(CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
expression.
1999-09-19 21:46:46 +00:00
Gerd Moellmann
6bfc58e91e
Add prototype for r_re_alloc.
1999-09-19 21:46:45 +00:00
Gerd Moellmann
96c5b0a7f9
(Fgarbage_collect): Remove unused variable.
...
(compact_strings): Add parentheses around assignments in
conditional context.
(toplevel): Put declaration of unused function clear_marks
in #if 0 like its definition.
1999-09-19 21:46:42 +00:00
Dave Love
1db972cb2e
(Fopen_network_stream): Use strerror, not gai_strerror.
1999-09-19 15:48:09 +00:00
Dave Love
4baa6f88d0
Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
...
Fx_hide_busy_cursor, getloadavg.
1999-09-19 15:21:45 +00:00
Dave Love
33711cc91c
(read_bytecode_char): Declare arg.
1999-09-19 14:46:03 +00:00
Richard M. Stallman
d9e28aa00e
(echo_area_display): Turn off code that returned
...
without doing anything when using a terminal frame.
1999-09-18 05:23:24 +00:00
Gerd Moellmann
8d56e206a2
(get_fallback): Remove unused variable.
...
(x_load_resources): Ditto. Put local variable used for Motif only
in #ifdef USE_MOTIF.
1999-09-16 20:20:10 +00:00
Gerd Moellmann
15b0ced5c2
Add prototype for uninterrupt_malloc, memory_warnings,
...
init_fileio_once, syms_of_sound, init_xfns, init_fns
init_sound, check_message_stack.
1999-09-16 20:20:01 +00:00
Gerd Moellmann
e39adcdab9
(rotate_right, rotate_left): Add braces to avoid
...
ambiguous else warning.
(split_interval_left): Remove unused variables.
(previous_interval, adjust_intervals_for_deletion,
set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
(icount, idepth, zero_length): Move into #if 0 section below
original position where these are used.
1999-09-16 20:19:57 +00:00
Gerd Moellmann
cda4a5fd20
(main): Remove unused variables.
...
(sort_args, Fkill_emacs, Fkill_emacs): Ditto.
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1999-09-16 20:19:54 +00:00
Gerd Moellmann
b8e8eeb646
[REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
1999-09-16 20:19:52 +00:00
Gerd Moellmann
6af718a48b
(Fkill_buffer): Remove unused variables.
...
(Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
init_buffer_once, (syms_of_buffer): Ditto.
1999-09-16 20:19:41 +00:00
Richard M. Stallman
5f8d6a1075
(Vtemporary_file_directory): New variable.
...
(syms_of_filelock): Set up Lisp variable.
(get_boot_time): Make the temp name in the proper dir.
1999-09-16 19:34:38 +00:00
Gerd Moellmann
c0c64ad121
(resize_mini_window): Temporarily set the selected
...
window's or Vminibuf_scroll_window's height to "fixed" around
the call the change_window_height.
1999-09-16 12:52:27 +00:00
Gerd Moellmann
a71eca925b
(struct window): New member height_fixed_p.
1999-09-16 12:52:25 +00:00
Gerd Moellmann
a34dfd12cc
(Fset_window_buffer): Remove unused variables.
...
(Fset_window_margins): Ditto.
(window_fixed_size_p): Check window's height_fixed_p
flag.
1999-09-16 12:52:22 +00:00
Gerd Moellmann
13c67cc645
(read_minibuf): Remove unused variables.
...
(read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
(do_completion): Move assignment out of conditional context.
(Fdisplay_completion_list): Add parentheses to conditional expression.
1999-09-16 12:52:20 +00:00
Gerd Moellmann
88d33e5264
Add prototype for no_switch_window.
1999-09-16 12:52:18 +00:00
Gerd Moellmann
79a65b7fbe
(Fdelete_frame): Correct local variable pointing to
...
selected frame after selecting new frame.
1999-09-16 12:52:16 +00:00