aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 19:46:52 +0000
committerChong Yidong2007-03-17 19:46:52 +0000
commite338790f00e12053a1d2f7cefca768271dd3b51b (patch)
tree2ff0c59f7d38aec258a5091005b6f5b4bea6c68a
parent3823ca8cc6416a4977b72ec50f4d2f0a91e10431 (diff)
downloademacs-e338790f00e12053a1d2f7cefca768271dd3b51b.tar.gz
emacs-e338790f00e12053a1d2f7cefca768271dd3b51b.zip
* xdisp.c (try_window_id): Increment matrix positions if the
buffer's byte count has increased, but not the character count.
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ef777b76db4..8cedbd9138d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-03-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (try_window_id): Increment matrix positions if the
4 buffer's byte count has increased, but not the character count.
5
12007-03-12 Andreas Schwab <schwab@suse.de> 62007-03-12 Andreas Schwab <schwab@suse.de>
2 7
3 * lisp.h: Declare check_obarray. 8 * lisp.h: Declare check_obarray.