Gerd Moellmann
7ef18b28bc
Fix a typo.
2000-12-21 20:42:01 +00:00
Gerd Moellmann
e9abc29657
(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
...
GLYPHS.
2000-12-21 20:41:26 +00:00
Gerd Moellmann
726950c4dc
(GLYPH_EQUAL_P): Also compare pixel widths,
...
otherwise tabs of different size compare equal.
2000-12-21 20:40:58 +00:00
Gerd Moellmann
4f8959185a
(Fcall_interactively): Prevent a compiler warning.
2000-12-21 20:40:40 +00:00
Gerd Moellmann
ee5263afa8
(print_unwind): Return nil.
...
(PRINTDECLARE): Initialize all local variables.
(print_preprocess): Add a default case.
2000-12-21 20:40:10 +00:00
Gerd Moellmann
c6ae41f3c9
(Qinhibit_point_motion_hooks): Declare extern.
2000-12-21 16:57:00 +00:00
Gerd Moellmann
8e15274f3f
*** empty log message ***
2000-12-21 16:56:38 +00:00
Gerd Moellmann
8c757fd783
(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
2000-12-21 16:56:13 +00:00
Gerd Moellmann
177f4e888d
*** empty log message ***
2000-12-21 15:58:48 +00:00
Gerd Moellmann
9ab436b9e0
(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
...
[GLYPH_DEBUG]: Extended to dump glyphs in short form.
2000-12-21 15:39:58 +00:00
Gerd Moellmann
e797dea65e
(ensure_frame_matrix): Removed.
...
(save_frame_matrix, restore_frame_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them.
2000-12-21 15:39:27 +00:00
Gerd Moellmann
fa4b4cfd92
(ensure_frame_matrix): Function declaration removed.
2000-12-21 15:39:04 +00:00
Gerd Moellmann
a2d8ce7900
(delete_window, Fsplit_window)
...
(Fset_window_configuration): Calls to ensure_frame_matrix removed.
2000-12-21 15:38:38 +00:00
Andrew Innes
99012074ba
(x_update_begin): Regenerate the palette here, rather
...
than for each window.
2000-12-21 14:58:55 +00:00
Andrew Innes
90f4a9f8e2
(select_palette): Avoid calling SelectPalette if
...
palette is NULL, since this corrupts memory! Also get
display_info reference from frame.
2000-12-21 14:58:09 +00:00
Jason Rumney
988646fc79
(x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
...
returning without releasing it.
2000-12-21 11:06:32 +00:00
Jason Rumney
3e27fa1f83
(w32_init_bdf_font): Fix test for valid bmp heap.
2000-12-21 11:05:33 +00:00
Jason Rumney
29ef7d2de4
*** empty log message ***
2000-12-21 11:04:01 +00:00
Kenichi Handa
587fc3f9ed
*** empty log message ***
2000-12-21 02:41:28 +00:00
Kenichi Handa
588fc8bdf0
(push_key_description): Don't convert eight-bit-control
...
and eight-bit-graphic to multibyte character.
2000-12-21 01:58:28 +00:00
Kenichi Handa
3073601217
(Fmake_char_internal): If CHARSET doesn't have a
...
generic character and CODE1 is nil, return the smallest character
in CHARSET.
2000-12-21 00:12:13 +00:00
Kenichi Handa
3f9d67a6d4
*** empty log message ***
2000-12-21 00:09:15 +00:00
Dave Love
774ba8c93d
(NSIG): Don't redefine.
2000-12-21 00:01:55 +00:00
Stefan Monnier
88416888aa
(where_is_internal): Check ascii_sequence_p rather than
...
excluding menu-bar and tool-bar.
(Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
(menu_item_p): Remove.
(where_is_internal_1): Don't ignore menu-items.
2000-12-20 22:46:44 +00:00
Gerd Moellmann
03ff8aabc3
*** empty log message ***
2000-12-20 15:37:23 +00:00
Gerd Moellmann
3172f70b51
(hscroll_window_tree): Take window's min_hscroll
...
into account.
2000-12-20 15:36:56 +00:00
Gerd Moellmann
ea68264b3a
(make_window): Initialize window's min_hscroll.
...
(Fset_window_hscroll): Set window's hscroll and min_hscroll.
(set_window_buffer, temp_output_buffer_show): Set min_hscroll
to zero.
(struct saved_window): New member min_hscroll.
(SAVED_WINDOW_VECTOR_SIZE): Set to 17.
(Fset_window_configuration): Set window's min_hscroll.
(save_window_save): Save window's min_hscroll.
(compare_window_configurations): Compare min_hscroll values.
2000-12-20 15:36:29 +00:00
Gerd Moellmann
0248728d0d
(struct window): New member min_hscroll.
2000-12-20 15:36:07 +00:00
Gerd Moellmann
102d8a2216
(echo_prompt): Prevent a compiler warning.
2000-12-20 15:13:36 +00:00
Gerd Moellmann
8de4aaf863
(try_cursor_movement): Fix last change. The real
...
condition is that PT is at the end of the row, and should
be displayed at the start of the next row.
2000-12-20 14:25:09 +00:00
Gerd Moellmann
3f7e303108
(try_cursor_movement): If we end on a partially
...
visible line, end we already decided to scroll, return -1.
2000-12-20 14:10:20 +00:00
Gerd Moellmann
c9f00270df
(fake_current_matrices, ensure_frame_matrix): New
...
functions.
(adjust_frame_glyphs_for_frame_redisplay): If display has been
completed, call fake_current_matrices instead of marking frame
garbaged.
2000-12-20 12:00:57 +00:00
Gerd Moellmann
aa35ba9e18
(delete_window, Fsplit_window)
...
(Fset_window_configuration): Call ensure_frame_matrix.
2000-12-20 12:00:24 +00:00
Gerd Moellmann
1202e2cce2
(ensure_frame_matrix): Add prototype.
2000-12-20 12:00:01 +00:00
Gerd Moellmann
a6426c6f15
*** empty log message ***
2000-12-20 11:59:34 +00:00
Jason Rumney
57fa27745d
(syms_of_w32fns): Initialize and staticpro tip_frame.
2000-12-20 10:21:02 +00:00
Eli Zaretskii
d925df900a
(Frequire): Doc fix.
2000-12-19 18:00:46 +00:00
Gerd Moellmann
71d4497ae6
Fix copy/paste error.
2000-12-19 14:42:05 +00:00
Gerd Moellmann
d72340d43f
(window_scroll_pixel_based): Don't use
...
move_it_vertically.
2000-12-19 14:20:11 +00:00
Gerd Moellmann
c74e645b50
(direct_output_for_insert): Fix check for mini-window
...
currently displaying a message.
2000-12-19 13:37:40 +00:00
Gerd Moellmann
7b93a85b66
*** empty log message ***
2000-12-19 12:14:28 +00:00
Gerd Moellmann
ad7de7d79e
(toplevel) [CHECK_FRAME_FONT]: Include frame.h and
...
xterm.h.
(Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
2000-12-19 12:14:08 +00:00
Andrew Innes
90d97e64e9
(Fw32_shell_execute): Use it.
2000-12-18 23:54:15 +00:00
Andrew Innes
7482f2ecdb
(w32_strerror): New extern.
2000-12-18 23:50:56 +00:00
Andrew Innes
18e070ac54
(w32_strerror): New function.
2000-12-18 23:50:26 +00:00
Dave Love
ff501f2b2c
comment
2000-12-18 18:09:36 +00:00
Gerd Moellmann
91c9e6ce1d
*** empty log message ***
2000-12-18 15:40:18 +00:00
Gerd Moellmann
06f68dd146
(_FILE_OFFSET_BITS): Undef again.
2000-12-18 15:38:53 +00:00
Eli Zaretskii
6f4745e2e6
*** empty log message ***
2000-12-18 13:28:31 +00:00
Eli Zaretskii
76648534c5
(IT_set_face): Obey inverse_video.
2000-12-18 13:27:18 +00:00