summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
...
* (Fframe_or_buffer_changed_p): Record frame namesKarl Heuer1995-05-251-3/+11
* (change_frame_size_1): Declare arg DELAY.Karl Heuer1995-05-251-1/+1
* (buffer_posn_from_coords): Don't let startp be before BEGV.Karl Heuer1995-05-191-0/+5
* (buffer_posn_from_coords): New arg to compute_motion.Karl Heuer1995-05-181-3/+4
* [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.Karl Heuer1995-05-111-1/+3
* (update_frame): Don't put cursor in echo area unlessKarl Heuer1995-05-021-1/+2
* (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.Richard M. Stallman1995-04-131-2/+22
* Update copyright.Karl Heuer1995-04-071-1/+1
* (direct_output_forward_char): Don't use direct output at an overlay boundary.Karl Heuer1995-03-221-1/+6
* (change_frame_size_1): New subroutine.Richard M. Stallman1995-02-171-3/+25
* (window_change_signal): Add ignored argument.Richard M. Stallman1995-02-141-1/+2
* (scrolling): Fewer restrictions if scroll_region_ok isRichard M. Stallman1994-12-261-2/+5
* (update_frame): Call calculate_costs if baud_rate changed.Richard M. Stallman1994-12-061-0/+3
* 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