diff options
| author | Chong Yidong | 2007-04-16 15:11:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-16 15:11:54 +0000 |
| commit | 837751ae73d009fd7fdb4f8f776231c263cff835 (patch) | |
| tree | 05ad0ebc1763496cc90c744490aba470364b3123 /src/ChangeLog | |
| parent | 80382c240f1899c4e2c4c559cbccbfd1e4655d56 (diff) | |
| download | emacs-837751ae73d009fd7fdb4f8f776231c263cff835.tar.gz emacs-837751ae73d009fd7fdb4f8f776231c263cff835.zip | |
* xdisp.c (cursor_row_p): Only end row on newline if it's a display
string. Suggested by Lennart Borgman.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 999f6106e67..60927b88292 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (cursor_row_p): Only end row on newline if it's a | ||
| 4 | display string. Suggested by Lennart Borgman. | ||
| 5 | |||
| 1 | 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * alloc.c (mem_insert): Set min_heap_address and max_heap_address | 8 | * alloc.c (mem_insert): Set min_heap_address and max_heap_address |