Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / xdisp.c
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-03 Richard M. Stallman(display_mode_element): Move the places where
2002-03-03 Eli Zaretskii(syms_of_xdisp) <auto-hscroll-mode>: Renamed from
2002-02-28 Kim F. Storm(minibuf_selected_window): Renamed from Vminibuf_select...
2002-02-26 Kim F. Storm(init_iterator): Compare with Vminibuf_selected_window
2002-02-16 Eli Zaretskii(automatic_hscroll_margin, Vautomatic_hscroll_step...
2002-02-13 Richard M. Stallman(QCpropertize): New variable.
2002-02-11 Kim F. Storm(display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3...
2002-02-09 Eli Zaretskii(display_mode_lines): Fix last change.
2002-02-08 Kim F. Storm(window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
2002-01-26 Richard M. Stallman(try_scrolling): Exchange uses of scroll_down_aggressively
2002-01-16 Pavel JaníkRemove forgotten extern declaration of `Qimage'.
2002-01-15 Eli Zaretskii(display_mode_element): When computing charpos, depend
2002-01-09 Jason Rumney(x_consider_frame_title): Don't count the tooltip frame
2001-12-28 Gerd Moellmann(try_scrolling) <PT below scroll margin>: Add the
2001-12-24 Pavel JaníkFix typo.
2001-12-20 Pavel JaníkDoc fix.
2001-12-18 Pavel Janík(window_box_height): Do not return negative values.
2001-12-16 Richard M. Stallman(redisplay_window_0, redisplay_window_1): New functions.
2001-12-12 Richard M. Stallman(CLEAR_FACE_CACHE_COUNT): Redefine as 500.
2001-12-12 Gerd Moellmann(move_it_vertically_backward): Change heuristic
2001-12-07 Andreas Schwab(display_mode_element): Don't read past end of string...
2001-12-03 Pavel Janík(syms_of_xdisp): Make `tool-bar-button-relief` an option.
2001-12-02 Pavel JaníkFix typo in doc-string.
2001-11-28 Pavel Janík(message_dolog): Remove unused variables `gcpro2',...
2001-11-24 Jason Rumney(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
2001-11-18 Richard M. Stallman(message_dolog_marker1, message_dolog_marker2)
2001-11-17 Gerd Moellmann(tool_bar_item_info): Avoid calling Fget_text_property
2001-11-16 Kim F. StormFringe cleanup.
2001-11-15 Gerd Moellmann(build_desired_tool_bar_string): Accept zero
2001-11-13 Pavel Janík(Fdump_tool_bar_row): Reindent.
2001-11-05 Richard M. Stallman(Qcursor_in_non_selected_windows): New variable.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Pavel JaníkFix typos in comments.
2001-10-31 Gerd MoellmannComment fix.
2001-10-30 Gerd Moellmann(clear_garbaged_frames): Remove debug code.
2001-10-30 Gerd Moellmann(clear_garbaged_frames): Redraw the frame only if its
2001-10-30 Gerd Moellmann(clear_garbaged_frames): Call Fredraw_frame.
2001-10-27 Gerd Moellmann(move_it_vertically_backward): Use 2/3 line_height
2001-10-25 Gerd Moellmann(move_it_vertically_backward): Compute line height
2001-10-24 Gerd MoellmannChange #ifdef GLYPH_DEBUG to #if.
2001-10-24 Gerd Moellmann(try_window_reusing_current_matrix): Use
2001-10-24 Gerd Moellmann(inhibit_try_window_id, inhibit_try_window_reusing)
2001-10-24 Pavel Janík(display_prop_string_p): Remove unused local declaration
2001-10-23 Gerd Moellmann(display_line): For a tab continued to the next line,
2001-10-22 Gerd Moellmann(display_line): Fix computation of continuation lines
2001-10-22 Pavel Janík(build_desired_tool_bar_string): Remove unused variable...
2001-10-20 Pavel Janík(invisible_text_between_p): Put prototype inside #if...
2001-10-20 Miles Bader(dump_glyph_row, display_mode_line): Don't use `inverse...
2001-10-19 Gerd Moellmann(redisplay_internal): Don't clear echo area if the
2001-10-18 Gerd Moellmann(display_line): Indicate empty lines in active
2001-10-17 Gerd Moellmann(try_window_id): Undo last change. Give up if
2001-10-17 Gerd Moellmann(try_window_id): Don't display lines after the window
2001-10-17 Gerd Moellmann(try_window_id): Remove code that was only there
2001-10-17 Gerd Moellmann(display_line): Don't indicate empty lines in
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-14 Stefan Monnier(in_ellipses_for_invisible_text_p, handle_invisible_prop):
2001-10-14 Stefan Monnier(DOLIST, LOOP_PROPVAL): Remove.
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
next