summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Always include dispextern.h before cm.h.Richard M. Stallman1995-11-121-5/+1
* (update_line): Avoid indexing into obody by -1.Richard M. Stallman1995-11-101-1/+1
* [HAVE_NTGUI]: Include w32term.h.Geoff Voelker1995-11-071-30/+48
* (Qdisplay_table): New variable.Richard M. Stallman1995-10-141-0/+5
* (get_display_line): Don't abort if there's textRichard M. Stallman1995-10-031-3/+2
* Include syssignal.h.Richard M. Stallman1995-08-211-0/+1
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-4/+4
* (update_frame): Check that the echo area is in the frame being displayed.Richard M. Stallman1995-07-211-7/+10
* (Fsit_for): Don't call prepare_menu_bars here.Karl Heuer1995-07-171-2/+0
* (update_frame): Pretend cursor is in echo areaRichard M. Stallman1995-06-281-3/+8
* Comment update.Karl Heuer1995-06-111-3/+4
* (Fframe_or_buffer_changed_p): Calculate vector size right.Karl Heuer1995-06-111-6/+13
* (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