aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-311-1/+3
* (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to theGerd Moellmann2000-10-301-1/+6
* (safe_eval_handler): Call add_to_log.Gerd Moellmann2000-10-301-0/+1
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-301-2/+5
* (pos_visible_p): Change current buffer if necessary.Gerd Moellmann2000-10-261-9/+36
* (pos_visible_p): Don't add `it.current_y' twice.Miles Bader2000-10-251-2/+2
* (pos_visible_p): New function.Gerd Moellmann2000-10-251-0/+46
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-6/+22
* (try_cursor_movement): Use cursor_row_p also whenGerd Moellmann2000-10-171-5/+5
* (cursor_row_p): Take continued lines into account.Gerd Moellmann2000-10-171-17/+16
* (forward_to_next_line_start): Switch iterator's handlingGerd Moellmann2000-10-171-2/+12
* (set_iterator_to_next): Reset box start and flags of theGerd Moellmann2000-10-161-4/+5
* (find_last_unchanged_at_beg_row): Renamed fromGerd Moellmann2000-10-161-13/+18
* (try_scrolling) <cursor in scroll margin at the bottom>:Gerd Moellmann2000-10-161-1/+8
* (cursor_row_p): New function.Gerd Moellmann2000-10-131-108/+183
* (handle_single_display_prop): Use safe_call1.Gerd Moellmann2000-10-051-19/+30
* (window_box_height): Add an assertion.Gerd Moellmann2000-09-271-0/+2
* (help_echo_showing_p): New variable.Gerd Moellmann2000-09-251-0/+7
* (try_window_reusing_current_matrix): More fixesGerd Moellmann2000-09-221-14/+16
* (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provideDave Love2000-09-221-1/+6
* (try_window_reusing_current_matrix): Fix computation ofGerd Moellmann2000-09-211-2/+2
* (build_desired_tool_bar_string): For a toolbar item inGerd Moellmann2000-09-151-8/+9
* (handle_fontified_prop): While running fontificationGerd Moellmann2000-09-141-5/+46
* (dump_glyph_row): Fix printf format string.Gerd Moellmann2000-09-081-4/+4
* (try_window_id): When trying to locate cursor inGerd Moellmann2000-09-081-2/+2
* (redisplay_mode_lines): New function.Gerd Moellmann2000-09-021-33/+125
* (echo_area_display): Check display_completed insteadGerd Moellmann2000-08-301-16/+10
* (redisplay_internal): If considering all windows on allGerd Moellmann2000-08-251-87/+61
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-10/+5
* (redisplay_internal): Compare windows for equality withGerd Moellmann2000-08-181-3/+4
* (try_cursor_movement): Fix handling of cursor inGerd Moellmann2000-08-111-4/+13
* (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.Kenichi Handa2000-08-111-2/+6
* (trace_move) [GLYPH_DEBUG]: New variable.Gerd Moellmann2000-08-101-181/+288
* (Vmessages_buffer_name): New variable.Gerd Moellmann2000-08-101-10/+8
* (echo_area_display): Display thoroughly if input isGerd Moellmann2000-08-091-4/+16
* (next_overlay_change): Update call to overlays_at.Miles Bader2000-08-081-3/+3
* (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