| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Stefan Monnier | 2001-02-02 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+3 |
| | | |||||
| * | (x_set_font): If font hasn't changed, avoid recomputing | Gerd Moellmann | 2001-02-02 | 1 | -0/+2 |
| | | | | | faces and other things. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+5 |
| | | |||||
| * | (get_next_display_element): Fix case of empty | Gerd Moellmann | 2001-02-02 | 1 | -2/+6 |
| | | | | | display table entry. | ||||
| * | (Fconstrain_to_field): Doc fix. | Eli Zaretskii | 2001-02-02 | 2 | -1/+3 |
| | | |||||
| * | (Fclear_face_cache): Rename the `thorougly' argument | Eli Zaretskii | 2001-02-02 | 2 | -3/+6 |
| | | | | | into `thoroughly', to make it consistent with the doc string. | ||||
| * | (Fenlarge_window, Fshrink_window): Doc fix. | Eli Zaretskii | 2001-02-02 | 2 | -2/+8 |
| | | |||||
| * | (search_buffer): Call set_search_regs with a byte | Gerd Moellmann | 2001-02-01 | 2 | -1/+4 |
| | | | | | position, not a character position. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-01 | 1 | -0/+8 |
| | | |||||
| * | (x_set_tool_bar_lines): Do nothing If frame is | Gerd Moellmann | 2001-02-01 | 1 | -0/+4 |
| | | | | | minibuffer-only, | ||||
| * | (Fmodify_frame_parameters): Doc fix. | Eli Zaretskii | 2001-02-01 | 2 | -0/+5 |
| | | |||||
| * | Change the include blocker to the same form as in other header | Gerd Moellmann | 2001-01-31 | 1 | -3/+3 |
| | | | | | files. | ||||
| * | (EMACS_FRAME_H_INCLUDED): Use an include blocker | Gerd Moellmann | 2001-01-31 | 1 | -5/+7 |
| | | | | | identifier which is not reserved by Standard C. | ||||
| * | (enum window_part): New enumeration. | Gerd Moellmann | 2001-01-31 | 2 | -31/+63 |
| | | | | | | | | | | | | | | | | (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. | ||||
| * | Update copyright. | Gerd Moellmann | 2001-01-31 | 1 | -6/+6 |
| | | |||||
| * | (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. | Gerd Moellmann | 2001-01-31 | 1 | -5/+15 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+2 |
| | | |||||
| * | (hook-run): Define to run xreload. | Dave Love | 2001-01-31 | 1 | -1/+6 |
| | | |||||
| * | (Fformat_time_string): Doc fix. | Eli Zaretskii | 2001-01-31 | 2 | -2/+9 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-01-31 | 1 | -0/+5 |
| | | |||||
| * | (Fwhere_is_internal): Use the first valid binding | Stefan Monnier | 2001-01-31 | 1 | -5/+10 |
| | | | | | if no ascii binding is found (when firstonly is t). | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-31 | 1 | -0/+8 |
| | | |||||
| * | (interactive_p): New function. | Gerd Moellmann | 2001-01-31 | 1 | -9/+29 |
| | | | | | (Finteractive_p): Use it. | ||||
| * | (interactive_p): Add prototype. | Gerd Moellmann | 2001-01-31 | 1 | -0/+1 |
| | | |||||
| * | (Fscroll_right, Fscroll_left): Use interactive_p | Gerd Moellmann | 2001-01-31 | 1 | -2/+2 |
| | | | | | instead of Finteractive_p. | ||||
| * | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann | 2001-01-31 | 2 | -2/+36 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | (Fset_text_properties): Fix newline in doc string. | Dave Love | 2001-01-31 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-30 | 1 | -0/+12 |
| | | |||||
| * | (build_desired_tool_bar_string, syms_of_xdisp): Use | Gerd Moellmann | 2001-01-30 | 1 | -3/+5 |
| | | | | | DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF. | ||||
| * | (Fx_create_frame): Add the tool bar height to the frame | Gerd Moellmann | 2001-01-30 | 1 | -8/+30 |
| | | | | | height. | ||||
| * | (Vtool_bar_button_margin:): Declare extern. | Gerd Moellmann | 2001-01-30 | 1 | -2/+10 |
| | | | | | | (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF) (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines. | ||||
| * | (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and | Dave Love | 2001-01-30 | 2 | -0/+7 |
| | | | | | AFTER_POTENTIAL_GC. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-29 | 1 | -0/+5 |
| | | |||||
| * | (Fbyte_code) <Bcurrent_column>: Add | Gerd Moellmann | 2001-01-29 | 1 | -0/+2 |
| | | | | | BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC. | ||||
| * | Undo last change. | Gerd Moellmann | 2001-01-29 | 1 | -53/+4 |
| | | |||||
| * | (mouse_key_p): New function. | Gerd Moellmann | 2001-01-29 | 1 | -4/+53 |
| | | | | | (where_is_internal, Fwhere_is_internal): Use it. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-29 | 1 | -0/+4 |
| | | |||||
| * | (Fset_text_properties): Doc fix. | Eli Zaretskii | 2001-01-29 | 1 | -1/+2 |
| | | |||||
| * | (forward_to_next_line_start): Remove xassert. | Gerd Moellmann | 2001-01-29 | 2 | -2/+5 |
| | | |||||
| * | (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning without | Eli Zaretskii | 2001-01-29 | 2 | -1/+8 |
| | | | | | releasing it. | ||||
| * | (w32_font_match): Allocate three more bytes to regex | Kenichi Handa | 2001-01-28 | 1 | -1/+1 |
| | | | | | for '^', '$', and '\0'. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-28 | 1 | -0/+5 |
| | | |||||
| * | * fontset.c (fontset_pattern_regexp): Allocate three more bytes to | Andrew Choi | 2001-01-28 | 2 | -1/+4 |
| | | | | | regex for '^', '$', and '\0'. | ||||
| * | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | Andrew Choi | 2001-01-28 | 3 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | (font_family_registry): Even if FONTNAME conform to | Kenichi Handa | 2001-01-28 | 1 | -22/+30 |
| | | | | | | | | | | | | 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. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-28 | 1 | -0/+12 |
| | | |||||
| * | (display_line): Don't treat a newline as fitting | Gerd Moellmann | 2001-01-27 | 2 | -3/+10 |
| | | | | | on the line. | ||||
| * | (size_window): Set the window's orig_top to nil when | Gerd Moellmann | 2001-01-26 | 2 | -0/+7 |
| | | | | | | changing heights, so that a future shrink_mini_window won't restore a bogus height. | ||||