aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Doc fix for window-scroll-functions.Antoine Levitt2011-12-311-1/+5
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Fix assertion violation in pop_it when org-indent-mode is used.Eli Zaretskii2011-12-231-5/+6
* Fix bug #10263 with assertion violation using telugu-itrans input method.Eli Zaretskii2011-12-101-1/+2
* Fix bug #10170 with extra scrolling after C-s.Eli Zaretskii2011-12-091-2/+3
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Fix bug #10192 with assertion violation when scrolling.Eli Zaretskii2011-12-031-1/+1
* Fix parts 1 & 2 of bug #10183 with RTL headings in Org mode.Eli Zaretskii2011-12-031-20/+31
* Spelling fixes.Paul Eggert2011-11-261-1/+2
* Fix bug #10119 with C-e and whitespace-mode.Eli Zaretskii2011-11-251-2/+8
* Fix a thinko in 2011-11-25T11:32:[email protected].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:[email protected].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