1995-03-24 |
Karl Heuer |
(try_window_id): Stop scan at bottom of window, not one line later.
|
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 to reference the frame
|
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 Heuer |
Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
|
1995-01-17 |
Karl Heuer |
(message_dolog): Ignore narrowing.
|
1995-01-17 |
Karl Heuer |
(redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window
|
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. Stallman |
Use 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; pass its buffer.
|
1994-10-31 |
Karl Heuer |
(column_number_displayed): New variable.
|
1994-10-30 |
Richard M. Stallman |
(display_text_line): Truncate the minibuf_prompt if nec.
|
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 arguments to
|
1994-10-10 |
Richard M. Stallman |
(redisplay_window): Fix Oct 1 change:
|
1994-10-08 |
Jim Blandy |
* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
|
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_window, try_window,
|
1994-10-04 |
Karl Heuer |
(display_text_line): Use new accessor macros instead of calling XSET directly.
|
1994-10-02 |
Richard M. Stallman |
(redisplay_window): If we set PT, and that alters a region
|
1994-09-27 |
Karl Heuer |
(redisplay, mark_window_display_accurate, try_window_id, display_text_line,
|
1994-09-25 |
Richard M. Stallman |
(update_echo_area): New function.
|
1994-09-20 |
Karl Heuer |
(display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.
|
1994-09-19 |
Jim Blandy |
Add a new element to display tables controlling side-by-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 defined.
|
1994-09-16 |
Karl Heuer |
[!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.
|
1994-09-16 |
Karl Heuer |
(multiple_frames, Vframe_title_format, Vicon_title_format): New variables.
|
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_WINDOWS.
|
1994-08-07 |
Richard M. Stallman |
(display_text_line): Use the face properties of the overlay arrow, if any.
|
1994-08-02 |
Richard M. Stallman |
(redisplay_window): Avoid using SET_PT to change point temporarily.
|
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 Heuer |
minibuf_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_vpos is out of date.
|
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.
|