diff options
| author | Chong Yidong | 2007-03-17 19:46:52 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-17 19:46:52 +0000 |
| commit | e338790f00e12053a1d2f7cefca768271dd3b51b (patch) | |
| tree | 2ff0c59f7d38aec258a5091005b6f5b4bea6c68a | |
| parent | 3823ca8cc6416a4977b72ec50f4d2f0a91e10431 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-03-12 Andreas Schwab <schwab@suse.de> | 6 | 2007-03-12 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * lisp.h: Declare check_obarray. | 8 | * lisp.h: Declare check_obarray. |