| Commit message (Expand) | Author | Age | Files | Lines |
* | (redisplay_window): Fix minor bug in Fset_marker call. | Richard M. Stallman | 1996-01-15 | 1 | -2/+2 |
* | (display_text_line): Clear out redisplay_end_trigger | Karl Heuer | 1996-01-09 | 1 | -1/+4 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
* | (redisplay_window): Clear force_start field | Richard M. Stallman | 1995-12-24 | 1 | -1/+8 |
* | (prepare_menu_bars): If update_mode_lines, | Richard M. Stallman | 1995-12-23 | 1 | -1/+1 |
* | (redisplay_window): Don't do the scroll_step thing | Karl Heuer | 1995-12-21 | 1 | -1/+2 |
* | (message_dolog): Save and restore windows_or_buffers_changed. | Richard M. Stallman | 1995-12-15 | 1 | -0/+2 |
* | (decode_mode_spec): For p and P, avoid overflow with large buffer sizes. | Richard M. Stallman | 1995-11-27 | 1 | -2/+10 |
* | (Qredisplay_end_trigger_functions): Renamed from ..._hook. | Richard M. Stallman | 1995-11-18 | 1 | -4/+10 |
* | (display_text_line): Handle redisplay_end_trigger | Richard M. Stallman | 1995-11-11 | 1 | -11/+14 |
* | (display_menu_bar): Fix backwards conditional. | Richard M. Stallman | 1995-11-11 | 1 | -4/+8 |
* | (display_text_line): Get redisplay_end_trigger from window. | Richard M. Stallman | 1995-11-10 | 1 | -29/+37 |
* | [HAVE_NTGUI] (set_menu_framebar): Declare external. | Geoff Voelker | 1995-11-07 | 1 | -11/+11 |
* | Add some commented-out code. | Richard M. Stallman | 1995-10-31 | 1 | -0/+13 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -6/+6 |
* | (try_window_id): Stop the compute_motion at ZV, not Z, | Richard M. Stallman | 1995-10-21 | 1 | -3/+33 |
* | (syms_of_xdisp): Doc fix. | Richard M. Stallman | 1995-10-12 | 1 | -1/+2 |
* | (redisplay_window, redisplay_window, display_text_line): | Richard M. Stallman | 1995-10-11 | 1 | -8/+7 |
* | (Qwindow_scroll_functions, Vwindow_scroll_functions): New variables. | Richard M. Stallman | 1995-10-03 | 1 | -2/+26 |
* | (display_text_line): Write blanks under the entire | Karl Heuer | 1995-08-22 | 1 | -5/+10 |
* | (redisplay): Compute mini_frame the same way echo_area_display does. | Richard M. Stallman | 1995-08-06 | 1 | -2/+5 |
* | (redisplay): When displaying a terminal frame, | Richard M. Stallman | 1995-08-03 | 1 | -1/+18 |
* | (update_menu_bar): Pass new arg to set_frame_menubar. | Richard M. Stallman | 1995-07-26 | 1 | -3/+3 |
* | (echo_area_display): Use selected frame's minibuf window | Richard M. Stallman | 1995-07-21 | 1 | -43/+55 |
* | (decode_mode_spec): New arg spec_width. | Richard M. Stallman | 1995-07-18 | 1 | -13/+57 |
* | (redisplay_window): Fix typos in clip_changed change. | Richard M. Stallman | 1995-07-07 | 1 | -2/+2 |
* | (clip_changed): Variable deleted. | Richard M. Stallman | 1995-07-02 | 1 | -15/+31 |
* | (echo_area_display): Don't set FRAME_CURSOR_... here. | Richard M. Stallman | 1995-06-28 | 1 | -1/+8 |
* | (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly. | Richard M. Stallman | 1995-06-21 | 1 | -0/+4 |
* | (display_text_line): Fill in charstart for end of buffer. | Richard M. Stallman | 1995-06-17 | 1 | -1/+12 |
* | Fix previous change. | Karl Heuer | 1995-06-16 | 1 | -1/+1 |
* | (Qoverriding_terminal_local_map): New variable. | Karl Heuer | 1995-06-16 | 1 | -2/+8 |
* | (update_menu_bar): Use set_buffer_internal_1 to switch bufs. | Karl Heuer | 1995-06-09 | 1 | -2/+12 |
* | (update_menu_bar): Run activate-menubar-hook | Karl Heuer | 1995-06-09 | 1 | -0/+6 |
* | Include keyboard.h. | Karl Heuer | 1995-06-05 | 1 | -0/+1 |
* | (update_menu_bar): Do update if region display has changed. | Karl Heuer | 1995-05-30 | 1 | -1/+4 |
* | (update_menu_bar): Reverse test of save_match_data. | Karl Heuer | 1995-05-30 | 1 | -1/+1 |
* | (redisplay_window): Don't use try_window_id if | Karl Heuer | 1995-05-29 | 1 | -0/+4 |
* | (update_menu_bar): Call set_frame_menubar with proper buffer current. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
* | (x_consider_frame_title): Use FRAME_KBOARD. | Karl Heuer | 1995-05-26 | 1 | -1/+2 |
* | (prepare_menu_bars): Update frame titles before menu bars. | Karl Heuer | 1995-05-25 | 1 | -16/+22 |
* | (message): Cast arg of doprnt. | Karl Heuer | 1995-05-25 | 1 | -8/+2 |
* | (redisplay_window): Use set_buffer_internal_1. | Karl Heuer | 1995-05-24 | 1 | -4/+4 |
* | (display_text_line): Enter a char in charstarts | Karl Heuer | 1995-05-22 | 1 | -19/+59 |
* | (zv_strings_seen): New variable. | Karl Heuer | 1995-05-18 | 1 | -102/+123 |
* | (minmax): New macro. | Karl Heuer | 1995-05-13 | 1 | -16/+17 |
* | (x_consider_frame_title): When setting multiple_frames, | Karl Heuer | 1995-05-09 | 1 | -3/+21 |
* | (prepare_menu_bars): Save and restore the match data. | Richard M. Stallman | 1995-05-09 | 1 | -5/+20 |
* | (prepare_menu_bars): Clear size-change flag before running | Richard M. Stallman | 1995-05-06 | 1 | -5/+7 |
* | (display_text_line): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-02 | 1 | -2/+8 |