]> code.delx.au - gnu-emacs/history - src/window.h
*** empty log message ***
[gnu-emacs] / src / window.h
2006-01-03 Stefan Monnier(Fwindow_minibuffer_p): Declare (for use in minibuf.c).
2005-09-18 Andreas Schwab(struct window): Remove height_fixed_p, no longer set.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-18 Kim F. Storm(struct window): Remove member overlay_arrow_bitmap.
2004-07-21 Kim F. Storm(struct glyph_matrix): New members nrows_scale_factor
2004-06-16 Kim F. StormUpdate copyright.
2004-04-20 Kim F. Storm(Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
2004-03-01 Kim F. Storm(struct window): New member overlay_arrow_bitmap.
2003-09-01 Miles BaderAdd arch taglines
2003-06-03 Richard M. Stallman(WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
2003-05-25 Stefan Monnier(window_box_text_cols): Declare.
2003-05-24 Kim F. Storm(struct window): Rename members left to left_col,
2003-05-17 Stefan Monnier(Fselect_window): Add optional arg `norecord'.
2003-05-14 Stefan Monnier(Qwindowp, Qwindow_live_p, Vwindow_list)
2003-03-31 Kim F. Storm(change_window_heights): Add prototype.
2003-03-21 Kim F. Storm(window_from_coordinates): Fix prototype.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-07-01 Richard M. StallmanComment change.
2002-03-18 Richard M. Stallman(cursor_type_changed): Hew variable.
2002-03-01 Kim F. Storm(struct window): New member phys_cursor_width.
2002-02-28 Kim F. Storm(minibuf_selected_window): Renamed from Vminibuf_select...
2002-02-26 Kim F. Storm(Vminibuf_selected_window): Declare extern.
2001-10-05 Gerd Moellmann(MINI_WINDOW_P): Use NILP.
2001-01-18 Gerd Moellmann(WINDOW_LIVE_P): New macro.
2000-12-20 Gerd Moellmann(struct window): New member min_hscroll.
2000-12-12 Dave Love(Fset_window_point): Declare.
2000-10-27 Ken Raeburn* window.h (Fwindow_live_p): Declare.
2000-07-21 Gerd Moellmann(foreach_window): Change prototype.
1999-10-30 Gerd MoellmannExtend comment for optional_new_start.
1999-09-23 Gerd Moellmann(struct window): New members orig_top, orig_height.
1999-09-16 Gerd Moellmann(struct window): New member height_fixed_p.
1999-09-14 Gerd Moellmann(freeze_window_starts): Fix typo in prototype.
1999-09-03 Gerd MoellmannNew member frozen_window_start_p.
1999-08-23 Gerd Moellmann(beg_unchanged, end_unchanged, unchanged_modified,
1999-08-21 Gerd MoellmannRemove references to echo_area_glyphs
1999-08-13 Gerd Moellmann(struct window): New field too_small_ok.
1999-07-21 Gerd Moellmann(struct window): Add vscroll.
1998-05-04 Richard M. Stallman(WINDOW_RIGHT_MARGIN): Don't subtract 1 from width...
1998-02-06 Kenichi HandaChange argument number of Fdisplay_buffer to 3.
1998-01-21 Richard M. Stallman(WINDOW_RIGHT_MARGIN): Deduct width of vertical line
1997-11-25 Andreas SchwabAdd prototypes.
1996-11-10 Richard M. Stallman(struct window): New field optional_new_start.
1996-09-21 Richard M. Stallman(WINDOW_LEFT_MARGIN): New macro.
1996-09-15 Richard M. Stallman(struct window): New field last_overlay_modified.
1996-06-28 Richard M. Stallman(struct window): New field, last_had_star.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1995-11-10 Richard M. Stallman(struct window): New field redisplay_end_trigger.
1995-07-21 Richard M. Stallman(echo_area_window): Declared.
1995-03-31 Karl HeuerFix comment.
1995-01-17 Karl Heuer(struct window): New member column_number_displayed.
1994-09-17 Richard M. Stallman(struct window): Use EMACS_INT.
1994-06-18 Karl Heuer(minibuf_prompt): Now a Lisp_Object. All uses changed.
1993-12-23 Richard M. Stallman(echo_area_glyphs_length): Declared.
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-18 Richard M. Stallman(struct window): New slot region_showing.
1993-03-21 Richard M. Stallman(struct window): New fields base_line_number and base_l...
1993-03-02 Jim BlandyUse the term `scroll bar', instead of `scrollbar'.
1993-02-14 Jim Blandy* dispnew.c (remake_frame_glyphs): When re-allocating...
1993-01-14 Jim BlandyMake scrollbar structures into lisp objects, so that...
1992-12-24 Jim Blandy* frame.h (struct frame): New fields `can_have_scrollba...
1992-10-31 Jim Blandy* window.h (make_window, window_from_coordinates,
1992-10-19 Jim Blandy* window.h (struct window): Doc fix.
1992-08-19 Jim Blandyentered into RCS
1992-07-14 Jim Blandy*** empty log message ***
1992-06-30 Jim Blandy*** empty log message ***
1992-01-14 Jim Blandy*** empty log message ***
1991-07-28 Jim BlandyInitial revision