aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (display_text_line): Make decision about which windowsKarl Heuer1997-11-151-5/+6
* (redisplay_window): If clip_changed, always runKarl Heuer1997-10-231-0/+11
* (decode_mode_spec): Display non-nil title as the frame'sEli Zaretskii1997-10-131-1/+4
* When redisplaying the echo area, use the valueRichard M. Stallman1997-09-131-16/+34
* (display_string): Determine multibyte from current buffer,Richard M. Stallman1997-09-071-1/+1
* (redisplay_internal): Check to see if frame is not obscuredGeoff Voelker1997-09-031-4/+5
* (redisplay_window): When trying to scroll conservativelyRichard M. Stallman1997-08-271-7/+21
* (decode_mode_spec): For %Z and %z, put keyboard andRichard M. Stallman1997-08-261-1/+1
* (redisplay_window): Don't try using last_point_xRichard M. Stallman1997-08-231-1/+5
* (COERCE_MARKER): Use Fmarker_position instead ofRichard M. Stallman1997-08-161-8/+11
* (redisplay_window): Fix access to w->last_point{,_[xy]}.Richard M. Stallman1997-08-081-5/+7
* (COERCE_MARKER): New macro.Richard M. Stallman1997-08-071-8/+14
* (redisplay_internal): Count only visible frames at first.Richard M. Stallman1997-08-061-10/+8
* (redisplay_internal): Count number of visible framesRichard M. Stallman1997-08-041-12/+8
* (redisplay_window): Fix one-off in handlingRichard M. Stallman1997-08-011-1/+1