Upgraded to mh-e version 6.1.1.
[bpt/emacs.git] / src / xdisp.c
2002-09-29 Richard M. Stallman(STOP_POLLING, RESUME_POLLING): New macros.
2002-09-12 Richard M. Stallman(try_scrolling): If after make_cursor_line_fully_visible
2002-09-11 Richard M. Stallman(pop_message_unwind): Renamed from push_message_unwind.
2002-09-01 Richard M. Stallman(redisplay_window) <force-start case>:
2002-08-31 Eli Zaretskii(get_window_cursor_type): Don't use x_highlight_frame
2002-08-30 Kim F. Storm(Valternate_cursor_type, Qalternate_cursor_type): Removed.
2002-08-30 Kenichi Handa(get_next_display_element): Fix previous change.
2002-08-30 Kim F. Storm(Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
2002-08-29 Richard M. Stallman(redisplay_updating_p): Variable removed.
2002-08-27 Kenichi Handa(get_next_display_element): In unibyte case, don't use
2002-08-22 Kim F. Storm(redisplay_window): Do not `goto try_to_scroll' when we
2002-08-09 Gerd Moellmann(forward_to_next_line_start): Return 0 when reaching the
2002-08-03 Gerd Moellmann(forward_to_next_line_start): Fix a condition that
2002-07-25 Richard M. Stallman(unwind_redisplay): Clear redisplay_updating_p.
2002-07-23 Richard M. Stallman(redisplay_updating_p): New variable.
2002-07-23 Kenichi Handa(face_before_or_after_it_pos): Call
2002-07-22 Richard M. Stallman(display_line): Replace an unconditional abort with...
2002-07-21 Richard M. Stallman(redisplay_window): Don't test BEG_UNCHANGED
2002-07-20 Richard M. Stallman(redisplay_window): Test MODIFF to set buffer_unchanged_p.
2002-07-19 Juanma Barranquero(syms_of_xdisp): Remove redundant deprecation info.
2002-07-16 Ken Raeburn(store_frame_title, string_char_and_length):
2002-07-16 Richard M. Stallman(reconsider_clip_changes): Don't test prevent_redisplay...
2002-07-15 Stefan Monnier(Ftrace_to_stderr): Add usage to docstring.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Richard M. Stallman(message_dolog): Do nothing if Vmemory_full is non...
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-07-07 Richard M. StallmanTreat a partially visible line like "cursor off screen".
2002-07-05 Pavel JaníkRemove unused variable `face'.
2002-07-01 Richard M. Stallman(redisplay_internal): Make optional_new_start really...
2002-06-29 Ken Raeburn(store_mode_line_string): Lisp_Object/int mixup.
2002-06-27 Kim F. Storm(mode_line_string_list, mode_line_string_face)
2002-06-22 Stefan MonnierImprove comments.
2002-06-12 Juanma Barranquero(Fformat_mode_line): Fix typo.
2002-06-11 Kim F. Storm(Fformat_mode_line): New function.
2002-06-08 Richard M. StallmanComment change.
2002-06-03 Richard M. Stallman(message_with_string): Error if STRING is not a string.
2002-06-03 Thien-Thi Nguyen(redisplay_internal, redisplay_window, decode_mode_spec...
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-22 Pavel JaníkRemove unused global variable `minibuf_prompt_pixel_width'.
2002-04-13 Richard M. Stallman(display_mode_element): Don't let mode_line_proptrans_alist
2002-04-12 Gerd Moellmann(sync_frame_with_window_matrix_rows): Don't give frame
2002-04-04 Richard M. Stallman(display_mode_element): New arg RISKY.
2002-04-01 Stefan MonnierTypo.
2002-03-30 Richard M. StallmanComment change.
2002-03-26 Pavel JaníkFix typo.
2002-03-26 Richard M. Stallman(update_menu_bar): Test only update_mode_lines;
2002-03-22 Eli Zaretskii(message_with_string): Fix syntax of a call to GCPRO2.
2002-03-18 Richard M. Stallman(cursor_type_changed): New variable.
2002-03-16 Richard M. Stallman(redisplay_internal, redisplay_windows):
2002-03-13 Stefan Monnier(display_mode_element): Fix int/Lisp_Object mixup.
2002-03-08 Gerd Moellmann(move_it_vertically_backward): At the end of the
2002-03-08 Gerd MoellmannUse new string macros.
2002-03-06 Gerd Moellmann(message_with_string): Use Fformat instead of doprnt and
2002-03-05 Andreas Schwab(hscroll_margin): Change to EMACS_INT.
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
next