log src/dispnew.c @ 15330:770c11688d0f

age author description
1996-05-23 Karl Heuer Comment fix.
1996-05-21 Karl Heuer (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
1996-04-26 Richard M. Stallman Include blockinput.h.
1996-04-23 Richard M. Stallman Include blockinput.h.
1996-04-09 Richard M. Stallman (sit_for): Call swallow_events.
1996-03-28 Richard M. Stallman (make_frame_glyphs): Zero the correct number of bytes.
1996-03-05 Richard M. Stallman (sit_for): Pass DISPLAY to detect_input_pending_run_timers.
1996-02-22 Erik Naggum (Fsleep_for): Accept sub-second intervals.
1996-02-01 Richard M. Stallman (update_frame): Compare FRAME_MINIBUF_WINDOW(f)
1996-01-24 Karl Heuer (change_frame_size_1) [MSDOS]: Support frame size
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Karl Heuer (init_display): Treat null string DISPLAY var like not set.
1996-01-09 Erik Naggum (Fsend_string_to_terminal, Fsit_for): Harmonize arguments with
1995-11-12 Richard M. Stallman Always include dispextern.h before cm.h.
1995-11-10 Richard M. Stallman (update_line): Avoid indexing into obody by -1.
1995-11-07 Geoff Voelker [HAVE_NTGUI]: Include w32term.h.
1995-10-14 Richard M. Stallman (Qdisplay_table): New variable.
1995-10-03 Richard M. Stallman (get_display_line): Don't abort if there's text
1995-08-21 Richard M. Stallman Include syssignal.h.
1995-07-25 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
1995-07-21 Richard M. Stallman (update_frame): Check that the echo area is in the frame being displayed.
1995-07-17 Karl Heuer (Fsit_for): Don't call prepare_menu_bars here.
1995-06-28 Richard M. Stallman (update_frame): Pretend cursor is in echo area
1995-06-11 Karl Heuer Comment update.
1995-06-11 Karl Heuer (Fframe_or_buffer_changed_p): Calculate vector size right.
1995-05-25 Karl Heuer (Fframe_or_buffer_changed_p): Record frame names
1995-05-25 Karl Heuer (change_frame_size_1): Declare arg DELAY.
1995-05-19 Karl Heuer (buffer_posn_from_coords): Don't let startp be before BEGV.
1995-05-18 Karl Heuer (buffer_posn_from_coords): New arg to compute_motion.
1995-05-11 Karl Heuer [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
1995-05-02 Karl Heuer (update_frame): Don't put cursor in echo area unless
1995-04-13 Richard M. Stallman (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
1995-04-07 Karl Heuer Update copyright.
1995-03-22 Karl Heuer (direct_output_forward_char): Don't use direct output at an overlay boundary.
1995-02-17 Richard M. Stallman (change_frame_size_1): New subroutine.
1995-02-14 Richard M. Stallman (window_change_signal): Add ignored argument.
1994-12-26 Richard M. Stallman (scrolling): Fewer restrictions if scroll_region_ok is
1994-12-06 Richard M. Stallman (update_frame): Call calculate_costs if baud_rate changed.
1994-11-16 Karl Heuer Fix typo in comment.
1994-10-22 Richard M. Stallman (Fframe_or_buffer_changed_p):
1994-10-17 Morten Welinder *** empty log message ***
1994-10-04 Karl Heuer (direct_output_for_insert, direct_output_forward_char, change_frame_size,
1994-10-04 Karl Heuer (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
1994-09-19 Karl Heuer (direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
1994-09-18 Richard M. Stallman (preserve_other_columns): Fix arg to sizeof in bcopy call.
1994-08-30 Richard M. Stallman (free_frame_glyphs): No longer static.
1994-07-31 Richard M. Stallman (sit_for): Undo previous change.
1994-07-31 Richard M. Stallman (direct_output_for_insert): Pass missing 8th
1994-07-20 Richard M. Stallman (direct_output_for_insert): Dpn't call compute_char_face
1994-07-19 Richard M. Stallman (sit_for): Return immediately if unread events exist.
1994-06-16 Richard M. Stallman (syms_of_display): Make baud-rate a user var.
1994-06-15 Richard M. Stallman Put stdio.h after config.h.
1994-06-07 Karl Heuer (Fframe_or_buffer_changed_p): Reuse the state vector.
1994-06-06 Karl Heuer (Fframe_or_buffer_changed_p): New function.
1994-06-05 Richard M. Stallman Include systime.h after xterm.h.
1994-05-23 Richard M. Stallman (change_frame_size): Keep cursor coords in range.
1994-05-19 Richard M. Stallman (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
1994-05-17 Richard M. Stallman (update_frame): Fix test of outq and baud_rate some more.
1994-05-17 Richard M. Stallman (update_frame): Fix backwd test of outq and baud_rate.
1994-05-10 Roland McGrath Comment fix.