aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (prepare_menu_bars): Call x_consider_frame_titleRichard M. Stallman1994-07-011-7/+8
* (redisplay_region): For special treatment, BUF most beRichard M. Stallman1994-06-281-0/+3
* minibuf_prompt is now a Lisp_Object.Karl Heuer1994-06-181-3/+4
* (redisplay_region): Treat selected window's bufferRichard M. Stallman1994-06-171-1/+6
* (redisplay_window): Don't use shortcut if window_end_vpos is out of date.Karl Heuer1994-06-161-0/+3
* (redisplay): Don't call x_consider_frame_title.Richard M. Stallman1994-06-151-10/+11
* (display_text_line): Make sure pointer is in range.Karl Heuer1994-06-031-4/+12
* (redisplay): Limit prev change to pause != 0.Richard M. Stallman1994-05-301-1/+1
* (redisplay): If have window change at end, redisplay again.Richard M. Stallman1994-05-301-0/+5
* (display_text_line): Fix check for end of buffer.Karl Heuer1994-05-121-1/+1
* (display_text_line): Since HPOS is negative, avoidRichard M. Stallman1994-05-031-5/+8
* (decode_mode_spec): Fix handling of `%t'.Richard M. Stallman1994-04-291-4/+1
* (syms_of_xdisp): Set up Qmenu_bar_update_hook.Richard M. Stallman1994-04-251-5/+10