(line-number-display-limit): Doc fix.
[bpt/emacs.git] / src / xdisp.c
1999-07-07 Andreas Schwab(line-number-display-limit): Doc fix.
1999-06-17 Karl Heuer(invalid_eol_type): Make it unsigned.
1999-05-10 Andreas Schwab(try_window_id): Fix computation of tab_offset when
1999-05-02 Andrew Innes(display_text_line): Convert unibyte char to multibyte
1999-04-02 Kenichi Handa(redisplay_window): When we call compute_motion with
1999-03-23 Kenichi Handa(decode_mode_spec_coding): Handle integer value in
1999-03-15 Kenichi Handa(try_window_id): Initizlie val.ovstring_chars_done...
1999-01-28 Eli Zaretskii(decode_mode_spec_coding): Fix previous change.
1999-01-27 Eli Zaretskii(decode_mode_spec_coding): Display the EOL type as...
1999-01-11 Kenichi Handa(message_dolog): Use insert_1_both to avoid running any
1998-11-30 Richard M. Stallman(display_text_line): When handling HPOS < 0 after loop,
1998-11-06 Kenichi Handa(display_text_line): Check validity of a multibyte
1998-10-12 Richard M. Stallman(redisplay_window): Clear w->window_end_valid
1998-09-16 Kenichi Handa(message_log_check_duplicate): Count byte length of the
1998-09-13 Karl Heuer(redisplay_internal): Use TEMP_SET_PT_BOTH
1998-08-28 Kenichi Handa(message_dolog): Use macro CHAR_BYTES instead of Fchar_...
1998-06-22 Karl Heuer(Vinhibit_redisplay, Qinhibit_redisplay): New variables.
1998-06-20 Karl HeuerDoc fixes.
1998-06-16 Richard M. Stallman(message_dolog): GCPRO the oldpoint, oldbegv and oldzv
1998-06-09 Richard M. Stallman(redisplay_internal): If cursor's in the frame's echo...
1998-05-24 Richard M. Stallman(message_dolog): Do set windows_or_buffers_changed,
1998-05-19 Richard M. Stallman(redisplay_window): Don't use window->start
1998-05-11 Richard M. Stallman(redisplay_window): Handle scroll_step along with
1998-05-10 Richard M. Stallman(redisplay_window): Don't use last_point_x and last_point_y
1998-04-29 Andreas Schwab(redisplay_window): Update STARTP_BYTE alongside with
1998-04-29 Geoff VoelkerConditionally include xterm.h using HAVE_X_WINDOWS.
1998-04-24 Richard M. Stallman(Qinhibit_point_motion_hooks): New variable.
1998-04-14 Andreas Schwab(try_window): Fix mixing of Lisp_Object and int.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-12 Karl Heuer(display_text_line): When handling selective > 0,
1998-04-09 Kenichi Handa(display_text_line): Code for displaying a character by
1998-04-08 Richard M. Stallman(redisplay_window): If updating mode line,
1998-04-02 Richard M. Stallman(redisplay_window): Fix computing pos from last_point.
1998-03-29 Richard M. Stallman(display_text_line): Handle overlay-arrow correctly.
1998-03-26 Kenichi Handa(redisplay_window): Fix previous change.
1998-03-25 Kenichi Handa(redisplay_window): Give byte position to FETCH_BYTE.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-14 Richard M. Stallman(message_dolog): Save and restore Vdeactivate_mark.
1998-03-03 Kenichi Handa(try_window_id): Use DEC_BOTH unconditionally.
1998-02-27 Karl Heuer(syms_of_xdisp): Doc fix.
1998-02-25 Karl HeuerReorder args of del_range_both.
1998-02-24 Kenichi Handa(message_dolog): Give correct args to
1998-02-20 Kenichi Handa(try_window_id): Use DEC_POS only for multibyte buffer.
1998-02-14 Richard M. Stallman(display_text_line): Use INC_BOTH for unibyte buffers...
1998-01-27 Richard M. Stallman(message_dolog): Cast M to unsigned char * to access...
1998-01-21 Richard M. Stallman(message_dolog): Use unibyte_char_to_multibyte.
1998-01-20 Richard M. Stallman(display_menu_bar): Don't set maxendcol too large.
1998-01-18 Karl Heuer(display_text_line): Set pos_byte with pos
1998-01-09 Richard M. Stallman(message_dolog, message2): New arg MULTIBYTE.
1998-01-03 Richard M. Stallman(redisplay_window): Set pos.bytepos along with pos...
1998-01-01 Richard M. Stallman(redisplay_internal): Use scan_newline.
1997-12-26 Richard M. StallmanDeclare nonascii_insert_offset.
1997-12-21 Richard M. Stallman(message2_nolog): New arg MULTIBYTE.
1997-12-21 Richard M. Stallman(message_dolog): Update PT and ZV properly when at...
1997-11-28 Andreas Schwab(message): Declare a as char *[3].
1997-11-27 Kenichi Handa(redisplay_preserve_echo_area): Declare it as void.
1997-11-15 Karl Heuer(minibuffer_scroll_overlap): New variable.
1997-11-15 Karl Heuer(display_text_line): Make decision about which windows
1997-10-23 Karl Heuer(redisplay_window): If clip_changed, always run
1997-10-13 Eli Zaretskii(decode_mode_spec): Display non-nil title as the frame's
1997-09-13 Richard M. StallmanWhen redisplaying the echo area, use the value
1997-09-07 Richard M. Stallman(display_string): Determine multibyte from current...
1997-09-03 Geoff Voelker(redisplay_internal): Check to see if frame is not...
1997-08-27 Richard M. Stallman(redisplay_window): When trying to scroll conservatively
1997-08-26 Richard M. Stallman(decode_mode_spec): For %Z and %z, put keyboard and
1997-08-23 Richard M. Stallman(redisplay_window): Don't try using last_point_x
1997-08-16 Richard M. Stallman(COERCE_MARKER): Use Fmarker_position instead of
1997-08-08 Richard M. Stallman(redisplay_window): Fix access to w->last_point{,_...
1997-08-07 Richard M. Stallman(COERCE_MARKER): New macro.
1997-08-06 Richard M. Stallman(redisplay_internal): Count only visible frames at...
1997-08-04 Richard M. Stallman(redisplay_internal): Count number of visible frames
1997-08-01 Richard M. Stallman(redisplay_window): Fix one-off in handling
1997-07-30 Richard M. Stallman(redisplay_window): Fix previous change.
1997-07-28 Richard M. Stallman(redisplay_window): When text has not changed,
1997-07-26 Richard M. Stallman(display_text_line): Don't count minibuf_prompt_width...
1997-07-19 Richard M. Stallman(redisplay_internal): Calculate new_count properly
1997-07-18 Richard M. Stallman(display_string): Ignore W->left if OBEY_WINDOW_WIDTH...
1997-07-17 Richard M. Stallman(decode_mode_spec_coding): Fix typo; use `val' instead...
1997-07-17 Richard M. Stallman(display_text_line): Handle the case of point being in
1997-07-12 Richard M. Stallman(decode_mode_spec): Initialize and use `p' (for the...
1997-07-12 Richard M. Stallman(message2_nolog): Don't call fwrite will null string.
1997-07-12 Richard M. Stallman(display_text_line): Exit the outer loop immediately
1997-07-10 Richard M. Stallman(echo_area_display): Don't offset using left-side
1997-07-10 Richard M. Stallman(redisplay_internal): Fix previous change.
1997-07-09 Richard M. Stallman(decode_mode_spec) <z,Z>: Display buffer coding system
1997-07-08 Richard M. Stallman(decode_mode_spec_coding): Really don't display
1997-07-07 Richard M. Stallman(echo_area_display): Use proper vpos when clearing...
1997-07-07 Richard M. Stallman(display_menu_bar): Always pass W to display_string.
1997-07-02 Richard M. Stallman(decode_mode_spec_coding): Clean up handling of eol...
1997-06-27 Richard M. Stallman(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.
1997-06-09 Kenichi Handa(decode_mode_spec): Access the value of
1997-05-16 Richard M. Stallman(display_text_line): Move the code to fill out the...
1997-05-08 Richard M. Stallman(mark_window_display_accurate, redisplay_internal):
1997-05-06 Richard M. Stallman(display_text_line): Clear region_showing to Qnil if the
1997-04-10 Karl Heuer(display_text_line): Don't use Lisp_Object as integer.
1997-04-07 Kenichi Handa(disp_char_vector): New function to be used from the
1997-03-18 Kenichi Handa(copy_part_of_rope): Declare glyph as type GLYPH. ...
1997-02-27 Kenichi Handa(try_window_id): Display blank lines from the next
1997-02-20 Karl Heuer(display_text_line): Introduce new local variable
1997-01-24 Richard M. Stallman(try_window): Remove frobnication of tab_offset in...
next