diff options
| author | YAMAMOTO Mitsuharu | 2012-01-09 17:23:36 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-09 17:23:36 +0800 |
| commit | de92a50b9e157cac071355b9836717e62b9edff1 (patch) | |
| tree | 0ec64958200cae394fb2e18de34bf244d69c708a /src/ChangeLog | |
| parent | d58cba753997eba892a0f4c9a642c5cfc77099f6 (diff) | |
| download | emacs-de92a50b9e157cac071355b9836717e62b9edff1.tar.gz emacs-de92a50b9e157cac071355b9836717e62b9edff1.zip | |
Fix glitch in scrolling_window (backport from trunk).
* dispnew.c (scrolling_window): Truncate overlaps in copy
destination of scroll runs so as to avoid assigning disabled bogus
rows and unnecessary graphics copy operations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55cc8e8bf27..d0c89f2e44c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * dispnew.c (scrolling_window): Truncate overlaps in copy | ||
| 4 | destination of scroll runs so as to avoid assigning disabled bogus | ||
| 5 | rows and unnecessary graphics copy operations. | ||
| 6 | |||
| 1 | 2012-01-09 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-01-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing | 9 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing |