log src/dispextern.h @ 63643:844f9903e3f9

age author description
2005-06-21 Juri Linkov Add extern Qframe_set_background_mode.
2005-06-20 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
2005-06-17 Richard M. Stallman (spec_glyph_lookup_face): Add declaration.
2005-04-18 Kim F. Storm (struct glyph_row): New member overlay_arrow_bitmap.
2005-03-22 Kim F. Storm * dispextern.h (lookup_derived_face): Fix prototype.
2005-03-10 Jan Djärv * dispextern.h: Declare hourglass_started.
2005-03-02 Kim F. Storm (XASSERTS): Define to 0 if not already defined.
2005-02-25 Kim F. Storm (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
2005-02-16 Kim F. Storm (enum it_method): New enum.
2005-02-03 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72
2005-01-27 Kim F. Storm (get_phys_cursor_geometry): Add prototype.
2005-01-24 Steven Tamm * dispextern.h (struct glyph_string): New members clip_head and
2005-01-10 Kim F. Storm (merge_faces): Rename from merge_into_realized_face.
2005-01-09 Kim F. Storm (struct it): New member dpvec_face_id.
2005-01-01 Richard M. Stallman (struct it): New element ellipsis_p.
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-11-23 Kim F. Storm * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
2004-11-22 Kim F. Storm (lookup_named_face): Fix prototype.
2004-11-16 Luc Teirlinck Extern reseat_at_previous_visible_line_start.
2004-11-14 Luc Teirlinck Reverse previous change.
2004-11-14 Luc Teirlinck extern reseat_at_previous_visible_line_start.
2004-11-12 Kim F. Storm (struct glyph_row): New member extra_line_spacing.
2004-10-13 Kim F. Storm Fix comment for it->object; it may also be nil.
2004-10-07 Kim F. Storm (draw_window_fringes): Update prototype.
2004-09-29 Kim F. Storm (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
2004-09-29 Kim F. Storm (lookup_fringe_bitmap): Add prototype.
2004-09-28 Kim F. Storm (valid_fringe_bitmap_p): Fix prototype.
2004-07-25 Richard M. Stallman (enum window_part): Add ON_SCROLL_BAR.
2004-06-16 Kim F. Storm Update copyright.
2004-06-16 Kim F. Storm (Vimage_types): Remove extern.
2004-06-14 Juanma Barranquero (Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM.
2004-04-29 Kim F. Storm (struct it): Remove member use_default_face.
2004-04-26 Kim F. Storm (struct it): New member use_default_face.
2004-04-20 Kim F. Storm (struct glyph_slice): New struct.
2004-03-19 Kim F. Storm (calc_pixel_width_or_height): Add prototype.
2004-03-14 Kim F. Storm (x_find_image_file): Add prototype.
2004-03-11 Kim F. Storm * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
2004-03-11 Kim F. Storm Move image related prototypes from xfns.c section to image.c.
2004-03-11 Kim F. Storm Image consolidation:
2004-02-26 Steven Tamm Inserting Yamomotosan's changes for MacOSX image support, better support
2004-02-13 Kim F. Storm (struct draw_fringe_bitmap_params): Change member
2004-02-08 Kim F. Storm (FRINGE_ID_BITS): New definition for number of
2004-01-16 Kim F. Storm (struct glyph_row): New members left_fringe_bitmap,
2004-01-06 Kim F. Storm (buffer_posn_from_coords, mode_line_string)
2003-12-29 Kenichi Handa (face_font_available_p): Extern it.
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-28 Kim F. Storm (FACE_ID_BITS, MAX_FACE_ID): New defines.
2003-12-27 Karoly Lorentey Fully eliminated global tty state variables.
2003-12-27 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-11-27 Kim F. Storm (buffer_posn_from_coords, mode_line_string)
2003-11-23 Kim F. Storm (mode_line_string, marginal_area_string): Update prototypes.
2003-11-18 Kim F. Storm (struct it): New member start.
2003-11-16 Kim F. Storm (struct it): New member first_vpos.
2003-09-01 Miles Bader Add arch taglines
2003-05-24 Kim F. Storm (struct glyph_matrix): Rename members window_left_x
2003-03-31 Kim F. Storm (frame_parm_handler): New typedef.
2003-03-24 Andrew Choi Allow building on Mac OS X again after Kim's merging of display code.