Kenichi Handa
740f080d09
(parse_str_to_multibyte): New function.
2001-02-07 04:24:49 +00:00
Kenichi Handa
347abaf721
(parse_str_to_multibyte): Extern it.
2001-02-07 04:24:28 +00:00
Kenichi Handa
a76ef35dce
(print_string): If we are going to print a unibyte
...
string into a multibyte buffer, convert the string to multibyte by
str_to_multibyte.
2001-02-07 04:24:14 +00:00
Kenichi Handa
bd503487d8
*** empty log message ***
2001-02-07 04:23:59 +00:00
Andrew Innes
a8370d728c
(select_palette): Do nothing if palette hasn't yet
...
been created. It seems we can get sent window messages such as
WM_ERASEBKGND before we properly update a frame.
2001-02-06 22:20:12 +00:00
Gerd Moellmann
c363a1d6fd
(update_frame_line): Rename parameter FRAME to F.
...
Avoid some unnecessary cursor positioning.
2001-02-06 13:58:18 +00:00
Gerd Moellmann
a08332c0e5
(split_font_name): Compute numeric value of
...
XLFD_AVGWIDTH.
(LFACE_AVGWIDTH): New macro.
(LFACEP): Use AREF.
(check_lface_attrs): Check LFACE_AVGWIDTH.
(lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
(set_lface_from_font_name): Set LFACE_AVGWIDTH.
(merge_face_vectors): Check LFACE_AVGWIDTH.
(Finternal_make_lisp_face): Use AREF.
(xm_set_menu_resources_from_menu_face)
(xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
(Finternal_lisp_face_empty_p): Use AREF.
(lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
(better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
Compare average widths..
(best_matching_font): Arrange for comparing average widths.
2001-02-05 20:01:01 +00:00
Gerd Moellmann
670019ba28
(enum lface_attribute_index): Add
...
LFACE_AVGWIDTH_INDEX (invisible from Lisp).
2001-02-05 19:58:32 +00:00
Dave Love
5cb3c8d44c
*** empty log message ***
2001-02-05 17:47:32 +00:00
Dave Love
d665e35445
Revert last change following loadup.el change.
2001-02-05 17:41:40 +00:00
Andrew Innes
193fba8770
*** empty log message ***
2001-02-05 16:59:20 +00:00
Andrew Innes
0533c860f2
($(EMACS)): Use $(THISDIR) instead of . in
...
invocation of temacs, to work with Windows 2000.
(bootstrap-emacs): Ditto.
2001-02-05 16:57:21 +00:00
Gerd Moellmann
7a58ab59f4
(x_display_and_set_cursor): Check for the focus
...
frame's selected window instead of selected_window.
2001-02-05 15:48:00 +00:00
Gerd Moellmann
e89aaabdcb
(try_scrolling): If point is in the line below the
...
window, make sure to move the iterator at least a canonical
char height down.
2001-02-05 13:02:51 +00:00
Gerd Moellmann
e16f52ce8f
*** empty log message ***
2001-02-05 12:24:27 +00:00
Gerd Moellmann
f53df7de16
(Fmove_to_window_line): Don't add 1 if window is
...
vscrolled.
2001-02-05 12:24:00 +00:00
Kenichi Handa
3116502899
(CCL_WRITE_CHAR): Check if CH is valid or not. If
...
invalid, execute CCL_INVALID_CMD.
(ccl_driver): If the CCL program is terminated because of
CCL_STAT_INVALID_CMD, copy the remaining source data to the
destination instead of throwing them away.
2001-02-05 01:20:55 +00:00
Kenichi Handa
789ce87553
*** empty log message ***
2001-02-05 01:20:37 +00:00
Stefan Monnier
85eb236c0a
*** empty log message ***
2001-02-02 18:21:56 +00:00
Gerd Moellmann
79fb38c035
*** empty log message ***
2001-02-02 15:28:28 +00:00
Gerd Moellmann
1d09060524
(x_set_font): If font hasn't changed, avoid recomputing
...
faces and other things.
2001-02-02 15:27:55 +00:00
Gerd Moellmann
20b28f82e4
*** empty log message ***
2001-02-02 12:32:16 +00:00
Gerd Moellmann
7eee47cc5e
(get_next_display_element): Fix case of empty
...
display table entry.
2001-02-02 11:51:06 +00:00
Eli Zaretskii
eb24d0bfe7
(Fconstrain_to_field): Doc fix.
2001-02-02 07:54:48 +00:00
Eli Zaretskii
6a3f48c7ea
(Fclear_face_cache): Rename the `thorougly' argument
...
into `thoroughly', to make it consistent with the doc string.
2001-02-02 07:50:18 +00:00
Eli Zaretskii
5a72551e18
(Fenlarge_window, Fshrink_window): Doc fix.
2001-02-02 07:42:05 +00:00
Gerd Moellmann
0353b28fe4
(search_buffer): Call set_search_regs with a byte
...
position, not a character position.
2001-02-01 19:21:52 +00:00
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