aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (line_number_display_limit_width): New var.Karl Heuer1999-08-141-2/+12
* (get_overlay_arrow_glyph_row): Set the charpos ofGerd Moellmann1999-08-111-0/+1
* (face_before_or_after_it_pos): If position afterGerd Moellmann1999-08-111-1/+5
* (set_iterator_to_next): After delivering a characterGerd Moellmann1999-08-061-0/+8
* (compute_line_metrics): If first line's physical ascentGerd Moellmann1999-08-061-16/+65
* (string_char_and_length): Fix previous change.Gerd Moellmann1999-07-281-2/+2
* (string_char_and_length): New. Use it everywhereGerd Moellmann1999-07-281-12/+38
* (get_next_display_element): Display DEL as `^?'.Gerd Moellmann1999-07-261-2/+2
* Complete rewrite.Gerd Moellmann1999-07-211-3051/+9502
* (line-number-display-limit): Doc fix.Andreas Schwab1999-07-071-1/+1
* (invalid_eol_type): Make it unsigned.Karl Heuer1999-06-171-1/+1
* (try_window_id): Fix computation of tab_offset whenAndreas Schwab1999-05-101-1/+1
* (display_text_line): Convert unibyte char to multibyteAndrew Innes1999-05-021-0/+18
* (redisplay_window): When we call compute_motion withKenichi Handa1999-04-021-2/+2
* (decode_mode_spec_coding): Handle integer value inKenichi Handa1999-03-231-1/+9
* (try_window_id): Initizlie val.ovstring_chars_done to 0.Kenichi Handa1999-03-151-0/+1
* (decode_mode_spec_coding): Fix previous change.Eli Zaretskii1999-01-281-18/+22
* (decode_mode_spec_coding): Display the EOL type as a string.Eli Zaretskii1999-01-271-2/+17
* (message_dolog): Use insert_1_both to avoid running anyKenichi Handa1999-01-111-14/+18
* (display_text_line): When handling HPOS < 0 after loop,Richard M. Stallman1998-11-301-2/+3
* (display_text_line): Check validity of a multibyteKenichi Handa1998-11-061-51/+61
* (redisplay_window): Clear w->window_end_validRichard M. Stallman1998-10-121-0/+12
* (message_log_check_duplicate): Count byte length of theKenichi Handa1998-09-161-1/+1
* (redisplay_internal): Use TEMP_SET_PT_BOTHKarl Heuer1998-09-131-9/+9
* (message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-1/+1
* (Vinhibit_redisplay, Qinhibit_redisplay): New variables.Karl Heuer1998-06-221-0/+15
* Doc fixes.Karl Heuer1998-06-201-1/+1
* (message_dolog): GCPRO the oldpoint, oldbegv and oldzvRichard M. Stallman1998-06-161-0/+3
* (redisplay_internal): If cursor's in the frame's echo area,Richard M. Stallman1998-06-091-19/+37
* (message_dolog): Do set windows_or_buffers_changed,Richard M. Stallman1998-05-241-2/+4
* (redisplay_window): Don't use window->startRichard M. Stallman1998-05-191-2/+3
* (redisplay_window): Handle scroll_step along withRichard M. Stallman1998-05-111-9/+22
* (redisplay_window): Don't use last_point_x and last_point_yRichard M. Stallman1998-05-101-1/+5
* (redisplay_window): Update STARTP_BYTE alongside withAndreas Schwab1998-04-291-3/+9
* Conditionally include xterm.h using HAVE_X_WINDOWS.Geoff Voelker1998-04-291-1/+1
* (Qinhibit_point_motion_hooks): New variable.Richard M. Stallman1998-04-241-1/+10
* (try_window): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-1/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+6
* (display_text_line): When handling selective > 0,Karl Heuer1998-04-121-0/+1
* (display_text_line): Code for displaying a character byKenichi Handa1998-04-091-50/+43
* (redisplay_window): If updating mode line,Richard M. Stallman1998-04-081-7/+30
* (redisplay_window): Fix computing pos from last_point.Richard M. Stallman1998-04-021-5/+8
* (display_text_line): Handle overlay-arrow correctly.Richard M. Stallman1998-03-291-19/+17
* (redisplay_window): Fix previous change.Kenichi Handa1998-03-261-3/+5
* (redisplay_window): Give byte position to FETCH_BYTE.Kenichi Handa1998-03-251-6/+6
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-7/+7
* (message_dolog): Save and restore Vdeactivate_mark.Richard M. Stallman1998-03-141-2/+5
* (try_window_id): Use DEC_BOTH unconditionally.Kenichi Handa1998-03-031-21/+5
* (syms_of_xdisp): Doc fix.Karl Heuer1998-02-271-1/+3
* Reorder args of del_range_both.Karl Heuer1998-02-251-3/+3