Dave Love
f0cf3646ef
(EmacsFrameSetCharSize_): Prototype.
2001-01-04 17:48:42 +00:00
Dave Love
8296bbf80b
(random, srandom): Declare explicitly.
2001-01-04 17:47:01 +00:00
Dave Love
d1d1aa9c41
(move_it_vertically_backward): Declare.
2001-01-04 17:37:43 +00:00
Dave Love
cfb43547a4
Commentary changes.
...
(detect_eol_type_in_2_octet_form): Declare arg big_endian_p.
2001-01-04 17:35:26 +00:00
Gerd Moellmann
0f2ac578ce
*** empty log message ***
2001-01-04 14:16:31 +00:00
Gerd Moellmann
035d5114ff
(x_create_tip_frame): Call face-set-after-frame-default,
...
like in Fx_create_frame.
2001-01-04 13:55:37 +00:00
Gerd Moellmann
482cca617e
(set_font_frame_param): Don't do anything for
...
non-graphical frames.
2001-01-04 13:04:11 +00:00
Gerd Moellmann
85fe3b5e15
(Fdelete_other_windows): Set window's window_end_valid
...
to nil when changing the window's start. Don't change the
window's start when its top position hasn't changed. If we do,
this will set the window's optional_new_start, which act's like a
force_start during redisplay with C-x 1 M-> under particular
circumstances (see report from Per Starback to emacs-pretest-bug
from 2000-12-13.).
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start.
2001-01-04 12:53:51 +00:00
Gerd Moellmann
a77dc1ecc3
(forward_to_next_line_start): Reset it->c if taking the
...
short cut at the start of the function. Add an assertion.
(reseat_at_next_visible_line_start): Add an assertion.
2001-01-03 19:19:39 +00:00
Gerd Moellmann
2f3cad6ccb
(Frecenter): When changing the window start, set the
...
window's window_end_valid to nil.
(Fwindow_end): Fix window-end computation when UPDATE is non-nil.
2001-01-03 13:50:01 +00:00
Gerd Moellmann
47fc2c1093
(move_it_past_eol): New function.
2001-01-03 13:49:02 +00:00
Gerd Moellmann
5b2ad813a5
(move_it_past_eol): Add prototype.
2001-01-03 13:48:15 +00:00
Gerd Moellmann
3e99d3b4c9
*** empty log message ***
2001-01-03 12:53:05 +00:00
Gerd Moellmann
dffde83fdb
(Fwindow_end): Doc fix.
2001-01-03 12:52:06 +00:00
Gerd Moellmann
0a974c854d
(Ffile_attributes): Fix last change, removing BSD4_3
...
kluge.
2001-01-03 12:43:54 +00:00
Gerd Moellmann
bafb434cc5
(try_window_reusing_current_matrix): Fix bug setting
...
the enabled_p flag of the glyph row at window_end_vpos to 0.
(handle_single_display_prop): Fix last change.
2001-01-03 12:33:35 +00:00
Richard M. Stallman
04212fcbbd
(Frecenter): Doc fix.
2001-01-03 00:31:18 +00:00
Richard M. Stallman
5297fb001f
*** empty log message ***
2001-01-03 00:30:59 +00:00
Andrew Innes
13d6a61c28
*** empty log message ***
2001-01-02 22:57:41 +00:00
Andrew Innes
ddbe13894c
(Fredraw_frame): Call set_terminal_modes for
...
w32_console frames.
2001-01-02 22:55:49 +00:00
Andrew Innes
9010e6b15d
(handle_single_display_prop): Return if frame is
...
w32_console.
(init_iterator) [WINDOWSNT]: Initialize frame face cache if
necessary, even if running interactively.
2001-01-02 22:54:34 +00:00
Andrew Innes
959e5b0e37
(realize_default_face): Set face foreground and
...
background to unspecified for w32_console frames.
(realize_face): Realize face cache for w32_console frames.
(realize_tty_face): Accept w32_console frames.
2001-01-02 22:51:58 +00:00
Andrew Innes
4ec0d3c13b
(make_terminal_frame) [WINDOWSNT]: Make terminal frames
...
use output_w32_console method.
(Qw32_console): New Lisp_Object.
(Fframep): Return it.
(syms_of_frame): Init it.
(Fframe_parameters): Report w32console as font for w32_console
frames.
2001-01-02 22:50:34 +00:00
Andrew Innes
c513fb07a3
(output_method): Add output_w32_console method.
...
(FRAME_W32_CONSOLE_P): New macro.
2001-01-02 22:49:42 +00:00
Andrew Innes
ad54b02528
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
2001-01-02 22:48:57 +00:00
Andrew Innes
7e6ac5b91d
(x_update_begin):
...
(x_update_end):
(x_clear_frame):
(x_ins_del_lines):
(x_change_line_highlight):
(x_delete_glyphs):
(w32_ring_bell):
(x_update_begin):
(x_update_end):
(w32_reassert_line_highlight):
(w32_frame_rehighlight):
(w32_frame_raise_lower): Do nothing if not w32 frame.
2001-01-02 22:47:48 +00:00
Andrew Innes
56c1632162
(get_frame_dc): Abort if called on a non-w32 frame.
2001-01-02 22:45:32 +00:00
Andrew Innes
abf8c61b62
(Fx_display_color_cells): Determine correct value, when
...
system doesn't tell us directly.
(Fx_display_visual_class): Implement properly.
2001-01-02 22:44:52 +00:00
Gerd Moellmann
d6bb0c0d88
*** empty log message ***
2001-01-02 15:32:59 +00:00
Gerd Moellmann
6df47b592a
(Frecenter): Handle centering in graphical frames
...
specially. Centering on the basis of line counts doesn't work
reliably with variable-height lines.
2001-01-02 15:32:31 +00:00
Eli Zaretskii
315f5865d4
*** empty log message ***
2001-01-02 14:27:49 +00:00
Eli Zaretskii
da55a2b79a
(detect_coding_iso2022, setup_coding_system): Remove
...
unused variable `i'.
(detect_coding_mask): Remove unused variable `idx'.
(detect_coding): Remove unused variable `i'.
(ccl_coding_driver): Remove unused variable `result'.
(run_pre_post_conversion_on_str): Remove unused variable `prev'.
(decode_coding_string): Remove unused variables `to' and
`gcpro1'.
(encode_coding_string): Remove unused variables `gcpro1' and
`saved_coding_symbol'.
(Ffind_coding_systems_region_internal): Remove function-local
variable args[], leave only the block-local one.
(code_convert_region1): Remove unused variable `len'.
2001-01-02 14:26:22 +00:00
Eli Zaretskii
478d746bab
(make_cursor_line_fully_visible): Remove unused variable
...
`header_line_height'.
(append_space, extend_face_to_end_of_line): Declare `saved_what'
enum display_element_type.
2001-01-02 14:24:29 +00:00
Eli Zaretskii
57328c1f51
(size_window): Remove block-local variable `min_size'.
2001-01-02 14:23:43 +00:00
Eli Zaretskii
8ebae00c64
(char_printable_p): Remove unused variable `chars'.
...
(Fsplit_char, Fchar_bytes): Remove unused variable `val'.
(str_to_multibyte): Remove unused variable `c'.
2001-01-02 14:22:57 +00:00
Eli Zaretskii
a303d6bee9
(Fcategory_docstring): Remove unused variable `doc'.
...
(Fget_unused_category): Remove unused variable
`docstring_vector'.
(Fchar_category_set): Remove unused variables `val', `charset',
`c1' and `c2'.
2001-01-02 14:21:33 +00:00
Gerd Moellmann
6dde6abc96
*** empty log message ***
2001-01-02 14:20:32 +00:00
Eli Zaretskii
b428fdfdc1
(Fccl_execute): Cast ccl_driver parameters to `unsigned
...
char *' instead of `char *'.
2001-01-02 14:20:09 +00:00
Gerd Moellmann
1883b2c6c0
*** empty log message ***
2001-01-02 14:19:53 +00:00
Eli Zaretskii
5ab05323cc
(face_fontset, realize_default_face): Remove unused
...
variable `fontset'.
(face_at_buffer_position): Remove unused variable `multibyte_p'.
2001-01-02 14:19:26 +00:00
Eli Zaretskii
3378b2e450
(XTread_socket): Remove unused variables `p' and
...
`pend'.
(XTread_socket) <LeaveNotify>: Remove unused variable `frame',
leave only the one in the inner block.
2001-01-02 14:17:49 +00:00
Eli Zaretskii
9b207e8ed2
(x_display_info_for_name): Cast 0 to "char *" in the call
...
to x_term_init.
(lookup_image): Remove unused variable `file'.
(xbm_load): Remove unused variables `bitmap_data', `height', and
`width'. Remove function-local variable `i', leave the
block-local one.
(gif_load): Remove unused variable `inc'.
2001-01-02 14:12:28 +00:00
Eli Zaretskii
1337ac7772
(fontset_ref): Remove unused variable `i'.
...
(fontset_set): Remove unused variables `j' and `tmp'.
(make_fontset): Remove unused variables `i', `j', `elt' and
`base_elt'.
(make_fontset_for_ascii_face): Remove unused variable `name'.
(fs_load_font): Remove unused variable `font_idx'.
(fs_query_fontset): Remove unused function-local variable
`fontset'.
(list_fontsets): Remove unused variable `tail'.
(Fnew_fontset): Remove unused variables `family' and `registry'.
(accumulate_font_info): Remove unused variable `tmp'.
(Ffontset_font): Remove unused variable `id'.
(syms_of_fontset): Remove unused variable `i'.
2001-01-02 14:11:36 +00:00
Eli Zaretskii
87ba0a6bc7
(make_gap): Remove unused variable `result'.
2001-01-02 14:10:36 +00:00
Eli Zaretskii
aebfea6874
(record_char): Remove unused function-scope variable
...
`help'.
(kbd_buffer_get_event): Remove unused block-scope variable `idx'.
(menu_bar_items): Remove unused function-scope variable `tem'.
2001-01-02 14:09:59 +00:00
Eli Zaretskii
4644f58940
(Fmarker_position): Remove unused variables pos', i',
...
and `buf'.
(Fmarker_insertion_type): Remove unused variable `buf'.
2001-01-02 14:08:59 +00:00
Eli Zaretskii
959064c4ed
(e_write): Remove unused variable `require_encoding_p'.
2001-01-02 14:08:14 +00:00
Eli Zaretskii
b3edfc9b59
(directory_files_internal): Fix a typo in a comment.
...
Remove an unused variable `handler'.
(file_name_completion): Remove unused function-scope variable
`dp'.
(Ffile_attributes) <dirname, sdir>: Make declarations conditioned
on BSD4_2.
2001-01-02 14:07:22 +00:00
Eli Zaretskii
8d0941b69b
(casify_object): Remove unused variable `tolen'.
2001-01-02 14:06:38 +00:00
Eli Zaretskii
8798a92b86
(current_column): Remove unused variable `stopchar'.
...
(Fcompute_motion): Remove unused variable `contin'.
2001-01-02 14:05:57 +00:00