aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Karl Heuer1994-11-161-1/+1
* (Fframe_or_buffer_changed_p):Richard M. Stallman1994-10-221-1/+8
* *** empty log message ***Morten Welinder1994-10-171-3/+5
* (direct_output_for_insert, direct_output_forward_char, change_frame_size,Karl Heuer1994-10-041-10/+10
* (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros insteadKarl Heuer1994-10-041-4/+4
* (direct_output_for_insert, direct_output_forward_char): Fix Lisp_ObjectKarl Heuer1994-09-191-2/+2
* (preserve_other_columns): Fix arg to sizeof in bcopy call.Richard M. Stallman1994-09-181-4/+4
* (free_frame_glyphs): No longer static.Richard M. Stallman1994-08-301-1/+1
* (sit_for): Undo previous change.Richard M. Stallman1994-07-311-4/+0
* (direct_output_for_insert): Pass missing 8thRichard M. Stallman1994-07-311-1/+1
* (direct_output_for_insert): Dpn't call compute_char_faceRichard M. Stallman1994-07-201-1/+4
* (sit_for): Return immediately if unread events exist.Richard M. Stallman1994-07-191-0/+4
* (syms_of_display): Make baud-rate a user var.Richard M. Stallman1994-06-161-1/+1
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+2
* (Fframe_or_buffer_changed_p): Reuse the state vector.Karl Heuer1994-06-071-2/+8
* (Fframe_or_buffer_changed_p): New function.Karl Heuer1994-06-061-0/+57
* Include systime.h after xterm.h.Richard M. Stallman1994-06-051-1/+3
* (change_frame_size): Keep cursor coords in range.Richard M. Stallman1994-05-231-1/+6
* (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,Richard M. Stallman1994-05-191-1/+7
* (update_frame): Fix test of outq and baud_rate some more.Richard M. Stallman1994-05-171-1/+1
* (update_frame): Fix backwd test of outq and baud_rate.Richard M. Stallman1994-05-171-1/+1
* Comment fix.Roland McGrath1994-05-101-0/+3
* [__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.Roland McGrath1994-05-101-1/+2
* (update_frame): Fix previous change: unconditionally bzero at the end.Richard M. Stallman1994-05-011-2/+1
* (update_frame): Move those assignments even farther down.Richard M. Stallman1994-04-291-6/+7
* (update_frame): Move assignments to current_frame and desired_frame.Richard M. Stallman1994-04-281-2/+6
* (Vglyph_table): Doc fix.Karl Heuer1994-04-131-1/+1
* (update_line): Use line_height field.Richard M. Stallman1994-04-091-1/+1
* Add window argument on calls to compute_motion.Karl Heuer1994-04-051-1/+1
* (verify_charstarts): Handle truncation of lines.Richard M. Stallman1994-04-051-4/+23
* (direct_output_for_insert): Add charstarts entry after the new char.Richard M. Stallman1994-04-031-1/+3
* (verify_charstarts): Count right for continued lines.Richard M. Stallman1994-04-031-1/+9
* (verify_charstarts): New function.Richard M. Stallman1994-04-031-39/+71
* (make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.Richard M. Stallman1994-04-011-14/+27
* (adjust_window_charstarts): New function.Richard M. Stallman1994-04-011-0/+28
* (scroll_frame_lines): Handle charstarts like glyphs.Richard M. Stallman1994-03-311-9/+106
* (direct_output_for_insert): Handle termcap frames as well as X.Karl Heuer1994-03-191-5/+1
* (Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent withKarl Heuer1994-03-141-1/+1
* (direct_output_forward_char): Use Fget_char_property to test for invisibility.Karl Heuer1994-02-241-6/+6
* (direct_output_for_insert): Fix comment.Karl Heuer1994-02-241-1/+1
* (buffer_posn_from_coords): Take hscroll into account.Karl Heuer1994-02-101-2/+4
* Include stdio.h before config.h.Richard M. Stallman1994-01-171-1/+1
* (Fsit_for): Call prepare_menu_bars.Richard M. Stallman1993-12-231-3/+11
* (update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.Roland McGrath1993-12-151-1/+1
* (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNURoland McGrath1993-12-081-0/+4
* (direct_output_for_insert): Pass new arg to compute_char_face.Richard M. Stallman1993-11-201-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (direct_output_forward_char): Fix previous change:Richard M. Stallman1993-08-111-8/+10
* (direct_output_for_insert): Fail if characterRichard M. Stallman1993-07-311-2/+33
* (Fsleep_for): If arg is 0, return right away.Richard M. Stallman1993-07-261-1/+1