| Commit message (Expand) | Author | Age | Files | Lines |
* | (line_bottom_y): Add prototype. | Gerd Moellmann | 2001-02-19 | 1 | -0/+1 |
* | (struct face): Add comment for how to handle a negative value in | Kenichi Handa | 2001-02-09 | 1 | -1/+5 |
* | (enum lface_attribute_index): Add | Gerd Moellmann | 2001-02-05 | 1 | -0/+1 |
* | (Vtool_bar_button_margin:): Declare extern. | Gerd Moellmann | 2001-01-30 | 1 | -2/+10 |
* | (redisplay_preserve_echo_area): Change prototype. | Gerd Moellmann | 2001-01-16 | 1 | -1/+1 |
* | (struct image): Replace member `margin' with | Gerd Moellmann | 2001-01-12 | 1 | -2/+2 |
* | (move_it_vertically_backward): Declare. | Dave Love | 2001-01-04 | 1 | -0/+1 |
* | (move_it_past_eol): Add prototype. | Gerd Moellmann | 2001-01-03 | 1 | -0/+1 |
* | (GLYPH_EQUAL_P): Also compare pixel widths, | Gerd Moellmann | 2000-12-21 | 1 | -1/+2 |
* | (ensure_frame_matrix): Function declaration removed. | Gerd Moellmann | 2000-12-21 | 1 | -1/+0 |
* | (ensure_frame_matrix): Add prototype. | Gerd Moellmann | 2000-12-20 | 1 | -0/+1 |
* | (cursor_in_non_selected_windows): Declare extern. | Gerd Moellmann | 2000-12-12 | 1 | -0/+1 |
* | Change external declaration of tip_frame. | Gerd Moellmann | 2000-12-11 | 1 | -1/+1 |
* | (struct glyph_matrix): Add member window_left_x. | Gerd Moellmann | 2000-12-06 | 1 | -5/+7 |
* | (struct it): Add face_before_selective_p. | Gerd Moellmann | 2000-12-05 | 1 | -3/+6 |
* | (CURRENT_MODE_LINE_HEIGHT) | Gerd Moellmann | 2000-11-14 | 1 | -14/+23 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -1/+1 |
* | (unspecified_fg, unspecified_bg): Declare. | Eli Zaretskii | 2000-10-16 | 1 | -0/+1 |
* | (struct it): Remove member add_overlay_start. | Gerd Moellmann | 2000-10-13 | 1 | -6/+2 |
* | (updating_frame): Declare extern. | Gerd Moellmann | 2000-09-29 | 1 | -0/+4 |
* | (help_echo_showing_p): Declare extern. | Gerd Moellmann | 2000-09-25 | 1 | -0/+1 |
* | (enum lface_attribute_index): Add LFACE_INHERIT_INDEX. | Miles Bader | 2000-08-26 | 1 | -0/+1 |
* | (Qredisplay_dont_pause): Declare extern. | Gerd Moellmann | 2000-08-09 | 1 | -0/+1 |
* | (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits | Gerd Moellmann | 2000-07-26 | 1 | -3/+3 |
* | Correct a typo in a comment. | Eli Zaretskii | 2000-07-20 | 1 | -1/+1 |
* | (Fx_show_tip): Adjust number of parameters | Gerd Moellmann | 2000-07-14 | 1 | -1/+1 |
* | (struct redisplay_interface): Add parameter | Gerd Moellmann | 2000-07-12 | 1 | -2/+9 |
* | (struct glyph_row): Add flag mouse_face_p. | Gerd Moellmann | 2000-07-11 | 1 | -0/+3 |
* | Add some comments. | Gerd Moellmann | 2000-07-05 | 1 | -2/+8 |
* | (struct it): Add member add_overlay_start. | Gerd Moellmann | 2000-06-22 | 1 | -0/+4 |
* | (display_prop_intangible_p): Add prototype. | Gerd Moellmann | 2000-06-20 | 1 | -0/+1 |
* | (struct it): Add starts_in_middle_of_char_p. | Gerd Moellmann | 2000-06-06 | 1 | -2/+19 |
* | (struct glyph) [WINDOWSNT]: Add w32_font_type member. | Jason Rumney | 2000-05-30 | 1 | -0/+8 |
* | (Vimage_types): Add extern declaration. | Gerd Moellmann | 2000-05-19 | 1 | -0/+1 |
* | (DEFAULT_IMAGE_HEIGHT): New macro. | Gerd Moellmann | 2000-05-02 | 1 | -6/+4 |
* | Change names of renamed functions from dispnew.c in prototypes. | Gerd Moellmann | 2000-04-25 | 1 | -3/+3 |
* | (struct it): Remove member prompt_width, add extra_line_spacing. | Gerd Moellmann | 2000-04-24 | 1 | -4/+3 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -0/+2 |
* | (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P. | Gerd Moellmann | 2000-03-27 | 1 | -4/+10 |
* | [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P, | Kenichi Handa | 2000-03-22 | 1 | -2/+7 |
* | (struct glyph): New member glyph_not_available_p. | Kenichi Handa | 2000-03-21 | 1 | -33/+29 |
* | (x_free_colors): Add prototype. | Gerd Moellmann | 2000-03-02 | 1 | -0/+3 |
* | (Fx_show_busy_cursor, Fx_hide_busy_cursor): | Gerd Moellmann | 2000-02-25 | 1 | -3/+2 |
* | Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, | Andrew Innes | 2000-02-06 | 1 | -5/+11 |
* | (FACE_FROM_ID): Cast the arg ID to `unsigned'. | Kenichi Handa | 1999-12-27 | 1 | -1/+1 |
* | (struct glyph): Make face_id and padding_p the top | Kenichi Handa | 1999-12-27 | 1 | -53/+41 |
* | Changes for separate unspecified foreground and background colors | Eli Zaretskii | 1999-12-15 | 1 | -0/+8 |
* | (enum glyph_type): New member COMPOSITE_GLYPH. | Kenichi Handa | 1999-12-15 | 1 | -7/+31 |
* | Oops, forgot to commit the change in dispextern.h together with the | Eli Zaretskii | 1999-12-08 | 1 | -0/+1 |
* | (struct image): New member load_failed_p. | Gerd Moellmann | 1999-10-09 | 1 | -0/+3 |