- 14 Feb, 2001 3 commits
-
-
Dave Love authored
-
Andrew Innes authored
Emacs frame above the screen size.
-
Gerd Moellmann authored
-
- 13 Feb, 2001 4 commits
-
-
Gerd Moellmann authored
case that TO ends up beyond ZV after running before-change-functions.
-
Gerd Moellmann authored
the selected window if it is showing the buffer in question.
-
Gerd Moellmann authored
Multiply avgwidth by width_ratio. (choose_face_font): Call best_matching_font with width_ratio calculated from the column width of C.
-
Gerd Moellmann authored
(toplevel): Include errno.h.
-
- 12 Feb, 2001 1 commit
-
-
Andrew Innes authored
face->box_line_width is negative. (x_produce_stretch_glyph): Likewise. (x_produce_glyphs): Likewise. (x_estimate_mode_line_height): Likewise. (x_draw_glyph_string_background): Likewise. (x_draw_glyph_string_foreground): Likewise. (x_draw_composite_glyph_string_foreground): Likewise. (x_draw_glyph_string_box): Likewise. (x_draw_image_foreground): Likewise. (x_draw_image_relief): Likewise. (x_draw_image_foreground_1): Likewise. (x_draw_image_glyph_string): Likewise.
-
- 09 Feb, 2001 11 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
box_line_width.
-
Kenichi Handa authored
and :line-width can be negative. (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be negative.
-
Kenichi Handa authored
face->box_line_width is negative. (x_produce_stretch_glyph): Likewise. (x_produce_glyphs): Likewise. (x_estimate_mode_line_height): Likewise. (x_draw_glyph_string_background): Likewise. (x_draw_glyph_string_foreground): Likewise. (x_draw_composite_glyph_string_foreground): Likewise. (x_draw_glyph_string_box): Likewise. (x_draw_image_foreground): Likewise. (x_draw_image_relief): Likewise. (x_draw_image_foreground_1): Likewise. (x_draw_image_glyph_string): Likewise.
-
Jason Rumney authored
characters the same as ASCII and latin-1. (x_display_and_set_cursor): Check for the focus frame's selected window instead of selected_window. (x_after_update_window_line): Don't clear if frame's internal border width is zero. (x_new_font): Don't change a tooltip's size. (w32_initialize): Set char_ins_del_ok to 1.
-
Jason Rumney authored
-
Jason Rumney authored
(x_set_font): If font hasn't changed, avoid recomputing faces and other things. (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only, (Fx_create_frame): Add the tool bar height to the frame height. (x_create_tip_frame): Prevent changing the tooltip's background color by specifying a color for the default font in .Xdefaults. (Qcancel_timer): New variable. (syms_of_w32fns): Initialize and staticpro it. (Fx_hide_tip, Fx_show_tip): Use it. (Fx_show_tip): Make sure to set tip_timer to nil when canceling the timer. (toplevel): Lisp code for generating parts of syms_of_w32fns removed. (Fx_show_tip): Fix calls to make_number. (x_set_font): If font hasn't changed, avoid recomputing faces and other things. (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only, (Fx_create_frame): Add the tool bar height to the frame height. (x_create_tip_frame): Prevent changing the tooltip's background color by specifying a color for the default font in .Xdefaults. (Qcancel_timer): New variable. (syms_of_w32fns): Initialize and staticpro it. (Fx_hide_tip, Fx_show_tip): Use it. (Fx_show_tip): Make sure to set tip_timer to nil when canceling the timer. (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
-
ShengHuo ZHU authored
* charset.c (Fstring): A typo.
-
Kenichi Handa authored
return a unibyte string.
-
Kenichi Handa authored
string.
-
Kenichi Handa authored
-
- 08 Feb, 2001 3 commits
-
-
Kenichi Handa authored
nothing found, set coding->composing to COMPOSITION_NO. (decode_coding_string): Likewise.
-
Kenichi Handa authored
-
Stefan Monnier authored
-
- 07 Feb, 2001 4 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
string into a multibyte buffer, convert the string to multibyte by str_to_multibyte.
-
Kenichi Handa authored
-
- 06 Feb, 2001 2 commits
-
-
Andrew Innes authored
been created. It seems we can get sent window messages such as WM_ERASEBKGND before we properly update a frame.
-
Gerd Moellmann authored
Avoid some unnecessary cursor positioning.
-
- 05 Feb, 2001 12 commits
-
-
Gerd Moellmann authored
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.
-
Gerd Moellmann authored
LFACE_AVGWIDTH_INDEX (invisible from Lisp).
-
Dave Love authored
-
Dave Love authored
-
Andrew Innes authored
-
Andrew Innes authored
invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
-
Gerd Moellmann authored
frame's selected window instead of selected_window.
-
Gerd Moellmann authored
window, make sure to move the iterator at least a canonical char height down.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
vscrolled.
-
Kenichi Handa authored
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.
-
Kenichi Handa authored
-