summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* (sit_for): Call swallow_events.Richard M. Stallman1996-04-091-0/+2
* (make_frame_glyphs): Zero the correct number of bytes.Richard M. Stallman1996-03-281-1/+1
* (sit_for): Pass DISPLAY to detect_input_pending_run_timers.Richard M. Stallman1996-03-051-1/+1
* (Fsleep_for): Accept sub-second intervals.Erik Naggum1996-02-221-1/+1
* (update_frame): Compare FRAME_MINIBUF_WINDOW(f)Richard M. Stallman1996-02-011-1/+1
* (change_frame_size_1) [MSDOS]: Support frame sizeKarl Heuer1996-01-241-0/+7
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (init_display): Treat null string DISPLAY var like not set.Karl Heuer1996-01-091-4/+7
* (Fsend_string_to_terminal, Fsit_for): Harmonize arguments withErik Naggum1996-01-091-6/+6
* 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