summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* (direct_output_forward_char): #if-0-out redundantKarl Heuer1997-02-201-9/+41
* (init_display): Use `fatal'.Richard M. Stallman1997-01-201-6/+2
* (init_display): Check for overflow in screen size.Richard M. Stallman1997-01-201-0/+16
* (change_frame_size_1): Reject new sizes if they cause overflow.Richard M. Stallman1997-01-191-0/+10
* (update_frame): Call detect_input_pendingRichard M. Stallman1997-01-031-2/+3
* (init_display) [HAVE_NTGUI]: Use w32 for window-system.Geoff Voelker1996-11-191-1/+1
* (init_display): If not yet initialized,Richard M. Stallman1996-10-091-1/+1
* (make_frame_glyphs, update_line, update_frame)Richard M. Stallman1996-09-211-10/+10
* (preserve_other_columns, preserve_my_columns): Use newRichard M. Stallman1996-09-211-20/+23
* (direct_output_for_insert): Set last_overlay_modified field in window.Richard M. Stallman1996-09-151-0/+1
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-40/+0
* Change all references from point to PT.Karl Heuer1996-09-011-8/+8
* (change_frame_size_1): Clean up conditional.Erik Naggum1996-08-221-2/+4
* Don't delare ospeed; cm.h already did it.Karl Heuer1996-07-151-2/+0
* (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.Richard M. Stallman1996-06-101-4/+3
* (Fredraw_frame, remake_frame_glyphs)Richard M. Stallman1996-06-101-7/+9
* Comment fix.Karl Heuer1996-05-231-1/+1
* (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.Karl Heuer1996-05-211-0/+6
* Include blockinput.h.Richard M. Stallman1996-04-261-2/+2
* Include blockinput.h.Richard M. Stallman1996-04-231-0/+5
* (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