diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e23f0167339..6c575946b25 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (init_iterator): Simplify because both character and byte | 3 | * xdisp.c (init_iterator): Simplify because both character and byte |
| 4 | positions are either specified or -1. Add eassert. Adjust comment. | 4 | positions are either specified or -1. Add eassert. Adjust comment. |
| 5 | * window.c (Fscroll_other_window): Use SET_PT_BOTH because both | ||
| 6 | character and byte positions can be obtained from marker. | ||
| 5 | 7 | ||
| 6 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 9 | ||