1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
Commit graph

13462 commits

Author SHA1 Message Date
Gerd Moellmann
01acdb05c3 *** empty log message *** 2001-02-01 15:37:03 +00:00
Gerd Moellmann
e870b7bad6 (x_set_tool_bar_lines): Do nothing If frame is
minibuffer-only,
2001-02-01 15:01:11 +00:00
Eli Zaretskii
e86b51338d (Fmodify_frame_parameters): Doc fix. 2001-02-01 14:09:49 +00:00
Gerd Moellmann
84e01749c6 Change the include blocker to the same form as in other header
files.
2001-01-31 20:34:39 +00:00
Gerd Moellmann
843c999901 (EMACS_FRAME_H_INCLUDED): Use an include blocker
identifier which is not reserved by Standard C.
2001-01-31 20:32:40 +00:00
Gerd Moellmann
7442878f82 (enum window_part): New enumeration.
(Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
Qright_bitmap_area.
(coordinates_in_window): Return an enumerator from enum
window_part.  Fix handling of right scroll bar.
(Fcoordinates_in_window_p): Doc fix.  Return `left-fringe' and
`right-fringe' instead of `left-bitmap-area' and
`right-bitmap-area'.  Use enumerators from enum window_part
instead of hard-coded integers.
(check_window_containing, window_from_coordinates): Use
enumerators from enum window_part instead of hard-coded integers.
(syms_of_window): Replace Qleft_bitmap_area and
Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
2001-01-31 20:28:13 +00:00
Gerd Moellmann
1f9228342c Update copyright. 2001-01-31 20:25:41 +00:00
Gerd Moellmann
7d81cf83bd (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. 2001-01-31 20:24:36 +00:00
Dave Love
d61c7afe56 *** empty log message *** 2001-01-31 20:03:46 +00:00
Dave Love
be9e83310e (hook-run): Define to run xreload. 2001-01-31 18:33:30 +00:00
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