Gerd Moellmann
4dcd74e647
(display_line): Don't treat a newline as fitting
...
on the line.
2001-01-27 12:40:49 +00:00
Gerd Moellmann
0130fe1af3
(size_window): Set the window's orig_top to nil when
...
changing heights, so that a future shrink_mini_window won't
restore a bogus height.
2001-01-26 20:02:19 +00:00
Gerd Moellmann
550f0e6a23
(do_switch_frame): If selected frame has a mini-window,
...
resize that to exact size.
2001-01-26 14:41:54 +00:00
Gerd Moellmann
b7b20fbd16
(adjust_glyph_matrix): Always clear desired matrices.
2001-01-26 14:19:34 +00:00
Gerd Moellmann
8af1308e28
(echo_area_display): Comment fix.
2001-01-26 11:23:52 +00:00
Gerd Moellmann
a47b7816d6
*** empty log message ***
2001-01-26 10:26:19 +00:00
Gerd Moellmann
202c1b5b8b
(display_line): Simplify check for glyphs fitting
...
entirely in the line.
2001-01-26 10:25:48 +00:00
Gerd Moellmann
d2906bf8fb
*** empty log message ***
2001-01-26 09:35:23 +00:00
Gerd Moellmann
5df79d3d88
(xic_style): New variable.
...
(create_frame_xic): Move static variable to global scope for
the case that `static' get's defined away.
2001-01-26 09:34:55 +00:00
Kenichi Handa
8844fa83d3
(decode_coding): Set a flag for inhibiting
...
inconsistent eol.
(code_convert_region): Always set saved_coding_symbol.
(decode_coding_string): Likewise. Update coding->symbol when we
encounter a inconsistent eol by the same way as
code_convert_region.
2001-01-26 06:10:21 +00:00
Kenichi Handa
73df2b1e65
*** empty log message ***
2001-01-26 06:07:48 +00:00
Gerd Moellmann
c5e6e06b5b
(x_after_update_window_line): Don't clear if frame's
...
internal border width is zero.
(x_clear_area): New function.
(x_after_update_window_line, x_clear_end_of_line)
(x_scroll_bar_create, x_scroll_bar_set_handle)
(XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
instead of XClearArea.
2001-01-25 20:27:30 +00:00
Gerd Moellmann
4629a73ab8
(x_clear_area): Add prototype.
2001-01-25 20:26:04 +00:00
Gerd Moellmann
161d30fdcb
* xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
...
XClearArea.
2001-01-25 20:25:33 +00:00
Gerd Moellmann
3be7e41764
Update a comment.
2001-01-25 16:01:56 +00:00
Gerd Moellmann
6613cfc490
*** empty log message ***
2001-01-25 15:58:51 +00:00
Gerd Moellmann
b17a50b7b4
(Fx_file_dialog): Remove a workaround for Lesstif
...
which doesn't seem necessary anymore with Lesstif 0.92.
2001-01-25 15:39:26 +00:00
Dave Love
34ac336760
*** empty log message ***
2001-01-25 13:39:11 +00:00
Dave Love
e94e008ba3
(BASE_PURESIZE): Up to 720000.
2001-01-25 13:36:51 +00:00
Dave Love
650cc6cce2
*** empty log message ***
2001-01-25 13:00:15 +00:00
Eli Zaretskii
c3d0ee5124
Fix a typo in a comment.
2001-01-25 13:00:13 +00:00
Dave Love
0482803f6b
(Fwhere_is_internal): Declare gcpro3, gcpro4.
2001-01-25 12:58:22 +00:00
Gerd Moellmann
e1e441f9c8
*** empty log message ***
2001-01-25 12:40:49 +00:00
Gerd Moellmann
c3e6cafd61
(echo_area_display): Don't call redisplay_internal
...
when Emacs is shutting down. We can't run hooks etc. that
would be necessary to do a redisplay.
2001-01-25 12:40:22 +00:00
Gerd Moellmann
5e37dc220a
(read_integer): Use type EMACS_INT instead of int.
2001-01-25 11:57:14 +00:00
Eli Zaretskii
0fb94c7feb
(ccl_driver): Fix last change.
2001-01-25 09:46:23 +00:00
Eli Zaretskii
bb26451898
Fix a typo in the last entry for ccl.c.
2001-01-25 09:21:17 +00:00
Stefan Monnier
609b757aa4
(mutually_exclusive_p): Add missing break' at the end of charset' processing.
2001-01-25 01:44:54 +00:00
Kenichi Handa
e3778624f9
*** empty log message ***
2001-01-24 23:43:56 +00:00
Kenichi Handa
bd64290dac
(ccl_coding_driver): Setup ccl->suppress_error.
...
(Fset_terminal_coding_system_internal): Set the member
suppress_error to 1.
(Fset_safe_terminal_coding_system_internal): Likewise.
2001-01-24 23:30:34 +00:00
Kenichi Handa
6041c9ce6b
(struct coding_system): New member suppress_error.
2001-01-24 23:30:16 +00:00
Kenichi Handa
ae08ba36c9
(ccl_driver): If ccl->suppress_error is nonzeor, don't
...
insert error message to the output.
(setup_ccl_program): Initialize ccl->suppress_error to 0.
2001-01-24 23:29:59 +00:00
Kenichi Handa
64068fbfc1
(sturct ccl_program): New member suppress_error.
2001-01-24 23:29:42 +00:00
Stefan Monnier
245ed2b17a
*** empty log message ***
2001-01-24 23:26:48 +00:00
Stefan Monnier
411e420305
(mutually_exclusive_p): Don't blindly handle `charset_not'
...
as if it was a `charset'.
2001-01-24 23:11:40 +00:00
Gerd Moellmann
f9aaedb634
(Fwhere_is_internal): Don't nreverse the cached
...
value in where_is_cache; the next lookup in the cache returns
something bogus if we do.
2001-01-24 19:42:17 +00:00
Eli Zaretskii
c3902c3ecb
*** empty log message ***
2001-01-24 17:33:32 +00:00
Eli Zaretskii
99a5de87f1
(syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
...
if HAVE_WINDOW_SYSTEM isn't defined.
2001-01-24 17:31:52 +00:00
Gerd Moellmann
e7e415845b
*** empty log message ***
2001-01-24 16:22:46 +00:00
Gerd Moellmann
1e54671434
(sweep_weak_table): Fix code taking items out of
...
the hash collision chain. Some cleanup.
2001-01-24 16:10:06 +00:00
Gerd Moellmann
6801a5720e
(x_create_tip_frame): Prevent changing the tooltip's
...
background color by specifying a color for the default font
in .Xdefaults.
2001-01-24 14:21:48 +00:00
Gerd Moellmann
3497f73e06
(x_new_font): Don't change a tooltip's size.
2001-01-24 14:21:11 +00:00
Kenichi Handa
0ee1088b3e
(CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
...
(CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
(ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
statement.
2001-01-24 06:53:23 +00:00
Kenichi Handa
96531b20fa
*** empty log message ***
2001-01-24 06:52:54 +00:00
Kenichi Handa
9977c49154
(CCL_READ_CHAR): Change the argument name from r to REG
...
as a workaround for SunOS 4's cc.
2001-01-24 00:12:24 +00:00
Kenichi Handa
3d48e6875a
*** empty log message ***
2001-01-24 00:12:10 +00:00
Gerd Moellmann
a30629d2a8
*** empty log message ***
2001-01-23 12:57:22 +00:00
Gerd Moellmann
499b1844b5
(x_set_window_size_1): New function extracted from
...
x_set_window_size.
(x_set_window_size): Use it.
(x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
doesn't have a widget, like tooltips.
2001-01-23 12:55:15 +00:00
Eli Zaretskii
5a43decfe0
*** empty log message ***
2001-01-23 11:33:29 +00:00
Eli Zaretskii
2afb2f41d0
(syms_of_window) <scroll-preserve-screen-position>: Doc fix.
2001-01-23 11:32:56 +00:00