]> code.delx.au - gnu-emacs/history - src/xdisp.c
(prepare_menu_bars): Clear size-change flag before running
[gnu-emacs] / src / xdisp.c
1995-05-06 Richard M. Stallman(prepare_menu_bars): Clear size-change flag before...
1995-05-02 Karl Heuer(display_text_line): Don't move the cursor if it's...
1995-05-01 Karl Heuer(redisplay): Don't move the cursor if it's supposed to
1995-04-24 Karl Heuer(message_dolog): The message log doesn't need an undo...
1995-04-20 Richard M. StallmanComment change.
1995-04-14 Richard M. Stallman(redisplay): Call init_desired_glyphs for each frame.
1995-04-10 Richard M. Stallman(display_mode_line): Use push_frame_kboard, pop_frame_k...
1995-04-08 Richard M. Stallman(redisplay): Don't call update_frame for non-selected...
1995-04-08 Richard M. Stallman(prepare_menu_bars): Do the frame titles last.
1995-04-03 Karl Heuer(message_nolog): New function.
1995-03-24 Karl Heuer(try_window_id): Stop scan at bottom of window, not...
1995-03-24 Karl Heuer(redisplay): Make sure pause is set before used.
1995-03-22 Richard M. Stallman(redisplay_window): Skip the only-point-has-changed
1995-03-19 Richard M. Stallman(invisible_p, invisible_ellipsis_p): Handle list
1995-03-18 Richard M. Stallman(display_menu_bar): Just one space between menu items.
1995-03-15 Karl Heuer(display_mode_line): Rename perdisplay to kboard.
1995-03-11 Richard M. Stallman(display_text_line): When setting selective_rlen,
1995-03-03 Karl Heuer(display_mode_line): Temporarily set current_perdisplay...
1995-02-24 Richard M. Stallman(display_string, display_text_line):
1995-02-17 Richard M. Stallman(redisplay): Don't display nonselected terminal frames.
1995-02-15 Richard M. Stallman(redisplay_window): If we update the mode line,
1995-02-08 Karl Heuer(message_log_check_duplicate): New function.
1995-02-05 Richard M. Stallman(Vwindow_size_change_functions): New variable.
1995-02-03 Richard M. Stallman(display_text_line): Deduct minibuf prompt from taboffset.
1995-01-27 Karl Heuer(message_log_need_newline): This var is now static.
1995-01-18 Karl HeuerChange all occurences of SWITCH_ENUM_BUG to use SWITCH_...
1995-01-17 Karl Heuer(message_dolog): Ignore narrowing.
1995-01-17 Karl Heuer(redisplay, redisplay_window, display_mode_line, decode...
1995-01-13 Karl Heuer(message_log_need_newline): New var.
1995-01-11 Karl Heuer(message1_nolog): New function.
1995-01-11 Karl Heuer(Vmessage_log_max): New var.
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-16 Richard M. Stallman(try_window, display_text_line): Undo previous change.
1994-11-16 Roland McGrath(try_window): Don't pass window to Fget_char_property...
1994-10-31 Karl Heuer(column_number_displayed): New variable.
1994-10-30 Richard M. Stallman(display_text_line): Truncate the minibuf_prompt if...
1994-10-25 Karl Heuer(decode_mode_spec): New spec %c, for current column.
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...
next