| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (echo_prompt): Always set current_kboard->echoptr to | Gerd Moellmann | 2000-12-23 | 2 | -16/+21 |
| | | | | | | the end of the prompt. Set echo_after_prompt to the offset of echoptr in echobuf. | ||||
| * | (init_from_display_pos): Pop until the iterator's | Gerd Moellmann | 2000-12-23 | 2 | -1/+6 |
| | | | | | | stack is empty; there may be frames for stretch or images on the stack. | ||||
| * | (save_frame_matrix, restore_frame_matrix): Removed. | Gerd Moellmann | 2000-12-23 | 2 | -42/+28 |
| | | | | | | | (save_or_restore_current_matrix): New function for the same purpose, but more efficient. (adjust_frame_glyphs_for_frame_redisplay): Use it. | ||||
| * | (syms_of_xdisp): Fix last change. | Eli Zaretskii | 2000-12-23 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-23 | 1 | -0/+9 |
| | | |||||
| * | (syms_of_xdisp): Doc fix. | Gerd Moellmann | 2000-12-23 | 1 | -18/+16 |
| | | | | | | | | (redisplay_window): Remove label restore_buffers; use finish_scroll_bars instead to make sure that scroll bars are redeemed. If we don't do this, flickering can result from scroll bars being destroyed and recreated. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-22 | 1 | -0/+4 |
| | | |||||
| * | (size_window): When setting the window's too_small_ok | Gerd Moellmann | 2000-12-22 | 1 | -1/+1 |
| | | | | | | flag, compare old size with minimum size depending on WIDTH_P, don't compare with window_min_width. | ||||
| * | (w32_draw_bitmap): Fix drawing so it does not appear in the wrong colors | Jason Rumney | 2000-12-22 | 2 | -17/+22 |
| | | | | | | when the foreground is not black. (expose_window): Don't redraw the window that's currently being updated. | ||||
| * | (delete_window): Simplify somewhat. | Gerd Moellmann | 2000-12-22 | 2 | -10/+16 |
| | | | | | | | | (Fset_window_configuration): Don't SET_FRAME_GARBAGED after freeing window matrices. The flag windows_or_buffers_changed is set, so the next redisplay will consider all windows; this should suffice. | ||||
| * | (struct ccl_program): New member cr_consumed. | Kenichi Handa | 2000-12-22 | 1 | -2/+7 |
| | | |||||
| * | (CCL_WRITE_CHAR): Don't handle EOL conversion here. | Kenichi Handa | 2000-12-22 | 1 | -31/+57 |
| | | | | | | (CCL_READ_CHAR): Handle EOL conversion here. (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise. | ||||
| * | (ccl_coding_driver): Initialize ccl->cr_consumed. | Kenichi Handa | 2000-12-21 | 1 | -2/+12 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-21 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-21 | 1 | -0/+12 |
| | | |||||
| * | Fix a typo. | Gerd Moellmann | 2000-12-21 | 1 | -1/+1 |
| | | |||||
| * | (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg | Gerd Moellmann | 2000-12-21 | 1 | -5/+10 |
| | | | | | GLYPHS. | ||||
| * | (GLYPH_EQUAL_P): Also compare pixel widths, | Gerd Moellmann | 2000-12-21 | 1 | -1/+2 |
| | | | | | otherwise tabs of different size compare equal. | ||||
| * | (Fcall_interactively): Prevent a compiler warning. | Gerd Moellmann | 2000-12-21 | 1 | -1/+4 |
| | | |||||
| * | (print_unwind): Return nil. | Gerd Moellmann | 2000-12-21 | 1 | -3/+8 |
| | | | | | | (PRINTDECLARE): Initialize all local variables. (print_preprocess): Add a default case. | ||||
| * | (Qinhibit_point_motion_hooks): Declare extern. | Gerd Moellmann | 2000-12-21 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-21 | 1 | -0/+4 |
| | | |||||
| * | (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. | Gerd Moellmann | 2000-12-21 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-21 | 1 | -0/+14 |
| | | |||||
| * | (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix) | Gerd Moellmann | 2000-12-21 | 1 | -53/+82 |
| | | | | | [GLYPH_DEBUG]: Extended to dump glyphs in short form. | ||||
| * | (ensure_frame_matrix): Removed. | Gerd Moellmann | 2000-12-21 | 1 | -14/+72 |
| | | | | | | (save_frame_matrix, restore_frame_matrix): New functions. (adjust_frame_glyphs_for_frame_redisplay): Use them. | ||||
| * | (ensure_frame_matrix): Function declaration removed. | Gerd Moellmann | 2000-12-21 | 1 | -1/+0 |
| | | |||||
| * | (delete_window, Fsplit_window) | Gerd Moellmann | 2000-12-21 | 1 | -3/+0 |
| | | | | | (Fset_window_configuration): Calls to ensure_frame_matrix removed. | ||||
| * | (x_update_begin): Regenerate the palette here, rather | Andrew Innes | 2000-12-21 | 2 | -13/+19 |
| | | | | | than for each window. | ||||
| * | (select_palette): Avoid calling SelectPalette if | Andrew Innes | 2000-12-21 | 1 | -1/+9 |
| | | | | | | palette is NULL, since this corrupts memory! Also get display_info reference from frame. | ||||
| * | (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid | Jason Rumney | 2000-12-21 | 1 | -2/+2 |
| | | | | | returning without releasing it. | ||||
| * | (w32_init_bdf_font): Fix test for valid bmp heap. | Jason Rumney | 2000-12-21 | 2 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-12-21 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-21 | 1 | -0/+3 |
| | | |||||
| * | (push_key_description): Don't convert eight-bit-control | Kenichi Handa | 2000-12-21 | 1 | -3/+0 |
| | | | | | and eight-bit-graphic to multibyte character. | ||||
| * | (Fmake_char_internal): If CHARSET doesn't have a | Kenichi Handa | 2000-12-21 | 1 | -2/+6 |
| | | | | | | generic character and CODE1 is nil, return the smallest character in CHARSET. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-21 | 1 | -0/+6 |
| | | |||||
| * | (NSIG): Don't redefine. | Dave Love | 2000-12-21 | 2 | -0/+6 |
| | | |||||
| * | (where_is_internal): Check ascii_sequence_p rather than | Stefan Monnier | 2000-12-20 | 2 | -22/+16 |
| | | | | | | | | excluding menu-bar and tool-bar. (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache. (menu_item_p): Remove. (where_is_internal_1): Don't ignore menu-items. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-20 | 1 | -0/+17 |
| | | |||||
| * | (hscroll_window_tree): Take window's min_hscroll | Gerd Moellmann | 2000-12-20 | 1 | -1/+3 |
| | | | | | into account. | ||||
| * | (make_window): Initialize window's min_hscroll. | Gerd Moellmann | 2000-12-20 | 1 | -20/+30 |
| | | | | | | | | | | | | (Fset_window_hscroll): Set window's hscroll and min_hscroll. (set_window_buffer, temp_output_buffer_show): Set min_hscroll to zero. (struct saved_window): New member min_hscroll. (SAVED_WINDOW_VECTOR_SIZE): Set to 17. (Fset_window_configuration): Set window's min_hscroll. (save_window_save): Save window's min_hscroll. (compare_window_configurations): Compare min_hscroll values. | ||||
| * | (struct window): New member min_hscroll. | Gerd Moellmann | 2000-12-20 | 1 | -0/+3 |
| | | |||||
| * | (echo_prompt): Prevent a compiler warning. | Gerd Moellmann | 2000-12-20 | 1 | -1/+1 |
| | | |||||
| * | (try_cursor_movement): Fix last change. The real | Gerd Moellmann | 2000-12-20 | 2 | -4/+11 |
| | | | | | | condition is that PT is at the end of the row, and should be displayed at the start of the next row. | ||||
| * | (try_cursor_movement): If we end on a partially | Gerd Moellmann | 2000-12-20 | 2 | -2/+6 |
| | | | | | visible line, end we already decided to scroll, return -1. | ||||
| * | (fake_current_matrices, ensure_frame_matrix): New | Gerd Moellmann | 2000-12-20 | 1 | -5/+73 |
| | | | | | | | | functions. (adjust_frame_glyphs_for_frame_redisplay): If display has been completed, call fake_current_matrices instead of marking frame garbaged. | ||||
| * | (delete_window, Fsplit_window) | Gerd Moellmann | 2000-12-20 | 1 | -1/+4 |
| | | | | | (Fset_window_configuration): Call ensure_frame_matrix. | ||||
| * | (ensure_frame_matrix): Add prototype. | Gerd Moellmann | 2000-12-20 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-20 | 1 | -0/+13 |
| | | |||||