diff options
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 c3dfd6859c0..551ab9d215a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-08-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-08-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line): | ||
| 4 | * editfns.c (Fline_beginning_position, Fline_end_position): State | ||
| 5 | in the doc strings that start and end of line are in the logical | ||
| 6 | order. | ||
| 7 | |||
| 3 | * xdisp.c (display_line): Move the handling of overlay arrow after | 8 | * xdisp.c (display_line): Move the handling of overlay arrow after |
| 4 | the call to find_row_edges. (Bug#6699) | 9 | the call to find_row_edges. (Bug#6699) |
| 5 | 10 | ||