aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (invisible_p, invisible_ellipsis_p): Handle listRichard M. Stallman1995-03-191-6/+41
* (display_menu_bar): Just one space between menu items.Richard M. Stallman1995-03-181-2/+2
* (display_mode_line): Rename perdisplay to kboard.Karl Heuer1995-03-151-6/+6
* (display_text_line): When setting selective_rlen,Richard M. Stallman1995-03-111-14/+72
* (display_mode_line): Temporarily set current_perdisplay to reference the frameKarl Heuer1995-03-031-2/+14
* (display_string, display_text_line):Richard M. Stallman1995-02-241-18/+17
* (redisplay): Don't display nonselected terminal frames.Richard M. Stallman1995-02-171-10/+13
* (redisplay_window): If we update the mode line,Richard M. Stallman1995-02-151-9/+29
* (message_log_check_duplicate): New function.Karl Heuer1995-02-081-8/+83
* (Vwindow_size_change_functions): New variable.Richard M. Stallman1995-02-051-1/+34
* (display_text_line): Deduct minibuf prompt from taboffset.Richard M. Stallman1995-02-031-0/+9
* (message_log_need_newline): This var is now static.Karl Heuer1995-01-271-5/+12
* Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1995-01-181-5/+1
* (message_dolog): Ignore narrowing.Karl Heuer1995-01-171-8/+11
* (redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use windowKarl Heuer1995-01-171-9/+13
* (message_log_need_newline): New var.Karl Heuer1995-01-131-12/+34
* (message1_nolog): New function.Karl Heuer1995-01-111-0/+7
* (Vmessage_log_max): New var.Karl Heuer1995-01-111-1/+54
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-15/+26
* (try_window, display_text_line): Undo previous change.Richard M. Stallman1994-11-161-15/+11
* (try_window): Don't pass window to Fget_char_property; pass its buffer.Roland McGrath1994-11-161-11/+15
* (column_number_displayed): New variable.Karl Heuer1994-10-311-2/+7
* (display_text_line): Truncate the minibuf_prompt if nec.Richard M. Stallman1994-10-301-2/+7
* (decode_mode_spec): New spec %c, for current column.Karl Heuer1994-10-251-0/+4
* *** empty log message ***Morten Welinder1994-10-171-9/+9
* (redisplay): Call clear_face_cache insteadRichard M. Stallman1994-10-141-3/+13
* (display_scan_buffer): Pass the correct number of arguments toJim Blandy1994-10-111-1/+1
* (redisplay_window): Fix Oct 1 change:Richard M. Stallman1994-10-101-2/+4
* * xdisp.c (redisplay_window): Invalidate width_run_cache, if theJim Blandy1994-10-081-9/+66
* (try_window_id): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+4
* (redisplay, mark_window_display_accurate, redisplay_window, try_window,Karl Heuer1994-10-041-30/+28
* (display_text_line): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-1/+1
* (redisplay_window): If we set PT, and that alters a regionRichard M. Stallman1994-10-021-1/+6
* (redisplay, mark_window_display_accurate, try_window_id, display_text_line,Karl Heuer1994-09-271-35/+33
* (update_echo_area): New function.Richard M. Stallman1994-09-251-0/+6
* (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.Karl Heuer1994-09-201-1/+1
* Add a new element to display tables controlling side-by-sideJim Blandy1994-09-191-1/+4
* [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.Karl Heuer1994-09-191-0/+1
* (message): Use EMACS_INT.Richard M. Stallman1994-09-171-1/+2
* (decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.Karl Heuer1994-09-161-4/+4
* [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.Karl Heuer1994-09-161-0/+2
* (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.Karl Heuer1994-09-161-61/+140
* (display_text_line): Don't overrun the charstart area.Richard M. Stallman1994-09-021-1/+1
* (display_scan_buffer): New function.Richard M. Stallman1994-08-251-1/+102
* (redisplay_window): Don't access text before BEGV.Richard M. Stallman1994-08-231-3/+3
* (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.Richard M. Stallman1994-08-111-0/+2
* (display_text_line): Use the face properties of the overlay arrow, if any.Richard M. Stallman1994-08-071-2/+22
* (redisplay_window): Avoid using SET_PT to change point temporarily.Richard M. Stallman1994-08-021-10/+12
* (decode_mode_spec): Handle %&.Richard M. Stallman1994-07-301-0/+6
* (decode_mode_spec): %+ makes % for unmodified RO buffer.Richard M. Stallman1994-07-021-0/+3