Eli Zaretskii
7c132cba8b
(Fformat_time_string): Doc fix.
2001-01-31 17:05:55 +00:00
Stefan Monnier
c359dd9e5d
*** empty log message ***
2001-01-31 15:19:39 +00:00
Stefan Monnier
60dc655805
(Fwhere_is_internal): Use the first valid binding
...
if no ascii binding is found (when firstonly is t).
2001-01-31 15:19:30 +00:00
Gerd Moellmann
b4f30ec503
*** empty log message ***
2001-01-31 15:11:07 +00:00
Gerd Moellmann
e0f331ab4c
(interactive_p): New function.
...
(Finteractive_p): Use it.
2001-01-31 14:48:31 +00:00
Gerd Moellmann
1ee4d0e69d
(interactive_p): Add prototype.
2001-01-31 14:48:07 +00:00
Gerd Moellmann
f5686fbd5a
(Fscroll_right, Fscroll_left): Use interactive_p
...
instead of Finteractive_p.
2001-01-31 14:47:44 +00:00
Gerd Moellmann
ce070307f0
(Fmake_list): Add a QUIT in the loop; unroll the loop.
2001-01-31 12:22:58 +00:00
Dave Love
f57b6e648c
*** empty log message ***
2001-01-31 01:20:04 +00:00
Dave Love
a63643cd04
(Fset_text_properties): Fix newline in doc string.
2001-01-31 01:00:17 +00:00
Gerd Moellmann
eef93f9914
*** empty log message ***
2001-01-30 15:18:45 +00:00
Gerd Moellmann
c3d761736c
(build_desired_tool_bar_string, syms_of_xdisp): Use
...
DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
2001-01-30 15:05:45 +00:00
Gerd Moellmann
6a1bcd0112
(Fx_create_frame): Add the tool bar height to the frame
...
height.
2001-01-30 15:05:04 +00:00
Gerd Moellmann
cc4cb7559c
(Vtool_bar_button_margin:): Declare extern.
...
(DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
(DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
2001-01-30 15:04:35 +00:00
Dave Love
d9c1f6f955
(Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
...
AFTER_POTENTIAL_GC.
2001-01-30 10:07:18 +00:00
Gerd Moellmann
e8f044a008
*** empty log message ***
2001-01-29 21:27:53 +00:00
Gerd Moellmann
96111f4813
(Fbyte_code) <Bcurrent_column>: Add
...
BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
2001-01-29 20:44:42 +00:00
Gerd Moellmann
fdbbf26657
Undo last change.
2001-01-29 20:04:42 +00:00
Gerd Moellmann
341e4f2465
(mouse_key_p): New function.
...
(where_is_internal, Fwhere_is_internal): Use it.
2001-01-29 19:52:22 +00:00
Eli Zaretskii
8e1db7b326
*** empty log message ***
2001-01-29 17:07:38 +00:00
Eli Zaretskii
2b5f21c23c
(Fset_text_properties): Doc fix.
2001-01-29 16:49:57 +00:00
Gerd Moellmann
4eefd9d210
(forward_to_next_line_start): Remove xassert.
2001-01-29 16:31:00 +00:00
Eli Zaretskii
fccb828847
(x_draw_row_bitmaps): Delay obtaining HDC to avoid returning without
...
releasing it.
2001-01-29 12:36:52 +00:00
Kenichi Handa
e7c7212283
(w32_font_match): Allocate three more bytes to regex
...
for '^', '$', and '\0'.
2001-01-28 23:48:02 +00:00
Kenichi Handa
76581eab9b
*** empty log message ***
2001-01-28 23:47:30 +00:00
Andrew Choi
5604ec34e4
* fontset.c (fontset_pattern_regexp): Allocate three more bytes to
...
regex for '^', '$', and '\0'.
2001-01-28 15:41:57 +00:00
Andrew Choi
83a96b4d54
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
...
only if current_sblock has been initialized.
* frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
terminal frame even if it is the only visible frame.
* src/macfns.c (QCconversion): Replaces QCalgorithm.
* src/macfns.c (image_ascent, lookup_image): Adapt to change of
image margins.
* src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
(x_draw_image_relief, x_draw_image_foreground_1)
(x_draw_image_glyph_string): Adapt to change of image margins.
* src/macterm.c (mac_to_x_fontname): Change charset name of
Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
from ksc5601 to ksc5601.1989.
2001-01-28 11:23:07 +00:00
Kenichi Handa
8d04974a78
(font_family_registry): Even if FONTNAME conform to
...
XLFD, if it specifies other fields than family and registry,
return FONTANME. New argument FORCE if nonzero cancel that
feature.
(fontset_font_pattern): Call font_family_registry with FORCE 1 for
a signle byte character. Don't set FAMILY part to nil here. It
is handled by the caller choose_face_font.
(Fnew_fontset): Call font_family_registry with FORCE 0.
(Fset_fontset_font): Likewise.
2001-01-28 01:12:01 +00:00
Kenichi Handa
c09a644047
*** empty log message ***
2001-01-28 01:11:38 +00:00
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