diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1b7c6cc8c3..6823f6d3127 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-10-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Avoid unwanted point motion in Fline_beginning_position. | ||
| 4 | * lisp.h (scan_newline_from_point): Add prototype. | ||
| 5 | * search.c (scan_newline_from_point): New function, refactored from... | ||
| 6 | * cmds.c (Fforward_line): ...adjusted user. | ||
| 7 | * editfns.c (Fline_beginning_position): Use scan_newline_from_point | ||
| 8 | and simplify the former since the latter doesn't move point. | ||
| 9 | |||
| 1 | 2014-10-14 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2014-10-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | Cleanup terminal handling code. | 12 | Cleanup terminal handling code. |