summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (message_dolog): Give correct args toKenichi Handa1998-02-241-5/+5
* (try_window_id): Use DEC_POS only for multibyte buffer.Kenichi Handa1998-02-201-35/+68
* (display_text_line): Use INC_BOTH for unibyte buffers too.Richard M. Stallman1998-02-141-4/+1
* (message_dolog): Cast M to unsigned char * to access bytes.Richard M. Stallman1998-01-271-1/+2
* (message_dolog): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-11/+6
* (display_menu_bar): Don't set maxendcol too large.Richard M. Stallman1998-01-201-1/+1
* (display_text_line): Set pos_byte with posKarl Heuer1998-01-181-0/+1
* (message_dolog, message2): New arg MULTIBYTE.Richard M. Stallman1998-01-091-33/+103
* (redisplay_window): Set pos.bytepos along with pos.bufpos.Richard M. Stallman1998-01-031-1/+5
* (redisplay_internal): Use scan_newline.Richard M. Stallman1998-01-011-231/+366
* Declare nonascii_insert_offset.Richard M. Stallman1997-12-261-0/+2
* (message2_nolog): New arg MULTIBYTE.Richard M. Stallman1997-12-211-5/+6
* (message_dolog): Update PT and ZV properly when at end ofRichard M. Stallman1997-12-211-5/+49
* (message): Declare a as char *[3].Andreas Schwab1997-11-281-4/+4
* (redisplay_preserve_echo_area): Declare it as void.Kenichi Handa1997-11-271-0/+1
* (minibuffer_scroll_overlap): New variable.Karl Heuer1997-11-151-1/+24