summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (try_window): Fix previous change in how it handlesRichard M. Stallman2005-07-031-5/+5
* (x_draw_vertical_border): If left fringe is not presentJuri Linkov2005-06-301-0/+6
* (try_window): New arg CHECK_MARGINS. Calls changed.Richard M. Stallman2005-06-251-12/+49
* (syms_of_xdisp) <nobreak-char-display>: Doc fix.Juanma Barranquero2005-06-241-7/+7
* (get_next_display_element):Richard M. Stallman2005-06-231-14/+15
* (get_next_display_element): Reverse test of Vshow_nonbreak_escape.Richard M. Stallman2005-06-171-1/+1
* (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.Stefan Monnier2005-06-131-5/+3
* * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_faceMasatake YAMATO2005-06-101-5/+6
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-3/+3
* (get_next_display_element): Alter previous change:Richard M. Stallman2005-06-081-14/+49
* * xdisp.c (note_mode_line_or_margin_highlight): CheckMasatake YAMATO2005-06-071-10/+24
* (Qno_break_space): New variable.Juri Linkov2005-06-061-7/+27
* (MODE_LINE_NOPROP_LEN): New macro.Kim F. Storm2005-06-021-14/+16
* (display_mode_line): Support nested calls to redisplayKim F. Storm2005-05-311-2/+10
* (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.Stefan Monnier2005-05-311-2/+2
* (mode_line_noprop_buf, mode_line_noprop_buf_end)Kim F. Storm2005-05-311-169/+263
* * xdisp.c (note_mode_line_or_margin_highlight): Change theMasatake YAMATO2005-05-271-0/+3
* Whitespace and parenthesis changes.Richard M. Stallman2005-05-251-14/+14
* 2005-05-24 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-05-241-35/+36
* Supprot mouse-face on mode-line.Masatake YAMATO2005-05-231-5/+120
* (display_mode_element): If we're processing a list andRichard M. Stallman2005-05-221-1/+6
* (handle_display_prop): Handle empty replacement.Kim F. Storm2005-05-161-2/+11
* (message3): Call cancel_echoing.Richard M. Stallman2005-05-141-2/+8
* (Vcursor_in_non_selected_windows)Richard M. Stallman2005-05-021-15/+1
* (move_it_in_display_line_to): Fix last change.Kim F. Storm2005-05-021-0/+1
* (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.Kim F. Storm2005-05-011-0/+9
* (set_message_1): Delete xassert.Richard M. Stallman2005-04-301-2/+0
* (store_mode_line_string, produce_stretch_glyph)Kim F. Storm2005-04-211-16/+16
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272Miles Bader2005-04-211-4/+3
* (setup_for_ellipsis): Reset saved_face_id to use defaultKim F. Storm2005-04-191-4/+4
* (handle_stop): Set saved_face_id to current face ifKim F. Storm2005-04-191-0/+9
* (overlay_arrow_string_or_property): Remove PBITMAP arg.Kim F. Storm2005-04-181-29/+23
* (with_echo_area_buffer): Delete WHICH < 0 case.Richard M. Stallman2005-04-161-22/+15
* (syms_of_xdisp): Init overlay-arrow-string to "=>".Kim F. Storm2005-04-081-1/+1
* (display_line): Allow multiple overlay arrows in window.Kim F. Storm2005-03-291-5/+4
* (get_next_display_element): Also use `\ ' & `\-' for latin-9.Stefan Monnier2005-03-241-2/+3
* (get_next_display_element): Also use `\ ' and `\-' for latin-9.Stefan Monnier2005-03-241-1/+2
* (handle_single_display_spec): Derive left-fringe andKim F. Storm2005-03-221-1/+2
* (pos_visible_p): Fix X value in last line of buffer.Kim F. Storm2005-03-101-19/+11
* (CLEAR_IMAGE_CACHE_COUNT): New const.Kim F. Storm2005-03-071-14/+33
* Fix last change.Kim F. Storm2005-03-071-4/+1
* (notice_overwritten_cursor): Check that phys_cursor.vposKim F. Storm2005-03-071-3/+8
* (redisplay_window): YABX (yet another bogus xassert).Kim F. Storm2005-03-011-0/+4
* (get_next_display_element): Fix control and escapeKim F. Storm2005-03-011-15/+15
* (fast_find_position): Rename END to BEG.Richard M. Stallman2005-02-271-11/+15
* (init_from_display_pos): Don't read past end ofKim F. Storm2005-02-251-1/+4
* (fast_find_position): Fix search for start of overlay.Kim F. Storm2005-02-221-3/+3
* (move_it_vertically_backward): Eliminate two xasserts.Kim F. Storm2005-02-211-0/+8
* (pos_visible_p): Be sure to move to the specifiedKim F. Storm2005-02-191-44/+59
* (check_it, init_from_display_pos, handle_stop)Kim F. Storm2005-02-161-61/+77