summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #10119 with C-e and whitespace-mode.Eli Zaretskii2011-11-251-2/+8
* Fix a thinko in 2011-11-25T11:32:14Z!eliz@gnu.org.Eli Zaretskii2011-11-251-2/+3
* Fix bug #10105 with Isearch triggered scrolling under scroll-conservatively.Eli Zaretskii2011-11-251-1/+19
* * xdisp.c (compute_stop_pos): Check validity of end_charpos before using it.Chong Yidong2011-11-231-3/+7
* Spelling fixes.Paul Eggert2011-11-191-3/+3
* Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii2011-11-191-9/+73
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Revert last commit.Eli Zaretskii2011-11-191-3/+0
* Fix minor problems found by static checking.Paul Eggert2011-11-181-0/+3
* Fix another crash due to incorrect hash value of glyph rows, bug #10035.Eli Zaretskii2011-11-181-11/+18
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* 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
|\ \