Include frame.h unconditionally.
[bpt/emacs.git] / src / xfaces.c
1997-06-01 Richard M. StallmanInclude frame.h unconditionally.
1997-02-20 Karl HeuerInclude charset.h.
1996-09-01 Karl HeuerRemoved support for !MULTI_FRAME.
1996-08-31 Richard M. Stallman(Fset_face_attribute_internal): Set mouse_face_defer...
1996-06-10 Richard M. Stallman(init_frame_faces): Build faces for an MSDOS frame...
1996-06-06 Richard M. Stallman(Fset_face_attribute_internal) [MSDOS]: Don't mask
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fpixmap_spec_p): Harmonize arguments with documentation.
1996-01-05 Karl HeuerComment fixes.
1995-11-22 Richard M. Stallman(Fset_face_attribute_internal) [MSDOS]: Set font field...
1995-11-21 Richard M. Stallman(unload_color, unload_font): Never invalidate computed...
1995-11-10 Richard M. Stallman(unload_font): Invalidate computed faces.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-07-25 Richard M. StallmanRenamings: frame->display => frame->output, struct...
1995-07-19 Richard M. Stallman(unload_color): Don't free colors if immutable colormap.
1995-07-01 Richard M. Stallman(compute_char_face): Use Fsafe_length.
1995-06-05 Karl Heuer(load_color): misleading comment rewritten.
1995-05-23 Karl Heuer(unload_color): Cast args of XFreeColors.
1995-05-07 Richard M. Stallman(region_face, next_face_id): Make static.
1995-04-13 Richard M. Stallman(compute_char_face): Don't use NULL.
1995-04-13 Richard M. Stallman[! HAVE_X_WINDOWS] (build_face): Deleted.
1995-04-07 Richard M. Stallman(intern_face): Cast FONT_DEFAULT to (XFontStruct *)
1995-03-06 Richard M. Stallman(load_color): Call defined_color to allocate the color.
1995-02-12 Richard M. Stallman(load_color): Ignore failure from XAllocColor.
1994-11-15 Karl Heuer(Fpixmap_spec_p): Avoid function calls and assignments...
1994-11-13 Richard M. Stallman(load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.
1994-10-23 Richard M. Stallman(unload_color): Pass arg f to WHITE_PIX_DEFAULT and...
1994-10-17 Morten Welinder*** empty log message ***
1994-10-17 Richard M. Stallman(intern_face): Update mask properly to set stipple
1994-10-17 Richard M. Stallman(intern_face): Set the fill_style.
1994-10-14 Richard M. StallmanEliminate the "display faces"; store GCs in the "comput...
1994-10-04 Karl Heuer(compute_char_face): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(compute_char_face): Use new accessor macros instead...
1994-09-29 Richard M. Stallman(compute_char_face): Handle list as overlay face property.
1994-09-29 Richard M. Stallman(Fset_face_attribute_internal): Mark frame garbaged...
1994-09-21 Richard M. Stallman(compute_char_face): Pass new arg to overlays_at.
1994-09-17 Karl HeuerAdd #include "intervals.h"
1994-08-07 Richard M. Stallman(compute_glyph_face_1): New function.
1994-07-02 Richard M. Stallman(get_cached_face): Set the cached_index field.
1994-05-20 Richard M. Stallman(Fset_face_attribute_internal): Always return valid...
1994-05-04 Karl HeuerUpdate copyright.
1994-04-14 Richard M. Stallman(frame_update_line_height): Don't call x_set_window_size.
1994-04-10 Richard M. Stallman(frame_update_line_height): Check param_faces[i] not...
1994-04-09 Richard M. Stallman(frame_update_line_height): New function.
1994-03-31 Richard M. Stallman(compute_char_face): New arg MOUSE.
1994-02-09 Karl Heuer(compute_char_face): Extract overlay-sorting code as...
1994-02-06 Richard M. Stallman(init_frame_faces): Clear FRAME_N_COMPUTED_FACES
1993-11-20 Richard M. Stallman(compute_char_face): Accept new arg LIMIT.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-07-24 Richard M. Stallman(face_name_id_number): Use assq_no_quit, not Fassq.
1993-07-05 Jim Blandy* xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #including
1993-06-22 Jim BlandySeparate parameter faces (those created and modified...
1993-06-19 Jim Blandy* xfaces.c (recompute_basic_faces): This shouldn't...
1993-06-19 Jim Blandy* xfaces.c: Add forward declaration for recompute_basic...
1993-06-17 Jim Blandy* xfaces.c (compute_base_face): Initialize the face...
1993-06-09 Jim Blandy* xfaces.c (init_frame_faces): Remove assumption that...
1993-06-06 Richard M. Stallman(same_size_fonts): Compare only the width.
1993-06-02 Richard M. StallmanTest XOS_NEEDS_TIME_H, not HPUX, for including time.hj.
1993-06-01 Richard M. Stallman(init_frame_faces): Don't look at selected_frame unless...
1993-05-30 Jim Blandy* xfaces.c (unload_color): Don't #include <X11/Intrinsi...
1993-05-30 Richard M. StallmanFix HPUX conditional syntax.
1993-05-30 Jim Blandy* xfaces.c (init_frame_faces): We have to make sure...
1993-05-29 Richard M. Stallman[HPUX]: Include time.h and define __TIMEVAL__.
1993-05-25 Jim Blandy* xterm.h: New section for declarations for xfaces.c.
1993-05-25 Jim Blandy* xfns.c (Fx_list_fonts): New function.
1993-05-24 Richard M. Stallman(Fset_face_attribute_internal): Don't call unload_font
1993-05-23 Jim Blandy* xfaces.c (Fset_face_attribute_internal): Don't free...
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-20 Jim BlandyGet the types right, baby.
1993-05-19 Jim BlandyMake sure that all the display faces use fonts of the
1993-05-18 Jim Blandy* xfaces.c (free_frame_faces): Don't free the resources...
1993-05-16 Richard M. Stallman(compute_char_face): Pass 0 as EXTEND arg to overlays_at.
1993-05-16 Jim Blandy* xfaces.c (Fset_face_attribute_internal): Jolt redispl...
1993-05-16 Jim Blandy* xfaces.c (unload_color): Don't try to unload the...
1993-05-15 Richard M. Stallman(compute_char_face): New args REGION_BEG, REGION_END.
1993-05-14 Jim Blandy* xfaces.c (compute_char_face): When merging the overlays,
1993-05-13 Jim Blandy* xfaces.c (intern_frame_face): Exchange order of argum...
1993-05-11 Jim Blandy* xdisp.c (display_text_line): We can't use the FRAME_D...
1993-05-10 Jim Blandy* xfaces.c (Fmake_face_internal): Do nothing for non...
1993-04-15 Richard M. StallmanDon't include Xmu/Drawing.h.
1993-04-10 Jim Blandy* xfaces.c (sort_overlays): Define this to be static...
1993-03-31 Jim Blandy* xfaces.c: Doc fixes.
1993-03-27 Jim Blandy*** empty log message ***
1993-03-24 Jim Blandy*** empty log message ***
1993-03-23 Jim BlandyInitial revision