summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix bug #10035 with assertion violation in row_equal_p.Eli Zaretskii2011-11-141-4/+9
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.Dmitry Antipov2011-11-111-1/+0
* merge trunkKenichi Handa2011-11-111-8/+8
|\
| * Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert2011-11-081-8/+8
* | xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (...Kenichi Handa2011-11-111-0/+6
|/
* Fix bug #9963 with abort in "temacs -nw".Eli Zaretskii2011-11-061-5/+16
* Fix bug #9955 with mouse-highlight that starts at beginning of window.Eli Zaretskii2011-11-041-2/+6
* Fix bug #9947 with referencing uninitialized variable.Eli Zaretskii2011-11-041-1/+1
* Rename locals to match their nature.Eli Zaretskii2011-11-011-18/+18
* Fix mouse highlight in continued lines on a TTY.Eli Zaretskii2011-11-011-8/+6
* Fix random crashes while scrolling backwards.Eli Zaretskii2011-10-301-3/+2
* Revert last commit.Eli Zaretskii2011-10-291-8/+8
* Fix bug #9902 with crash caused by clearing mouse highlight.Eli Zaretskii2011-10-291-8/+8
* Fix use of uninitialized variable.Eli Zaretskii2011-10-281-1/+1
* * src/xdisp.c (note_mouse_highlight): Fix use of uninitialized var.Chong Yidong2011-10-281-4/+7
* Followup to 2011-10-19T09:48:35Z!eliz@gnu.org.Eli Zaretskii2011-10-191-3/+10
* Fix part 2 of bug #9771 with lines that start with a display vector.Eli Zaretskii2011-10-191-0/+7
* Have nobreak-char-display handle U+2010 and U+2011.Chong Yidong2011-10-181-32/+38
* Fix part 1 of bug #9771 with assertion violation in move_it_by_lines.Eli Zaretskii2011-10-171-1/+4
* Fix part 4 of bug#9771 with assertion violation when wrap-prefix is usedEli Zaretskii2011-10-171-1/+2
* Fix the change with paragraph_dir initialization.Eli Zaretskii2011-10-131-0/+1
* Fix bugs #9738 & 9739 with a display string that ends in 2 newlines.Eli Zaretskii2011-10-121-2/+7
* Remove incorrect comments about U+2028 LS character.Eli Zaretskii2011-10-121-1/+0
* * xdisp.c (set_cursor_from_row): Simplify conditionals,Paul Eggert2011-10-111-21/+23
* Fix cursor positioning in hscrolled lines with R2L characters.Eli Zaretskii2011-10-081-1/+5
* src/xdisp.c (hscroll_window_tree): Support hscroll in right-to-left lines.Eli Zaretskii2011-10-081-6/+29
* Fix bug #9624 with crashes in Muse mode.Eli Zaretskii2011-09-281-4/+19
* Fix bug #9610 with slow cursor motion in buffers with invisible text.Eli Zaretskii2011-09-271-32/+67
* * xdisp.c (string_from_display_spec): Don't use int for vector length.Paul Eggert2011-09-241-1/+1
* Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii2011-09-241-1/+168
* Fix assertion failure when displaying stretch glyphs under linum-mode.Eli Zaretskii2011-09-211-1/+2
* Fix bidi-aware cursor motion inside indentation.Eli Zaretskii2011-09-201-16/+17
* Fix bug #9549 with longlines-show-hard-newlines.Eli Zaretskii2011-09-201-3/+83
* Fix bug #9545 with crash in Dired when $ is pressed.Eli Zaretskii2011-09-181-42/+1
* Fix a bug in :align-to on a TTY when the column is beyond frame width.Eli Zaretskii2011-09-181-1/+8
* Fix bug #9530 on a TTY.Eli Zaretskii2011-09-181-5/+11
*-. Merge changes from emacs-23 branchChong Yidong2011-09-181-2/+10
|\ \
| | * * xdisp.c (expose_window): Save original value of phys_cursor_on_p and turn w...YAMAMOTO Mitsuharu2011-09-101-2/+10
* | | src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.Eli Zaretskii2011-09-181-1/+1
|/ /
* | Fix minor problem found by static checking.Paul Eggert2011-09-181-3/+4
* | src/xdisp.c: Revert inadvertently committed changes.Eli Zaretskii2011-09-181-11/+5
* | src/.gdbinit (pgx): Fix references to fields of `struct glyph'.Eli Zaretskii2011-09-181-5/+11
* | Fix bug #9530 with incorrect display of zero-width stretch.Eli Zaretskii2011-09-171-8/+14
* | Fix bug #9470 with slow redisplay in huge single-paragraph buffers.Eli Zaretskii2011-09-171-1/+41
* | Fix bug #9524 with cursor positioning on display strings in truncated lines.Eli Zaretskii2011-09-171-8/+10
* | Fix a typo in comment from 2011-09-15T15:41:03Z!eliz@gnu.org.Eli Zaretskii2011-09-151-1/+5
* | Fix bug #9495 with cursor positioning on truncated lines.Johan Bockgård2011-09-151-1/+4
* | xdisp.c (hscroll_window_tree): Sync comment with the code.Eli Zaretskii2011-09-151-3/+3