*** empty log message ***
[bpt/emacs.git] / src / xdisp.c
1994-10-17 Morten Welinder*** empty log message ***
1994-10-14 Richard M. Stallman(redisplay): Call clear_face_cache instead
1994-10-11 Jim Blandy(display_scan_buffer): Pass the correct number of argum...
1994-10-10 Richard M. Stallman(redisplay_window): Fix Oct 1 change:
1994-10-08 Jim Blandy* xdisp.c (redisplay_window): Invalidate width_run_cach...
1994-10-04 Karl Heuer(try_window_id): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(redisplay, mark_window_display_accurate, redisplay_win...
1994-10-04 Karl Heuer(display_text_line): Use new accessor macros instead...
1994-10-02 Richard M. Stallman(redisplay_window): If we set PT, and that alters a...
1994-09-27 Karl Heuer(redisplay, mark_window_display_accurate, try_window_id...
1994-09-25 Richard M. Stallman(update_echo_area): New function.
1994-09-20 Karl Heuer(display_string): Change VERTICAL_SCROLL_BAR_WIDTH...
1994-09-19 Jim BlandyAdd a new element to display tables controlling side...
1994-09-19 Karl Heuer[!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.
1994-09-17 Richard M. Stallman(message): Use EMACS_INT.
1994-09-16 Karl Heuer(decode_mode_spec): Use MODE_LINE_BINARY_TEXT when...
1994-09-16 Karl Heuer[!HAVE_X_WINDOWS] (frame_title_ptr): define as always...
1994-09-16 Karl Heuer(multiple_frames, Vframe_title_format, Vicon_title_form...
1994-09-02 Richard M. Stallman(display_text_line): Don't overrun the charstart area.
1994-08-25 Richard M. Stallman(display_scan_buffer): New function.
1994-08-23 Richard M. Stallman(redisplay_window): Don't access text before BEGV.
1994-08-11 Richard M. Stallman(display_text_line): Make previous change #ifdef HAVE_X...
1994-08-07 Richard M. Stallman(display_text_line): Use the face properties of the...
1994-08-02 Richard M. Stallman(redisplay_window): Avoid using SET_PT to change point...
1994-07-30 Richard M. Stallman(decode_mode_spec): Handle %&.
1994-07-02 Richard M. Stallman(decode_mode_spec): %+ makes % for unmodified RO buffer.
1994-07-01 Richard M. Stallman(prepare_menu_bars): Call x_consider_frame_title
1994-06-28 Richard M. Stallman(redisplay_region): For special treatment, BUF most be
1994-06-18 Karl Heuerminibuf_prompt is now a Lisp_Object.
1994-06-17 Richard M. Stallman(redisplay_region): Treat selected window's buffer
1994-06-16 Karl Heuer(redisplay_window): Don't use shortcut if window_end_vp...
1994-06-15 Richard M. Stallman(redisplay): Don't call x_consider_frame_title.
1994-06-03 Karl Heuer(display_text_line): Make sure pointer is in range.
1994-05-30 Richard M. Stallman(redisplay): Limit prev change to pause != 0.
1994-05-30 Richard M. Stallman(redisplay): If have window change at end, redisplay...
1994-05-12 Karl Heuer(display_text_line): Fix check for end of buffer.
1994-05-03 Richard M. Stallman(display_text_line): Since HPOS is negative, avoid
1994-04-29 Richard M. Stallman(decode_mode_spec): Fix handling of `%t'.
1994-04-25 Richard M. Stallman(syms_of_xdisp): Set up Qmenu_bar_update_hook.
1994-04-15 Karl Heuer(fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0...
1994-04-14 Richard M. Stallman(update_menu_bar): Take frame as arg.
1994-04-08 Karl Heuer(copy_part_of_rope): Replace non-glyph with 0.
1994-04-07 Karl Heuer(display_text_line): minibuffer_prompt_width is a dista...
1994-04-06 Karl HeuerUse PT, not point.
1994-04-06 Karl Heuer(display_string): Allow for negative hpos when clearing...
1994-04-05 Karl HeuerAdd window argument on calls to compute_motion.
1994-04-05 Richard M. Stallman(display_text_line): Rename startp to leftmargin.
1994-04-04 Richard M. Stallman(display_text_line): Properly handle charstarts for...
1994-04-03 Richard M. Stallman(redisplay): do_verify_charstarts controls whether...
1994-04-03 Richard M. Stallman(display_text_line): Always store in charstart
1994-04-01 Fred Pierresteguy(update_menu_bar): Pass 0 to set_frame_menubar.
1994-04-01 Richard M. Stallman(try_window_id): Pass new arg to scroll_frame_lines.
1994-04-01 Richard M. Stallman(redisplay): In previous change, handle case where...
1994-04-01 Richard M. Stallman(redisplay): Call adjust_window_charstarts
1994-03-31 Richard M. Stallman(redisplay): Call frame_up_to_date_hook.
1994-03-29 Karl Heuer(display_text_line): Handle selective display at window...
1994-03-25 Karl Heuer(x_consider_frame_title, decode_mode_spec): Use assignm...
1994-03-19 Karl Heuer(fix_glyph, display_text_line, copy_part_of_rope, displ...
1994-03-16 Karl Heuer(update_menu_bar): Delete unused second argument. ...
1994-03-16 Karl Heuer(redisplay): Don't consider minibuffer name for frame...
1994-03-15 Karl Heuer(message1): Call message2 instead of duplicating code.
1994-03-14 Karl Heuer(redisplay_window): Avoid dividing negative numbers...
1994-03-11 Karl Heuer(x_consider_frame_title): New function, extracted from...
1994-03-10 Richard M. Stallman(display_mode_line): Highlight partial-width mode lines
1994-03-02 Richard M. Stallman(update_menu_bar): Change call to menu_bar_items.
1994-02-25 Karl Heuer(display_text_line): Allow for invisible overlays in...
1994-02-24 Karl Heuer(try_window, display_text_line): Use Fget_char_property...
1994-02-24 Karl Heuer(try_window): Add #ifdef USE_TEXT_PROPERTIES around...
1994-02-14 Karl Heuer(try_window_id, display_text_line): Treat blank lines...
1994-02-13 Richard M. Stallman(decode_mode_spec): Support %+.
1994-02-11 Richard M. Stallman(decode_mode_spec): Implement `P'.
1994-02-10 Karl HeuerComment change.
1994-02-06 Richard M. Stallman(fix_glyph): New function.
1994-02-02 Karl Heuer(try_window_id): Don't pass value beyond ZV to compute_...
1994-01-26 Fred PierresteguyWed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp...
1994-01-21 Richard M. Stallman(display_menu_bar): Add USE_X_TOOLKIT conditional.
1993-12-25 Richard M. Stallman(redisplay_window): Before altering lpoint,
1993-12-23 Richard M. Stallman(message): Use message2, not message1.
1993-11-20 Richard M. Stallman(display_text_line): Pass new arg to compute_char_face
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-02 Jim Blandy* xdisp.c (display_menu_bar): Redisplay all lines occup...
1993-07-31 Richard M. Stallman(try_window): Handle invisible newline at end of buffer.
1993-06-30 Jim Blandy* xdisp.c (redisplay): If we're not already showing...
1993-06-22 Jim Blandy* xdisp.c (redisplay_window): Remember to compute end...
1993-06-17 Jim Blandy* xdisp.c (redisplay_window): No need to subtract one...
1993-06-16 Jim Blandy* xdisp.c (redisplay_window): No need to subtract BEGV...
1993-06-14 Jim Blandy* xdisp.c (display_text_line): Use temporary variable.
1993-06-12 Richard M. Stallman(echo_area_display): Use XFASTINT on ->height.
1993-06-11 Jim Blandy* xdisp.c (redisplay_window): Don't call try_window_id...
1993-06-09 Jim Blandy* xdisp.c (display_text_line): Handle case where line...
1993-06-06 Richard M. Stallman(redisplay, echo_area_display): Use redraw_garbaged_frames.
1993-05-29 Richard M. Stallman(display_text_line): Really check for just the selected...
1993-05-29 Richard M. Stallman(syms_of_xdisp): Make highlight-nonselected-windows...
1993-05-27 Richard M. Stallman(display_text_line): Don't call compute_char_face for...
1993-05-22 Richard M. Stallman(display_text_line): Highlight in any frame's sel window.
1993-05-20 Jim BlandyFix the fix to scrollbar computaaFix the fix to the...
1993-05-19 Jim Blandy* xdisp.c (redisplay_window): Compute the scrollbar...
1993-05-19 Jim Blandy* xdisp.c (display_text_line): If the newline (or C...
1993-05-18 Jim Blandy* xdisp.c (redisplay_window): Make the scrollbar reflec...
1993-05-17 Richard M. Stallman(mark_window_display_accurate): Set region_showing...
next