aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (message_dolog): Save and protect string "*Messages*" to reuse as buffer name,Ken Raeburn2000-08-081-21/+41
* (start_display): WHen starting display on a continuationGerd Moellmann2000-08-071-32/+51
* (ensure_echo_area_buffers): If a buffer was killed and aGerd Moellmann2000-08-071-0/+8
* (next_element_from_display_vector): Improve comments.Gerd Moellmann2000-07-251-4/+3
* (with_echo_area_buffer): Take additional EMACS_INTGerd Moellmann2000-07-241-29/+54
* (with_echo_area_buffer): Call FN with more arguments.Gerd Moellmann2000-07-191-3/+15
* (display_prop_end, invisible_text_between_p):Miles Bader2000-07-151-5/+5
* (eval_form): GCPRO argument sexpr.Gerd Moellmann2000-07-141-9/+33
* (eval_form): Make it externally visible.Gerd Moellmann2000-07-131-2/+1
* (try_window_reusing_current_matrix, try_window_id):Gerd Moellmann2000-07-121-3/+6
* (try_window_id): If changes are all below what isGerd Moellmann2000-07-101-3/+8
* (try_window_reusing_current_matrix): Don't try to reuseGerd Moellmann2000-06-281-2/+6
* (resize_mini_window): Subract the extra line spacingGerd Moellmann2000-06-271-0/+1
* (handle_stop): Initialize it->add_overlay_start to zero.Gerd Moellmann2000-06-221-24/+49
* (single_display_prop_intangible_p)Gerd Moellmann2000-06-201-5/+91
* (dump_glyph_matrix): Add `static' to declaration (for pcc).Dave Love2000-06-191-1/+1
* * xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_...Ken Raeburn2000-06-161-1/+1
* * xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.Ken Raeburn2000-06-161-1/+2
* (setup_echo_area_for_printing): CallGerd Moellmann2000-06-141-0/+1
* (message_truncate_lines, Qmessage_truncate_lines): NewGerd Moellmann2000-06-131-9/+30
* (Vline_number_display_limit): Renamed fromGerd Moellmann2000-06-131-6/+8
* (handle_fontified_prop): Don't GCPRO local var `pos';Gerd Moellmann2000-06-081-3/+0
* (display_line): Fix code deciding in which line toGerd Moellmann2000-06-071-8/+12
* (display_line): Set row's and iterator'sGerd Moellmann2000-06-061-17/+32
* (display_line): Revert change of 2000-06-06. TreatGerd Moellmann2000-06-061-2/+25
* (display_line): While checking line continuation, pay attention to aKenichi Handa2000-06-061-0/+2
* (redisplay_window): Always use set_buffer_internal_1.Gerd Moellmann2000-06-051-34/+4
* Include fontset.h.Dave Love2000-06-051-0/+1
* (redisplay_window): Really switch buffers whenGerd Moellmann2000-05-291-0/+13
* (handle_invisible_prop): Don't try to skip overGerd Moellmann2000-05-251-2/+4
* (Fdump_glyph_matrix): Declare the arg.Dave Love2000-05-251-1/+2
* (get_next_display_element): Handle 8-bit charactersKenichi Handa2000-05-201-3/+8
* (Vimage_types): Moved here from xfns.c.Gerd Moellmann2000-05-191-0/+9
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-2/+2
* (add_to_log): Pass 1 byte less to message_dolog.Gerd Moellmann2000-05-111-1/+1
* (handle_single_display_prop): Don't try to set PT ifGerd Moellmann2000-05-111-5/+11
* (handle_single_display_prop): If display property valueGerd Moellmann2000-05-031-1/+6
* (make_cursor_line_fully_visible): Handle case of rowsGerd Moellmann2000-04-281-9/+12
* (display_line): If lines are continued, restoreGerd Moellmann2000-04-261-3/+24
* (try_window_id) <all changes above window start>: AdjustGerd Moellmann2000-04-251-10/+29
* (init_iterator): Set iterator's extra_line_spacingGerd Moellmann2000-04-241-3/+29
* (with_echo_area_buffer): Add more `int' parameters forGerd Moellmann2000-04-191-2/+2
* (setup_echo_area_for_printing): Choose an echoGerd Moellmann2000-04-101-4/+15
* Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:Ken Raeburn2000-04-011-18/+20
* (face_before_or_after_it_pos): Pass multibytenessGerd Moellmann2000-03-271-2/+2
* (charset_at_position): Function removed.Kenichi Handa2000-03-211-67/+23
* (handle_single_display_prop): Initialize local `value'.Gerd Moellmann2000-03-201-4/+7
* (display_echo_area): Temporarily inhibit garbage collection.Gerd Moellmann2000-03-081-2/+10
* (QCdata): Moved here from xfns.c.Gerd Moellmann2000-03-051-1/+3
* (try_window_id): Recompute unchanged information ifGerd Moellmann2000-03-051-5/+3