aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2011-11-28 10:07:01 +0900
committerYAMAMOTO Mitsuharu2011-11-28 10:07:01 +0900
commit1305621bc212d922c5ef8ee89d73ce7aae496b71 (patch)
treec9934aa7e6d362e335934dac0bafab729b6b0ded /src/ChangeLog
parent8c9afb46949ddd9853f38eb8c1a865cb13522d92 (diff)
downloademacs-1305621bc212d922c5ef8ee89d73ce7aae496b71.tar.gz
emacs-1305621bc212d922c5ef8ee89d73ce7aae496b71.zip
Truncate scroll runs that copy to where we copied to.
* 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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2d84d901b5..83b625d279e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
4 of scroll runs so as to avoid assigning disabled bogus rows and
5 unnecessary graphics copy operations.
6
12011-11-27 Eli Zaretskii <eliz@gnu.org> 72011-11-27 Eli Zaretskii <eliz@gnu.org>
2 8
3 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define. 9 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.