| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -9/+9 |
* | (redisplay): Call clear_face_cache instead | Richard M. Stallman | 1994-10-14 | 1 | -3/+13 |
* | (display_scan_buffer): Pass the correct number of arguments to | Jim Blandy | 1994-10-11 | 1 | -1/+1 |
* | (redisplay_window): Fix Oct 1 change: | Richard M. Stallman | 1994-10-10 | 1 | -2/+4 |
* | * xdisp.c (redisplay_window): Invalidate width_run_cache, if the | Jim Blandy | 1994-10-08 | 1 | -9/+66 |
* | (try_window_id): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+4 |
* | (redisplay, mark_window_display_accurate, redisplay_window, try_window, | Karl Heuer | 1994-10-04 | 1 | -30/+28 |
* | (display_text_line): Use new accessor macros instead of calling XSET directly. | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
* | (redisplay_window): If we set PT, and that alters a region | Richard M. Stallman | 1994-10-02 | 1 | -1/+6 |
* | (redisplay, mark_window_display_accurate, try_window_id, display_text_line, | Karl Heuer | 1994-09-27 | 1 | -35/+33 |
* | (update_echo_area): New function. | Richard M. Stallman | 1994-09-25 | 1 | -0/+6 |
* | (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS. | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
* | Add a new element to display tables controlling side-by-side | Jim Blandy | 1994-09-19 | 1 | -1/+4 |
* | [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro. | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
* | (message): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -1/+2 |
* | (decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined. | Karl Heuer | 1994-09-16 | 1 | -4/+4 |
* | [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null. | Karl Heuer | 1994-09-16 | 1 | -0/+2 |
* | (multiple_frames, Vframe_title_format, Vicon_title_format): New variables. | Karl Heuer | 1994-09-16 | 1 | -61/+140 |
* | (display_text_line): Don't overrun the charstart area. | Richard M. Stallman | 1994-09-02 | 1 | -1/+1 |
* | (display_scan_buffer): New function. | Richard M. Stallman | 1994-08-25 | 1 | -1/+102 |
* | (redisplay_window): Don't access text before BEGV. | Richard M. Stallman | 1994-08-23 | 1 | -3/+3 |
* | (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS. | Richard M. Stallman | 1994-08-11 | 1 | -0/+2 |
* | (display_text_line): Use the face properties of the overlay arrow, if any. | Richard M. Stallman | 1994-08-07 | 1 | -2/+22 |
* | (redisplay_window): Avoid using SET_PT to change point temporarily. | Richard M. Stallman | 1994-08-02 | 1 | -10/+12 |
* | (decode_mode_spec): Handle %&. | Richard M. Stallman | 1994-07-30 | 1 | -0/+6 |
* | (decode_mode_spec): %+ makes % for unmodified RO buffer. | Richard M. Stallman | 1994-07-02 | 1 | -0/+3 |
* | (prepare_menu_bars): Call x_consider_frame_title | Richard M. Stallman | 1994-07-01 | 1 | -7/+8 |
* | (redisplay_region): For special treatment, BUF most be | Richard M. Stallman | 1994-06-28 | 1 | -0/+3 |
* | minibuf_prompt is now a Lisp_Object. | Karl Heuer | 1994-06-18 | 1 | -3/+4 |
* | (redisplay_region): Treat selected window's buffer | Richard M. Stallman | 1994-06-17 | 1 | -1/+6 |
* | (redisplay_window): Don't use shortcut if window_end_vpos is out of date. | Karl Heuer | 1994-06-16 | 1 | -0/+3 |
* | (redisplay): Don't call x_consider_frame_title. | Richard M. Stallman | 1994-06-15 | 1 | -10/+11 |
* | (display_text_line): Make sure pointer is in range. | Karl Heuer | 1994-06-03 | 1 | -4/+12 |
* | (redisplay): Limit prev change to pause != 0. | Richard M. Stallman | 1994-05-30 | 1 | -1/+1 |
* | (redisplay): If have window change at end, redisplay again. | Richard M. Stallman | 1994-05-30 | 1 | -0/+5 |
* | (display_text_line): Fix check for end of buffer. | Karl Heuer | 1994-05-12 | 1 | -1/+1 |
* | (display_text_line): Since HPOS is negative, avoid | Richard M. Stallman | 1994-05-03 | 1 | -5/+8 |
* | (decode_mode_spec): Fix handling of `%t'. | Richard M. Stallman | 1994-04-29 | 1 | -4/+1 |
* | (syms_of_xdisp): Set up Qmenu_bar_update_hook. | Richard M. Stallman | 1994-04-25 | 1 | -5/+10 |
* | (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as | Karl Heuer | 1994-04-15 | 1 | -6/+8 |
* | (update_menu_bar): Take frame as arg. | Richard M. Stallman | 1994-04-14 | 1 | -59/+13 |
* | (copy_part_of_rope): Replace non-glyph with 0. | Karl Heuer | 1994-04-08 | 1 | -1/+1 |
* | (copy_part_of_rope): Replace non-glyph with 0. | Karl Heuer | 1994-04-08 | 1 | -1/+1 |
* | (display_text_line): minibuffer_prompt_width is a distance, not an absolute | Karl Heuer | 1994-04-07 | 1 | -3/+9 |
* | Use PT, not point. | Karl Heuer | 1994-04-06 | 1 | -33/+33 |
* | (display_string): Allow for negative hpos when clearing array. | Karl Heuer | 1994-04-06 | 1 | -1/+1 |
* | Add window argument on calls to compute_motion. | Karl Heuer | 1994-04-05 | 1 | -11/+12 |
* | (display_text_line): Rename startp to leftmargin. | Richard M. Stallman | 1994-04-05 | 1 | -35/+52 |
* | (display_text_line): Properly handle charstarts for hscroll, | Richard M. Stallman | 1994-04-04 | 1 | -12/+27 |
* | (redisplay): do_verify_charstarts controls whether to call verify_charstarts. | Richard M. Stallman | 1994-04-03 | 1 | -3/+16 |