| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+5 |
| | | |||||
| * | (Fconstrain_to_field): Doc fix. | Eli Zaretskii | 2001-02-02 | 1 | -0/+2 |
| | | |||||
| * | (Fclear_face_cache): Rename the `thorougly' argument | Eli Zaretskii | 2001-02-02 | 1 | -0/+3 |
| | | | | | into `thoroughly', to make it consistent with the doc string. | ||||
| * | (Fenlarge_window, Fshrink_window): Doc fix. | Eli Zaretskii | 2001-02-02 | 1 | -0/+4 |
| | | |||||
| * | (search_buffer): Call set_search_regs with a byte | Gerd Moellmann | 2001-02-01 | 1 | -0/+3 |
| | | | | | position, not a character position. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-01 | 1 | -0/+8 |
| | | |||||
| * | (Fmodify_frame_parameters): Doc fix. | Eli Zaretskii | 2001-02-01 | 1 | -0/+4 |
| | | |||||
| * | (enum window_part): New enumeration. | Gerd Moellmann | 2001-01-31 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | (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. | ||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+2 |
| | | |||||
| * | (Fformat_time_string): Doc fix. | Eli Zaretskii | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-01-31 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-31 | 1 | -0/+8 |
| | | |||||
| * | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-30 | 1 | -0/+12 |
| | | |||||
| * | (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and | Dave Love | 2001-01-30 | 1 | -0/+5 |
| | | | | | AFTER_POTENTIAL_GC. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-29 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-29 | 1 | -0/+4 |
| | | |||||
| * | (forward_to_next_line_start): Remove xassert. | Gerd Moellmann | 2001-01-29 | 1 | -1/+5 |
| | | |||||
| * | (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning without | Eli Zaretskii | 2001-01-29 | 1 | -0/+5 |
| | | | | | releasing it. | ||||
| * | *** 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 | 1 | -0/+3 |
| | | | | | regex for '^', '$', and '\0'. | ||||
| * | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | Andrew Choi | 2001-01-28 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | *** 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 | 1 | -0/+5 |
| | | | | | on the line. | ||||
| * | (size_window): Set the window's orig_top to nil when | Gerd Moellmann | 2001-01-26 | 1 | -0/+4 |
| | | | | | | changing heights, so that a future shrink_mini_window won't restore a bogus height. | ||||
| * | (do_switch_frame): If selected frame has a mini-window, | Gerd Moellmann | 2001-01-26 | 1 | -1/+4 |
| | | | | | resize that to exact size. | ||||
| * | (adjust_glyph_matrix): Always clear desired matrices. | Gerd Moellmann | 2001-01-26 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-26 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-26 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-26 | 1 | -0/+9 |
| | | |||||
| * | (x_after_update_window_line): Don't clear if frame's | Gerd Moellmann | 2001-01-25 | 1 | -0/+13 |
| | | | | | | | | | | 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. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-25 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-25 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-25 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-25 | 1 | -0/+4 |
| | | |||||
| * | (read_integer): Use type EMACS_INT instead of int. | Gerd Moellmann | 2001-01-25 | 1 | -0/+4 |
| | | |||||
| * | (ccl_driver): Fix last change. | Eli Zaretskii | 2001-01-25 | 1 | -0/+4 |
| | | |||||
| * | Fix a typo in the last entry for ccl.c. | Eli Zaretskii | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-24 | 1 | -0/+15 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-01-24 | 1 | -0/+5 |
| | | |||||
| * | (Fwhere_is_internal): Don't nreverse the cached | Gerd Moellmann | 2001-01-24 | 1 | -0/+6 |
| | | | | | | value in where_is_cache; the next lookup in the cache returns something bogus if we do. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-24 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-24 | 1 | -0/+3 |
| | | |||||
| * | (x_new_font): Don't change a tooltip's size. | Gerd Moellmann | 2001-01-24 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-24 | 1 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-24 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-23 | 1 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-23 | 1 | -0/+5 |
| | | |||||