summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (in_ellipses_for_invisible_text_p, handle_invisible_prop):Stefan Monnier2001-10-141-14/+11
* (DOLIST, LOOP_PROPVAL): Remove.Stefan Monnier2001-10-141-77/+38
* Put doc strings in comments.Gerd Moellmann2001-10-141-158/+159
* (init_iterator): Be more strict with bytepos and charspos.Stefan Monnier2001-10-121-65/+65
* (handle_fontified_prop): Don't bind after-change-functions.Stefan Monnier2001-10-081-1/+0
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (display_line): Set row's ends_in_newline_from_string_p.Gerd Moellmann2001-10-011-1/+4
* (display_mode_element): One more case where a string'sGerd Moellmann2001-09-271-1/+2
* (with_echo_area_buffer): Use echo_kboard insteadGerd Moellmann2001-09-261-1/+1
* (make_cursor_line_fully_visible): Return 0 and setGerd Moellmann2001-09-261-49/+110
* (display_mode_lines): Temporarily set selected_frameGerd Moellmann2001-09-261-12/+8
* (display_mode_element): If the mode element is a symbolGerd Moellmann2001-09-251-1/+1
* (row_containing_pos): Make externally visible.Gerd Moellmann2001-09-251-4/+1
* (decode_mode_spec): Add parameter MULTIBYTE.Gerd Moellmann2001-09-191-15/+24
* (try_window_id) [!GLYPH_DEBUG]: Give up ifGerd Moellmann2001-09-181-0/+15
* (reseat_1): Set IT's multibyte_p flag according to theGerd Moellmann2001-09-131-0/+1
* (with_echo_area_buffer): Bind inhibit-modification-hooksGerd Moellmann2001-09-111-0/+1
* (init_from_display_pos): Put some code in #if 0.Gerd Moellmann2001-09-111-6/+20
* (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args likeGerd Moellmann2001-09-101-6/+7
* (init_from_display_pos): Don't compare the resultGerd Moellmann2001-09-071-1/+1
* (string_buffer_position): Use *single_char_property*Gerd Moellmann2001-09-051-3/+3
* (handle_single_display_prop): Fix for int/Lisp_Object mixup.Stefan Monnier2001-09-041-4/+4
* (Qbuffer_position, Qposition, Qobject): New variables.Gerd Moellmann2001-08-301-17/+20
* (display_mode_element): Use string_byte_to_char toGerd Moellmann2001-08-281-21/+33
* (init_from_display_pos, init_to_row_end): Return 0 ifGerd Moellmann2001-08-271-16/+54
* (move_it_by_lines) <DVPOS < 0>: Start at the beginningGerd Moellmann2001-08-161-5/+3
* (move_it_by_lines) <DVPOS < 0>: If not already onGerd Moellmann2001-08-131-0/+6
* (resize_echo_area_exactly): Don't resize the mini-windowGerd Moellmann2001-08-131-7/+15
* (mark_window_display_accurate_1): Remove an assertion.Gerd Moellmann2001-08-091-0/+2
* (start_display): Don't try to determine the continuationGerd Moellmann2001-08-071-29/+25
* (resize_mini_window): If Vmax_mini_window_height isGerd Moellmann2001-08-031-1/+1
* (redisplay_internal): Take message_cleared_p intoGerd Moellmann2001-08-021-1/+1
* (redisplay_internal): Add a check for the lastGerd Moellmann2001-08-011-1/+3
* (message_cleared_p): New variable.Gerd Moellmann2001-08-011-3/+18
* (resize_echo_area_exactly): Fix typo in function name.Gerd Moellmann2001-08-011-2/+2
* (init_from_display_pos): If POS is in an overlay string,Gerd Moellmann2001-07-271-25/+26
* (resize_mini_window): Give up when inhibit-redisplayGerd Moellmann2001-07-261-6/+13
* (resize_mini_window): Don't resize while redisplaying.Gerd Moellmann2001-07-251-0/+6
* (get_next_display_element): Use CHAR_STRING_NO_SIGNALGerd Moellmann2001-07-131-1/+16
* (try_cursor_movement): Prevent a warning from GCC 3.0.Gerd Moellmann2001-07-111-1/+1
* (add_to_log): Do nothing if called asynchronously.Gerd Moellmann2001-07-101-0/+6
* (compute_line_metrics): On ttys, subtract continuationGerd Moellmann2001-07-031-7/+14
* (handle_invisible_prop): Deal with overlay strings atGerd Moellmann2001-06-261-41/+75
* (try_window_id) <all changes below window end>: Don'tGerd Moellmann2001-06-251-14/+14
* (try_window_id): When EOB is visible, don't treatRichard M. Stallman2001-06-141-10/+20
* (try_window_id): Fix the fix and set the rightGerd Moellmann2001-05-111-1/+1
* (try_window_id): Fix computation of window end inGerd Moellmann2001-05-111-10/+21
* (try_window_id): Fix case of all changes beforeGerd Moellmann2001-05-101-2/+2
* (try_window_id): Add some xasserts.Gerd Moellmann2001-05-101-0/+4
* (GIVE_UP): Fix for K&R C.Gerd Moellmann2001-05-091-7/+15