Put doc strings in comments.
[bpt/emacs.git] / src / xdisp.c
2001-10-14 Gerd MoellmannPut doc strings in comments.
2001-10-12 Stefan Monnier(init_iterator): Be more strict with bytepos and charspos.
2001-10-08 Stefan Monnier(handle_fontified_prop): Don't bind after-change-functions.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-01 Gerd Moellmann(display_line): Set row's ends_in_newline_from_string_p.
2001-09-27 Gerd Moellmann(display_mode_element): One more case where a string's
2001-09-26 Gerd Moellmann(with_echo_area_buffer): Use echo_kboard instead
2001-09-26 Gerd Moellmann(make_cursor_line_fully_visible): Return 0 and set
2001-09-26 Gerd Moellmann(display_mode_lines): Temporarily set selected_frame
2001-09-25 Gerd Moellmann(display_mode_element): If the mode element is a symbol
2001-09-25 Gerd Moellmann(row_containing_pos): Make externally visible.
2001-09-19 Gerd Moellmann(decode_mode_spec): Add parameter MULTIBYTE.
2001-09-18 Gerd Moellmann(try_window_id) [!GLYPH_DEBUG]: Give up if
2001-09-13 Gerd Moellmann(reseat_1): Set IT's multibyte_p flag according to the
2001-09-11 Gerd Moellmann(with_echo_area_buffer): Bind inhibit-modification...
2001-09-11 Gerd Moellmann(init_from_display_pos): Put some code in #if 0.
2001-09-10 Gerd Moellmann(Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like
2001-09-07 Gerd Moellmann(init_from_display_pos): Don't compare the result
2001-09-05 Gerd Moellmann(string_buffer_position): Use *single_char_property*
2001-09-04 Stefan Monnier(handle_single_display_prop): Fix for int/Lisp_Object...
2001-08-30 Gerd Moellmann(Qbuffer_position, Qposition, Qobject): New variables.
2001-08-28 Gerd Moellmann(display_mode_element): Use string_byte_to_char to
2001-08-27 Gerd Moellmann(init_from_display_pos, init_to_row_end): Return 0 if
2001-08-16 Gerd Moellmann(move_it_by_lines) <DVPOS < 0>: Start at the beginning
2001-08-13 Gerd Moellmann(move_it_by_lines) <DVPOS < 0>: If not already on
2001-08-13 Gerd Moellmann(resize_echo_area_exactly): Don't resize the mini-window
2001-08-09 Gerd Moellmann(mark_window_display_accurate_1): Remove an assertion.
2001-08-07 Gerd Moellmann(start_display): Don't try to determine the continuation
2001-08-03 Gerd Moellmann(resize_mini_window): If Vmax_mini_window_height is
2001-08-02 Gerd Moellmann(redisplay_internal): Take message_cleared_p into
2001-08-01 Gerd Moellmann(redisplay_internal): Add a check for the last
2001-08-01 Gerd Moellmann(message_cleared_p): New variable.
2001-08-01 Gerd Moellmann(resize_echo_area_exactly): Fix typo in function name.
2001-07-27 Gerd Moellmann(init_from_display_pos): If POS is in an overlay string,
2001-07-26 Gerd Moellmann(resize_mini_window): Give up when inhibit-redisplay
2001-07-25 Gerd Moellmann(resize_mini_window): Don't resize while redisplaying.
2001-07-13 Gerd Moellmann(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
2001-07-11 Gerd Moellmann(try_cursor_movement): Prevent a warning from GCC 3.0.
2001-07-10 Gerd Moellmann(add_to_log): Do nothing if called asynchronously.
2001-07-03 Gerd Moellmann(compute_line_metrics): On ttys, subtract continuation
2001-06-26 Gerd Moellmann(handle_invisible_prop): Deal with overlay strings at
2001-06-25 Gerd Moellmann(try_window_id) <all changes below window end>: Don't
2001-06-14 Richard M. Stallman(try_window_id): When EOB is visible, don't treat
2001-05-11 Gerd Moellmann(try_window_id): Fix the fix and set the right
2001-05-11 Gerd Moellmann(try_window_id): Fix computation of window end in
2001-05-10 Gerd Moellmann(try_window_id): Fix case of all changes before
2001-05-10 Gerd Moellmann(try_window_id): Add some xasserts.
2001-05-09 Gerd Moellmann(GIVE_UP): Fix for K&R C.
2001-05-03 Gerd Moellmann(try_window_id): Cases of changes all in front of
2001-04-25 Gerd Moellmann(try_window_id): Fix a case where window_end_pos
2001-04-20 Gerd MoellmannComment fixes.
2001-04-17 Gerd Moellmann(redisplay_window): Make sure to clear the desired...
2001-04-10 Gerd Moellmann(redisplay_window) <recenter>: Call window_box_height
2001-04-09 Gerd Moellmann(try_window_id): When scrolling on a terminal, take
2001-04-06 Gerd Moellmann(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
2001-04-04 Gerd Moellmann(with_echo_area_buffer): Avoid confusion from reusing
2001-03-30 Gerd MoellmannRemove debugging code.
2001-03-30 Gerd Moellmann(get_overlay_strings): Set iterator's end_charpos.
2001-03-30 Gerd Moellmann(handle_display_prop): Fix recognition of subproperty
2001-03-30 Gerd Moellmann(reseat_to_string): Undo last change.
2001-03-28 Gerd Moellmann(inhibit_eval_during_redisplay)
2001-03-28 Gerd Moellmann(reseat_to_string): If STRING is multibyte, set
2001-03-27 Gerd Moellmann(try_window_reusing_current_matrix) <scrolling up>:
2001-03-27 Gerd Moellmann(init_from_display_pos): Remove unwarranted assertion.
2001-03-27 Gerd Moellmann(in_ellipses_for_invisible_text_p): New function.
2001-03-26 Gerd Moellmann(try_window_id): Undo last change.
2001-03-25 Gerd Moellmann(init_from_display_pos): Test invisible property
2001-03-25 Gerd Moellmann(redisplay_internal) <update one window>: Make sure
2001-03-23 Gerd Moellmann(mark_window_display_accurate_1): New function,
2001-03-23 Gerd Moellmann(try_window_id): Disable rows below the window end.
2001-03-23 Gerd Moellmann(dump_glyph_row): Fix output for NGLYPHS == 2.
2001-03-23 Stefan Monnier(init_iterator): Check WINDOWP before using XWINDOW.
2001-03-19 Gerd Moellmann(highlight_trailing_whitespace): Glyphs whose object
2001-03-14 Gerd Moellmann(highlight_trailing_whitespace): On character terminals,
2001-03-09 Gerd Moellmann(string_buffer_position, display_prop_string_p)
2001-03-08 Gerd Moellmann(handle_display_prop): Use it->w->buffer as object,
2001-03-08 Gerd Moellmann(handle_face_prop, face_before_or_after_it_pos)
2001-03-06 Gerd Moellmann(redisplay_internal): Set windows_or_buffers_changed
2001-02-22 Gerd Moellmann(forward_to_next_line_start): When taking the shortcut
2001-02-22 Gerd Moellmann(handle_single_display_prop): Add parameter
2001-02-21 Gerd Moellmann(redisplay_internal): Do the
2001-02-20 Gerd Moellmann(setup_echo_area_for_printing): Set truncate_lines to
2001-02-19 Gerd Moellmann(line_bottom_y): New function extracted from
2001-02-19 Gerd Moellmann(Qinhibit_menubar_update, inhibit_menubar_update):
2001-02-19 Gerd Moellmann(update_menu_bar): Run activate-menu-bar-hook with
2001-02-16 Gerd Moellmann(handle_single_display_prop): Set iterator's position
2001-02-14 Gerd Moellmann(reseat_1): Set iterator's end_charpos to ZV.
2001-02-05 Gerd Moellmann(try_scrolling): If point is in the line below the
2001-02-02 Gerd Moellmann(get_next_display_element): Fix case of empty
2001-01-30 Gerd Moellmann(build_desired_tool_bar_string, syms_of_xdisp): Use
2001-01-29 Gerd Moellmann(forward_to_next_line_start): Remove xassert.
2001-01-27 Gerd Moellmann(display_line): Don't treat a newline as fitting
2001-01-26 Gerd Moellmann(echo_area_display): Comment fix.
2001-01-26 Gerd Moellmann(display_line): Simplify check for glyphs fitting
2001-01-25 Gerd Moellmann(echo_area_display): Don't call redisplay_internal
2001-01-24 Eli Zaretskii(syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
2001-01-22 Gerd Moellmann(build_desired_tool_bar_string): Make sure we have
2001-01-22 Gerd Moellmann(Ftool_bar_lines_needed): New function.
2001-01-20 Andrew Innes(handle_single_display_prop): Remove references to
2001-01-19 Gerd Moellmann(message_dolog, message2, message2_nolog): Rename
next