summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (redisplay_window): Fix previous change.Richard M. Stallman1997-07-301-11/+17
* (redisplay_window): When text has not changed,Richard M. Stallman1997-07-281-7/+31
* (display_text_line): Don't count minibuf_prompt_width twice in taboffset.Richard M. Stallman1997-07-261-1/+3
* (redisplay_internal): Calculate new_count properlyRichard M. Stallman1997-07-191-5/+9
* (display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.Richard M. Stallman1997-07-181-1/+2
* (decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.Richard M. Stallman1997-07-171-1/+1
* (display_text_line): Handle the case of point being inRichard M. Stallman1997-07-171-0/+10
* (decode_mode_spec): Initialize and use `p' (for the termcap case).Richard M. Stallman1997-07-121-2/+2
* (message2_nolog): Don't call fwrite will null string.Richard M. Stallman1997-07-121-1/+2
* (display_text_line): Exit the outer loop immediatelyRichard M. Stallman1997-07-121-2/+3
* (echo_area_display): Don't offset using left-sideRichard M. Stallman1997-07-101-3/+5
* (redisplay_internal): Fix previous change.Richard M. Stallman1997-07-101-6/+14
* (decode_mode_spec) <z,Z>: Display buffer coding systemRichard M. Stallman1997-07-091-2/+3
* (decode_mode_spec_coding): Really don't displayRichard M. Stallman1997-07-081-3/+6
* (echo_area_display): Use proper vpos when clearing extra minibuf lines.Richard M. Stallman1997-07-071-1/+1
* (display_menu_bar): Always pass W to display_string.Richard M. Stallman1997-07-071-3/+34
* (decode_mode_spec_coding): Clean up handling of eol conversions.Richard M. Stallman1997-07-021-14/+31
* (init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.Richard M. Stallman1997-06-271-2/+4
* (decode_mode_spec): Access the value ofKenichi Handa1997-06-091-3/+2
* (display_text_line): Move the code to fill out the lineRichard M. Stallman1997-05-161-11/+35
* (mark_window_display_accurate, redisplay_internal):Richard M. Stallman1997-05-081-5/+9
* (display_text_line): Clear region_showing to Qnil if theRichard M. Stallman1997-05-061-1/+13